vBulletin Enhancement

Purchase vBulletin Purchase vBulletin Purchase vBSEO Purchase vBSEO Download Styles Products Download Styles Downloads Frequently Asked Questions FAQ Member List Members List
Go Back   vBulletin Enhancement > General vBulletin Discussion > Hints and Tips

vB Enhanced - vBulletin Modifications, Styles and Services Home Join vBulletin Enhancement Register Mark Forums Read


Kill off the Spammers

Kill off the Spammers

this thread has 0 replies and has been viewed 1447 times

Comment
 
LinkBack Article Tools Display Modes
Kill off the Spammers
Kill off the Spammers
Published by Kall
02-07-2007
Kill off the Spammers

Tonight, I came to a conclusion.

All of the people on my Forums with their field_1 (Biography) set to Man are spammers.

So.. to stop them signing up, I used Add User to Primary Usergroup Based on Value of Custom Profile Field - vBulletin.org Forum by the wonderful Amykhar, setting the variables to field_1 and Man respectively.

To destroy them and eradicate their presence, I ran the following queries.

**BACK UP YOUR DATABASE BEFORE PROCEEDING**

Code:
SELECT *
FROM `userfield` AS userfield
LEFT JOIN `user` AS user ON (userfield.userid = user.userid)
WHERE `field1` LIKE CONVERT( _utf8 'Man'
USING latin1 );
to see them.. then delete them.
Article Tools

Comment



Article Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Please note that vBEnhanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.

vBEnhanced is hosted on a Dual Opteron Server provided by Sparkle Hosting
All times are GMT +13. The time now is 07:42 AM.


Web 2.0 - Blue vBulletin Style ©2006 vBEnhanced
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.1

Article powered by GARS 2.1.8c ©2005-2006