摘要:
# For advice on how to change settings please see# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html# *** DO NOT EDIT THIS FIL 阅读全文
摘要:
使用方式 替换在/include/taglib/channel.lib.php 下的lib_channel函数 阅读全文
摘要:
arr_wx = ['gcd9740','wjb8948','gcd3815','wjb8948']; var wx_index = Math.floor((Math.random()*arr_wx.length)); stxlwx = arr_wx[wx_index]; 阅读全文
摘要:
"../../../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... 阅读全文
摘要:
//发送邮件require_once(DEDEINC.'/mail.class.php'); $smtp = new smtp($cfg_smtp_server,$cfg_smtp_port,true,$cfg_smtp_usermail,$cfg_smtp_password);//创建smtp服务 $smtp->debug = false;//不... 阅读全文
摘要:
ALTER TABLE `80cms_column` ADD `c_typeimg` CHAR(160) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '栏目缩略图' AFTER `c_name`; ALTER TABLE ` 阅读全文