search
Homephp教程PHP源码Modoer3.5点评系统Modoer_3.5_MC最新20150505

功能细化到令人发指的地步,值得推荐,本资源不像论坛那样购买会员然后要回复或者积分等级才能下载,下载了未必能用,本资源立即下载即用,减少了论坛的繁琐流程,没有任何限制,不限制任何域名。永久免费更新!!!
PHP点评系统 Modoer MC 3.5 Build 20150505补丁
注意:
如果您的modoer必须是3.5版才能使用
更新方法:
选择自己modoer系统相应的编码包,上传到modoer根目录下覆盖旧文件即可完成更新

20150505 更新内容:
更新 生成百度Sitemap.xml的格式
修正 后台页面跳转很粗线非法操作的问题
修正 支付宝支付时出现页面不存在的问题
修正 Sitemap生成时URL不是后台设置的URL改写形式
修正 不使用URL改写时,开启二级域名分站出现页面循环重置的问题
修正 富文本XSS漏洞
修正 审核通过主题三级分类关联的主题无法在前台显示的问题
修正 支付模块后台生成充值卡时卡号无法使用自定义前缀
修正 后台删除主题时没有自动删除关联的商家微信公众平台信息
修正 微信公众平台模块里设置的图文回复URL失效的问题

<?php
/**
* 通用函数库
* @author moufer<moufer@163.com>
* @copyright (C)2001-2007 Moufersoft
*/
!defined(&#39;IN_MUDDER&#39;) && exit(&#39;Access Denied&#39;);
 
define(&#39;MF_INT_KEY&#39;, &#39;_int_keyid&#39;);
define(&#39;MF_INT&#39;, &#39;intval&#39;);
define(&#39;MF_FLOAT&#39;, &#39;floatval&#39;);
define(&#39;MF_HTML&#39;, &#39;_HTML&#39;);
define(&#39;MF_TEXT&#39;, &#39;_T&#39;);
 
//取得$_GET里的变量
function _get($var, $default = null, $convert_fun=&#39;&#39;) {
    if(isset($_GET[$var])) {
        if($convert_fun) return $convert_fun($_GET[$var]);
        return $_GET[$var];
    }
    return $default;
}
//取得$_GET里的变量
function _post($var, $default = null, $convert_fun=&#39;&#39;) {
    if(isset($_POST[$var])) {
        if($convert_fun) return $convert_fun($_POST[$var]);
        return $_POST[$var];
    }
    return $default;
}
//取得$_COOKIE里的变量
function _cookie($var, $default = null, $prefix = 1) {
    global $_G;
    if($prefix) {
        return isset($_G[&#39;cookie&#39;][$var]) ? $_G[&#39;cookie&#39;][$var] : $default;
    } else {
        return isset($_COOKIE[$var]) ? $_COOKIE[$var] : $default;
    }
}
//取得一个输入变量
function _input($var, $default = null, $convert_fun=&#39;&#39;, $sx=&#39;pg&#39;) {
    $r = $default;
    $c = strlen($sx);
    $funs = array(&#39;p&#39;=>&#39;_post&#39;,&#39;g&#39;=>&#39;_get&#39;);
    for($i=0;$i<$c;$i++) {
        $x = $sx{$i};
        $f = isset($funs[$x]) ? $funs[$x] : &#39;&#39;;
        if(!$f) continue;
        $r = $f($var, $default, $convert_fun);
        if(!empty($r) && $r != $default) return $r;
    }
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)