The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Mysql delete user id *help*
In Mysql i want to delete user id's @ 0 and there posts but i am unsure how to run the query
user id's @ 0 (removed members) are still being called up from some hacks help needed please anyone ? |
#2
|
|||
|
|||
I don't understand what you mean, user ids at 0? Please could you explain some more...
|
#3
|
|||
|
|||
Quote:
|
#4
|
|||
|
|||
Oh, so you want to remove all users who have userid = 0?
Code:
DELETE FROM user WHERE userid=0; |
#5
|
||||
|
||||
there won't be a single user with userid 0.
you just can delete posts from guests: [sql]DELETE FROM post WHERE userid = 0[/sql] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|