The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Just Restored Forum To An Earlier Date, But Now...
Ok, I had someone guess a super mod's password and prune everything. I had to restore the forum and I did through SSH. Anyway, it's all ok, but now all the new users aren't getting everything updated. The two things that won't update are the quotes and the store money for the store hack and quote hack. All new users get "NULL" in the table for quotes in "user" and 0 appears in the money column like it's supposed to, but under all of their posts is says "Money: $" and then nothing.... =/
|
#2
|
|||
|
|||
did you make sure that you rehacked the files needed to increase the amount?
Edit: by any chance would they be userprofilefields or no? g-force2k2 |
#3
|
||||
|
||||
I only rebacked up the database. I didn't do anything to the files....
They weren't profile fields. |
#4
|
|||
|
|||
CeleronXL re drop the two causing trouble...
i think what storep and quotes? ALTER TABLE user DROP storep ALTER TABLE user DROP quotes then readd them... ALTER TABLE user ADD storep int(10) NOT NULL DEFAULT '0' ALTER TABLE user ADD quotes varchar(100) NOT NULL for quotes not sure if its varchar(100) or more hopefully that helps? g-force2k2 |
#5
|
||||
|
||||
Thanks, that'll probably help, I just need to back up the ammounts that a user has. How would I find out if it's varchar(100) or not? I don't know anything about PHP or mySQL.
|
#6
|
|||
|
|||
When you first installed the hack you had to of ran a query... find out what the query you ran was and run that one instead of the one i showed you
g-force2k2 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|