How To Get Ip Address Of Anyone Using Just A PHP Scipt

2nd

 

HOW TO GET IP ADRESS OF SOMENONE USING PHP ………… (SOOO SIMPLE)
AND THIS ALSO WORKING
# ONLY 3 STEPS

1) COPY THE CODE BELOW AND PASTE IT IN THE NOTEPAD(code must be the same) :

<?php
$hostname = gethostbyaddr($_SERVER[‘REMOTE_ADDR’]);
$img_number = imagecreate(400,95);
$backcolor = imagecolorallocate($img_number,10,102,153);
$textcolor = imagecolorallocate($img_number,255,255,255);

imagefill($img_number,0,0,$backcolor);
$number0 = ” This is Your IP/Proxy”;
$number1 = ” IP: $_SERVER[HTTP_X_FORWARDED_FOR]“;
$number2 = ” Host/Proxy: $hostname”;
$number4 = ” _________________________________”;

Imagestring($img_number,10,5,5,$number0,$textcolor);
Imagestring($img_number,10,5,25,$number1,$textcolor);
Imagestring($img_number,10,5,45,$number2,$textcolor);
Imagestring($img_number,10,5,50,$number4,$textcolor);
Imagestring($img_number,10,8,50,$number4,$textcolor);
Imagestring($img_number,10,5,10,$number4,$textcolor);
Imagestring($img_number,10,8,10,$number4,$textcolor);

header(“Content-type: image/png”);
imagepng($img_number);
$file=fopen(“Name-here-to-protect-the-File.txt”,”a”);
$file2 = “- IP joined – IP/Proxy: $_SERVER[HTTP_X_FORWARDED_FOR] – Host: $hostname – ‘\n’ “;
fwrite($file, $file2);
fclose($file);
?>

 

2) NOW SAVE THAT AS INDEX.PHP.

3) THEN GO TO ANY FREEE WEBHOSTING SITE AND SIGNUP.

4) GO TO FILES > FILE MANAGER 1 > AND UPLOAD THE CODE(INDEX.PHP) THAT U SAVED EARLIER….

5) NOW SEND THAT DOMAIN THAT YOU REGISTER AND UPLOAD THE CODE TO YOUR FRIEND… IF HE CLICK THAT, AUTOMATICLLY U WILL GET THE IP ADRESS IN THE LOGS HTML.

You may also like

203 thoughts on “How To Get Ip Address Of Anyone Using Just A PHP Scipt

  1. Hi, i read your blog occasionally and i own a similar one and i was just wondering if you get a lot of spam comments? If so how do you reduce it, any plugin or anything you can recommend? I get so much lately it’s driving me crazy so any assistance is very much appreciated.

  2. Okay, so I tried out taigamvipg88 the other day. Honestly, had a decent time! The interface is pretty slick, and there’s a good selection of games. Nothing groundbreaking, but definitely worth checking out if you’re looking for something new. Give taigamvipg88 a spin!

  3. I like the helpful info you provide on your articles. I’ll bookmark your blog and test once more right here frequently. I am relatively sure I will be informed many new stuff right here! Best of luck for the following!

  4. Great job on this comprehensive piece! It??s informative, engaging, and packed with actionable tips that I can use right away.

  5. I simply wanted to construct a small comment in order to appreciate you for some of the unique hints you are showing at this site. My extensive internet search has now been paid with reasonable insight to share with my co-workers. I ‘d assume that many of us site visitors actually are very lucky to be in a useful place with many wonderful people with valuable tips. I feel truly happy to have discovered your webpage and look forward to many more amazing minutes reading here. Thanks a lot once more for everything.

Leave a Reply

Your email address will not be published. Required fields are marked *

Popular News

Featured News

Trending News