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)

Nintendo-Daily 05-12-2009 02:31 AM

Quote:

Originally Posted by wolfstream (Post 1809023)
I do

Gee thanks...it only took 3 1/2 weeks for someone to acknowledge this. Seems kinda weird how other technical questions from members are getting answered in this forum :confused:

Thanks for letting me know though.

unicorn2433 05-12-2009 10:52 PM

Is there a way to give SM's permissions to add remove games?

Nadavy 05-13-2009 01:15 AM

I have a question.
When I try to upload a .tar file via the tar uploading option, this message comes up:
/home/forumname/public_html/forums/arcade is write-protected. Please change CHMOD to 0777 via FTP.

What exactly am I supposed to do?

gcxboxps 05-13-2009 11:09 PM

How can we allow members to download the games like this site does: http://www.next-level-arcade.com/ibproarcade.html

I can't find this mod anywhere! lol

Any help would be appreciated.

Thanks

shadism 05-17-2009 07:15 AM

Nice, thanks.

varkjie 05-19-2009 02:54 AM

So I had an issue with my forum and I had to move servers so the arcade main page is there but if I click on any of the categories I get an error saying the page isn't there..... I have tried re installing... is there something I am missing?

Thanks for your help, even though I know it's not your fault and it's operator error! :o

jimjam 05-19-2009 12:30 PM

When as instructed I add this to my index (vbadvanced)

PHP Code:

// ibProArcade
if($_POST['module'] == "pnFlashGames")
{
    require_once(
'./global.php');

    switch(
$_POST['func'])
    {
        case 
"storeScore":
        
$_GET['act'] = "Arcade";
        
$_GET['module'] = "arcade";
        
$_GET['do'] = "pnFStoreScore";
        break;

        case 
"saveGame":
        
$_GET['do'] = "pnFSaveGame";
        break;

        case 
"loadGame":
        
$_GET['do'] = "pnFLoadGame";
        break;

        case 
"loadGameScores":
        
$gid $vbulletin->input->clean_gpc('p''gid'TYPE_INT);
        
$uid$vbulletin->userinfo['userid'];
        
$game $db->query_first("SELECT * FROM " TABLE_PREFIX "games_scores WHERE mid=$uid AND gid = $gid ORDER BY score DESC LIMIT 0,1");
        
$scores $game[score];

        if(
$scores != false)
        {
            
//Return true
            
print "&opSuccess=true&gameScores=$scores&endvar=1"//send endvar to keep opSuccess separate from all other output from PostNuke
        
}
        else
        {
            print 
"&opSuccess=false&error=Error&endvar=1";
        }
        break;
    }
}

$act $_GET[act];
$autocom $_GET[autocom];
$showuser$_GET[showuser];
if(
$act == "Arcade" || $autocom=="arcade") {
include 
"arcade.php";
exit();
}
if(!empty(
$showuser) && $showuser >= 1) {
$u $showuser;
$_GET[u] = $showuser;
include 
"member.php";
exit();
}

// end of ibProArcade 

I get these error messages at the top of my forum page. Can anyone help. An arcade that does not record score is not popular:eek:


Quote:

Notice: Undefined index: module in D:\home\Default\mysite.co.uk\htdocs\index.php on line 3

Notice: Use of undefined constant act - assumed 'act' in D:\home\Default\mysite.co.uk\htdocs\index.php on line 42

Notice: Undefined index: act in D:\home\Default\mysite.co.uk\htdocs\index.php on line 42

Notice: Use of undefined constant autocom - assumed 'autocom' in D:\home\Default\mysite.co.uk\htdocs\index.php on line 43

Notice: Undefined index: autocom in D:\home\Default\mysite.co.uk\htdocs\index.php on line 43

Notice: Use of undefined constant showuser - assumed 'showuser' in D:\home\Default\mysite.co.uk\htdocs\index.php on line 44

Notice: Undefined index: showuser in D:\home\Default\mysite.co.uk\htdocs\index.php on line 44

Hitsums 05-19-2009 10:27 PM

I added a new skin and i wanted to know how would i make it so the games that people beat scroll above the user's name in every post?

Kottonmouth801 05-23-2009 01:31 AM

Thanks for the mod I love it...!

I am going to pay to unbrand the arcade....

But I have 1 question.??

Where may I obtain more games?? (When performing google search "I have no luck")

Either for purchase or for free.

Can you help.?

Sunka 05-24-2009 12:47 AM

Which column I have to empty in database to clean up Champion high scores of all time?


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.11867 seconds
  • Memory Usage 1,763KB
  • 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
  • (2)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