I use this in one and works fine. Script is in forumhome so you will need to alter the path to suite your needs if it's located elsewhere.
PHP Code:
error_reporting(0);
define('THIS_SCRIPT', 'scriptname');
define('NO_REGISTER_GLOBALS', 1);
define('SKIP_SESSIONCREATE', 1);
define('SESSION_BYPASS', 1);
define('NOCOOKIES', 1);
define('DIE_QUIETLY', 1);
define('DIR', (dirname(__FILE__)));
chdir(DIR);
$globaltemplates = array();
$specialtemplates = array();
$actiontemplates = array();
$phrasegroups = array();
require_once DIR . '/global.php';