vBulletin

Thank you for visiting. This is our website archive. Please visit our main website by clicking the banner above.
vBulletin FAQ is dedicated to helping the forum owner build, manage and profit from his vBulletin Forum
vBulletin Web Hosting - Free skins and styles for your vBulletin - Search Engine Optimization




Having problems with vBAdvanced & Ibpro arcade

Big Dan
09-07-2006, 10:52 AM
Here's the problem when I log in to my site via the vBa login form on the vBa index I get the thank you for logging in message and then redirected back to the vBa index page without being logged in.

Here's why I suspect it's a conflict with IbPro arcade: The arcade install instructions told me to add:

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];

$showuser= $_GET[showuser];

if($act == "Arcade") {

include "arcade.php";

exit();

}

if(!empty($showuser) && $showuser >= 1) {

$u = $showuser;

$_GET[u] = $showuser;

include "member.php";

exit();

}

// end of ibProArcade modification

----------------------------------------------------------



The login worked without a problem before adding the arcade mod on for the vBa index.

Any ideas?

Thanks,
Dan

PS: If it helps forums are in the domain root

Noppid
09-07-2006, 10:56 AM
If you remove that code only from the hack install, does login work again?

Big Dan
09-07-2006, 11:31 AM
If you remove that code only from the hack install, does login work again?

Yes it does; I've also found if I move the arcade code down further in vBa index file the login works fine but then the arcade won't save scores. :confused:

I just repasted the code at the top of the file; it seems to be working correctly now. It wasn't working that way earlier this morning. I guess I'll leave well enough alone and see if someone complains. :cool:

Here's a look at my current index:

Peggy
09-07-2006, 11:40 AM
hmmmm I've never had that problem Dan, and as you know, we have both ibProArcade and vbAdvanced cmps on EE


vBulletin

seo book

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum