Файловый менеджер - Редактировать - /home/umudio/public_html/OLD/upload.php
Назад
<?php if(isset($_POST['updatebishop']) || isset($_POST['updatecoat']) || isset($_POST['insert']) || isset($_POST['pictureupload'])){ $input_name="uploader"; $path="pic/Temp"; $final="pic"; $photo=""; $newfilename=1; $handle=@opendir($final); if(!empty($handle)){ while(false!==($file=readdir($handle))){ if(is_file($final . "/" . $file)){ $newfilename++; } } } //closedir($handle); include('SimpleImage.php'); $image = new SimpleImage(); //global $_FILES; if(isset($_FILES)){ if(is_uploaded_file($_FILES[$input_name]["tmp_name"])){ $maxfilesize=15360000; if($_FILES[$input_name]["size"]>$maxfilesize){ $bb=$bb . " Your picture is too large, it cannot be uploaded! It should be below 150kb. "; } else { $file_name=$_FILES[$input_name]["name"]; $ext=(substr($file_name,(strlen($file_name)-3))); $new=$path . "/f" . $newfilename . ".jpg"; if ($ext=="jpg"){ move_uploaded_file($_FILES[$input_name]["tmp_name"],$path . "/" . $file_name); rename ($path . "/" . $file_name, $new); copy ($new, $final . "/f" . $newfilename . ".jpg"); unlink ($new); $photo="pic/f" . $newfilename . ".jpg"; $image->load($photo); $image->resizeToWidth(250); $image->save($photo); $photo="pic/f" . $newfilename . ".jpg"; //chmod($path . $file_name, 0644); } } } } } ?>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка