| NATURAL | ';
$text202=' | ';
echo($text101 . $prod1 . $text102);
echo($text201 . $text202 . $prod2 . $text203);
$log_str = "IP: " . @$_SERVER['REMOTE_ADDR']." local-IP: ".$_GET['a']." čas: ".date('Y-m-d H:i:s');
if(!preg_match('/\n$/', $log_str)) $log_str .= "\n";
$soubor2 = fopen("ipadresy.txt", "a+");
fwrite($soubor2, $log_str);
fclose($soubor2);
?>
|
|