errrrm, ok thats another thing to add to the to do list
The Royal Ram
kinkserious memberVPS - Virtual Prince of the Server
python if you view your source code for that page their is a rectangle with some written material in it , just above that box is an open tag looks like this <? remove those two symbols and put in your script remark (<script> and see what happens ie
<table class=leftmenu cellspacing=1 cellpadding=1 width=100% border=0>
<tbody>
<tr>
<th width="100%" bgcolor="#CCCCCC" height="25"> Scripts</th>
</tr>
<tr>
<td valign=top width="100%" bgcolor=#efefef height="253"> <font size="-2">
<? <
RIGHT THERE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
/******************************************************************************/
/* (c) CN-Software CNCat */
/* */
/* Do not change this file, if you want to easily upgrade */
/* to newer versions of CNCat. To change appearance set up files: _top.php, */
/* _bottom.php and config.php */
/* */
/******************************************************************************/
error_reporting(E_ALL & ~E_NOTICE);
ini_set("session.use_trans_sid",false);
Comments
errrrm, ok thats another thing to add to the to do list
The Royal Ram
<table class=leftmenu cellspacing=1 cellpadding=1 width=100% border=0>
<tbody>
<tr>
<th width="100%" bgcolor="#CCCCCC" height="25"> Scripts</th>
</tr>
<tr>
<td valign=top width="100%" bgcolor=#efefef height="253"> <font size="-2">
<? <
RIGHT THERE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
/******************************************************************************/
/* (c) CN-Software CNCat */
/* */
/* Do not change this file, if you want to easily upgrade */
/* to newer versions of CNCat. To change appearance set up files: _top.php, */
/* _bottom.php and config.php */
/* */
/******************************************************************************/
error_reporting(E_ALL & ~E_NOTICE);
ini_set("session.use_trans_sid",false);
The Royal Ram
The Royal Ram
ive checked the language file and thats fine
The Royal Ram
The Royal Ram
on my server the <? tag was being used for xml so it was changed to <?php
the script which controls the script page uses tags such as <? which were fine until the alteration was made.
the script cannot be fixed without quite a bit of work because the writer used the following format:
<? =$variable; ?>
which apparently is a shortcut - therefore it has to all be modified
The Royal Ram