Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsDiscussion Forum → E-mail linking tip.
E-mail linking tip.
2004-04-14, 1:27 PM #1
Seeing the news on the front page made me think of this.
Use this in your webpages and spider bots won't be able to detect the e-mail address when looking for them for spam.
Code:
<script language="JavaScript">
			<!--

			var name = "davetaddeo"
			var domain = "htp.ca"
			document.write("<a href=" + "mail" + "to:" + name + "@" + domain + ">" + name + "@" + domain + "</a>")
			
			//-->
			</script>

They look for the string 'mailto:' and anything that may be an e-mail address with a '@'.

------------------
To artificial life, all reality is virtual.
HTP
babble, babble, b!tch, b!tch, rebel, rebel, party, party.

[This message has been edited by Darth Evad (edited April 14, 2004).]
2004-04-14, 1:32 PM #2
or you can do the popular newsgroup syntax:

user AT domain DOT com

------------------
1 of 14 | 6-16 Never Forget. | Click.
1 of 14 | 6-16 Never Forget. | Click.
2004-04-14, 1:44 PM #3
That's how I've kept my e-mail address on any of my stuff for quite a while.
2004-04-14, 2:09 PM #4
Quote:
<font face="Verdana, Arial" size="2">Originally posted by lateralus:
or you can do the popular newsgroup syntax:

user AT domain DOT com

</font>


I wouldnt be surprised if before long, neither of those methods was very effective. It would be very easy to write a script that would detect emails that were disguised like that. So while it works for now, I doubt those are permanent solutions. [http://forums.massassi.net/html/frown.gif]

------------------
And everything under the sun is in tune, but the sun is eclipsed by the moon...
DSettahr's Homepage | Cantina Cloud | Rally NY
2004-04-14, 6:45 PM #5
Code:
<email domain0='com' domain1='insightbb' address='gbk'>


[http://forums.massassi.net/html/wink.gif]

------------------
I used to believe that we must fight the future, lest change come without our consent. I was wrong. The truth is that we must embrace the future, for only with change can we remain the same.
And when the moment is right, I'm gonna fly a kite.
2004-04-14, 7:03 PM #6
The scum of the earth tends to be a rather resourceful lot.

------------------
Steal my dreams and sell them back to me.....
Steal my dreams and sell them back to me.....

↑ Up to the top!