vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   [BUG] Cannot Reset Scores. (https://vborg.vbsupport.ru/showthread.php?t=112170)

Sooner95 04-04-2006 07:34 PM

[BUG] Cannot Reset Scores.
 
First off, my fault

Quote:

All Threads that do not have the corresponding Prefix in the Title will not be answered/supported !
Helps to read the rules..

Now, I cannot reset the scores. Using the Remove All Scores in AdminCP. Does this function not work at this time?

vb 3.5.4 Ibpro 2.5.5

Thanks

MrZeropage 04-07-2006 06:39 PM

Score Tools -> Remove All Scores -> CONFIRM

That works well :)

Please try again, if it does not work, please provide FTP+ACP Access-Data via PM and I will check it out

Sooner95 04-07-2006 11:35 PM

I get all that, but after the confirm, it redirects to the Games List, and all scores are still present.

I'll get you the inf sometime., i'm going on vacation, so mightbe awhile.

Neo_obs 04-10-2006 06:19 AM

I think i figured it out. you used
PHP Code:

// ##############################
// score-tools: delete all scores
// ##############################
if ($action == "del_all")
{
        global 
$DB;

        
$DB->query("DELETE FROM ibf_games_scores");

        
do_champ_update(1);
    
do_league_update(1);

/*
        if( $this->arcade['log'] )
        {
            $ADMIN->save_log("Deleted All Scores");
        }
*/
    
define('CP_REDIRECT''arcade.php?code=score_tools');
    
print_stop_message('saved_settings_successfully'); 

this line should be changed
PHP Code:

$DB->query("DELETE FROM ibf_games_scores"); 

so that it says
PHP Code:

$DB->query("DELETE FROM games_scores"); 

no problem we always skip or forget to do something when converting formats. I do it all the time. sometimes you need a new eye

MrZeropage 04-10-2006 06:08 PM

No, the ibf_ is correct and gets translated by the DB-Parser to the Table-Prefix :)

Neo_obs 04-10-2006 09:52 PM

ohhh ok cause i only have a games_score table

and to clear scores I just drop all queries in that table

MrZeropage 04-11-2006 10:13 AM

We just found out that the REMOVE ALL SCORES works in IE but does not work in Firefox - will try to fix that ...


All times are GMT. The time now is 04:09 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.00961 seconds
  • Memory Usage 1,729KB
  • 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
  • (3)bbcode_php_printable
  • (1)bbcode_quote_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