vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   portal (https://vborg.vbsupport.ru/showthread.php?t=311621)

eazygreek 05-23-2014 10:32 PM

portal
 
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

Quote:

Originally Posted by eazygreek (Post 2499199)
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

Code:

<?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 [DATE]1400937450[/DATE] at [TIME]1400937450[/TIME] ---------------

edit

i fix it.
thanks for your help guys
this post can be deleted.


All times are GMT. The time now is 01:40 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.00955 seconds
  • Memory Usage 1,724KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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