====== stopforumspam Plugin ====== ---- plugin ---- description: Block spam accounts detected by stopforumspam.org author : Clay Dowling email : clay@lazarusid.com type : action lastupdate : 2015-08-24 compatible : Detritus, Hrun, Ponder Stibbons, Binky, Weatherwax depends : conflicts : similar : tags : spam, anti-spam, stopforumspam downloadurl: http://www.lazarusid.com/_media/stopforumspam-2015-08.zip bugtracker : https://github.com/ClayDowling/StopForumSpam/issues sourcerepo : https://github.com/ClayDowling/StopForumSpam donationurl: screenshot_img : ---- Full documentation and other information is available at [[http://www.lazarusid.com/StopForumSpam]] ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Examples/Usage ===== Install this plugin on your server and before a user can create an account their data is checked against a large database of known spammers at http://stopforumspam.com Users who are found will be blocked, users who are not found will be passed through. ==== Logging ==== All registration attempts are recorded in CSV files, in the data/spamlogger directory of your site or farm animal. These files can be downloaded and viewed in most spreadsheet programs. These files are not deleted, but they will tend to pile up over time, so it's a good idea to delete them after a while. ===== Configuration and Settings ===== === Change Log === * **2015-07-15** * Initial release * **2015-08-24** * Added logging of all attempts * Refactored and Test Drove checking logic and logging === Known Bugs and Issues === Error messages on rejection aren't clean. Then again, they're probably being read by a bot, so who cares? === ToDo/Wish List === * **[Added 2015-08-24]** Sensitivity configuration on confidence intervals. * **[Added 2015-08-24]** Logging of all account creation attempts in an exportable format. * Configurable log file location. * Configurable log file archiving/deleting. ===== Discussion ===== Installing through extension manager gives the following error, though it seems to install anyway: Error, the requested extension hasn't been installed or updated Additionally, a feature request: some kind of log through which banned ip's can be viewed (mostly in case of false-positives). > Thanks for the heads up. I think the installation requirements changed in Hrun or Detrietus, I'll have to figure out the new requirements.