bbAntiSpam: Discuss how to stop web spam

The forum is retired.

bbAntiSpam Forum Index - Advanced Textual Confirmation - How to stop vBulletin spam

Author Message
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Mon Apr 09, 2007 3:22 am    Post subject: How to stop vBulletin spam  

vBulletin is a popular forum software. To attach Advanced Textual Confirmation (ATC) to vBulletin, do the following.

Note 1. If you prefer better integration with vBulletin, you might prefer NoSpam add-on by antialiasis instead of ATC. Installation is simple too, it's performed through the Admin CP.

Note 2: I don't have the source code of vBulletin, therefore my installation instruction, based on observations, might be wrong. If you have corrections, please post them.

0) Download ATC

* Advanced Textual Confirmation home page
* Download now

1) To stop spam registrations

1.1) In the vBulletin installation directory, open the file "register.php".

1.2) At the beginning of the file, find the line
Code:
<?php

and change it to
Code:
<?php
require_once '...path.to.../bbantispam.php';


1.3) Save the changes.


2) To stop forum spam

2.1) In the vBulletin installation directory, open the file ".php".

2.2) At the beginning of the file, find the line
Code:
<?php

and change it to
Code:
<?php
require_once '...path.to.../bbantispam.php';


2.3) Save the changes.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!

Ok.