#!/usr/local/bin/php<?phpinclude ('../conf.php');mysql_query("UPDATE `userlist` SET `times`=`times`+'1' WHERE `id`=`id`"); ?>