vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade (https://vborg.vbsupport.ru/forumdisplay.php?f=170)
-   -   [DOWNLOAD] Converter (from v3arcade to ibProArcade) (https://vborg.vbsupport.ru/showthread.php?t=119704)

MrZeropage 12-27-2006 12:36 PM

gameid is stable, but the link maybe somehow different ...

MorrisMcD 12-29-2006 08:35 AM

Quote:

Originally Posted by MrZeropage (Post 1132269)
Ok seems you really have too much scores.

Remove all with zero value ...

DELETE FROM `arcade_sessions` WHERE `score` = 0
worked by the way.. I never posted since.. But all went well after i ran that query.. I have tripled the amount of games we have due to converting.. Thanks

Quote:

Originally Posted by MrZeropage (Post 1025380)
@altdelete47:
Thanks for using ibProArcade :)
That is a thing I thought of to integrate in AdminCP for next v2.5.7+: prune all lower scores of a user per game if setting is changed to "save only users top score", or just provide a function in "Score Tools" for that.
By now there is no option to do that automatically, sorry.

Is this an option yet? I like the leaderboard, but many players have 1st, 2nd,3rd, 4th, 6th, 7th, whatever... From the old system and the leftover scores... Just curious how to do this if possible.. Basically just removing all but the highest score of each user in each game...

Thanks again

Spinball 12-30-2006 09:20 AM

Got some feedback on this for you. With 150,000 users, the converter script always timed out on step 2.
So I put in a line of code:
PHP Code:

        while ($score $vbulletin->db->fetch_array($scores))
        {
            
$vbulletin->db->query_write("INSERT INTO " TABLE_PREFIX "games_scores    (s_id, gid, name, mid, datescored, comment, score)
                                            VALUES 
                                            ('
$score[sessionid]', $score[gameid], '".addslashes($score[username])."', $score[userid]$score[finish], '".cleanstring($score['comment'])."', $score[score])");
            
$counter++;
            echo (
"$counter, ");
        } 

Inserting the echo ("$counter, ");

After which it ran just fine.

Evil Dave 01-03-2007 09:55 PM

Excuse me for being a newbie, but how exactly do you start the converter? I uploaded it to the root but how do I make it run?

Thanks

MrZeropage 01-06-2007 11:19 AM

simply call it :)

http://www.yourforum.com/converter.php

AuroraStorm 01-08-2007 11:50 PM

Quote:

Originally Posted by MrZeropage (Post 1151846)

Dude, I don't mean to be a pain in the butt about this but I've been all over this board trying to find the template modifications for the ibProArcade. I uploaded some styles on my board and for some of them I've had to go back into the Edit Templates to update the vbPlaza which is working fine, but I need to do this for the Arcade to show up on the new styles and I've searched this site until my fingers hurt without much luck. It's not in the Readme file or else I wouldn't be here. Please can you provide the hacks for me to update the Edit Template...I'd really appreciate it...I'll even bookmark it...

Feckie (Roger) 01-09-2007 05:41 AM

arcade/skins/

fly 01-09-2007 11:09 AM

Quote:

Originally Posted by AuroraStorm (Post 1154141)
Dude, I don't mean to be a pain in the butt about this but I've been all over this board trying to find the template modifications for the ibProArcade. I uploaded some styles on my board and for some of them I've had to go back into the Edit Templates to update the vbPlaza which is working fine, but I need to do this for the Arcade to show up on the new styles and I've searched this site until my fingers hurt without much luck. It's not in the Readme file or else I wouldn't be here. Please can you provide the hacks for me to update the Edit Template...I'd really appreciate it...I'll even bookmark it...

You're in the wrong thread. You can re-download the correct hack here: https://vborg.vbsupport.ru/showthrea...ht=ibproarcade

ezekiel97 01-12-2007 11:12 PM

VERY NICE! I LOVE IT! Thanks alot man!

carbide 01-21-2007 01:53 PM

conversion went along very smooth:)

conversion went along very smooth:)
kept all my high scores:)


All times are GMT. The time now is 11:05 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.01146 seconds
  • Memory Usage 1,749KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete