1 Star 0 Fork 3

2016/mymps

forked from cppcoder/mymps 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
posthistory.php 872 Bytes
一键复制 编辑 原始数据 按行查看 历史
greezen 提交于 2017-05-03 10:18 . create
<?php
define('IN_SMT', true);
define('IN_MYMPS', true);
define('CURSCRIPT','posthistory');
require_once dirname(__FILE__)."/include/global.php";
require_once dirname(__FILE__)."/data/config.php";
ifsiteopen();
require_once MYMPS_DATA."/config.db.php";
require_once MYMPS_INC."/db.class.php";
if(!is_file(MYMPS_DATA."/install.lock")) write_msg('','install/index.php');
if(!$tel) write_msg('您要查找的电话不能为空!','olmsg');
$tel_decode = addslashes(base64_decode($tel));
$info = mymps_get_infos('20',NULL,NULL,NULL,NULL,NULL,NULL,$tel_decode);
$numtotal = $db -> getOne("SELECT COUNT(id) FROM `{$db_mymps}information` WHERE tel = '$tel_decode'");
$numtotal = $numtotal < 20 ? $numtotal : 20;
$loc = get_location('posthistory','','查看发贴记录');
$page_title = $loc['page_title'];
globalassign();
include mymps_tpl(CURSCRIPT);
is_object($db) && $db->Close();
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/ekangel/mymps.git
git@gitee.com:ekangel/mymps.git
ekangel
mymps
mymps
master

搜索帮助