1st sorry if this has been addressed I have search useing a lot of different keywords with no luck here and the devs site.
Just loading the index I was getting 66k error log from line 57 about 100 lines of the same error
Undefined variable: HTTP_SERVER_VARS in asconfig.php on line 57
will changing line 57 in asconfig.php
from
Code:
if(eregi('asconfig\.php$',$HTTP_SERVER_VARS['PHP_SELF'])){die('Error: You cannot access asredir.php directly.');}
to
Code:
if(eregi('asconfig.php$',$_SERVER['PHP_SELF'])){die('Error: You cannot access asredir.php directly.');}
Do anything to the Admin Secure to keep if from functioning properly?
Thank you for the replay but I am useing Fedora core 2 With the lastest update for Apache
Useing the code ubove remove the main error and it keeps you from accesing it from that page.
I am still getting
Code:
Undefined variable: HTTP_USER_AGENT in /public_html/mainfile.php on line 51
import_request_variables(): No prefix specified - possible security hazard in /public_html/mainfile.php on line 74
Undefined variable: OSTYPE in /public_html/includes/asfunc.php on line 90
Use of undefined constant left - assumed 'left' in /public_html/themes/Icey/theme.php on line 202
Use of undefined constant bkey - assumed 'bkey' in public_html/mainfile.php on line 429
Its much lager then this 22k for just visting the home page
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum