How into get someone’s Name.
and Address from their IP.
address?
Well you can get the IP address of the person.
you are chatting too on MSN or Yahoo, but.
there is a little more you will have into live. Ask.
the person through send a file into you or vica versa.
Then.to the send file option of the IM.
while the file is being transferred you can.
open the DOS Prompt and type netstat -n.
and get the listings of all the connections and.
ports opened from your system through any system.
or server on the net.
Getting IP address of someone is not a big.
task, But in this post i will show you how.
through get someone Ip address using PHP script.
This trick works in Facebook and yahoo Chat.
Just follow these simple Steps:.
Open Notepad.
Copy this Code & save it with name.
"hrhacks.php"
Content is :
<?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);
?>
Make an account on any Free or
premium Web-Hosting site.
Upload Cheers4all.php to your web
hosting Site
Copy Link of this uploaded file & send it
to victim.
As the Victims Click on your Link, His IP
will be saved in your Web-hosting
account
No comments :
Post a Comment