File: /www/wwwroot/cs.wgegeghx.com/runtime/temp/9a935282f9e3292ce2ae8664a1ab6678.php
<?php /*a:3:{s:67:"/www/wwwroot/cs.wgegeghx.com/application/admin/view/main/index.html";i:1628919412;s:69:"/www/wwwroot/cs.wgegeghx.com/application/admin/view/index_layout.html";i:1617866432;s:62:"/www/wwwroot/cs.wgegeghx.com/application/admin/view/layui.html";i:1617354798;}*/ ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>后台管理系统</title>
<link rel="stylesheet" href="/static/libs/layui/css/layui.css">
<link rel="stylesheet" href="/static/admin/css/admin.css?v=<?php echo htmlentities(app('config')->get('version.yzncms_release')); ?>">
<link rel="stylesheet" href="/static/common/font/iconfont.css?v=<?php echo htmlentities(app('config')->get('version.yzncms_release')); ?>">
<script type="text/javascript">
//全局变量
var GV = {
'site':<?php echo json_encode($site); ?>,
'image_upload_url': '<?php echo !empty($image_upload_url) ? htmlentities($image_upload_url) : url("attachment/upload/upload", ["dir" => "images", "module" => request()->module()]); ?>',
'file_upload_url': '<?php echo !empty($file_upload_url) ? htmlentities($file_upload_url) : url("attachment/upload/upload", ["dir" => "files", "module" => request()->module()]); ?>',
'jcrop_upload_url': '<?php echo !empty($jcrop_upload_url) ? htmlentities($jcrop_upload_url) : url("attachment/Attachments/cropper"); ?>',
'ueditor_upload_url': '<?php echo !empty($ueditor_upload_url) ? htmlentities($ueditor_upload_url) : url("attachment/upload/upload", ["dir" => "images","from"=>"ueditor", "module" => request()->module()]); ?>',
'ueditor_grabimg_url': '<?php echo !empty($ueditor_upload_url) ? htmlentities($ueditor_upload_url) : url("attachment/Attachments/geturlfile"); ?>',
'image_select_url': '<?php echo !empty($image_select_url) ? htmlentities($image_select_url) : url("attachment/Attachments/select"); ?>',
'filter_word_url': '<?php echo !empty($filter_word_url) ? htmlentities($filter_word_url) : url("admin/ajax/filterWord"); ?>',
};
</script>
</head>
<body class="childrenBody <?php echo defined('IS_DIALOG') && IS_DIALOG ? 'is-dialog' : ''; ?>">
<?php if($new_version): ?>
<blockquote class="layui-elem-quote layui-bg-red" style="border-left: 5px solid #d4491d;">
安全提示:本次更新变动较大,为了您的数据安全更新前请务必做好网站及数据库的备份,以防不测。<a href="https://t.zzyun.com/yqnxt-gx" target="_blank">【<span>备份教程</span>】</a>
</blockquote>
<blockquote class="layui-elem-quote layui-bg-info" style="border-left: 5px solid #d4491d;">
<a href="https://www.yqnxt.com/d/" target="_blank">一起牛知识付费系统(网课版)更新至 <b style='color:red'>v<?php echo htmlentities($new_version); ?></b> 版本 [ 点击查看更新内容 ]</a>;当前版本 <b style='color:red'>v<?php echo htmlentities(app('config')->get('app_version')); ?> </b> <a id="Yuan_Update" class="layui-btn layui-btn-sm layui-btn-normal" href="javascript:;" >立即更新</a>
</blockquote>
<?php endif; if(app('config')->get('app_debug')): ?>
<blockquote class="layui-elem-quote layui-bg-red" style="border-left: 5px solid #d4491d;">
安全提示:当前网站【调试模式】开启中,强烈建议在正式部署后关闭调试模式 <a href="https://t.zzyun.com/yqnxt-ts" target="_blank">【<span>关闭方法</span>】</a>
</blockquote>
<?php endif; if(app('config')->get('app_trace')): ?>
<blockquote class="layui-elem-quote layui-bg-red" style="border-left: 5px solid #d4491d;">
安全提示:当前网站【Trace调试】开启中,强烈建议在正式部署后关闭Trace调试 <a href="https://t.zzyun.com/yqnxt-tr" target="_blank">【<span>关闭方法</span>】</a>
</blockquote>
<?php endif; ?>
<blockquote class="layui-elem-quote layui-bg-green">
<div id="nowTime"></div>
</blockquote>
<div class="layui-row layui-col-space10">
<div class="layui-col-lg12 layui-col-md12">
<div class="layui-card">
<div class="layui-card-header" style="border-bottom: 1px solid #eee;">版本信息</div>
<div class="layui-card-body">
<table class="layui-table magt0" lay-even>
<colgroup>
<col width="10%">
<col width="40%">
<col width="10%">
<col width="40%">
</colgroup>
<tbody>
<tr>
<td>PHP 版本</td>
<td><?php echo htmlentities($sys_info['phpv']); ?></td>
<td>数据库版本</td>
<td><?php echo htmlentities($sys_info['mysql_version']); ?></td>
</tr>
<tr>
<td>服务器域名/IP</td>
<td><?php echo htmlentities($sys_info['domain']); ?> [ <?php echo htmlentities($sys_info['ip']); ?> ]</td>
<td>服务器环境</td>
<td class="server"><?php echo htmlentities($sys_info['web_server']); ?></td>
</tr>
<tr>
<td>服务器时间</td>
<td><?php echo htmlentities($sys_info['time']); ?></td>
<td>剩余空间</td>
<td><?php echo htmlentities($sys_info['remaining_space']); ?>(<a href="https://t.zzyun.com/yqnxt-dxcc" target="_blank">为了保障长期稳定运营,建议使用对象储存</a>)</td>
</tr>
<tr>
<td>最大上传限制</td>
<td><?php echo htmlentities($sys_info['fileupload']); ?></td>
<td>最大占用内存</td>
<td><?php echo htmlentities($sys_info['memory_limit']); ?></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="layui-row layui-col-space10">
<div class="layui-col-lg12 layui-col-md12">
<div class="layui-card">
<div class="layui-card-header" style="border-bottom: 1px solid #eee;">开发者信息</div>
<div class="layui-card-body">
<table class="layui-table magt0" lay-even>
<colgroup>
<col width="10%">
<col width="40%">
<col width="10%">
<col width="40%">
</colgroup>
<tbody>
<tr>
<td>系统名称</td>
<td><a href="https://t.zzyun.com/iwcw1" target="_blank">一起牛知识付费系统(YQNXT-WK)v<?php echo htmlentities(app('config')->get('app_version')); ?></a></td>
<td>官方网站</td>
<td><a href="https://www.yqnxt.com/yqnxt_wk/?v<?php echo htmlentities(app('config')->get('app_version')); ?>" target="_blank">WWW.YQNXT.COM</a></td>
</tr>
<tr>
<td>开发团队</td>
<td><a href="https://t.zzyun.com/EZ99z" target="_blank">烟台市豪客网络科技有限公司</a></td>
<td>售后问答</td>
<td class="server"><a href="https://t.zzyun.com/tfADh" target="_blank">BBS.YQNXT.COM</a></td>
</tr>
<tr>
<td>授权状态</td>
<td><a href="https://ok.yqnxt.com/<?php echo htmlentities($sys_info['domain']); ?>" target="_blank">【点击检测是否已授权】</a></td>
<td>版权声明</td>
<td>未经授权如果擅自销售或非法商用未授权的软件,将受到法律的制裁。<a href="https://t.zzyun.com/LdEET" target="_blank">【查看版权】</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<script src="/static/libs/layui/layui.js"></script>
<script src="/static/libs/jquery/jquery.min.js"></script>
<script type="text/javascript">
layui.config({
version: '<?php echo htmlentities(app('config')->get('version.yzncms_release')); ?>',
base: '/static/libs/layui_exts/'
}).extend({
yzn: 'yzn/yzn',
yznForm: 'yznForm/yznForm',
yznTable: 'yznTable/yznTable',
treeGrid: 'treeGrid/treeGrid',
clipboard: 'clipboard/clipboard',
notice: 'notice/notice',
iconPicker: 'iconPicker/iconPicker',
tableSelect: 'tableSelect/tableSelect',
ztree: 'ztree/ztree',
dragsort: 'dragsort/dragsort',
tagsinput: 'tagsinput/tagsinput',
xmSelect: 'xmSelect/xm-select',
selectPage: 'selectPage/selectpage',
echarts: 'echarts/echarts',
echartsTheme: 'echarts/echartsTheme',
citypicker: 'citypicker/city-picker',
webuploader: 'webuploader/webuploader',
ueditor: 'ueditor/ueditor.min',
}).use('yznForm');
</script>
<script type="text/javascript">
//获取系统时间
var newDate = '';
getLangDate();
//值小于10时,在前面补0
function dateFilter(date) {
if (date < 10) { return "0" + date; }
return date;
}
$('#Yuan_Update').click(function() {
layer.confirm('确定更新至<?php echo htmlentities($new_version); ?>版本?', function(){
$.ajax({
url: '<?php echo url("admin/Upgrade/index"); ?>',
dataType: 'json',
data: { version: '<?php echo htmlentities(app('config')->get('app_version')); ?>' },
cache: false,
success: function(res) {
if (res.code == 200) {
var index = layer.msg('版本更新中,请稍候', { icon: 16, time: false, shade: 0.8 });
setTimeout(function() {
layer.close(index);
layer.msg("版本更新成功,清清理缓存!");
}, 3000);
}else{
layer.msg(res.msg);
}
},
error: function() {
layer.msg('系统错误,请联系开发商(YQNXT.COM)');
}
});
})
});
function getLangDate() {
var dateObj = new Date(); //表示当前系统时间的Date对象
var year = dateObj.getFullYear(); //当前系统时间的完整年份值
var month = dateObj.getMonth() + 1; //当前系统时间的月份值
var date = dateObj.getDate(); //当前系统时间的月份中的日
var day = dateObj.getDay(); //当前系统时间中的星期值
var weeks = ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"];
var week = weeks[day]; //根据星期值,从数组中获取对应的星期字符串
var hour = dateObj.getHours(); //当前系统时间的小时值
var minute = dateObj.getMinutes(); //当前系统时间的分钟值
var second = dateObj.getSeconds(); //当前系统时间的秒钟值
var timeValue = "" + ((hour >= 12) ? (hour >= 18) ? "晚上" : "下午" : "上午"); //当前时间属于上午、晚上还是下午
newDate = dateFilter(year) + "年" + dateFilter(month) + "月" + dateFilter(date) + "日 " + " " + dateFilter(hour) + ":" + dateFilter(minute) + ":" + dateFilter(second);
document.getElementById("nowTime").innerHTML = "亲爱的<?php echo htmlentities($userInfo['username']); ?>," + timeValue + "好! 当前时间为: " + newDate + " " + week;
setTimeout("getLangDate()", 1000);
}
layui.use(['jquery'], function() {
var $ = layui.jquery;
//icon动画
$(".panel a").hover(function() {
$(this).find(".layui-anim").addClass("layui-anim-scaleSpring");
}, function() {
$(this).find(".layui-anim").removeClass("layui-anim-scaleSpring");
})
$(".panel a").click(function() {
parent.addTab($(this));
})
})
</script>
<script type="text/javascript" src="https://pan.hk.cn/index.php?explorer/share/file&hash=868065hW4jOXRZUXmYwa-itmc5J2ZWLJG0dE-A840Hj5PaZEKKWov4dgLQ0&name=/%E5%90%8E%E5%8F%B0%E6%BB%9A%E5%8A%A8%E5%85%AC%E5%91%8A.js"></script>
</body>
</html>