PDA

View Full Version : Portal caused my site to go down


Vesica
08-08-2007, 07:23 PM
When I went on my site, all of a sudden, it asked me to download this. When opening it, it said this:

<?php
// ++================================================ =========================++
// || vBadvanced CMPS v3.0 RC1 (vB 3.6) - 53993
// || ? 2003-2007 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 23:47, Sat Jul 14th 2007
// ||
// ++ ================================================== ======================++

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 = '/xxxxxxxxx/xxxxxxxxx/xxxxxxxxx/xxxxxxxxx';

// ============================================
// 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);

?>

What do I do to fix it?

Brandon Sheley
08-08-2007, 11:49 PM
If you are able to dl a .php file, then you need to address your host. This has nothing to do with the vbcms.