The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to: Ban Everyone is ICQ UIN
Hi,
I am in the mists of cleaning up my board from thousands of spam accounts and messages. I think I've managed to clear out all the messages but now I'm left with a ton of spam accounts. I noticed that the majority of these spam accounts have an ICQ UIN in their profile and none of my legitimate users have an ICQ. SO.... Is it possible to move any account which has an ICQ entry in their profile to the banned users group? Thanks! |
#2
|
||||
|
||||
You can run a SQL Query:
Code:
UPDATE user SET usergroupid = '8' WHERE icq != ''; Code:
UPDATE user SET usergroupid = '8' WHERE icq != '' AND usergroupid != '6'; When your done w/ the query you decide to go with don't forget to update your counters in admincp so their usertitles are also updated . |
#3
|
|||
|
|||
Is that done somewhere in the cpanel? Or do I do that in PHP my admin?
|
#4
|
||||
|
||||
^ phpMyAdmin and check my post above once more I just finished editing .
|
#5
|
|||
|
|||
Seems to have worked like a charm! Thank you very much!!!
|
#6
|
||||
|
||||
Your welcome .
|
#7
|
||||
|
||||
You should be able to run the query in the Run Queries in the Admin CP, shouldn't you?
|
#8
|
||||
|
||||
Should unless your not listed as having permission in the config file to run queries remember .
|
#9
|
||||
|
||||
is there anyway to do this with members with 0 post and a icq username?
|
#10
|
||||
|
||||
bump?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|