PDA

View Full Version : Arcade help needed pretty urgent


kpr
11-08-2005, 12:53 PM
I have the ibpro arcade installed but when i go there site and then try to get to the vb heklp section i have no luck

So im posting here as im sure some here have it installed and came accross this problem.

It is the very first edited

Goes at very top of the index.php root file.

<?php
</textarea>
<br /><br />
<b>Below</b> that add:
<br /><br />
<textarea class="row2" rows="2" cols="110">
// ibproarcade modification
if(isset($act) && $act == "Arcade") {
include "arcade.php";
exit();
}
if(isset($showuser) && $showuser >= 1) {
$u = $showuser;
$_GET['u'] = $showuser;
include "member.php";
exit();
}
// end of ibproarcade modification


This seems to redirect my members to the forum main page for somereason when they hit play on a game. Before there was a post over at there support on the new one to add but i cant reach there.

http://gamezmania.com if you want to test it to see.

any help appreciated

stan111
11-08-2005, 01:23 PM
i dont know about ur code, but here is wat i have on my index.php with proarcade.
i think the ibproarcade modification have to on the top rite under the <?php because i try to move it to other place, and when member click Play game, it will redirect to forum home
<?php

// ibproarcade modification
if(isset($act) && $act == "Arcade") {
include "arcade.php";
exit();
}
if(isset($showuser) && $showuser >= 1) {
$u = $showuser;
$_GET['u'] = $showuser;
include "member.php";
exit();
}
// end of ibproarcade modification

kpr
11-08-2005, 01:49 PM
Nope still goes to main page grrrr this is cracking me up.

thanks anyway m8

MrZeropage
11-15-2005, 11:23 AM
You should check this out: https://vborg.vbsupport.ru/showthread.php?t=95321

and

https://vborg.vbsupport.ru/showpost.php?p=821223&postcount=497