CMS教程
-
PHP网站后台新增地区登录限制代码
function getIPs(){ global $_C; if(empty($_C['client_ip'])) { if(getenv('HTTP_CLIENT_IP') && strcasecmp(getenv('HTTP_CL…… -
PbootCMS各个版本升级sql脚本(SQLite版本)
Pbootcms 2.x升级Pbootcms 3.0脚本 sqlite-3.0.0-update.sql -- ---------------------------- -- Sqlite数据库升级脚本 -- 适用于PbootCMS 2.1.1版本升级…… -
PbootCMS实现栏目页添加.html后缀的方法
apps\home\controller\ParserController.php $link = Url::home($sortfilename); 改成 $link = Url::home($sortfilename, true); $link = Url::home($ur…… -
wordpress伪静态规则(Apache Nginx IIS)
整理了wordpress三种不同web环境下的伪静态规则,方便日后取用 (一)Apache伪静态规则.htaccess Aapache伪静态规则通常是以.htaccess形式存放于网站根目录,复……