User Defined Tag: emailPROTECT
Posted: Tue Mar 04, 2008 10:05 pm
Hello, i just thought that I'd share this... it helps protects the site from spamer bots... just instert in to the
User Defined Tag named as "emailPROTECT"
then place this anywhere
User Defined Tag named as "emailPROTECT"
Code: Select all
echo '<__script__ type="text/javascript"><!--
document.write("<a ", "href=\"", "mail", "to", ":","'.$params['mailbox'].'", "@","'.$params['domain'].'","?subject=","'.$params['subject'].'", "\"><font style=\"","'.$params['color'].'","\">","'.$params['name'].'","</", "font>", "</", "a>");
//--></__script>';
Code: Select all
{emailPROTECT mailbox="xxx" domain="xxx.net" name="xxx" subject="xxx" color="color:#ffffff"}