当前位置:论坛首页 > Linux面板 > 求助

【待反馈】齐博X1系统,很多地方被宝塔的防火墙拦截

发表在 Linux面板2022-1-24 08:16 [复制链接] 1 2102

齐博X1系统,很多地方被宝塔的防火墙拦截,说“您的请求带有不合法参数,已被网站管理员设置拦截!”导致很多功能不能使用,如下,是一个首页横幅轮播的代码,从齐博的标签调入,被拦截,请看看什么地方不对。齐博的标签是特有的,独家的。
<!--你当前选择的模板文件是:common/view/images/slide_003.htm-->
<!--这个是宽屏横幅幻灯片,默认图片是1200*480 如果不是这个尺寸的话,会很难看-->
<style>
.banner003{position:relative;zoom:1;overflow:hidden;}
.index_b_hero{position:relative;margin:auto;width:1200px;height:480px;}
.index_b_hero img {width:1200px;height:480px;}
.index_b_hero .heros{width:1200px;height:480px;}
.index_b_hero .hero-wrap{position:absolute;overflow:visible;}
.index_b_hero .page_btn{position:absolute;top:210px;z-index:366;width:22px;height:40px;}
.index_b_hero .prev{left:-50px;background:url(<?php echo config('view_replace_str.__STATIC__'); ?>/images/template/images/slide_003/custom_left.png);}
.index_b_hero .next{right:-50px;background:url(<?php echo config('view_replace_str.__STATIC__'); ?>/images/template/images/slide_003/custom_right.png);}
.index_b_hero .hero {position:absolute;top:0;left:0;z-index:1;width:1200px;height:480px;overflow:hidden;}
.index_b_hero .mask-left,#index_b_hero .mask-right{position:absolute;top:0;left:0;z-index:1;width:1200px;height:480px;overflow:hidden;background:#000;filter:alpha(Opacity=30);opacity:.3;}
.index_b_hero .mask-left{left:-1200px;}
.index_b_hero .mask-right{left:1200px;}
.little_img{position:absolute;bottom:0;z-index:50;width:100%;height:93px;background:url(<?php echo config('view_replace_str.__STATIC__'); ?>/images/template/images/slide_003/bg.png);}
.small_list{margin:0 auto;padding:14px 0;width:1200px;overflow:hidden;}
.small_list li{position:relative;float:left;margin-right:11px;width:162px;height:65px;cursor:pointer;}
.small_list li.last{margin-right:0;}
.small_list li img{width:162px;height:65px;}
.small_list li .bg{display:none;position:absolute;top:0;left:0;width:160px;height:63px;border:1px solid #fff;background:url(<?php echo config('view_replace_str.__STATIC__'); ?>/images/template/images/slide_003/bg.png);}
.small_list li.on .bg{display:block;}
</style>

<div class="banner003">

        <div class="index_b_hero">
                <div class="hero-wrap">
                        <ul class="heros">
<?php if(is_array($__LIST__) || $__LIST__ instanceof \think\Collection || $__LIST__ instanceof \think\Paginator): $i = 0; $__LIST__ = $__LIST__;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$rs): $mod = ($i % 2 );++$i;?>
                                <li class="hero"><a href="<?php echo $rs['url']; ?>"><img class="thumb" src="<?php echo $rs['picurl']; ?>" /></a></li>
<?php endforeach; endif; else: echo "" ;endif; ?>
                        </ul>
                </div>
                <div class="helper">
                        <div class="mask-left"></div>
                        <div class="mask-right"></div>
                        <a href="javascript:;" class="page_btn prev"></a>
                        <a href="javascript:;" class="page_btn next"></a>
                </div>
        </div>
        
        <div id="lt_ss_tus" class="little_img">
                <ul class="small_list">
<?php if(is_array($__LIST__) || $__LIST__ instanceof \think\Collection || $__LIST__ instanceof \think\Paginator): $i = 0; $__LIST__ = $__LIST__;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$rs): $mod = ($i % 2 );++$i;?>
                        <li class="<?php echo $i==1?'on'$i==count($__LIST__)?'last':''); ?>">
                                <img id="<?php echo ($i-1); ?>" src="<?php echo $rs['picurl']; ?>" height="65" width="162">
                                <div class="bg"></div>
                        </li>
<?php endforeach; endif; else: echo "" ;endif; ?>                        
                </ul>
        </div>
        
</div>

<script src="<?php echo config('view_replace_str.__STATIC__'); ?>/images/template/images/slide_003/carousel_focus.min.js" type="text/javascript"></script>

使用道具 举报 只看该作者 回复
发表于 2022-1-24 09:10:03 | 显示全部楼层
您好,您可在付费防火墙----站点设置内---日志找到对应的拦截URL,点击误报即可。
点击误报会自动添加到URL白名单内的
25.png
使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

普通问题处理

论坛响应时间:72小时

问题处理方式:排队(仅解答)

工作时间:白班:9:00 - 18:00

紧急运维服务

响应时间:3分钟

问题处理方式:宝塔专家1对1服务

工作时间:工作日:9:00 - 18:30

宝塔专业团队为您解决服务器疑难问题

立即付费处理

工作时间:09:00至24:00

快速回复 返回顶部 返回列表