Файловый менеджер - Редактировать - /home/umudio/public_html/OLD/uploadord.php
Назад
<?php if(isset($_POST['editstaff']) || isset($_POST['addstaff'])){ $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" || $ext=="JPG" || $ext=="peg" || $ext=="PEG" || $ext=="Jpg" || $ext=="Peg"){ 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); } } } } $input_name="uploader1"; $path="pic/Temp"; $final="pic"; $photo1=""; $newfilename=1; $handle=@opendir($final); if(!empty($handle)){ while(false!==($file=readdir($handle))){ if(is_file($final . "/" . $file)){ $newfilename++; } } } //closedir($handle); $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" || $ext=="JPG" || $ext=="peg" || $ext=="PEG" || $ext=="Jpg" || $ext=="Peg"){ move_uploaded_file($_FILES[$input_name]["tmp_name"],$path . "/" . $file_name); rename ($path . "/" . $file_name, $new); copy ($new, $final . "/f" . $newfilename . ".jpg"); unlink ($new); $photo1="pic/f" . $newfilename . ".jpg"; $image->load($photo1); $image->resizeToWidth(250); $image->save($photo1); $photo1="pic/f" . $newfilename . ".jpg"; //chmod($path . $file_name, 0644); } } } } } ?>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0.04 |
proxy
|
phpinfo
|
Настройка