yipppieee look what i have on another PHP Code im trying to run and
debug :
*Notice*: Undefined variable: _SESSION in
*C:\Inetpub\wwwroot\fundanemt\install\index.php* on line *81*
*Notice*: Undefined variable: _SESSION in
*C:\Inetpub\wwwroot\fundanemt\install\index.php* on line *82*
*Notice*: Undefined index: arrConfig in
*C:\Inetpub\wwwroot\fundanemt\install\index.php* on line *88*
*Notice*: Undefined index: arrConfig in
*C:\Inetpub\wwwroot\fundanemt\install\index.php* on line *89*
*Notice*: Undefined index: arrConfig in
*C:\Inetpub\wwwroot\fundanemt\install\index.php* on line *90*
*Notice*: Undefined index: arrConfig in
*C:\Inetpub\wwwroot\fundanemt\install\index.php* on line *91*
*Notice*: Undefined index: arrConfig in
*C:\Inetpub\wwwroot\fundanemt\install\index.php* on line *92*
*Notice*: Undefined index: arrConfig in
*C:\Inetpub\wwwroot\fundanemt\install\index.php* on line *93*
*Notice*: Undefined variable: _SESSION in
*C:\Inetpub\wwwroot\fundanemt\core\includes\fundaLib.inc* on line *271*
*Notice*: Undefined index: locale in
*C:\Inetpub\wwwroot\fundanemt\core\includes\fundaGUI.inc* on line *846*
*Notice*: Undefined index: locale in
*C:\Inetpub\wwwroot\fundanemt\core\includes\fundaGUI.inc* on line *851*
*Notice*: Undefined index: locale in
*C:\Inetpub\wwwroot\fundanemt\core\includes\fundaGUI.inc* on line *861*
*Notice*: Undefined index: locale in
*C:\Inetpub\wwwroot\fundanemt\core\includes\fundaGUI.inc* on line *866*
*Notice*: Undefined index: locale in
*C:\Inetpub\wwwroot\fundanemt\core\includes\fundaGUI.inc* on line *884
all those errors are found in the index on all this Cludge of Code the
Javascript :
<script language=\"javascript\" type=\"text/javascript\">
var TEMPLATES =
".(count($_SESSION[SCRIPT_URL."fundanemt/"]["templates"])?(count($_SESSION[SCRIPT_URL."fundanemt/"]["templates"])>1?2:1):0).";
var TEMPLATE_DEFAULT =
\"".$_SESSION[SCRIPT_URL."fundanemt/"]["template_default"]."\";
var GUI_GRAPHICS = '".str_replace("'", "\'", GUI_GRAPHICS)."';
var GUI_GUI = '".str_replace("'", "\'", GUI_GUI)."';
var CORE_SELF = '".$_SERVER["PHP_SELF"]."';
var SCRIPT_URL = '".preg_replace("|/$|","",SCRIPT_URL)."';
var SCRIPT_ROOT = new RegExp(\"^".SCRIPT_ROOT."\");
var FILE_WINDOW_ITEM_MOUSEOVER_BACKGROUND =
'".$GLOBALS["arrConfig"]["FILE_WINDOW_ITEM_MOUSEOVER_BACKGROUND"]."';
var FILE_WINDOW_FONT_COLOR =
'".$GLOBALS["arrConfig"]["FILE_WINDOW_FONT_COLOR"]."';
var FILE_WINDOW_COLOR =
'".$GLOBALS["arrConfig"]["FILE_WINDOW_COLOR"]."';
var FILE_WINDOW_FONT_COLOR_INACTIVE =
'".$GLOBALS["arrConfig"]["FILE_WINDOW_FONT_COLOR_INACTIVE"]."';
var FILE_WINDOW_ITEM_BACKGROUND =
'".$GLOBALS["arrConfig"]["FILE_WINDOW_ITEM_BACKGROUND"]."';
var FILE_WINDOW_ITEM_COLOR =
'".$GLOBALS["arrConfig"]["FILE_WINDOW_ITEM_COLOR"]."';
var WPREFIX = '".md5($_SERVER["SERVER_NAME"].SCRIPT_URL)."';
</script>
<script type=\"text/javascript\"
src=\"".SCRIPT_URL."fundanemt/core/fundaCore.js\"></script>
<script type=\"text/javascript\"
src=\"".SCRIPT_URL."fundanemt/core/includes/calendar.js\"></script>
";
$configurationfile = ';<?php/*
*
[Non-text portions of this message have been removed]