Quote:
Originally Posted by Larrysw
I'm running 3.5.4 and it's fine! Also it vbexternal doesn't even requrie this! Either you've modded it or I would try re-downoading.
|
really? Ok can you point me to the appropiate Download link?
In the download in this thread the vbexternal.php file containes this:
----------------------------------------------------------------------------------------
<?php
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBExternal v1.6 By Zero Tolerance [
http://gzevolution.net] ||
|| # This file may not be redistributed, copied in whole or part ||
|| # without written permission. ||
|| # Copyright (C) 2005 Inferno Technologies. ||
|| ################################################## ################## ||
\*================================================ ======================*/
// ---------------------------------------------------
// Start Set PHP Environment
// ---------------------------------------------------
error_reporting(E_ALL & ~E_NOTICE);
// ---------------------------------------------------
// End Set PHP Environment
// ---------------------------------------------------
// ---------------------------------------------------
// Start Define Important Constants
// ---------------------------------------------------
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'vBExternal');
// ---------------------------------------------------
// End Define Important Constants
// ---------------------------------------------------
// ---------------------------------------------------
// Start Cache Of Any Needed Templates/Phrase's
// ---------------------------------------------------
$phrasegroups = array();
$specialtemplates = array(
'options',
);
$actiontemplates = array();
$globaltemplates = array();
// ---------------------------------------------------
// End Cache Of Any Needed Templates/Phrase's
// ---------------------------------------------------
// ---------------------------------------------------
// Start Call DB & Establish Connection
// ---------------------------------------------------
if(!file_exists('./includes/config.php')){
echo "includes/config.php does not exist. Cannot continue.";
exit;
}
require('./includes/config.php');
define('TABLE_PREFIX', $tableprefix);
define('COOKIE_PREFIX', (empty($cookieprefix)) ? 'bb' : $cookieprefix);
define('DEBUG', 0);
define('DB_EXPLAIN', false);
define('DB_QUERIES', false);
require_once('./includes/db_mysql.php'); <----------- there it is...
----------------------------------------------------------------------------------------
So maybe i need another download link?