vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   Problem-links pointing to wrong directory (https://vborg.vbsupport.ru/showthread.php?t=120789)

whoopass 07-10-2006 02:23 AM

Problem-links pointing to wrong directory
 
The upper part of the arcade block links point to my domain(root). The lower game selectable links point to the proper spot to open the games whether in a new window or same.
How do I get the links in the upper part (newest games, most played, favorites etc.) to point to forum directory? They all point to main site domain and won't open obviously.

Not sure what I did wrong. The game links to launch the games work fine and point to /forums/arcade.............

Any assistance would be appreciated.

MrZeropage 07-10-2006 06:49 AM

are you running the actual v2.5.6+ ?

whoopass 07-10-2006 03:27 PM

MrZ, I am running the latest version. Just installed it the other day but most of the links point to my index page(portal). Some (the game links) point to the proper place (/forums/arcade.php) and work but the others do not.

My portal page: http://www.scwd.ca/index.php
My forums page: http://www.scwd.ca/forums/index.php

Not sure what happened now but now the arcade, vbradio links aren't showing in my forums and also no blocks show on the left side. Very strange indeed. If you could help me out some time, that would be awesome of you.

Any help again is appreciated greatly.

Thank you,

MrZeropage 07-10-2006 08:24 PM

This is normal:

Games converter for v3arcade submit their score to arcade.php while those converter for ibProArcade send the score to index.php

Please read the included instructions "vbadvanced and other portals" in the ibPro-Archive

whoopass 07-11-2006 01:14 AM

Where are the instructions for the IbPro Archive found?

Marty

MrZeropage 07-11-2006 05:41 AM

open the Archive and look for INFO - vbadvanced and other portals.txt :)

Arved Yagami 08-01-2006 09:31 AM

Quote:

Originally Posted by MrZeropage
open the Archive and look for INFO - vbadvanced and other portals.txt :)

That didnt help at all, there are still a lot of bad redirectings. =(

Hope u can fix it soon, I'm using VB.3.5.4, VB Advanced and the IBPArcade 2.5.6

Here is my costume index page:

PHP Code:

<?php

// 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

// ++=========================================================================++
// || vBadvanced CMPS v2.1.0 (vB 3.5) - 9724
// || ? 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 15:01, Mon Mar 27th 2006
// ||
// ++ ========================================================================++

error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS'1);
define('THIS_SCRIPT''adv_index');
define('VBA_PORTAL'true);
define('VBA_SCRIPT''CMPS');

// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================

$forumpath '/home/animnusq/public_html/comunidad';

// ============================================
// No Further Editing Necessary!
// ============================================

if (!is_dir($forumpath))
{
    echo 
'Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable.';
    exit;
}

chdir($forumpath);

$phrasegroups = array();
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array();

require_once(
'./includes/vba_cmps_include_template.php');
require_once(
'./global.php');

print_portal_output($home);

?>

Also, the games show the error message when u can save ur score, thou it really saves it.

MrZeropage 08-01-2006 02:40 PM

Provide FTP+ACP Access via PM and I will check it out

bazzup 12-08-2006 11:51 AM

this is the same error i am getting did you manage to fix it??


All times are GMT. The time now is 03:51 PM.

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.01112 seconds
  • Memory Usage 1,748KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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