View Single Post
Old January 15th, 2005, 11:31 AM   #9 (permalink)
SalTheWop
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 87
Re: Wheres my gallery?

Nope
this is the index.php in the root folder

<?php
// ++=========================================================================++
// || vBadvanced CMPS v1.0.0
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 21:43, Fri Jan 14th 2005 - 8152
// ||
// ++ ========================================================================++

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

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

chdir('/home/fhlinux198/h/hdfuk.net/user/htdocs/');

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

require_once('./global.php');

print_portal_output($home);

?>


This is the gallery_config.php file in root/gallery

<?php
// ++=========================================================================++
// || vBadvanced Gallery v1.0 RC2
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 10:35, Sat Jan 15th 2005 - 8152
// || 4105580_066815207116
// ++ ========================================================================++

error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);

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

$forumpath = '/home/fhlinux198/h/hdfuk.net/user/htdocs/';

?>


When I go to www.hdfuk.net I get

Warning: main(./global.php): failed to open stream: No such file or directory in /home/fhlinux198/h/hdfuk.net/user/htdocs/index.php on line 27

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/share/pear') in /home/fhlinux198/h/hdfuk.net/user/htdocs/index.php on line 27


When I goto www.hdfuk.net/forum it works
SalTheWop is offline   Reply With Quote