• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Check ip of ppl who enter to my website...

Status
Not open for further replies.

Xeikh

詠春 ☯
Joined
Oct 23, 2009
Messages
724
Reaction score
17
Hello!

i have a monitor that check words and images copied from my website, and some guy copied many imgs maked by me and etc~

i want know who is and his ip, i know where him live, just need know ip, i need a ip monitor for check the ip of ppl who enter, so there i will know who is...

if someone know about a softwater for do that, i give mine for check ppl who copy images and text :p

Thanks for your time.
Cya
:peace:
 
Or...
Code:
<?php
   $date = date("d/n/y");
   $file = fopen("ips.txt", "a");

   fputs($file, "$_SERVER[REMOTE_ADDR] - $date\n");
   fclose($file);
?>

Or...
Firewall
 
Status
Not open for further replies.
Back
Top