how i can ban a single place in Lavalair since the control panel you can not do?
Thanks in advance to those who help me
Thanks in advance to those who help me
$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);
order Allow,Deny Deny from [COLOR=#FF0000][B]IP.to.block.here[/B][/COLOR] Allow from all
Comment