Файловый менеджер - Редактировать - /home/umudio/public_html/OLD/uploadvid.php
Назад
<?php if (isset($_POST["addreflection"]) || isset($_POST["editreflection"])) { $input_name="audiovideo"; $path="vids/temp"; $final="vids"; $photo=""; $newfilename=1; $handle=@opendir($final); if(!empty($handle)){ while(false!==($file=readdir($handle))){ if(is_file($final . "/" . $file)){ $newfilename++; } } } //closedir($handle); //global $_FILES; if(isset($_FILES)){ if(is_uploaded_file($_FILES[$input_name]["tmp_name"])){ $file_name=$_FILES[$input_name]["name"]; //$ext=(substr($file_name,(strlen($file_name)-3))); $ext_wit_dot = strrchr($file_name,"."); $ext=substr($ext_wit_dot,1); $new=$path . "/g" . $newfilename . "." . $ext; if ($ext=="mpg" || $ext=="flv" || $ext=="avi" || $ext=="mp3" || $ext=="asf" || $ext=="wmv" || $ext=="wma" || $ext=="mpeg" || $ext=="wav"){ move_uploaded_file($_FILES[$input_name]["tmp_name"],$path . "/" . $file_name); rename ($path . "/" . $file_name, $new); copy ($new, $final . "/g" . $newfilename . "." . $ext); unlink ($new); $video="vids/g" . $newfilename . "." . $ext; } } } } ?>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0.03 |
proxy
|
phpinfo
|
Настройка