Anyone see anything wrong with this?:
if (-e "$lccname/$lcpassl.txt"
{ sleep(1) } else { print "Invalid Charecter Name or Password!"; exit; }
When I log in, and the file exists, it is perfect. When any charecter is not typed in, it does:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@netfirms.com 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.
My server sucks, so it doesn't show the errors right now. I will get to that later if its possible.
Anyways, anything wrong with the script?
if (-e "$lccname/$lcpassl.txt"
When I log in, and the file exists, it is perfect. When any charecter is not typed in, it does:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@netfirms.com 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.
My server sucks, so it doesn't show the errors right now. I will get to that later if its possible.
Anyways, anything wrong with the script?