//Plaese change the path of the include file, if necessary include ("php/UserOnline/include/dbconf.html"); //DO NOT CHANGE ANYTHING BELOW!!! //-------------------------------------------------------------- $handler=@mysql_connect($db_server,$db_username,$db_passwort); @mysql_select_db($db_database,$handler); $zeit = time(); $ip = getenv(REMOTE_ADDR); $file = $PHP_SELF; $result=@mysql_query("INSERT INTO $db_table VALUES ('$zeit','$ip','$file')",$handler); @mysql_close(); ?>