The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Prunning Members
Okay to cut a long story short.
I acquired a website recently and merged their member database with our current one, this gave us over 13 000 members however on looking at things it seems many of those members almost 10 000 were just one time registrants who haven't come back, bots or spammers. I have attempted to mass prune/move members through the admincp to delete members with a post count of "zero" however it continues to time out and doesn't get done. I was wondering if there was an sql query I could run that would go through and remove every member with a post count of zero? |
#2
|
||||
|
||||
Quote:
Code:
DELETE FROM user WHERE posts = 0; |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|