admin Site Admin
Joined: 18 Apr 2006 Posts: 805 Location: Saint-Petersburg, Russia
|
Posted: Wed Mar 21, 2007 4:19 am Post subject: How to stop PhpWiki spam |
|
|
PhpWiki is a PHP wiki engine. To attach Advanced Textual Confirmation to PhpWiki, do the following:
1. In the PhpWiki installation directory, open the file "index.php".
2. After the first string, "<?php // -*-php-*-", add the string
Code: | require_once '...path.to.../bbantispam.php'; |
3. Save the changes. _________________ Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development! |
|