vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   Blank white page at end of game? (https://vborg.vbsupport.ru/showthread.php?t=130258)

Mark Carras 10-29-2006 04:00 AM

Blank white page at end of game?
 
Did I mess up on the install or is this a bug? At the end of a game I get a blank white screen. Everything else seems to work great though. When I click the 'forum' tab on Firefox to get back to the board, the score is saved and everything is fine. So what is the blank white page and how do I fix it?

Thanks a ton for this hack, now I won't get anything done. :D

nitro 10-29-2006 05:34 PM

I would guess you have a corrupted file during the upload, try replacing them ensuring you overwrite and not resume or skip.
You should not need to re-install.

Mark Carras 10-30-2006 01:49 AM

Any idea which file it might be specifically?

This was my very first vboard hack I did without my tech support guiding my every step, so sorry if I ask stupid questions. I'm a little bit of a noob. :D

Mark Carras 11-03-2006 12:30 AM

Ok, I am still trying to fix this. The url it sends players to at the end of most games is http://www.rockmymonkey.com/forums/i...de&do=newscore

So why is it sending them to the forum index instead of the arcade index? Does this help anyone know what file is bad or what step I missed in the set up?

nelstaresthero 11-03-2006 01:13 AM

i got the same thing goin on bro, sorta.
if i find a fix ill let you know

Mark Carras 11-03-2006 04:22 AM

Quote:

Originally Posted by nelstaresthero
i got the same thing goin on bro, sorta.
if i find a fix ill let you know

Glad it ain't just me. :D

Gemma 11-03-2006 04:11 PM

If you're using vbAdvanced Portal and your /index.php is not the original one from vBulletin you have to edit your alternate index.php

open index.php

At the very beginning of the File, right after:

Code:

<?php
you have to insert:

Code:

// ibProArcade modification
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];
$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 modification


Mark Carras 11-04-2006 07:02 PM

Quote:

Originally Posted by Gemma
If you're using vbAdvanced Portal and your /index.php is not the original one from vBulletin you have to edit your alternate index.php

open index.php

At the very beginning of the File, right after:

Code:

<?php
you have to insert:

Code:

// ibProArcade modification
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];
$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 modification


Which Index.php? The one for the board in general or the one for the arcade?

MrZeropage 11-05-2006 11:46 AM

the index.php in your forum's root

ibProArcade just comes along with arcade.php

Mark Carras 11-12-2006 06:03 AM

Quote:

Originally Posted by MrZeropage
the index.php in your forum's root


ibProArcade just comes along with arcade.php

Thanks people. That worked great!


All times are GMT. The time now is 09:16 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.01136 seconds
  • Memory Usage 1,738KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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