Anti Spam Mailto: links

Richard

Active Member
Messages
2,028
Reaction score
0
Points
36
Hi everyone

I created a script that encrypts mailto links aka email harvesting prevetion
wave3.za.net - AntiSpam
It creates 2 links one using your name and the other using a formated email address eg. richard [AT] wave3 [DOT] net. It supports subject lines too :D

Your users won't know the diffrence :)
 

prasys

New Member
Messages
330
Reaction score
0
Points
0
Finally a way to combat Spam

I also suggest people to sign up for a free account over @ spamhole.com , and use the account when you are going to sign up for "un-trusted" web-sites
 

Chris

New Member
Messages
1,538
Reaction score
0
Points
0
Here is another way, using CSS:

Code:
<style type="text/css">
        .backwards {unicode-bidi:bidi-override; direction: rtl;}
</style>

<span class="backwards">gnitsoh01x</span>
(comes out as x10hosting...)

Although, when you try to copy the text, it comes out as the backwards one. For instance, if I wrote gnitsoh01x, it would come out as x10hosting. When you try to copy it, you copy gnitsoh01x and not x10hosting.com.
 

Conor

New Member
Messages
3,570
Reaction score
0
Points
0
prasys said:
Finally a way to combat Spam

I also suggest people to sign up for a free account over @ spamhole.com , and use the account when you are going to sign up for "un-trusted" web-sites
Gmail works too. I have 50 invites in case I really get spammed. ;)
 
Top