Question phpmyadmin

Status
Not open for further replies.

soso

Customer
Hi,

Is it possible to reset the games in phpmyadmin so that i can set the games as all high scores? As most of the games are actually set at low score .. I ask this as i have 2,119 games to look at ...:eek:

Thanks ...
 
If you are talking about having the games as, Higher scores are better instead of Lower scores are better, and really want to change all the games to that then you can run the following query in phpmyadmin.

Code:
UPDATE dbtech_vbarcade_game SET scoring = 2

This will make all games use Higher scores are better, remember to include your table prefix if you use one.

Another thing to remember is some games may actually use Lower scores are better like some time based games, ie: you do this faster than anyone you are the top scorer.
 
Last edited:
Status
Not open for further replies.

Legacy vBArcade

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
900
Customer rating
0.00 star(s) 0 ratings
Back
Top