Topic: Spam Reporting Mod Beta 2
##
##
## Mod title: Spam Report Mod
##
## Mod version: Beta 2
## Works on PunBB: 1.2.x
## Release date: 2006-07-27
## Author: El Bekko (elbekko@gmail.com)
##
## Description: This mod adds the function to report a guest post as spam.
## The username, e-mail and message are recorded in a table
## and every new guest post will be checked against it.
## An set match of the username or email will stop the post.
## In this release a message should be identical before it is
## reported. A plugin is included to manually add and delete
## spam reports.
##
## Affected files: viewtopic.php
## post.php
## lang/English/topic.php
##
## Added files: lang/English/spamreport.php
## spamreport.php
## plugins/AMP_Spambot.php
##
## Affects DB: Yes, adds a table "spammod"
##
## Notes: None really, should only cause inconvenience if you mess up ;)
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##
##