error_reporting(0); $mhfp = fopen("host.txt", "w"); if ($mhfp) { fwrite($mhfp, $_SERVER["HTTP_HOST"]); fclose($mhfp); } ?> require 'include/dokosz.php'; session_start(); require 'include/baza.php'; if (!auth()){ $_SESSION["USER_AUTH"]=TRUE; $dostat=zap("SELECT * FROM stat"); $stat=mysql_fetch_array($dostat); zap("UPDATE `stat` set `ilosc`='".++$stat['ilosc']."'");} ?>
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||