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.
Security from guest email harvesting
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
you get:
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
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
Code: Select all
mailto& #58;none& #64;none& #46;net
Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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