Nobots.php
From Organic Design wiki
<?
- Add an "I am a human" checkbox to stop spambots for a while
$article = preg_replace( "/(Your email\\*:.+?)<\\/tr>/is",
"$1<input type='checkbox' name='xwSpecies' value='meat'>Yes I'm a meat creature<input type='hidden' name='xwLogin' value='1'>",
$article ); $article = str_replace( '(new users only)', '(new users only - no robots!)', $article ); ?>



