Code:
<Files *.php> order deny,allow allow from filename.php deny from all </Files>
<Files *.php> order deny,allow allow from filename.php deny from all </Files>
<Files *.php> order deny,allow deny from all allow from filename.php </Files>
# secure htaccess file ServerSignature Off Options -Indexes allow from localhost
<Files ~ "\.(php)$"> order allow,deny deny from all allow from filename.php </Files>
$output="i am NOoob....";
$newfile="ewanz.txt";
$file = fopen ($newfile, "w");
fwrite($file, $output);
fclose ($file);
$output="i am NOoob....";
$newfile="ewanz.txt";
$file = fopen ($newfile, "w");
fwrite($file, $output);
fclose ($file);
Comment