Spamer Finder
Search for spammers on the forum using the stopforumspam.com APIModification of the Spamer Finder extension for the phpBB3 forum by Sheer, original description of the extension:
Adds a module to ACP-->Users and Groups. Allows you to find suspected spammers among users, block them (by name, IP address and e-mail address) and delete them. If the database type used is mysql, mysql4 or mysqli, then a backup copy of the record from the users table is created upon deletion. The search is performed by IP address, user name and e-mail address. The database of the www.stopforumspam.com resource is used for the search.
It is possible to send data about a spammer to the http://www.stopforumspam.com database directly from the window for viewing full information about the suspected spammer. To do this, you will need to first obtain an access code to the stopforumspam.com database (API key). Link for receiving API
The code can be entered in the input window or written to the forum database.
Functions and capabilities added to the extension modification:
- a filter by user name has been added to the user search
- the ability to change the number of users to search and display on the page has been added
- display of country flag icons for user IP addresses during search
- options have been added for searching on stopforumspam.com:
| - selecting the search area (by name, e-mail address, IP address)
| - enabling or disabling search by "hostile" lists (compiled by stopforumspam itself)
| - excluding data older than the specified period from the search
| - displaying the percentage of spam probability data
- the ability to automatically check and delete users has been added (the function starts an automatic check and automatic deletion of users according to specified criteria):
| - deleting users if a name, email address, IP address is found in the spam database, with a match of all conditions, or any of them
| - deleting users only if the percentage of spam probability data is greater than the specified value
| - optional ban of a name, email address, IP address on the forum if they were found in the spam database
- by default, when opening the extension page, a simple list of forum users is displayed without searching the spam database
- all languages except Russian and English have been removed
- several fixes and changes
Screenshots