HACKING HUB

hacking tutorials, full version softwares, tips & tricks

  •  

Today I’ll be showing you how to grab somebodies IP address when they visit a page.

The variable to use is $_SERVER['REMOTE_ADDR'] - It’s that simple. You can use it
for just about anything, here are a few examples.

Printing the Users IP Address:


<?php
print ($_SERVER['REMOTE_ADDR'], "I'm Watching You!");
?>

Printing it to a File:


<?php
$ip = $_SERVER['REMOTE_ADDR'];
$handle = fopen('ipaddresses.txt'', 'a+);
fwrite($handle, $ip); fwrite($handle, "\n");
fclose($handle);
?>


All you have to do, is to make a text file and insert any of these codes or one of your
own and save it as anythingyouwant.php
Then upload it to your website and it'll do the trick :P
The Possibilities for what you can use this to are endless.
Good luck :D



Categories:

1 Response for the "How to grab IP address with PHP"

  1. KIMBERLY says:

    METRONET CREDIT SOLUTION was amazing working with. He helped us get into our home. METRONET helped us access the rate we needed. We were able to come in after work to get answers to questions about needed documentation and he even invited us in to explain in detail underwriter requests to ensure they got exact what was needed and how we could get it. Everything was able to be done via email: METRONETCREDITSOLUTION AT GMAIL DOT COM. We Highly recommend this friendly lender and credit repair expert.

Post a Comment