Integrate into join.php
If you want to integrate the Enthusiast Anti-Spam Addon directly into join.php (if you’re including join.php from another file refer to the other tutorial) put the following before any HTML or skinning or includes or anything.
// the following config.php is your Enthusiast config.php file, use a full path if necessary. include 'config.php'; $pathtofooterfile = '/path/to/your/footer/file/footer.php'; include $path . 'show_antispam.php'; if(!isset($_POST['join'])) { $antispam = antispam('Y', $path); }