Delete Spam Easiely
As I found a Topic on webSPELL.org asking for a method to delete Spam, I figuered out an easy but quiet powerfull way to do so.
Here is the Content of the delspam.php
Now all you have to do is go to yoursite.com/index.php?site=delspam enter the Keyword of the Spam you want to delete: e.g. wow-gold and hit "Search" - you will see a List of all Comments that will be deleted - scroll to the bottom, there is the Link to delete them all.
The next thing you should do is installing the Badword Addon from bazic.net.
Remember: Delete the Spam first, then add it to the Badword-List!
Take a look at this Addon
Use the Badword-Filter agains Fake-Accounts.
The Spammers use the same keywords everywhere. They also register Accounts with their keywords, to prevent them from signing up fake accounts just add this two lines into your register.php
Search for:
Add below:
// check nickname with badword
if(checkcomment($nickname)=="spam") $error[]='This Nickname is not allowed!';
if(checkcomment($username)=="spam") $error[]='This Username is not allowed!';
Then at the end of the register.php add the checkcomment-function:
Tweet

