Get your friend's IP in a click First of all, you need a web host supporting php , which u get for free using any free site like my3gb .com. Now go to file manager of your host create a new file as 'index.php' . Paste the below code in that file. <?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,$bac kcolor); $number0 = " This is Your IP/Proxy"; $number1 = " IP: $_SERVER[HTTP_X _FORWARDED_FOR]"; $number2 = " Host/Proxy: $hostname"; $number4 = " ______________________________ _by ~js__"; Imagestring($img_number,10,5,5 ,$number0, $textcolor); Imagestring($img_number,10,5,2 5, $number1,$textcolor); Imagestring($img_number,10,5,4 5, $number2,$textcolor); Imagestring($img_number,10,5,5 0, $number4,$textco
Here we will tell you about the best tricks and tips that will help you out when you are in a dilemma.