vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Resetting vCash in vBookie?!?! (https://vborg.vbsupport.ru/showthread.php?t=120469)

pdcimc1 07-06-2006 02:19 PM

Resetting vCash in vBookie?!?!
 
I have been researching this problem for a while now. I have scoured this site and google for the answer and I have found nothing but dead ends. Resetting the vCash has to be a common thing...Ive seen a lot people asking about this as well...but I swear on my life I cant find out how to do it anywhere in the AdminCP. If anyone knows how to do this PLEASE HELP! I know someone out there has to know how to do this.

THANKS!

harmor19 07-06-2006 03:15 PM

Go into you Admin CP
Maintenance --> Execute SQL Query

In the text area input
Code:

UPDATE user SET vbookie_cash="0";
This will change everyone's cash to zero.

pdcimc1 07-06-2006 05:02 PM

Thank you so much. The issue has been resolved and rather easily I must say. Cant thank you enough. :banana:

harmor19 07-06-2006 05:04 PM

I'm always glad to help.

Take care.

sidewinder1 05-31-2007 05:45 PM

so to just do a single member would you do it like UPDATE user235 SET vbookie_cash="0";

Dismounted 06-01-2007 09:19 AM

[sql]UPDATE user SET vbookie_cash = 0 WHERE userid = 123[/sql]

CowboyJeffR 09-04-2007 11:34 PM

I just executed the following SQL command from Admin CP / Maintenance / Execute SQL Query

PHP Code:

UPDATE user SET vbookie_cash="10000"

I get the following error:

An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'Forum database.user' doesn't exist


What am I missing?

Fixed, I should have enter vb_user instead of just user.....

sorry for taking up space.


All times are GMT. The time now is 05:42 AM.

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.01560 seconds
  • Memory Usage 1,716KB
  • 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)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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