HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.kvrdp.com/runtime/temp/3364c6d7a424d93b9c9d128029caeef3.php
<?php /*a:7:{s:69:"/www/wwwroot/www.kvrdp.com/public/../templates/default/cms/index.html";i:1667803174;s:77:"/www/wwwroot/www.kvrdp.com/public/../templates/default/cms/public/header.html";i:1667803174;s:77:"/www/wwwroot/www.kvrdp.com/public/../templates/default/cms/public/banner.html";i:1667803174;s:75:"/www/wwwroot/www.kvrdp.com/public/../templates/default/cms/public/item.html";i:1667803174;s:81:"/www/wwwroot/www.kvrdp.com/public/../templates/default/cms/public/index_ajax.html";i:1667803174;s:80:"/www/wwwroot/www.kvrdp.com/public/../templates/default/cms/public/item_news.html";i:1667803174;s:77:"/www/wwwroot/www.kvrdp.com/public/../templates/default/cms/public/footer.html";i:1667803174;}*/ ?>
<!DOCTYPE html>
<html lang="<?php echo getSite('mark'); ?>">
<head>
    <meta charset="utf-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <title><?php if(isset($SEO['title']) && !empty($SEO['title'])): ?><?php echo htmlentities($SEO['title']); ?><?php endif; ?><?php echo htmlentities($SEO['site_title']); if(getSite('brand')): ?> -【<?php echo getSite('brand'); ?>】<?php endif; ?></title>
    <meta name="keywords" content="<?php echo htmlentities($SEO['keyword']); ?>" />
    <meta name="description" content="<?php echo htmlentities($SEO['description']); ?>" />
    <link href="<?php echo getSite('favicon'); ?>" rel="icon">
    <link rel="stylesheet" href="/static/libs/layui/css/layui.css">
    <link rel="stylesheet" href="/skin/dzd/cms/css/style.css"/>
    <link rel="stylesheet" href="/static/libs/awesome/css/font-awesome.min.css">
    <link rel="stylesheet" href="//at.alicdn.com/t/font_2728718_lkop0njk98.css">
</head>
<body>
<div class="header">
    <div class="layui-container">
        <a class="layui-logo" href="/"><img src="<?php echo getSite('logo'); ?>" alt="<?php echo getSite('title'); ?>"></a>
        <div class="ew-nav-group">
            <div class="nav-toggle"><i class="layui-icon layui-icon-more-vertical"></i></div>
            <ul class="layui-nav layui-layout-left" lay-filter="header-nav">
                <li class="layui-nav-item <?php if(!isset($catid)): ?>layui-this<?php endif; ?>"><a href="<?php echo url('cms/index/index'); ?>" target="_self"><?php echo lang('home'); ?></a></li>
                <?php $cache = 3600;$cacheID = to_guid_string(['module'=>'cms','action'=>'category','catid'=>'0','siteId'=>$siteId,'cache'=>'3600','order'=>'listorder ASC','num'=>'10','return'=>'data','page'=>0]);if($cache && $_return = Cache::get($cacheID)):$data = $_return;else: $cmsTagLib =  \think\Container::get("\\app\\cms\\taglib\\CmsTagLib");if(method_exists($cmsTagLib, "category")):$data = $cmsTagLib->category(['module'=>'cms','action'=>'category','catid'=>'0','siteId'=>$siteId,'cache'=>'3600','order'=>'listorder ASC','num'=>'10','return'=>'data','page'=>0]);if($cache):Cache::set($cacheID, $data, $cache);endif;endif;endif; if(is_array($data) || $data instanceof \think\Collection || $data instanceof \think\Paginator): $i = 0; $__LIST__ = $data;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
                <li class="layui-nav-item <?php if(isset($catid) && in_array($catid,explode(',',$vo['arrchildid']))): ?>layui-this<?php endif; ?>">
                    <?php if($vo['child']): ?>
                    <a href="<?php echo htmlentities($vo['url']); ?>"><?php echo htmlentities($vo['catname']); ?></a>
                    <dl class="layui-nav-child">
                        <!-- 二级菜单 -->
                        <?php $cache = 3600;$cacheID = to_guid_string(['module'=>'cms','action'=>'category','catid'=>$vo['id'],'siteId'=>$siteId,'cache'=>'3600','order'=>'listorder ASC','num'=>'10','return'=>'data','page'=>0]);if($cache && $_return = Cache::get($cacheID)):$data = $_return;else: $cmsTagLib =  \think\Container::get("\\app\\cms\\taglib\\CmsTagLib");if(method_exists($cmsTagLib, "category")):$data = $cmsTagLib->category(['module'=>'cms','action'=>'category','catid'=>$vo['id'],'siteId'=>$siteId,'cache'=>'3600','order'=>'listorder ASC','num'=>'10','return'=>'data','page'=>0]);if($cache):Cache::set($cacheID, $data, $cache);endif;endif;endif; foreach($data as $key=>$vo): ?>
                        <dd><a href="<?php echo htmlentities($vo['url']); ?>"><?php echo htmlentities($vo['catname']); ?></a></dd>
                        <?php endforeach; ?>
                        
                    </dl>
                    <?php else: ?>
                    <a href="<?php echo htmlentities($vo['url']); ?>" <?php if($vo['target']): ?>target="_blank"<?php endif; ?>><?php echo htmlentities($vo['catname']); ?></a>
                    <?php endif; ?>
                </li>
                <?php endforeach; endif; else: echo "" ;endif; ?>
                
            </ul>
            <ul class="layui-nav layui-layout-right">
                <li class="layui-nav-item header-search">
                    <form class="header-search-inner"  action="<?php echo url('cms/index/search'); ?>">
                        <div class="header-search-content">
                            <input class="J-search-input" name="keyword"  type="text" placeholder="输入您想要搜索的关键词" autocomplete="off">
                            <button type="submit" class="header-search-submit">
                                <i class="layui-icon layui-icon-search"></i>
                            </button>
                        </div>
                    </form>
                    <div class="header-search-icon">
                        <i></i>
                    </div>
                </li>
                <!--所有站点列表-->
                <li class="layui-nav-item">
                    <a href="javascript:;"><?php echo getSite('name'); ?></a>
                    <dl class="layui-nav-child site-icon">
                        <!-- 相同域名使用于多语言站,点击切换 所有子站域名相同时 换成 href="javascript:void(0)" -->
                        <?php if(is_array($allSite) || $allSite instanceof \think\Collection || $allSite instanceof \think\Paginator): $i = 0; $__LIST__ = $allSite;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;if($vo['domain']==$domain): ?>
                        <dd><a <?php if($siteId==$vo['id']): ?>class="active"<?php endif; ?> href="javascript:void(0)" onclick="setLang('<?php echo htmlentities($vo['mark']); ?>','<?php echo htmlentities($vo['id']); ?>')" title="切换到<?php echo $vo['name']; ?>"><img src= "/static/lang/image/<?php echo htmlentities($vo['mark']); ?>.png"> <?php echo $vo['name']; ?></a></dd>
                        <?php else: ?>
                        <dd>
                            <?php if($vo['id']==$siteId && $vo['mark']=='zh-cn'): ?>
                            <a id="gb2big5"><img src= "/static/lang/image/<?php echo htmlentities($vo['mark']); ?>.png"> 繁体中文</a>
                            <?php else: ?>
                            <a <?php if($siteId==$vo['id']): ?>class="active"<?php endif; ?> href="<?php echo htmlentities($vo['url']); ?>" onclick="setLang('<?php echo htmlentities($vo['mark']); ?>','<?php echo htmlentities($vo['id']); ?>')" title="跳转到<?php echo $vo['name']; ?>"><img src= "/static/lang/image/<?php echo htmlentities($vo['mark']); ?>.png"> <?php echo $vo['name']; ?></a>
                            <?php endif; ?>
                        </dd>
                        <?php endif; ?>
                        <?php endforeach; endif; else: echo "" ;endif; ?>
                    </dl>
                </li>
                <!-- 会员中心 注册登录 -->
                <?php if($userinfo): ?>
                <li class="layui-nav-item">
                    <a href=""><img src="<?php echo htmlentities($userinfo['avatar']); ?>" class="layui-nav-img"><?php echo htmlentities($userinfo['username']); ?></a>
                    <dl class="layui-nav-child">
                        <dd><a href="<?php echo url('member/index/index'); ?>"><?php echo lang('member'); ?></a></dd>
                        <dd><a href="<?php echo url('member/index/logout'); ?>"><?php echo lang('Logout'); ?></a></dd>
                    </dl>
                </li>
                <?php else: ?>
                <li class="layui-nav-item">
                    <a href="javascript:;"><i class="layui-nav-img iconfont icon-user "></i><?php echo lang('register'); ?>/<?php echo lang('login'); ?></a>
                    <dl class="layui-nav-child">
                        <dd><a href="<?php echo url('member/index/login'); ?>"><?php echo lang('login'); ?></a></dd>
                        <dd><a href="<?php echo url('member/index/register'); ?>"><?php echo lang('register'); ?></a></dd>
                    </dl>
                </li>
                <?php endif; ?>
            </ul>

        </div>
    </div>
</div>

<div class="layui-carousel banner" id="slide">
    <div carousel-item>
        <?php $cache = 3600;$cacheID = to_guid_string(['module'=>'cms','action'=>'lists','modelid'=>'1','siteId'=>$siteId,'cache'=>'3600','order'=>'listorder ASC','num'=>'3','return'=>'data','page'=>0]);if($cache && $_return = Cache::get($cacheID)):$data = $_return;else: $cmsTagLib =  \think\Container::get("\\app\\cms\\taglib\\CmsTagLib");if(method_exists($cmsTagLib, "lists")):$data = $cmsTagLib->lists(['module'=>'cms','action'=>'lists','modelid'=>'1','siteId'=>$siteId,'cache'=>'3600','order'=>'listorder ASC','num'=>'3','return'=>'data','page'=>0]);if($cache):Cache::set($cacheID, $data, $cache);endif;endif;endif; if(is_array($data) || $data instanceof \think\Collection || $data instanceof \think\Paginator): $i = 0; $__LIST__ = $data;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$item): $mod = ($i % 2 );++$i;if($i%2==1): ?>
        <div class="swiper-slide item1" style="background-image:url(<?php echo htmlentities($item['thumb']); ?>);">
            <div class="inner">
                <div id="mainTheme" ><h1><?php echo htmlentities($item['title']); ?><span></span></h1></div>
                <p data-swiper-parallax="-1500"><?php echo htmlentities($item['description']); ?></p>
                <div class="subbtn" data-swiper-parallax="-3000">

                </div>
                <div class="mainbtn"  data-swiper-parallax="-4500" data-swiper-parallax-opacity="0">
                    <a  href="https://gitee.com/vipbuy/dzdcms.git" target="_blank"><i class="layui-icon layui-icon-download-circle"></i> 程序下载</a>
                    <a  href="<?php echo getCategory(6,'url'); ?>"><i class="layui-icon layui-icon-website"></i> 查看演示</a>
                    <a  href="<?php echo getCategory(23,'url'); ?>"><i class="layui-icon layui-icon-upload-drag"></i> 更新日志</a>
                </div>
            </div>
        </div>
        <?php else: ?>
        <div class="swiper-slide item2" style="background-image:url(<?php echo htmlentities($item['thumb']); ?>);">
            <div class="inner">
                <h2 data-swiper-parallax="-1500"><?php echo htmlentities($item['title']); ?></h2>
                <div class="img">
                    <img src="/skin/dzd/cms/images/macbook.png">
                </div>
            </div>
        </div>
        <?php endif; ?>
        <?php endforeach; endif; else: echo "" ;endif; ?>
        
    </div>
</div>

<div class="section" nav-id="description">
    <div class="section-title">
        <h2><?php echo getCategory(7,'catname'); ?></h2>
        <p class="layui-text"><?php echo getCategory(7,'description'); ?></p>
    </div>
    <div class="layui-container">
        <div class="layui-row layui-col-space25 merit">
            <?php $cache = 3600;$cacheID = to_guid_string(['module'=>'cms','action'=>'lists','catid'=>'7','siteId'=>$siteId,'cache'=>'3600','order'=>'listorder DESC,inputtime DESC','num'=>'9','return'=>'data','page'=>0]);if($cache && $_return = Cache::get($cacheID)):$data = $_return;else: $cmsTagLib =  \think\Container::get("\\app\\cms\\taglib\\CmsTagLib");if(method_exists($cmsTagLib, "lists")):$data = $cmsTagLib->lists(['module'=>'cms','action'=>'lists','catid'=>'7','siteId'=>$siteId,'cache'=>'3600','order'=>'listorder DESC,inputtime DESC','num'=>'9','return'=>'data','page'=>0]);if($cache):Cache::set($cacheID, $data, $cache);endif;endif;endif; if(is_array($data) || $data instanceof \think\Collection || $data instanceof \think\Paginator): $i = 0; $__LIST__ = $data;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$item): $mod = ($i % 2 );++$i;?>
            <div class="layui-col-md4 layui-col-sm6">
                <a href="<?php echo htmlentities($item['url']); ?>">
                    <div class="content" title="<?php echo htmlentities($item['description']); ?>">
                        <div class="layui-icon <?php echo htmlentities($item['icon']); ?>"><i></i></div>
                        <div class="layui-text">
                            <p class="label"><?php echo htmlentities($item['title']); ?></p>
                            <p class="layui-desc"><?php echo htmlentities($item['description']); ?></p>
                        </div>
                    </div>
                </a>
            </div>
            <?php endforeach; endif; else: echo "" ;endif; ?>
            
        </div>
    </div>
</div>
<!--案例中心-->
<div class="section" nav-id="type">
    <div class="section-title">
        <h2><?php echo getCategory(1,'catname'); ?></h2>
        <p class="layui-text"><?php echo getCategory(1,'description'); ?></p>
    </div>
    <div class="layui-container" style="padding-bottom: 85px;">
        <div class="layui-row layui-col-space30">
            <?php $cache = 3600;$cacheID = to_guid_string(['module'=>'cms','action'=>'lists','catid'=>'1','siteId'=>$siteId,'cache'=>'3600','order'=>'listorder DESC','num'=>'6','return'=>'data','page'=>0]);if($cache && $_return = Cache::get($cacheID)):$data = $_return;else: $cmsTagLib =  \think\Container::get("\\app\\cms\\taglib\\CmsTagLib");if(method_exists($cmsTagLib, "lists")):$data = $cmsTagLib->lists(['module'=>'cms','action'=>'lists','catid'=>'1','siteId'=>$siteId,'cache'=>'3600','order'=>'listorder DESC','num'=>'6','return'=>'data','page'=>0]);if($cache):Cache::set($cacheID, $data, $cache);endif;endif;endif; if(is_array($data) || $data instanceof \think\Collection || $data instanceof \think\Paginator): $i = 0; $__LIST__ = $data;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$item): $mod = ($i % 2 );++$i;?>
            <div class="layui-col-xs12 layui-col-sm6 layui-col-md4 layui-col-lg4 fadeInUp animated">
                <div class="project-list-item fadeInUp" data-wow-delay="<?php echo htmlentities($i-0.5); ?>s">
    <a href="<?php echo htmlentities($item['url']); ?>">
        <div class="project-list-item-cover">
            <img src="<?php echo htmlentities((isset($item['thumb']) && ($item['thumb'] !== '')?$item['thumb']:'/uploads/images/photo.png')); ?>">
        </div>
        <div class="project-list-item-body"><h2><?php echo htmlentities($siteName); ?><?php echo htmlentities($item['title']); ?></h2>
            <div class="project-list-item-text layui-text"><?php echo htmlentities($siteName); ?><?php echo htmlentities($item['description']); ?></div>
        </div>
    </a>
</div>
            </div>
            <?php endforeach; endif; else: echo "" ;endif; ?>
            
        </div>
    </div>
</div>

<div class="section" nav-id="description">
    <div class="temp-hot">
        <div class="layui-container">
            <div class="section-title">
                <h2><?php echo getCategory(3,'catname'); ?></h2>
                <p class="layui-text"><?php echo getCategory(3,'description'); ?></p>
            </div>
            <div class="layui-row layui-col-space20">
                <div class="layui-row layui-col-space30 listAjax">
                    <?php 
$catid=request()->param('catid/d',0);
if (empty($catid)) {
    $cat = request()->param('catdir/s', '');
    $catid = getCategory($cat,'id');
}
$page=request()->param('page/d',1);
$offset=($page-1)*8;
$limit="$offset,8";
 $cache = 3600;$cacheID = to_guid_string(['module'=>'cms','action'=>'lists','catid'=>'3','siteId'=>$siteId,'cache'=>'3600','order'=>'listorder DESC,did DESC','limit'=>$limit,'return'=>'data','page'=>0]);if($cache && $_return = Cache::get($cacheID)):$data = $_return;else: $cmsTagLib =  \think\Container::get("\\app\\cms\\taglib\\CmsTagLib");if(method_exists($cmsTagLib, "lists")):$data = $cmsTagLib->lists(['module'=>'cms','action'=>'lists','catid'=>'3','siteId'=>$siteId,'cache'=>'3600','order'=>'listorder DESC,did DESC','limit'=>$limit,'return'=>'data','page'=>0]);if($cache):Cache::set($cacheID, $data, $cache);endif;endif;endif; if(is_array($data) || $data instanceof \think\Collection || $data instanceof \think\Paginator): $i = 0; $__LIST__ = $data;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$item): $mod = ($i % 2 );++$i;?>
<div class="layui-col-md3 ew-datagrid-item" >
    <div class="project-list-item">
        <a href="<?php echo htmlentities($item['url']); ?>">

            <div class="project-list-item-cover">
                <img src="<?php echo htmlentities((isset($item['thumb']) && ($item['thumb'] !== '')?$item['thumb']:'/uploads/images/photo.png')); ?>">
            </div>
            <div class="project-list-item-body"><h2><?php echo htmlentities($siteName); ?><?php echo htmlentities($item['title']); ?></h2>
                <div class="project-list-item-text layui-text"><?php echo htmlentities($siteName); ?><?php echo htmlentities($item['description']); ?></div>
                <div class="project-list-item-desc">
                    <span class="time layui-icon layui-icon-date"> <?php echo htmlentities(date("Y-m-d",!is_numeric($item['updatetime'])? strtotime($item['updatetime']) : $item['updatetime'])); ?></span>
                    <div class="ew-head-list"><span class="time layui-icon layui-icon-read"> <?php echo htmlentities($item['hits']); ?></span> </div>
                </div>
            </div>
        </a>
    </div>
</div>
<?php endforeach; endif; else: echo "" ;endif; ?>

                </div>
            </div>
        </div>
    </div>
</div>

<div class="footer-bottom copyright hidden-xs">
    <?php if(isModuleInstall('links')): ?>
    <div class="links">
        <?php echo lang('links'); ?>:
        <ul>
            <?php $cache = 3600;$cacheID = to_guid_string(['module'=>'links','action'=>'lists','siteId'=>$siteId,'cache'=>'3600','order'=>'listorder ASC','num'=>'10','return'=>'data','page'=>0]);if($cache && $_return = Cache::get($cacheID)):$data = $_return;else: $linksTagLib =  \think\Container::get("\\app\\links\\taglib\\LinksTagLib");if(method_exists($linksTagLib, "lists")):$data = $linksTagLib->lists(['module'=>'links','action'=>'lists','siteId'=>$siteId,'cache'=>'3600','order'=>'listorder ASC','num'=>'10','return'=>'data','page'=>0]);if($cache):Cache::set($cacheID, $data, $cache);endif;endif;endif; if(is_array($data) || $data instanceof \think\Collection || $data instanceof \think\Paginator): $i = 0; $__LIST__ = $data;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
            <li><a href="<?php echo htmlentities($vo['url']); ?>" target="_blank"><?php echo htmlentities($vo['name']); ?> </a></li>
            <?php endforeach; endif; else: echo "" ;endif; ?>
            
        </ul>
    </div>
    <?php endif; ?>
    <?php echo lang('copyright'); ?> | <a href="https://beian.miit.gov.cn" target="_blank"><?php echo lang('beian'); ?></a>
</div>
<?php echo hook('page_footer'); ?>
<script src="/skin/dzd/cms/js/jquery.min.js"></script>
<script src="/skin/dzd/cms/js/jquery.cookie.min.js"></script>
<script src="/static/libs/layui/layui.js"></script>
<script src="/static/libs/gb2big5/js.js"></script>
<script src="/skin/dzd/cms/js/dzd.js"></script>
</body>
</html>