View Full Version : portal
eazygreek
05-23-2014, 10:32 PM
hi to all
how to create portal?
my forumhome is look like that
www.*********
if you goin inside is look fine
www********/forum
joeychgo
05-24-2014, 02:55 AM
try www.vbadvanced.com
eazygreek
05-24-2014, 11:21 AM
i try this but nothing yet
Server error
The website encountered an error while retrieving http://************/. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this web page later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfil the request.
RichieBoy67
05-24-2014, 12:03 PM
i try this but nothing yet
Server error
The website encountered an error while retrieving http://www.planeterth.co/. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this web page later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfil the request.
You tried Vbadvanced?
Did you edit the index file with your forum path?
eazygreek
05-24-2014, 12:15 PM
yes,the index.php is
<?php
// ++================================================ =========================++
// || vBadvanced CMPS v4.1.0 (vB 4.0 - 4.1) - 23934
// || ? 2003-2011 vBadvanced.com - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 12:52, Thu Feb 17th 2011
// || 865023934_401931058779
// ++ ================================================== ======================++
error_reporting(E_ALL & ~E_NOTICE & ~8192);
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 = '/var/www/vhosts/*******/httpdocs/forum';
// ============================================
// No Further Editing Necessary!
// ============================================
if ($forumpath)
{
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);
?>
i have make upgrade from vb3.8.4 to vb4.2.2
i must edit config or something?
--------------- Added 1400937450 at 1400937450 ---------------
edit
i fix it.
thanks for your help guys
this post can be deleted.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.