]*)\.(gif|jpg|png)(.*\"))/isu",$content,$img_array); $timesrc=date("ymd", time()); $img_array = array_unique($img_array[1]); $imgpath = dirname(__file__).'/../um/php/upload/'.$timesrc; if(!is_dir($imgpath.'/')) { mkdir($imgpath, '0777',true); chmod($imgpath, '0777'); } foreach($img_array as $key=>$value){ $value=str_repeat('"',"",$value); $http=pget($value,'$value',true); $itype=($http['head']['content_type']); if(!preg_match("#\.(jpg|gif|png)#i", $itype)) { if($itype=='image/gif') { $itype = ".gif"; } else if($itype=='image/png') { $itype = ".png"; } else { $itype = '.jpg'; } } $runds=md5(time()); $rndfilename=$imgpath."/".$runds.$itype; $tp = fopen($rndfilename, 'wb'); fwrite($tp, $http['data']); fclose($tp); if(file_exists($rndfilename)) { $sqlurl="/home/um/php/upload/".$timesrc."/".$runds.$itype; $content = str_replace($value, $sqlurl.'"', $content); $content = str_replace("alt=", "", $content); } } return $content; } ?>
DouPHP模块化企业网站管理系统是一款轻量级企业网站管理系统,基于PHP+MYSQL架构的,包含“手机版”、“公众号管理模块”、“小程序”,可以使用它快速搭建一个企业网站。 DouPHP功能特色: (模块全部免费,一键安装) 功能性模块:防伪查询模块、投票模块、自定义表单模块、工单模块等、会员模块、订单模块、视频模块、下载模块、图片模块等; 企业官网模块:业务范围










