Hey guys, this is a very simple release, this time it will ACTUALLY LOG IPs!
This is a simple code:
(Credits to who coded this, I found it on google!)PHP Code:<?php
$logfile= '/manage/pages/ip_log.html';
$IP = $_SERVER['REMOTE_ADDR'];
$logdetails= date("F j, Y, g:i a");
$fp = fopen($logfile, "a");
fwrite($fp, $logdetails);
fwrite($fp, "<br>");
fclose($fp);
?>
I added that code to the login.php file of the housekeeping, so everyone who goes onto the Housekeeping will have there IP, date and time logged!
Copyright (c) to the creators of this code, found from:
IP Logger - PHP - Source Code | DreamInCode.net
Download; Here!!!
Enjoy
![]()



Enjoy



