ezincenter 0 Report post Posted December 10, 2004 I was wondering if someone could explain how to use the CGI files on the cPanel, i have a paid to read script but I don't know how it works . Share this post Link to post Share on other sites
Hercco 0 Report post Posted December 11, 2004 You must place your script files to cgi-bin directory. This can be done with FTP or from Cpanels file manager. Cgi-bin is located under public_htmlAnd don't forget to set the permissions right for your scripts. Share this post Link to post Share on other sites
ezincenter 0 Report post Posted December 11, 2004 Thank you very much ,but I still have problem because I can't connect to server Share this post Link to post Share on other sites
cryptwizard 0 Report post Posted December 11, 2004 I may be able to help you if you gave us more information.What's the exact error you're getting?The permissions should be set to 755 on the scripts, also. Share this post Link to post Share on other sites
ezincenter 0 Report post Posted December 11, 2004 This is the error message.when I type http://mydomainname.info/cgi-bin/iSlist/mysql.cgi Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, webmaster@mydomainname.info and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log.Additionally, a 404 Not Found error was encountered while trying to use Share this post Link to post Share on other sites
cryptwizard 0 Report post Posted December 12, 2004 I get http://www.mydomainname.info/ could not the found. Please check the name and try again.For your error, you may have to post the script here.However, it is likely that your scipt is not sending the HTTP Headers.Try echoing "Content-Type: text/html; charset=UTF-8" at the start of your script.If that doesn't work, post your scipt here. Share this post Link to post Share on other sites