• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Cool free service

<script language=javascript>
var name = "webmaster@";
document.write ("<a href=\"mailto:" + name + "site.com\">Webmaster</a>");
</script>

That's how I stop spam. It's clickable so people can actuall send a mail and be lazy and not have to type it in.
 
Originally posted by: bunker
<script language=javascript>
var name = "webmaster@";
document.write ("<a href=\"mailto:" + name + "site.com\">Webmaster</a>");
</script>

That's how I stop spam. It's clickable so people can actuall send a mail and be lazy and not have to type it in.

That's pretty smart!
 
Originally posted by: amdfanboy
Whats wrong with a PHP form ?

remember Kamiam? He apparently liked to sit at my php form and send me dozens and dozens of hate emails per day. The only way I found out it was him was by linking the IP the mail came from with the IP that he used to whore up my forums every day -sometimes several times per day.
 
Originally posted by: bunker
<script language=javascript>
var name = "webmaster@";
document.write ("<a href=\"mailto:" + name + "site.com\">Webmaster</a>");
</script>

That's how I stop spam. It's clickable so people can actuall send a mail and be lazy and not have to type it in.

Couldn't a Spam bot just pick that code up ?
 
Originally posted by: NightCrawler
Originally posted by: bunker
<script language=javascript>
var name = "webmaster@";
document.write ("<a href=\"mailto:" + name + "site.com\">Webmaster</a>");
</script>

That's how I stop spam. It's clickable so people can actuall send a mail and be lazy and not have to type it in.

Couldn't a Spam bot just pick that code up ?

Yes. But it would have to be a custom job that most email harvesters arren't going to bother doing. There's a ton of different ways I could code that and there's no way they're going to be able to account for them all. IMO, it wouldn't be worth it for them.
 
Back
Top