vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - ibProArcade - professional Arcade System (https://vborg.vbsupport.ru/showthread.php?t=101554)

crxrocks 01-24-2006 04:29 AM

Quote:

Originally Posted by cyberhypnotic
Another issue is that it moves them around. Like member1 vs member2 in match 1 and member3 vs member4 in match 2.

Member2 wins, but moves above member3 and member4. :ermm:

I have this exact same problem, see here

http://www.thezcr.com/forums/arcade....wtourney&tid=4

Awesome stuff BTW, the members of my forum love it.

Chris

harry1951 01-24-2006 09:02 AM

Quote:

Go into AdminCP -> Styles & Templates -> Style Manager and click the << >> button next to any style you need to customize.

Double click on the arcade_main template under Custom Templates and add $navbar2 where you want it to be.
Strange I can't find this template. The only one I have is ARCADE And when I add there $navbar2 it is not showing up :(

Tapiocapioca 01-24-2006 10:44 AM

I have analyzed the rows and I have not found explanation. It would seem that just the relative part lacks the nstallazione in those rows! I have some finds others to you that instead partially they work. I do not understand in order which reason but sure is settled and sure not!!!! In order to make to understand I leave link both rows! The first one is settled, the second for nothing!!!

http://www.spazioumts.com/community/...moonlander.zip

http://www.spazioumts.com/community/...foinvasion.zip

topsoftware 01-24-2006 10:50 AM

hello
pls help i very post sent but i want more game instal .
normaly 4-5 game standard instal to arcade game but i want more game instal
thnks

Ohiosweetheart 01-24-2006 01:51 PM

Could someone please guide me in installing a game... just once, and I can go from there. This is confusing

I know that the gifs go into the image folder inside the arcade folder, and the .swf file goes in the arcade folder.

Where does the .php file go?

thank you!

CrazyShooter 01-24-2006 05:12 PM

Where are the best places to download games for this arcade? I need some games for it now :)

MrZeropage 01-24-2006 05:18 PM

@harry1951:
There is no arcade_main Template, this seems to be from another Arcade-Installation, but not ibProArcade ;)

@Ohiosweetheart:
You don't need those .php-Files, they are for another Arcade-Hack.
You even don't need to unpack the ZIPs, just upload the ZIP-Archive(s) to /arcade/zip/ and enter your AdminCP, then you click "Add Game" and should see them in the "Automatic ZIP-Installation"-Section :)
Delete your uploaded Files (gif/swf) before you start this way...

SagesseForum 01-24-2006 05:20 PM

I am getting this in the Admin when I go to Arcade Subsections:

"ession($bot) { global $DB, $INFO, $std, $ibforums; $db_str = $DB->compile_db_insert_string( array( 'id' => $bot.'_session', 'member_name' => $ibforums->vars['sp_'.$bot], 'member_id' => 0, 'member_group' => $ibforums->vars['spider_group'], 'in_forum' => intval($ibforums->input['f']), 'in_topic' => intval($ibforums->input['t']), 'login_type' => $ibforums->vars['spider_anon'], 'running_time' => $this->time_now, 'location' => $ibforums->input['act'].",".$ibforums->input['p'].",".$ibforums->input['CODE'], 'ip_address' => $this->ip_address, 'browser' => $this->user_agent, ) ); $DB->query("INSERT INTO ibf_sessions ({$db_str['FIELD_NAMES']}) VALUES({$db_str['FIELD_VALUES']})"); } //------------------------------------------- // Updates a BOT current session. //------------------------------------------- function update_bot_session($bot) { global $DB, $ibforums, $INFO; $db_str = $DB->compile_db_update_string( array( 'member_name' => $ibforums->vars['sp_'.$bot], 'member_id' => 0, 'member_group' => $ibforums->vars['spider_group'], 'in_forum' => intval($ibforums->input['f']), 'in_topic' => intval($ibforums->input['t']), 'login_type' => $ibforums->vars['spider_anon'], 'running_time' => $this->time_now, 'location' => $ibforums->input['act'].",".$ibforums->input['p'].",".$ibforums->input['CODE'] ) ); $DB->query("UPDATE ibf_sessions SET $db_str WHERE id='".$bot."_session'"); } } ?>"


and this in the main forum when users go to arcade.php:

"ession($bot) { global $DB, $INFO, $std, $ibforums; $db_str = $DB->compile_db_insert_string( array( 'id' => $bot.'_session', 'member_name' => $ibforums->vars['sp_'.$bot], 'member_id' => 0, 'member_group' => $ibforums->vars['spider_group'], 'in_forum' => intval($ibforums->input['f']), 'in_topic' => intval($ibforums->input['t']), 'login_type' => $ibforums->vars['spider_anon'], 'running_time' => $this->time_now, 'location' => $ibforums->input['act'].",".$ibforums->input['p'].",".$ibforums->input['CODE'], 'ip_address' => $this->ip_address, 'browser' => $this->user_agent, ) ); $DB->query("INSERT INTO ibf_sessions ({$db_str['FIELD_NAMES']}) VALUES({$db_str['FIELD_VALUES']})"); } //------------------------------------------- // Updates a BOT current session. //------------------------------------------- function update_bot_session($bot) { global $DB, $ibforums, $INFO; $db_str = $DB->compile_db_update_string( array( 'member_name' => $ibforums->vars['sp_'.$bot], 'member_id' => 0, 'member_group' => $ibforums->vars['spider_group'], 'in_forum' => intval($ibforums->input['f']), 'in_topic' => intval($ibforums->input['t']), 'login_type' => $ibforums->vars['spider_anon'], 'running_time' => $this->time_now, 'location' => $ibforums->input['act'].",".$ibforums->input['p'].",".$ibforums->input['CODE'] ) ); $DB->query("UPDATE ibf_sessions SET $db_str WHERE id='".$bot."_session'"); } } ?>"

Anyone knows what's the problem and how to fix that, I only get that when I install the arcade

Ohiosweetheart 01-24-2006 08:58 PM

Quote:

Originally Posted by MrZeropage
@harry1951:
There is no arcade_main Template, this seems to be from another Arcade-Installation, but not ibProArcade ;)

@Ohiosweetheart:
You don't need those .php-Files, they are for another Arcade-Hack.
You even don't need to unpack the ZIPs, just upload the ZIP-Archive(s) to /arcade/zip/ and enter your AdminCP, then you click "Add Game" and should see them in the "Automatic ZIP-Installation"-Section :)
Delete your uploaded Files (gif/swf) before you start this way...

oh wow... that is just too kewl!

tuanluu 01-24-2006 10:55 PM

has anyone try to install PNflashgames yet? i try but It does not work for me :(


All times are GMT. The time now is 11: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.03799 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (7)pagenav_pagelinkrel
  • (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