'notice']); $data = empty($Notice)?[]:json_decode($Notice, true); //输出最新动态 function echo_notice_link($data){ echo '
最新动态
'; } //输出官方公告 function echo_notice_text($data){ echo '
官方公告
'; echo $data['message']; echo '
'; } //专属地址优先使用二级域名 if( $global_config['Sub_domain'] == 1 && check_purview('Sub_domain',1)){ $host = explode('.',$_SERVER["HTTP_HOST"]); $count = count($host); if($count >= 2){ $_h = "//{$u}.{$host[$count-2]}.{$host[$count-1]}"; $_l = "{$_h}/?c={$USER_DB['Login']}"; } } if(!isset($_h)){ $_h = static_link ? get_surl('{UUID}.html'):"./?u={$u}"; $_l = static_link ? get_surl("login-{UUID}-{$USER_DB['Login']}.html"):"./?c={$USER_DB['Login']}&u={$u}" ; } require 'header.php'; ?>
数据统计
实时
分类数量

当前分类总数
实时
链接数量

当前链接总量
实时
访问统计

本月主页访问量
实时
点击统计

本月链接点击量
报表统计
版本信息
程序名称 TwoNav
当前版本
最新版本
授权状态
用户交流 QQ群:621815595
技术支持 QQ:271152681
专属地址 我的主页   TwoNav - 登录    建议收藏
'; } ?>