Neocyb
Starting Member
Belgium
19 Posts |
Posted - 05 November 2002 : 18:41:08
|
Here's some code I found that helps cloaking your email address to webspiders, bots :
so instead of : mailto:neocyb@hotmail.com you would get something like mailto:#110;#101;#111;#99;#121;#98;#64;#104;#111;#116;#109;#97;#105;#108;#46;#99;#111;#109; but the browser would stil see it as : mailto:neocyb@hotmail.com but webspiders would see the code ;)
Here's the function
Function HideEmail(strmail as String) Dim strnewmail Dim i strnewmail = "" for i = 1 to Len(strmail) strnewmail = strnewmail & "#" & ASC(Mid(strmail,i,1)) & ";" next HideEmail = strnewmail End Function
Hope this helps someone ;) |
quote: why did you not post this at Snitz?
The main reasons why this was not posted at Snitz and why I might not post the bugs I find directly at Snitz anymore are the ways "ruirib and HuwR" take pleasure to criticize just about anything I post and seem to resent the fact that I want to improve and correct Snitz which, I agree, serve as the original base for my own Forum.
These are some of the actions I find unacceptable: ruirib and HuwR take fun to Delete some of my topics, of my replies, locked or move my topic.
A topic posted last week from me to Davio in "Help: MOD Implementation" Forum as been deleted.
Two replies in my topic as been deleted about a bug on snitz topic page: http://forum.snitz.com/forum/topic.asp?whichpage=5.96&TOPIC_ID=44136#372029
A Fix to texanman as been deleted (first reply to texanman subject): http://forum.snitz.com/forum/topic.asp?TOPIC_ID=66162
One of my Multi-Language Topic on Snitz has disappeared last night Multi-Language and Multi-Language Skin3D http://forum.snitz.com/forum/topic.asp?TOPIC_ID=40765
etc...
3 times I changed my password and the day after the same game start.
Since I send to HuwR a donation of $200 on December 22, 2006 this guy HuwR has never stop to pick on every thing I post on the Snitz Forum. |
Edited by - ruirib on 05 November 2002 19:24:45 |
|