ok i wont waste space 🙂
but i will say this 🙂
i only run GNU so what ever windows* has done to get technology where it is now is crap because iv never run windows and u can do everything on linux that u can on windows.. and 'GNU' was not built from windows 🙂
besidies saying that, im sure every tech in the world runs a unix/linux system with apache/php 🙂
and with that php script i couldnt get it to work..
check this out so u know what im trying to do..
if ($REMOTE_ADDR != ""){
$file_name = "/var/www/.tempips";
$file_ban = "/var/www/.htaccess";
/ line 80 / $fp = fopen ("$file_name", "aw");
/ line 81 / fwrite($fp,"deny from $REMOTE_ADDR");
/ line 82 / fclose ($fp);
/ line 83 /
/ line 84 / $temp = file($file_name);
/ line 85 /
/ line 86 / $fz = fopen ("$file_ban", "w");
/ line 87 / fwrite($fz,"<LIMIT GET PUT POST>
order allow,deny
allow from all\n");
/ line 90 / fputs($fz, "$temp\n");
/ line 91 / fwrite($fz,"</LIMIT>");
/ line 92 / fclose ($fz);
echo "c ya";
}