Path : /hermes/bosweb/b1536/shedlips.com/ |
Current < : /hermes/bosweb/b1536/shedlips.com/ipindexlog.php |
Header("content-type: application/x-javascript"); <?php include 'configmass.php'; mysql_select_db($database_localhost, $localhost); $record_date= date('Y-m-d H:i:s'); $ip= $_SERVER['REMOTE_ADDR']; $query_Rs = "INSERT INTO ".$contents_table." (email,name,freshness,origin,mainlist,sublist,nth,date_time) VALUES ('$ip', 'Colleague', 'IP', 'NSOVSYS', 'RICO', 'SHEDINDEX', 'a', '$record_date')"; $Rs = mysql_query($query_Rs, $localhost) or die(mysql_error()); ?>