View Full Version : Just Restored Forum To An Earlier Date, But Now...
CeleronXL
07-05-2002, 12:16 AM
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.... =/
g-force2k2
07-05-2002, 12:22 AM
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
CeleronXL
07-05-2002, 02:01 AM
I only rebacked up the database. I didn't do anything to the files....
They weren't profile fields.
g-force2k2
07-05-2002, 02:09 AM
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
CeleronXL
07-05-2002, 01:00 PM
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. :D
g-force2k2
07-05-2002, 03:00 PM
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
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.