My test page looks exactly like this:
<?php
//import things we need for this page
//$ea_dir= dirname(__FILE__);
//chdir ("./vbulletin");
//include_once ("global.php");
//chdir ($ea_dir);
?>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<?php
//Header("Cache-control: private, no-cache");
//Header("Expires: -1"); # Past date
//Header("Pragma: no-cache");
$userid = intval($_COOKIE[bbuserid]);
print $userid;
exit;
?>
As you can see, I have been testing and I did put the "$ea_dir" in the exception array in init.php
Thanks again for looking at this.
ravenswood.
|