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

RE: [ TuT ] Get someone's IP [ Forum ] #12
Thanks for the feedback everyone.

It's just another possible way.
- Targets -
- 1000 Post
- 100 Total Reputation

I do not deal over Skype, PM's only!



Reply

RE: [ TuT ] Get someone's IP [ Forum ] #13
I did that a long time ago.

It's pretty easy, and shit.

Good for the beginners! Smile

Reply

RE: [ TuT ] Get someone's IP [ Forum ] #14
Thanks for that. This is mainly for beginners.
- Targets -
- 1000 Post
- 100 Total Reputation

I do not deal over Skype, PM's only!



Reply







Users browsing this thread: