Code: |
#################################################################
## Mod Title: Check user email at Stopforumspam.
## Mod Version: 1.0.0
## Author: Dogs and things < dogs_and_things at www.phpbb2refugees.com
##
## Installation Level: (very easy)
## Installation Time: < 1 Minute
## Files To Edit:
## language/lang_english/email/notify_admin_new_reg.tpl
##
##
##
## Description:
## This MOD will turn the user email in the Notification Email an Admin receives
## when a new user registers nto a clickable link that will check
## the email against the Stopforumspam database.
## See http://www.stopforumspam.com for more info.
## This makes it very easy to that email for known spammer activities.
##
#################################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
#################################################################
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/email/notify_admin_new_reg.tpl
#
#-----[ FIND ]------------------------------------------
#
{USER_EMAIL}
#
#-----[ REPLACE WITH ]------------------------------------------
#
http://www.stopforumspam.com/search?q={USER_EMAIL}
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM |