[thelist] PHP include & Spambots

Jay Blanchard jay.blanchard at THERMON.com
Wed Nov 9 10:10:26 CST 2005


[snip]
I do not believe that SPAMbots will see this, but I figured I'd consult
the masses.  I have a php include that calls to a .class file.  When the
page is loaded, you do not see the include, you see the intended html that
was called in the include.  Regular site visitors won't see the include,
or the "name at domain.com" line, but I am curious if SPAMbots see the
include?

Will the following be seen by SPAMbots?

<?php
include('MailToForm.class');
$MailObject = new MailToForm("name at domain.com");
?>
[/snip]

No they will not see the include, only the 'output' from it.



More information about the thelist mailing list