hi, im running a php proxy script. but it giving me some error. url: www.proxydeal.info i cant find whats wrong, can anyone? thanks It shows me this error: Notice: Undefined variable: themes in /home/deal/public_html/index.inc.php on line 10 Warning: main(themes/) [function.main]: failed to open stream: No such file or directory in /home/deal/public_html/index.inc.php on line 10 Warning: main(themes/) [function.main]: failed to open stream: No such file or directory in /home/deal/public_html/index.inc.php on line 10 Warning: main(themes/) [function.main]: failed to open stream: No such file or directory in /home/deal/public_html/index.inc.php on line 10 Warning: main() [function.include]: Failed opening 'themes/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/deal/public_html/index.inc.php on line 10
The script is trying to open /home/deal/public_html/index.inc.php but it dose not exist the file is not there. if it is there then try chmoding the folder.
Hey means you need to set the permissions of the file so the script can read it. Information below: http://catcode.com/teachmod/ http://www.zachjorgensen.net/za/chmodtutor.html http://www.analysisandsolutions.com/code/chmod.htm