[Q] How deal with unwanted looking to private stuff?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[Q] How deal with unwanted looking to private stuff?

Edgar J. De Cleene
Folks:

This days I working on HVNaughtieWiki , send info for feedback to squeakros
and to aida list.

Besides some squeakers looking this work in progress, this morning I have
the attention of Google

This is the print string of request.

HttpRequest (URL=/file/squeak.sts; protocol=HTTP/1.1; header=a
Dictionary('accept'->'*/*' 'accept-encoding'->'gzip,deflate'
'connection'->'Keep-alive' 'from'->'googlebot(at)googlebot.com'
'host'->'190.193.89.80:8085' 'user-agent'->'Mozilla/5.0 (compatible;
Googlebot/2.1; +http://www.google.com/bot.html)' ); getFields=a
Dictionary(); postFields=a Dictionary())

All is  Comanche + HV2 and some on top.

How deal with this?

Refuse the  connect ?
Send a error page?

Any hints is welcomed

Edgar
Reply | Threaded
Open this post in threaded view
|

Re: [Q] How deal with unwanted looking to private stuff?

Edgar J. De Cleene
>
> Folks:
>
> This days I working on HVNaughtieWiki , send info for feedback to squeakros
> and to aida list.
>
> Besides some squeakers looking this work in progress, this morning I have the
> attention of Google
>
> This is the print string of request.
>
> HttpRequest (URL=/file/squeak.sts; protocol=HTTP/1.1; header=a
> Dictionary('accept'->'*/*' 'accept-encoding'->'gzip,deflate'
> 'connection'->'Keep-alive' 'from'->'googlebot(at)googlebot.com'
> 'host'->'190.193.89.80:8085' 'user-agent'->'Mozilla/5.0 (compatible;
> Googlebot/2.1; +http://www.google.com/bot.html)' ); getFields=a Dictionary();
> postFields=a Dictionary())
>
> All is  Comanche + HV2 and some on top.
>
> How deal with this?
>
> Refuse the  connect ?
> Send a error page?
>
> Any hints is welcomed
>
> Edgar

Besides the quick dirty of dealing with Google I sent yesterday, now I cook
some more nice.

doEncript

http://190.193.89.80:8085/doEncript

Shows the encripted page.
Now I add a captcha ,Morphic style, and we could have super private data on
Web.

captcha

http://190.193.89.80:8085/captcha

Like it?

Feedback welcomed