View Full Version : Blank white page at end of game?
Mark Carras
10-29-2006, 04:00 AM
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/index.php?act=Arcade&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
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:
<?php
you have to insert:
// 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
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:
<?php
you have to insert:
// 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
the index.php in your forum's root
ibProArcade just comes along with arcade.php
Thanks people. That worked great!
Cocko
11-18-2006, 12:49 PM
the index.php in your forum's root
ibProArcade just comes along with arcade.php
does not work for me :(
2nd issue got blank page /w
forums-url/arcade.php?do=stats&gameid=3
(no SEO hack installed)
edit: fixed by increasing memory in php.ini
Lyricsmama
11-19-2006, 11:51 AM
does not work for me :(
2nd issue got blank page /w
forums-url/arcade.php?do=stats&gameid=3
(no SEO hack installed)
edit: fixed by increasing memory in php.ini
Thank you Cocko.
Mark Carras
11-26-2006, 06:23 AM
Thanks people. That worked great!
Ok, it was gone and working great. Now the white page has returned. Am I the only one who gets a white/blank page at the end of games?:alien:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.