_.-*>another Problem!<*-._
Ok...... This isnt working... whith this script:
Code:
<? @chmod("requests.php", 0777);
if(!is_writable("requests.php")){
@chmod("requestline.php", 0777);
if(!is_writable("requestline.php")){
Echo"<b>Error:</b> You havent Chmodded the requestline.php And/Or the requests.php file, You need to go back and Chmod the dbinfo.php file.
After you do that press the button below.
<form method='post' action='install2.php'>
<input type='submit' value='I have CHMODDED requests.php AND requestline.php'>
</form>";
Echo"dbinfo.php <br />
If you see an error above PAY ATTENTION TO IT! IF YOU DON'T Your script WILL NOT WORK!!!<br />
<form method='post' action='install3.php'>
<input type='submit' value='There is no error above and I am ready to move on!'>
</form>"; ?>
I get this error:
Parse error: parse error, unexpected $ in /fpgs/fpgshttpd/smileyoureahabbo/scripts/radiobox/install2.php on line 22
I DO NOT SEE A $ ANYWARE IN THAT SCRIPT!