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)

Snake 11-26-2005 02:36 PM

Wow works like a charm!

www.metalgearforum.net/arcade.php

samu2 11-26-2005 02:37 PM

Been working on this all day but nothing happens :( not even a menu for the arcade comes up in admin CP

I uploaded the /arcade file and admin php to my public_html/forum folder is it in the right place? I was told that it was but I am wondering if the files are going in the wrong place and this is only my first big mod so I am new to this,any help would be apreciated please

Snake 11-26-2005 02:39 PM

Zero my arcade skin is looking really bad. It's probably because of the skin having different tables and all that. Take a look man - www.metalgearforum.net/arcade.php

I can give you ACP access to fix it and make it to look even better, please. Thanks in advance! :)

SuperFly 11-26-2005 02:39 PM

Quote:

Originally Posted by samu2
Been working on this all day but nothing happens :( not even a menu for the arcade comes up in admin CP

I uploaded the /arcade file and admin php to my public_html/forum folder is it in the right place? I was told that it was but I am wondering if the files are going in the wrong place and this is only my first big mod so I am new to this,any help would be apreciated please


Did you go to product manager in admincp and upload the product?

micheal332001 11-26-2005 02:40 PM

Hi there

I use CPMS as my main index.php file too and i have added this code to it to save the scores of the arcade.

PHP Code:

if($_POST['module'] == "pnFlashGames"){
 
$_GET[act] = "Arcade";
 
$_GET['module'] = "arcade";
}
if(
$_POST['func'] == "storeScore"){
 
$_GET['do'] = "pnFStoreScore";
}
if(
$_POST['func'] == "saveGame"){
 
$_GET['do'] = "pnFSaveGame";
}
if(
$_POST['func'] == "loadGame"){
 
$_GET['do'] = "pnFLoadGame";
}
$act $_GET[act];
$showuser$_GET[showuser];
if(
$act == "Arcade") {
include 
"arcade.php";
exit();
}
if(!empty(
$showuser) && $showuser >= 1) {
$u $showuser;
$_GET[u] = $showuser;
include 
"member.php";
exit();


Just put that at the top of the cmps index.php file under <?php
Then upload it and all should be fine

kewl1uk 11-26-2005 02:41 PM

Quote:

Originally Posted by samu2
Been working on this all day but nothing happens :( not even a menu for the arcade comes up in admin CP

I uploaded the /arcade file and admin php to my public_html/forum folder is it in the right place? I was told that it was but I am wondering if the files are going in the wrong place and this is only my first big mod so I am new to this,any help would be apreciated please

The arcade folder and everything in it has to be in your vbulletin root folder - the same folder that contains your VB admincp folder. If all appears to be correct, check that the XML files are uploaded in ASCII mode.

Boofo 11-26-2005 02:49 PM

Quote:

Originally Posted by Aftermath
Zero my arcade skin is looking really bad. It's probably because of the skin having different tables and all that. Take a look man - www.metalgearforum.net/arcade.php

I can give you ACP access to fix it and make it to look even better, please. Thanks in advance! :)

It looks fine to me. If you want to edit the layout, the skin_arcade file is what you want in the skins dir. Just edit the html code. ;)

Gizmo5h1t3 11-26-2005 02:50 PM

got this working fine...apart from 2 things...

on some games, after u have played...whether u have the top score only, or all scores to be saved...it tells u that the score has not been saved...????

also...the categories arent working correctly.
i created 4 categories.....yet when i go into the admin cp, and trey to move a game into a category...the cat box is just a narrow box, with no category titles in it??

apart from that....a top conversion.

Rich 11-26-2005 02:51 PM

Hello,

Thanks michael332001, that did the trick.

samu2 11-26-2005 02:52 PM

Quote:

Originally Posted by SuperFly
Did you go to product manager in admincp and upload the product?


Yep and it saved fine,I logged out and then in again but nothing there

I uploaded the file that was in includes called ibporarcade programme xml

And also tried typing in ./includes/xml/product-ibproarcade.xml but neither worked,well it showed up in my prouduct manager but that was it


All times are GMT. The time now is 10:39 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.06366 seconds
  • Memory Usage 1,754KB
  • 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
  • (5)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