View Full Version : Problem-links pointing to wrong directory
whoopass
07-10-2006, 02:23 AM
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
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
// 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??
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.