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
But 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.
But 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.
I suppose you could do that. I prefer to minimize database size by deleting such accounts. If they are persistent, then I ban them but usually it's not necessary.