Security from guest email harvesting

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
kiwibrit
Posts: 3
Joined: Wed Jun 08, 2005 3:23 pm

Security from guest email harvesting

Post by kiwibrit »

Script URL: http://www.castlehillclub.com/gbook/gbook.php
Version of script: 1.3.2
Version of PHP: Not known
Hosting company: Supanames
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try: Yes

Write your message below:
Delighted with everything I see about this guestbook. Still tidying up the appearance before I open it up from the main site, but I am sure it will be fine. One thing though, just how secure is the email address of guests from email harvesters? Selecting the email address in Firefox results in the email address being shown clearly - so can't harvesters therefore pick it up, too?

I am learning frantically about php - it may be a well known answer to most - but I'd be grateful for a rosy glow of assurance.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

E-mail address does show ok in the browser (has to or it wouldn't be working), but if you check the source code you will see the important chars are encoded. So instead of

Code: Select all

mailto:none@none.net
you get:

Code: Select all

mailto& #58;none& #64;none& #46;net
The was majority of known e-mail harvesters are simple programs and they will either not recognize this as an e-mail address or take the code from source none& #64;none& #46;net and you wouldn't receive mail sent to that address.

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
kiwibrit
Posts: 3
Joined: Wed Jun 08, 2005 3:23 pm

Post by kiwibrit »

Gosh, that was quick. Thank you very much indeed, Klemen.
kiwibrit
Posts: 3
Joined: Wed Jun 08, 2005 3:23 pm

THanks!

Post by kiwibrit »

The guest book is up and running, the chairman is a very happy bunny. Many thanks!
Post Reply