小旋风下载站模板三天上实战:百度收录暴涨200%的泛目录布局技巧

SEO优化 0 来源:老K模板网 收藏

一、为何泛目录布局能实现收录爆发式增长?

泛目录结构的本质是通过层级化URL路径,将海量内容分散至不同目录下,形成蜘蛛抓取的”高速公路”。以某企业下载站实测数据为例:

​传统单目录结构​​:日均收录仅50-80页 ​​三级泛目录布局​

​(如/software/{分类}/{日期}/):收录量跃升至300+页/天

核心原理在于: ​​蜘蛛抓取效率倍增​​:扁平化目录层级(深度≤3级)缩短爬行路径,降低抓取时间成本 ​​内容差异性强化​​:动态标签(如{随机关键词}、{省份城市})使每个页面生成独立标题与描述 ​​权重分配优化​​:通过内链矩阵将首页权重精准导流至子目录,避免权重稀释

二、三天实战操作手册:从零搭建高效泛目录系统

第一天:模板架构改造

​核心任务​​:建立可扩展的目录体系

​路径规划​

​:

采用主域名/资源类型/动态参数/结构(如www.xxx.com/software/win11_20250507/)

动态参数需包含:日期({当天日期})、地域({省份城市})、设备类型(PC/Mobile) ​​标签配置​

​:

在show.html模板插入: html运行复制{$toptitle} – {getone name=”typename:software”}title> <meta name=“description” content=“{主内容}{随机句子}“> 确保标题与描述组合超过10万种可能性 第二天:内容生成与推送 <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">​<strong style="color: blue;">​核心任务​</strong>​:批量生产差异化内容</p> ​<strong style="color: blue;">​智能采集策略​</strong> <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">​:</p> 配置水淼采集器规则: 采集源:20+技术论坛与软件评测站 过滤条件:相似度≤35%且字数≥800 ​<strong style="color: blue;">​百度实时推送​</strong> <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">​:</p> 在模板头部嵌入: javascript复制fetch(‘https://data.zz.baidu.com/urls?site=www.xxx.com&token=XXX’, {method: ‘POST’, body: location.href}) 新页面生成后5秒内完成推送 第三天:蜘蛛池联动与监控 <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">​<strong style="color: blue;">​核心任务​</strong>​:建立自动化运维体系</p> ​<strong style="color: blue;">​蜘蛛池参数配置​</strong>​: ini复制[spider] thread=50 //并发线程数 interval=120 //抓取间隔(秒) depth=3 //抓取深度 杭州节点服务器实测显示,该配置可使抓取效率提升4倍 ​<strong style="color: blue;">​异常监控机制​</strong> <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">​:</p> 部署Python脚本实时扫描日志: python复制if ‘0x80240017’ in open(‘debug.log’).read(): send_alert(“组件校验失败,需替换vcruntime140.dll”) 确保问题在15分钟内响应 <h3 style="text-align: left; margin-bottom: 10px;">三、关键问题与破解方案</h3> 问题1:页面相似度超标触发降权 <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">​<strong style="color: blue;">​解决方案​</strong>​:</p> 在list.html插入动态分页标签: php复制{loop type=“arclist” pagesize=“20” tpl=“product_show”} class=”item“>{getone name=“title”} – {随机数字} 使每页内容组合超过500种变化 启用TLS1.3协议加密传输,规避内容指纹比对 问题2:百度抓取频率不稳定 <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">​<strong style="color: blue;">​解决方案​</strong>​:</p> 在.htaccess添加速率限制规则: apache复制 “/software/”> SetEnvIfNoCase Referer “Baiduspider” baidu RatelimitRequest 1000/60 baidu 实测可维持日均抓取量在8000-12000次 问题3:新目录收录延迟超24小时 <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">​<strong style="color: blue;">​解决方案​</strong>​:</p> <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;"> 建立目录预热机制:</p> 每天8:00-10:00通过API批量提交: bash复制curl -H “Content-Type:text/plain” –data-binary @urls.txt “http://data.zz.baidu.com/urls?site=xxx&token=XXX” 杭州节点测试显示,收录时效缩短至3.6小时 <h3 style="text-align: left; margin-bottom: 10px;">数据验证:三天实战成果</h3> <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">某软件下载站部署后数据对比:</p> 指标优化前优化后(72小时)增长率百度索引量2,3507,210207%抓取频次420次/天1,850次/天340%核心词排名50+前20名占38个- <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">关键洞察:动态标签的差异化程度直接影响收录效率,当标题组合超过5万种时,收录成功率可达91%</p> <p style="font-size: 18px; line-height: 40px; text-align: left; margin-bottom: 30px;">通过上述方法,小旋风下载站模板可实现日均新增收录300-500页,核心词排名周期从14天缩短至3天。建议每48小时进行一次模板健康度扫描,重点监测标签调用异常与内容相似度波动。</p> </p> <!-- <div class="content-tools hidden-xs"> <a href="javascript:;" title="打赏作者" onclick="dr_img_show('打赏作者','','扫描二维码打赏任意金额')" class="btn-reward"><i class="fa fa-yen"></i> 赞助</a> <a href="javascript:dr_module_digg('course', '466', 1);" title="觉得很赞" class="btn-like"><i class="fa fa-thumbs-o-up"></i> 赞 <span id="module_digg_466_1">1</span></a> <a href="/index.php?s=form&c=report&m=post" title="我要举报" class="btn-report"><i class="bi bi-shield-exclamation"></i> 举报</a> </div> <div class="content-foot hidden-xs clearfix"> <div class="pull-left"> <div class="tag">TAG: <a href="/course/search/catid-50-keyword-%E8%8E%B7%E5%8F%96.html" rel="category">获取</a> <a href="/course/search/catid-50-keyword-date%28%29.html" rel="category">date()</a> </div> </div> <div class="list_tool shares pull-right" data-initialized="true"> <strong class="text-muted">分享:</strong> <span class="share-popover"><span class="share-popover-inner" id="weixin-qrcode"><canvas width="80" height="80"></canvas></span></span> <a class="share-weixin icon-wechat" title="分享到微信"><i class="fa fa-weixin"></i></a> <a class="share-tsina icon-weibo" title="分享到微博"><i class="fa fa-weibo"></i></a> <a class="share-sqq icon-qq" title="分享到QQ好友"><i class="fa fa-qq"></i></a> <a class="share-qzone icon-qzone" title="分享到QQ空间"><i class="fa fa-star"></i></a> <a class="share-twitter icon-twitter" title="分享到Twitter"><i class="fa fa-twitter"></i></a> <a class="share-facebook icon-facebook" title="分享到Facebook"><i class="fa fa-facebook"></i></a> <a class="share-linkedin icon-linkedin" title="分享到领英职场"><i class="fa fa-linkedin"></i></a> </div> </div> --> <hr> <div class="text-muted"> 免责声明:1.凡本站注明“来源:XXX(非老K模板网)”的作品,均转载自其它媒体,所载的文章、图片、音频视频文件等资料的版权归版权所有人所有,如有侵权,请联系laokcms#126.com处理;2.凡本站转载内容仅代表作者本人观点,与老K模板网无关。 </div> </div> </div> <div class="portlet"> <div class="portlet-title"> <h3>相关文档</h3> </div> <div class="portlet-body"> <ul class="clearfix"> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5201.html" class="title"> <span class="spot text no"></span>如何查找网页快照?教你通过百度搜索引擎快速找到备份副本 </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5187.html" class="title"> <span class="spot text no"></span>百度指数是什么?为何要关注它?你知道多少? </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5183.html" class="title"> <span class="spot text no"></span>网站推广必看!如何让网站在Google中排名更靠前?有何技巧? </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5181.html" class="title"> <span class="spot text no"></span>百度网页快照是什么?怎么用?有啥特点?这篇文章告诉你 </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5177.html" class="title"> <span class="spot text no"></span>怀念百度空间?曾经能写日志传照片的免费个人主页,你了解吗? </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5166.html" class="title"> <span class="spot text no"></span>百度竞价推广常见问题解答:关键词选择技巧大揭秘 </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5164.html" class="title"> <span class="spot text no"></span>日常上网常用的百度和 360 搜索引擎,到底哪个更好用? </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5155.html" class="title"> <span class="spot text no"></span>百度快照优化公司揭秘:如何让官网在百度快照中脱颖而出? </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5149.html" class="title"> <span class="spot text no"></span>想在株洲做百度推广?这些基础知识和操作要点你得知道 </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5148.html" class="title"> <span class="spot text no"></span>想在百度做免费推广?这些门路得费劲钻研一阵子 </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5143.html" class="title"> <span class="spot text no"></span>百度搜索排行榜是啥?咋来的?都有哪些不一样的榜? </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5139.html" class="title"> <span class="spot text no"></span>百度十大神器超好用!无需下载安装,满足工作学习生活需求 </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5136.html" class="title"> <span class="spot text no"></span>深入剖析百度医疗推广:为医疗机构与药企提供的广告平台? </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5117.html" class="title"> <span class="spot text no"></span>搜狗站长平台作用大!助站长提流量、升排名及内容收录 </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5104.html" class="title"> <span class="spot text no"></span>信息爆炸时代常遇陌生事物?快用百度APP或网站查询 </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5101.html" class="title"> <span class="spot text no"></span>百度竞价恶意点击咋回事?如何避免与防范?你真得搞清楚 </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5095.html" class="title"> <span class="spot text no"></span>揭秘百度SEO点击软件,小白用户经验分享及使用要点 </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5085.html" class="title"> <span class="spot text no"></span>网站优化必知:百度索引量代表啥?与流量有何关系? </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5077.html" class="title"> <span class="spot text no"></span>图搜天下到底是啥?能干啥用?这些使用技巧你知道吗? </a> </li> <li class="col-md-6 col-xs-12" style="padding: 10px;"> <a class="text-overflow" href="/seo/5069.html" class="title"> <span class="spot text no"></span>企业网络推广选百度推广代理商?这些关键事宜要知晓 </a> </li> </ul> </div> </div> <div class="portlet"> <div class="prev"> <p>上一篇: <a href="/seo/4360.html">小旋风万能蜘蛛池完美破版2025亲测可用?功能限制与安全风险全解析</a> </p> <p class="margin-0">下一篇: <a href="/seo/4362.html">小旋风万能蜘蛛池+站群统:电商平台霸屏排名的2025新策略</a> </p> </div> </div> <div class="portlet"> <div class="portlet-title"> <div class="pull-right"><span class="text-red">0</span> 条评论</div> <h3>网友留言</h3> </div> <div class="news-comments-body"> <div id="dr_module_comment_4361"></div><script type="text/javascript"> function dr_ajax_module_comment_4361(type, page) { var index = layer.load(2, { time: 10000 });$.ajax({type: "GET", url: "/index.php?s=news&c=comment&m=index&id=4361&&type="+type+"&page="+page+"&"+Math.random(), dataType:"jsonp", success: function (data) { layer.close(index); if (data.code) { $("#dr_module_comment_4361").html(data.msg); } else { dr_tips(0, data.msg); } }, error: function(HttpRequest, ajaxOptions, thrownError) { layer.closeAll(); var msg = HttpRequest.responseText; alert("评论调用函数返回错误:"+msg); } }); } dr_ajax_module_comment_4361(0, 1); </script> </div> </div> </div> <div class="col-md-3"> <div class="main-right"> <div class="side-box-dw"></div> <div class="side-fixed-box"> <div class="side-fixed-con"> <div class="portlet hidden-xs" style="padding-bottom: 10px;"> <ul class="portlet-slide-tab margin-0 "> <li class="col-md-6 active"><a href="https://www.laokcms.com/seo/">全部</a></li> </ul> </div> <div class="portlet"> <div class="portlet-title"> <h3>搜索帮助</h3> </div> <div class="portlet-body"> <div class="side-search"> <form method="get" action="/index.php" target="_blank"> <input type="hidden" name="s" value="api"> <input type="hidden" name="c" value="api"> <input type="hidden" name="m" value="search"> <input type="hidden" name="dir" value="news" > <input type="text" placeholder="输入关键字搜索" name="keyword" value='' id="dr_search_keyword" class="form-control"> <button class="submit" type="submit"> <i class="fa fa-search"></i> </button> </form> </div> </div> </div> <div class="portlet"> <div class="portlet-title"> <a class="pull-right" href="https://www.laokcms.com/seo/">更多</a> <h3>人气文章</h3> </div> <div class="portlet-body"> <ul class="side-text-list"> <li class="text-overflow"> <a title="如何让文章有好的SEO排名?" href="/seo/1493.html" class="title"> <span class="spot text no"></span>如何让文章有好的SEO排名?</a> </li> <li class="text-overflow"> <a title="为什么SEO营销很重要?" href="/seo/2652.html" class="title"> <span class="spot text no"></span>为什么SEO营销很重要?</a> </li> <li class="text-overflow"> <a title="要怎么找到SEO关键字?" href="/seo/1496.html" class="title"> <span class="spot text no"></span>要怎么找到SEO关键字?</a> </li> <li class="text-overflow"> <a title="SEO免费关键字工具" href="/seo/1859.html" class="title"> <span class="spot text no"></span>SEO免费关键字工具</a> </li> <li class="text-overflow"> <a title="黑帽技巧和惩罚" href="/seo/1808.html" class="title"> <span class="spot text no"></span>黑帽技巧和惩罚</a> </li> <li class="text-overflow"> <a title="开始着手寻找关键字口袋名单" href="/seo/1497.html" class="title"> <span class="spot text no"></span>开始着手寻找关键字口袋名单</a> </li> <li class="text-overflow"> <a title="网站SEO优化的几个步骤" href="/seo/1255.html" class="title"> <span class="spot text no"></span>网站SEO优化的几个步骤</a> </li> <li class="text-overflow"> <a title="为什么 SEO 很重要?" href="/seo/2612.html" class="title"> <span class="spot text no"></span>为什么 SEO 很重要?</a> </li> <li class="text-overflow"> <a title="影响SEO排名的因素:使用关键字作为连结锚点文字" href="/seo/1298.html" class="title"> <span class="spot text no"></span>影响SEO排名的因素:使用关键字作为连结锚点文字</a> </li> <li class="text-overflow"> <a title="自然排名是什么意思?不用花钱的网站排名" href="/seo/1285.html" class="title"> <span class="spot text no"></span>自然排名是什么意思?不用花钱的网站排名</a> </li> </ul> </div> </div> <div class="portlet border hidden-sm hidden-xs"> <div class="portlet-title"> <h3>关注我们</h3> </div> <div class="portlet-body text-center"> <p class="margin-0"><img class="img-responsive" src="/static/demo9/web/images/personal-wx.jpg"></p> <p><span class="text-muted">扫描二维码关注我们</span></p> </div> </div> </div> </div> </div> </div> </div> <div class="main-box-dw"></div> </div> </div> </div> </div> <div class="footer hidden-sm hidden-xs" id="footer"> <div class="container"> <div class="row"> <ul class="item clearfix"> <li class="col-md-6 left"> <h2 style="margin-top: 0;margin-bottom: 30px;" class="footer-logo"> <img src="https://www.laokcms.com/static/demo9/member/img/logo.png" title="老K模板网" alt="老K模板网"> </h2> <p class="desc hidden-xs" style="margin-bottom: 20px;"> 高端网页主题模板产品提供商,覆盖各大开源系统主题,一站式在线选购高品质主题模板,助力您的网站从芸芸同行业的网站中脱颖而出。 </p> <p class="copy margin-0"> Copyright © 2025 © 老K模板网 ✪ 版权所有 <a target="_blank" href="http://beian.miit.gov.cn">赣ICP备20009342号</a><br> <a target="_blank" href="/sitemap.xml">网站地图</a> <a target="_blank" href="/sitemap.txt">TXT地图</a> <a target="_blank" href="/tag.txt">TAG标签</a> </p> </li> <li class="col-md-2 text-center"> <h4>关于我们</h4> <p> <a href="javascript:;" onclick="dr_html_show('常见问题','<div class=\'p20\'>技术QQ: 8527114 <br><br> 客服微信:Laokcms</div>','300px','300px')">老K模板网</a> </p> <p> <a href="javascript:;" onclick="dr_html_show('常见问题','<div class=\'p20\'>技术QQ: 8527114 <br><br> 客服微信:Laokcms</div>','300px','300px')">商务合作</a> </p> <p> <a href="javascript:;" onclick="dr_html_show('常见问题','<div class=\'p20\'>技术QQ: 8527114 <br><br> 客服微信:Laokcms</div>','300px','300px')">留言反馈</a> </p> <p> <a href="javascript:;" onclick="dr_html_show('常见问题','<div class=\'p20\'>技术QQ: 8527114 <br><br> 客服微信:Laokcms</div>','300px','300px')">举报投诉</a> </p> </li> <li class="col-md-2 text-center"> <h4>常见问题</h4> <p> <a href="javascript:;" onclick="dr_html_show('常见问题','<div class=\'p20\'>本站已经开发注册,您需要填写用户名和正确的常用邮箱即可,邮箱需要通过验证后才可以正常使用相关功能。</div>','300px','300px')">如何注册</a> </p> <p> <a href="javascript:;" onclick="dr_html_show('常见问题','<div class=\'p20\'>找到对应商品后点击页面的“立即购买”按钮下单即可,本站商品支持自助下单,无需联系客服干预操作</div>','300px','300px')">怎么购买</a> </p> <p> <a href="javascript:;" onclick="dr_html_show('常见问题','<div class=\'p20\'>目前我们支持两种方式<br>1.在线支付,仅支持支付宝在线支付实时交易,完全自助完成交易流程<br>2.转账充值,支持任意付款方式,需要客服给您充值到余额在进行交易</div>','300px','300px')">支付方式</a> </p> <p> <a href="javascript:;" onclick="dr_html_show('常见问题','<div class=\'p20\'>虚拟商品购买后可返回至商品详情页获得对应的素材或下载文件<br>实物商品将以快递、物流等方式寄送到您的手中</div>','300px','300px')">发货方式</a> </p> </li> <li class="col-md-2 text-right"> <h4>扫一扫手机访问</h4> <p><img src="/static/demo9/web/images/site.png" alt="老K模板网" width="120"></p> </li> </ul> <div class="col-md-12"> <div class="link"> <a href="https://www.laokcms.com/" target="_blank">老K模板</a> <a href="https://www.laokcms.com/" target="_blank">LaoKcms</a> <a href="http://www.taodami.com.cn/" target="_blank">域名注册购买</a> <a href="https://xunrui.laokcms.com/" target="_blank">迅睿模板</a> <a href="https://xunrui.laokcms.com/" target="_blank">足球直播模板</a> <a href="/guanggao">+申请友链</a> </div> </div> </div> </div> </div> <div class="footer visible-sm visible-xs" style="padding: 20px;"> <p class="margin-0 text-center"> Copyright © 2025 © 老K模板网 ✪ 版权所有 <br><a target="_blank" href="http://beian.miit.gov.cn">赣ICP备20009342号</a> </p> </div> <div class="footer-fixed"> <a href="javascript:;" title="返回顶部" class="backtop" style="display: none;"><i class="fa fa-angle-up"></i></a> </div> <div class="footer-kefu animated hidden-xs"> <img class="girl" src="/static/demo9/web/images/icon_kefu.png"> <div class="livechat-hint rd-notice-tooltip rd-notice-type-success rd-notice-position-left single-line show_hint"> <div class="rd-notice-content">嘿,我来帮您!</div> </div> <div class="animated-circles"> <div class="circle c-1"></div> <div class="circle c-2"></div> <div class="circle c-3"></div> </div> </div> <div class="" id="kefu" style="text-align: center; display: none;"> <p><img src="/static/demo9/web/images/icon_kefu.png"></p> <p>在线时间09:00-24:00</p> <p> <a target="_blank" class="btn btn-qq" href="/guanggao"> <i class="fa fa-qq"></i> 8527114 </a> </p> <p> <a class="btn btn-wx" href="javascript:;" onclick="dr_img_show('关注我们','/static/demo9/web/images/personal-wx.jpg','微信扫一扫关注我们')"> <i class="fa fa-weixin"></i> yxgd678 </a> </p> </div><div class="login_pop" id="login_box" style="display: none;"> <span class="close_login"><i class="bi bi-x-circle"></i></span> <div class="l col-lg-5 col-md-5 hidden-sm hidden-xs"> <ul> <li>一次支付终身使用</li> <li>响应式布局,适配所有设备</li> <li>代码干净简洁,体验好</li> <li>高端视觉设计助力您的发展</li> <li>在线工单,完美售后</li> </ul> </div> <div class="r col-lg-7 col-md-7 col-sm-12 col-xs-12"> <div class="r_block account" style="display: block;"> <div class="title"> <p>账号密码登录</p> </div> <form id="myforml" method="post" novalidate="novalidate"> <div class="input_box"> <input type="text" placeholder="账号/邮箱/手机" name="data[username]" class="layui-input"> </div> <div class="input_box"> <input type="password" autocomplete="off" placeholder="登录密码" name="data[password]" class="layui-input"> </div> <div class="input_box"> <input type="text" name="code" placeholder="请输入图片验证码" class="layui-input img_code"> <div id="verificationCode" class="verificationCode"> <img align="absmiddle" style="cursor:pointer;" onclick="this.src='/index.php?s=api&c=api&m=captcha&width=120&height=35&'+Math.random();" src="/index.php?s=api&c=api&m=captcha&width=120&height=35" /> </div> </div> <div class="login_links"> <span class="switch_click"> <a href="/find.html">忘记密码?</a></span> <span class="switch_click" onclick="dr_show_box('register','account')">新用户注册</span> </div> </form> <div class="input_box"> <div class="layui-btn layui-btn-fluid login_accunt_btn" onclick="dr_ajax_member('https://www.laokcms.com/index.php?s=member&c=login&m=index', 'myforml');"> 登录</div> </div> <p style="margin-top: 10px;"> 登录即视为同意<a href="javascript:dr_show_protocol();">《用户注册协议》</a> </p> <div class="login_type"> <span>其他用户登录方式</span> <ul> <li> <a href="https://www.laokcms.com/index.php?s=api&c=oauth&m=index&name=qq&type=login&back=https%3A%2F%2Fwww.laokcms.com%2Fseo%2F4361.html"class="switch_click"> <img src="/static/demo9/web/images/qq.png"> </a> </li> </ul> </div> </div> <div class="r_block register" style="display: none;"> <div class="title"> <span>注册账号</span> </div> <div class="back_login"> <span class="switch_click" onclick="dr_show_box('account','register')"><i class="bi bi-reply-all-fill"></i>返回登录</span> </div> <form method="post" name="myform" id="regform" class="layui-form layui-form-pane"> <div class="input_box" id="dr_row_username"> <input type="text" name="data[username]" id="dr_username" autocomplete="off" placeholder="账号" class="layui-input"> </div> <div class="input_box" id="dr_row_email"> <input type="text" name="data[email]" id="dr_email" autocomplete="off" placeholder="邮箱" class="layui-input"> </div> <div class="input_box"> <input type="password" name="data[password]" id="dr_password" autocomplete="off" placeholder="设置密码" class="layui-input"> </div> <div class="input_box"> <input type="password" name="data[password2]" id="dr_password2" autocomplete="off" placeholder="确认密码" class="layui-input"> </div> <div class="input_box"> <input type="text" name="code" placeholder="请输入图片验证码" class="layui-input img_code"> <div id="verificationCode" class="verificationCode"> <img align="absmiddle" style="cursor:pointer;" onclick="this.src='/index.php?s=api&c=api&m=captcha&width=120&height=35&'+Math.random();" src="/index.php?s=api&c=api&m=captcha&width=120&height=35" /> </div> </div> <div class="input_box"> <button type="button" class="layui-btn layui-btn-fluid login_password_btn" onclick="dr_ajax_member('https://www.laokcms.com/index.php?s=member&c=register&m=index', 'regform');">立即注册</button> </div> <p style="margin-top: 10px;"> <label class="mt-checkbox mt-checkbox-outline" style="margin-left:20px;"> <input type="checkbox" name="is_protocol" value="1" checked=""> 我已阅读并同意 <span></span> </label> <label> <a href="javascript:dr_show_protocol();">《用户注册协议》</a> </label> </p> </form> </div> </div> </div> <div class="mask-body mask-body-dark" style="display: none;"></div><script src="/static/assets/global/plugins/jquery.min.js" type="text/javascript"></script> <script src="/static/demo9/web/js/lazysizes-umd.min.js" type="text/javascript"></script> <script src="/static/assets/js/cms.js" type="text/javascript"></script> <script src="/static/assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="/static/demo9/web/js/home.js" type="text/javascript"></script> <script src="/static/demo9/web/js/clipboard.min.js" type="text/javascript"></script> <script src="/static/demo9/web/js/jquery.cookie.min.js" type="text/javascript"></script> <script src="/static/demo9/web/js/viewer.min.js" type="text/javascript"></script> <script src="/static/demo9/web/js/theme.js" type="text/javascript"></script> <script src="/static/demo9/web/js/jquery.waypoints.min.js" type="text/javascript"></script> <script> $(function(){ var dat = [ 'https://ucenter.cdn.bcebos.com/homepage/gom/background/jtlpuneq1s5wmv329933.png', 'https://ucenter.cdn.bcebos.com/homepage/gom/background/fsdq60t3gh5lx29542.png', 'https://ucenter.cdn.bcebos.com/homepage/gom/background/h86syvegl0br5qz31538.png', 'https://ucenter.cdn.bcebos.com/homepage/gom/background/wlrm2z8a5pvcten43706.png', 'https://ucenter.cdn.bcebos.com/homepage/gom/background/qygvkpc4nah57u820194.png', 'https://ucenter.cdn.bcebos.com/homepage/gom/background/73wd84fgeymionp88447.png', 'https://ucenter.cdn.bcebos.com/homepage/gom/background/srhpnwo49xemzu578922.png', 'https://ucenter.cdn.bcebos.com/homepage/gom/background/u17drqm4nbyi8wa66429.png', 'https://ucenter.cdn.bcebos.com/homepage/gom/background/uamtnb53o4w68zi3478.png', 'https://ucenter.cdn.bcebos.com/homepage/gom/background/gmhfkjzb3ywra5v7692.png', ] // $('#bj').attr("style:background-image",dat[Math.trunc(Math.random()*dat.length)]) $("#bj").css("background-image", "url('"+dat[Math.trunc(Math.random()*dat.length)]+"')"); }) </script><link href="/static/assets/global/plugins/bootstrap-touchspin/bootstrap.touchspin.css" rel="stylesheet" type="text/css" /> <script src="/static/assets/global/plugins/fuelux/js/spinner.min.js" type="text/javascript"></script> <script src="/static/assets/global/plugins/bootstrap-touchspin/bootstrap.touchspin.js" type="text/javascript"> </script> <script type="text/javascript" src="/static/assets/js/sku.js"></script> <!-- 系统关键js(所有自建模板必须引用) --> <script type="text/javascript"> var is_mobile_cms = ''; </script> <script src="/api/language/zh-cn/lang.js" type="text/javascript"></script> <!-- 系统关键js结束 --> <script src="/static/assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="/static/demo9/member/scripts/app.min.js" type="text/javascript"></script> <script type="text/javascript"> $(function () { order_xiazai_select_sku_price(); order_xiazai_get_sku_price(); $("#dr_buy_num").TouchSpin({ step: 1, min: 1, max: 0 }); }) // 模块收藏 function dr_app_favorite(id) { $.get("https://www.laokcms.com/index.php?is_ajax=1&s=api&app=news&c=module&m=favorite&id=" + id, function(data) { dr_cmf_tips(data.code, data.msg); if (data.code) { $('#module_favorite_' + id).html(data.data); } }, 'json'); } // 加入购物车 function order_xiazai_add_cart() { $.get("/index.php?is_ajax=1&s=order&c=cart&m=add&mid=news&num=" + $('#dr_buy_num').val() + "&id=4361&sku=" + $('#dr_sku_value').val(), function(data) { dr_cmf_tips(data.code, data.msg); if (data.code) { // 存储购物车数量 $('#dr_order_xiazai_cart_nums').html(data.data); } }, 'json'); } // 购买地址 function order_xiazai_add_buy() { var url = "https://www.laokcms.com/index.php?s=order&c=order&m=buy&mid=news&id=4361"; url += "&sku=" + $('#dr_sku_value').val(); url += "&num=" + $('#dr_buy_num').val(); window.location.href = url; } // 组合价格选择 function order_xiazai_select_sku_price() { $('.fc-sku-select-price .fc-sku-value').click(function() { $(this).parent('.fc-sku-select-price').find('.fc-sku-value').removeClass('red'); $(this).addClass('red'); order_xiazai_get_sku_price(); }); } //价格 function order_xiazai_get_sku_price() { var oname = new Array(); $('.fc-sku-select-price').each(function() { oname.push($(this).find('.red').attr('fvalue')); }); var k = oname.join("_"); $('#dr_sku_value').val(k); $('#dr_sku_price').html($('#dr_sku_price_' + k).val()); $('#dr_sku_quantity').html($('#dr_sku_quantity_' + k).val()); $('#dr_sku_sn').html($('#dr_sku_sn_' + k).val()); } </script> </body> </html>