The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Ban User
I banned 1 spammers but I forgot to list the reason. Is there a way that I can edit the reason without lift ban then ban them again?
|
#2
|
||||
|
||||
By a mysql query, you can do this. Here is the query:
Code:
UPDATE prefix_userban SET reason='reasonhere' WHERE username='username' |
#3
|
||||
|
||||
can you tell me where should i paste that, i'm new to this one. Thanks ^_^
|
#4
|
||||
|
||||
Paste that to: AdminCP -> Maintenance -> Execute SQL Query
Warning: To execute sql queries on vBulletin, you have to set this line in config.php: PHP Code:
|
#5
|
||||
|
||||
under this right?
****** USERS WITH ADMIN LOG VIEWING PERMISSIONS ****** if it's right, how come i don't get it to work? |
#6
|
||||
|
||||
No, it's Users With Query Running Permissions.
|
#7
|
||||
|
||||
and put like this right?
|
#8
|
||||
|
||||
Replace the username and reasonhere with the banned user's username and reason respectively.
|
#9
|
||||
|
||||
i have this error after i click "continue"
|
#10
|
||||
|
||||
Single quotes in your reason must be escaped (by adding a single \).
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|