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