You could look at the email cloaking routine that Joomla uses.

Here's a starting point:
http://dev.joomla.org/component/option,com_jd-wiki/Itemid,/id,references:joomla.framework:html:jhtmlemail-cloak/

-TG

----- Original Message -----
From: John Taylor-Johnston <[EMAIL PROTECTED]>
To: PHP-General <php-general@lists.php.net>
Date: Thu, 29 May 2008 19:08:34 -0400
Subject: [PHP] PHP Code I Must find

> A web site deploys what I think are UTF characters to mask email addresses.
> Is there there a php function I can use to generate this? Or was this 
> hand-done?
> It is crackable, but a darned good stab at the problem of spiders at the 
> same.
> Any feedback, info or code would be appreciated,
> John
> 
> John Taylor-Johnston wrote:
> > My source is this page:
> > http://www.grandlodge.mb.ca/contact.html
> > John
> >
> >> /<div align="center">To report a technical problem with this site 
> >> please <a 
> >> 

href="mailto:&#119;&#101;&#098;&#109;&#097;&#115;&#116;&#101;&#114;&#064;&#103;&#114;&#097;&#110;&#100;&#108;&#111;&#100;&#103;&#101;&#046;&#109;&#098;&#046;&#099;&#097;";>contact
 
> >> the webmaster</a>.</div>/
> >>
> >> /In UTF code:
> >>
> >> 

mailto:&#119;&#101;&#098;&#109;&#097;&#115;&#116;&#101;&#114;&#064;&#103;&#114;&#097;&#110;&#100;&#108;&#111;&#100;&#103;&#101;&#046;&#109;&#098;&#046;&#099;&#097;
> >>
> >> would be this in latin characters:
> >>
> >> mailto:[EMAIL PROTECTED]/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to