[thelist] Email Obfuscation may be beaten?

Damien COLA damiencola at wanadoo.fr
Sun Feb 1 12:34:13 CST 2004


No bot can read the php source.. ;-)
They only read the html source and $encoded=""; doesn't appear in it.

-----Original Message-----
where does thetargetaddress at somedomain.com go?
between the quotes in $encoded=""

if so, how does this get around bots that read files as plain text files

and sees the source

>My pleasure.
>
><?php
>
>function ascii_encode($str){
>         global $encoded;
>         $encoded="";
>     for ($i=0; $i < strlen($str); $i++){
>         $encoded .= '&#'.ord(substr($str,$i)).';';
>     }
>     return;
>}



More information about the thelist mailing list