vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Arcade help needed pretty urgent (https://vborg.vbsupport.ru/showthread.php?t=100384)

kpr 11-08-2005 12:53 PM

Arcade help needed pretty urgent
 
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
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


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....&postcount=497


All times are GMT. The time now is 08:09 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01222 seconds
  • Memory Usage 1,717KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete