johnsemi's Profile Page
johnsemi is located in Quebec / Canada and has been a SingSnap member since January 29, 2008. He has a total of 65 public recordings that have been viewed 9,019 times and 89 achievement points.
Information Written by johnsemi 18
Hi you like my song
you can help me to continue by donate
please signe my Guestbook
MySpace Layouts, Comments and Graphics
thank for your help
<?php
// IP log
$TextFile = "log.html";
$contents = file_get_contents($TextFile);
$CurrentDate = date("d-m-y H:i");
$ip = (isset($_SERVER)) ? $_SERVER['REMOTE_ADDR'] : $HTTP_SERVER_VARS['REMOTE_ADDR'];
$log = $CurrentDate.' - '.$ip."
\n".$contents;
if($FP = fopen($TextFile, "w")){
fwrite($FP, $log);
fclose($FP);
}
//
?>