View Single Post
Old 2006-09-23, 12:30 AM   #10
pinkeyedjim
If something goes wrong at the plant, blame the guy who can't speak English
 
pinkeyedjim's Avatar
 
Join Date: Jun 2006
Location: Plainsboro, NJ
Posts: 36
Send a message via ICQ to pinkeyedjim Send a message via AIM to pinkeyedjim Send a message via Yahoo to pinkeyedjim
Quote:
Originally Posted by Simon View Post
Hiya Jim,

I think what Johnny meant is that you can have the same results you're getting now but still protect yourself. For instance, this should do what you want but will give you a little protection from the spam harvester bots:

Code:
<script language=javascript><!--
  var contact = "Pink Eyed Jim at Fucking Nasty Shit"
  var email = "pinkeyedjim"
  var emailHost = "fuckingnastyshit.com?subject=Partner_Account&body=Email:%0ADesired_Username:%0ADesired_Password:%0ASample_Gallery_1:%0ASample_Gallery_2:%0ASample_Gallery_3:%0ADomains:%0AComments:"
  document.write("<a href=" + "mail" + "to:" + email + "@" + emailHost+ " title='click to apply for a partner account'>"+ contact + "<\/a>")
//--></script> <noscript></noscript>
I'll leave you to decide what you'd put in the nonscript tag version.

HTH
Whoa Simon. That does help.

It's basically just dissecting the email address into variables which should throw most bots off track. Cool. Presumably one could also code something similar with a bit of php, right?
pinkeyedjim is offline   Reply With Quote