View file wapirate/top/reset1.php
<?php
?>
<?php
$pwd = $_GET["pwd"];
$uid = $_GET["uid"];
include ("func.php");
include ("conf.php");
connect($dbserver,$dbname,$dbuser,$dbpass);
$time = DATE("Y,m,d,$hour,00,00");
mysql_query("INSERT INTO misc SET dscr='time',text='".$time."' ");
?>