12 2017 档案
摘要:"../../../bdimages/upload1/" , //保存路径 "allowFiles" => array( ".gif" , ".png" , ".jpg" , ".jpeg" , ".bmp" ) , //文件允许格式 "maxSize" => 3000 //文件大小限制,单位KB ...
阅读全文
摘要:文件路径:includes/ueditor/php/imageUp.php //添加水印,载入水印需要的文件 @author Abner @time 20171221 start define('IN_ECS', true); define('INIT_NO_USERS', true); require_once( '../../init.php'); require_once( ...
阅读全文
摘要:<?php header('Content-Type:text/html;Charset=utf-8'); function GetIp(){ $realip = ''; $unknown = 'unknown'; if (isset($_SERVER)){ if(isset($_SERVER['HTTP_X_FORWARDED...
阅读全文