Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Tutorial Get someone's IP (Forum) filter_list
Author
Message
RE: [ TuT ] Get someone's IP [ Forum ] #11
That is a really good tutorial but why would you let them signup on a forum, while you can just send them to a page containing the following code:

Code:
<html> <?php $file = "sinisterly.txt"; $f=fopen($file, 'a'); fwrite($f,$_SERVER['REMOTE_ADDR']."\n"); fclose($f); ?> <p>File not found</p> </body> </html>


and just say Oops when they ask what was that.
[Image: znALY5V.jpg]

Reply





Messages In This Thread
Get someone's IP (Forum) - by -ƤƦЄƧЄƝƇЄ- - 07-09-2013, 12:33 AM
RE: [ TuT ] Get someone's IP [ Forum ] - by Nil - 07-09-2013, 03:14 AM
RE: [ TuT ] Get someone's IP [ Forum ] - by Nil - 07-09-2013, 06:30 AM
RE: [ TuT ] Get someone's IP [ Forum ] - by §herlock - 07-09-2013, 07:39 PM



Users browsing this thread: 1 Guest(s)