Author |
Message |
12/11/2002 11:09:04
|
djavet
Beginner
Joined: 30/10/2002 21:21:29
Messages: 6
Offline
|
Hello,
Is their a trick or something else to crypt the user email address in the guestbook, so spiders cannot read the email address?
Regards; Dom
|
|
12/11/2002 15:16:31
|
Anonymous
|
There is such possibility how to escape e-mail address. Call this as despamming. Code is borowed from Smarty template engite tips & tricks.
http://nepto.sk/projects/platon/cvs.php/phpPlatonLib/common/str/fnc.escape_email.php?rev=1.3&content-type=text/x-cvsweb-markup
Hope this helps,
Nepto
http://nepto.sk/
|
|
12/11/2002 16:12:46
|
djavet
Beginner
Joined: 30/10/2002 21:21:29
Messages: 6
Offline
|
Hello,
Thx for the code, but how can I integrated this in Adv Guestbook?
I'm not a php master... ;o(
Regards, Dom
|
|
19/11/2002 08:56:26
|
Anonymous
|
I to am looking to mask the email addresses posted in this guestbook. I too checked out the mentioned script but as I am a novice, am not sure how to integrate this code.
Any help would be greatly appreciated. Oh Mr. Wizard....
|
|
23/11/2002 12:43:56
|
Anonymous
|
The below is my entry.php. If you don't want the email to show up - just edit it out of the template. It's not exactly what you wanted... but I guess it's something.
|
|
24/11/2002 17:04:52
|
Anonymous
|
I have had the same problem with my page. Spam spiders come and pull up every entry for the entire guestbook, including the replys that people leave to the entries. This is something that has to be fixed for this guestbook. Some other scripts use a email address in this format person-at-somedomain.com where as others turn the email address into a gif file.
of course the gif file would be best..........any clue on how to replace the @ symbol into a -at- format?
|
|
|