vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   Best Score will not remove from main page (https://vborg.vbsupport.ru/showthread.php?t=121763)

syrus.xl 07-21-2006 02:11 PM

Best Score will not remove from main page
 
Hi again,

I recently banned a user from my site, and wanted to remove all of his scores, well it removed them from all games he had played.

But I'm left with an arcade that contradicts itselfs regarding Best Scores on any game that he achieved a best score.

If the game scores are viewed from the actual game, his nick is not there - which is correct. However, if the scores are viewed from the main arcade index page, his name is still there.

I've tried all the scoring tools to no avail... So, I was wondering is there an SQL query I could run to remove this guys scores (eventhough under his userid he has none, according to the Score Tools and Member Management). It's annoying because it's not showing the 'true' High Score person, unless you click on View HighScores.

Regards,

MrZeropage 07-22-2006 12:40 PM

Try this:

UPDATE games_list SET bestscore=0 WHERE bestmid=USERID
(replace USERID with the UserID of that banned user)

This will set all his "best results" to a score of zero.

After that run the Score Tools -> Update Best Result Ever and everything should look fine :)

syrus.xl 07-22-2006 03:20 PM

Cool that worked!

Thanks...:)


All times are GMT. The time now is 03:35 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.00920 seconds
  • Memory Usage 1,708KB
  • 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
  • (3)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