Hello Friends

Good Morning to all,

Today i am going to tell u about how to hack some ones IP Address with
PHP web page.

First take space in any free webhosting

1) First create a normal HTML page and add this block of content
before HTML in starting means and save it as ipgrabber.php
(or)somename.php
<?php
$logfile= 'ip.html';
$IP = $_SERVER['REMOTE_ADDR'];
$logdetails=  date("F j, Y, g:i a O T") . ': ' .
'<a href=http://www.geobytes.com/IpLocator.htm?GetLocation&ipaddress='.
$_SERVER['REMOTE_ADDR'].'>'
.$_SERVER['REMOTE_ADDR'].'</a>';
$fp = fopen($logfile, "a");
fwrite($fp, $logdetails);
fwrite($fp, "<br>");
fclose($fp);

//echo("Your IP has been logged. It is $IP");
?>
<HTML>
<Your HTML code over here>
</HTML>

2)Create a blank file with name ip.html

3)Just upload both files in server ipgrabber.php and ip.html

4)Finally goto yoursite.com/ipgrabber.php

-- 
You received this message because you are subscribed to the Google Groups 
"nforceit" group.
To post to this group, send an email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nforceit?hl=en-GB.

Reply via email to