The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Is there a way I can reset all users reputation in vb 3.6.8?
|
#2
|
||||
|
||||
![]()
[sql]UPDATE user
SET reputation = 0 reputationlevelid = 4[/sql] |
#3
|
|||
|
|||
![]()
I cant do it, i get this error
An error occurred while attempting to execute your query. The following information was returned. error number: 1064 error desc: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'reputationlevelid = 4' at line 3 |
#4
|
||||
|
||||
![]()
[sql]UPDATE user
SET reputation = 0, reputationlevelid = 4[/sql] |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|