Version: 1.02, by djbaxter
Developer Last Online: Aug 2021
Category: Administrative and Maintenance Tools -
Version: 3.8.4
Rating:
Released: 09-26-2009
Last Update: 07-07-2011
Installs: 27
No support by the author.
This is modified from a suggestion by Feldon23 at vBulletin.com dated August 15, 2009. It is especially useful for vBulletin forums requiring Admin validation of new accounts.
Go to Admin CP | Languages & Phrases | Search in Phrases
Find: Varname $vbphrase[newuser], Text "There is a new user, $username at $vboptions[bbtitle]"
Click on Edit this phrase
Translation for 3.8.x and 4.x prior to 4.1.4:
Code:
There is a new user, $username at $vboptions[bbtitle]
View Profile: $vboptions[bburl]/member.php?u=$userid
Check IP location in Melissa: http://www.melissadata.com/lookups/iplocation.asp?ipaddress=$ipaddress
Check for Spam (email): http://www.stopforumspam.com/search?q=$email
Check for Spam (name): http://www.stopforumspam.com/search?q=$username
Check for Spam (IP): http://www.stopforumspam.com/search?q=$ipaddress
Delete this User: $vboptions[bburl]/admincp/user.php?do=remove&u=$userid
Ban this user: $vboptions[bburl]/modcp/banning.php?do=banuser&u=$userid
Email Address : $email
Birthday : $birthday
Referrer: $referrer
IP Address: $ipaddress
$customfields
Version for 4.1.4 and up
Code:
There is a new user, $username at $vboptions[bbtitle]
View member profile: $memberlink
Check IP location in Melissa: http://www.melissadata.com/lookups/iplocation.asp?ipaddress=$ipaddress
Check for Spam (email): http://www.stopforumspam.com/search?q=$email
Check for Spam (name): http://www.stopforumspam.com/search?q=$username
Check for Spam (IP): http://www.stopforumspam.com/search?q=$ipaddress
Delete this User: $vboptions[bburl]/admincp/user.php?do=remove&u=$userid
Ban this user: $vboptions[bburl]/modcp/banning.php?do=banuser&u=$userid
Email Address : $email
Birthday : $birthday
Referrer: $referrer
IP Address: $ipaddress
$customfields
Click on Save
v1.01 Added option to ban user if desired, instead of deleting. Tested on 3.8.4 PL1. Works for me.
v1.02 Added links for IP check. Tested up to 4.1.4
instead of using and remove user, why not ban it ? In my opinion it would be better to include it in your ban list and not simply remove it. Otherwise Spammer will be able to try to register again.
Quote:
Originally Posted by djbaxter
Try adding this line to the notification translation:
Code:
Ban this user: $vboptions[bburl]/modcp/banning.php?do=banuser&u=$userid
I haven't tried it yet but I think it should work.
Thanks for the suggestion.
Now tested on 3.84 PL1. The ban option works as expected.
Original post modified as v1.01 to include the addition of the Delete option.
I have another mod that works better than Stop Forum spam that I use as well. Its nice to have the link to check as I always check anyway. I also check Project Honeypot, the Stop Forum Spam Mod you refer too gives too many false positives for my liking. I believe it involves the function to reject a registration when connection to Stop Forum Spam times out.