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
Code:
<?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