vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Just Restored Forum To An Earlier Date, But Now... (https://vborg.vbsupport.ru/showthread.php?t=40670)

CeleronXL 07-05-2002 12:16 AM

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.... =/

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


All times are GMT. The time now is 02:42 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00973 seconds
  • Memory Usage 1,715KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete