File size: 847B
<html>
<head>
<title>...::: Stats WebSite | Очищение статистики :::...</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body style="cursor: default">
<?
/*
*****************************************
* Autor: Alpha *
* Name PHP script stats WebSite *
* Last modificed: 3.11.03 *
* Contact: [email protected] *
* All rigiht resaved *
*****************************************
*/
$sf = "stat.dat";
$cf = "cont.dat";
$fpsf = fopen ("$sf", "w");
$fpcf = fopen ("$cf", "w");
$text1 = "";
$text2 = "0";
fwrite($fpsf,$text1);
fwrite($fpcf,$text2);
fclose($fpsf);
fclose($fpcf);
?>
<center>
Статистика подчищена!
<br>
<a href="info.php">назад</a>
</center>
</body>
</html>