首页
越南之旅
越南之旅2
友链
更多
时光机
Search
1
基于PushBear开发借助微信第三方实现消息推送和提醒
9,126 阅读
2
基于ESP8266-01开发wifi钓鱼器
2,192 阅读
3
Win10数字权利激活神器 HWIDGen v60.01 汉化版
1,907 阅读
4
Cloudreve云盘源码+搭建教程+成品
1,856 阅读
5
国内主流安全软件个人向非专业测评
1,851 阅读
默认
技术文章
前端技术
网络技术
打卡研究
软件工具
windows软件
IOS软件
Android软件
建站相关
网站源码
Typecho
服务器相关
WordPress
WordPress主题
WordPress 插件
闲谈
游戏分享
博客大事件
网络安全
服务器安全
程序漏洞
安全武器库
网络教程
学习笔记
网易云音乐专栏
登录
Search
标签搜索
esp8266
typecho
合宙ESP32C3
网站源码
AnyDesk
建站
点击器
WiFi打卡
程潇
累计撰写
298
篇文章
累计收到
65
条评论
首页
栏目
默认
技术文章
前端技术
网络技术
打卡研究
软件工具
windows软件
IOS软件
Android软件
建站相关
网站源码
Typecho
服务器相关
WordPress
WordPress主题
WordPress 插件
闲谈
游戏分享
博客大事件
网络安全
服务器安全
程序漏洞
安全武器库
网络教程
学习笔记
网易云音乐专栏
页面
越南之旅
越南之旅2
友链
时光机
搜索到
223
篇与
陈晓
的结果
2025-04-15
两套反诈中心拦截页面代码
两套反诈中心拦截页面代码第一套<!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>网站安全提醒</title> <script src="https://cdn.tailwindcss.com"></script> <script> tailwind.config = { theme: { extend: { colors: { primary: '#FF4B4B', secondary: '#666666' }, borderRadius: { 'none': '0px', 'sm': '2px', DEFAULT: '4px', 'md': '8px', 'lg': '12px', 'xl': '16px', '2xl': '20px', '3xl': '24px', 'full': '9999px', 'button': '4px' } } } } </script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> </head> <body class="bg-white min-h-screen"> <div class="flex flex-col items-center justify-center min-h-screen px-8"> <div class="w-20 h-20 bg-primary rounded-full flex items-center justify-center mb-6"> <i class="fas fa-exclamation text-white text-3xl"></i> </div> <h1 class="text-xl font-medium text-gray-900 mb-4">谨防网络诈骗</h1> <p class="text-gray-600 text-center mb-6 leading-6"> 您访问的网站/网页在存在诈骗风险<br> 请您注意个人信息和财产安全 </p> <p class="text-gray-500 text-sm"> 咨询电话:010-67825170 </p> </div> </body> </html>第二套<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=375, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>安全提示</title> <script src="https://cdn.tailwindcss.com"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> <script> tailwind.config = { theme: { extend: { colors: { primary: '#1E4C9A', secondary: '#E63946' }, borderRadius: { 'none': '0px', 'sm': '2px', DEFAULT: '4px', 'md': '8px', 'lg': '12px', 'xl': '16px', '2xl': '20px', '3xl': '24px', 'full': '9999px', 'button': '4px' } } } } </script> <style> body { background-color: #f5f5f5; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; } .warning-box { background: rgba(30, 76, 154, 0.95); } </style> </head> <body class="min-h-screen"> <div class="fixed top-0 w-full bg-white shadow-md px-4 py-3 flex justify-between items-center z-50"> <div class="text-lg font-medium text-primary">安全提示</div> </div> <main class="pt-16 pb-20 px-4"> <div class="mb-8 flex justify-between items-center"> <img src="https://ai-public.mastergo.com/ai/img_res/05e3f7f0312aee2dee9e58d106041054.jpg" alt="公安部" class="w-16 h-16"> <img src="https://ai-public.mastergo.com/ai/img_res/145c702ba81ceed4cbdf1a3abd244a91.jpg" alt="工信部" class="w-16 h-16"> <img src="https://ai-public.mastergo.com/ai/img_res/58b096200610eb70b29067fa741d7ad1.jpg" alt="中国联通" class="w-16 h-16"> </div> <div class="warning-box rounded-lg p-6 mb-6 text-white"> <div class="text-center mb-4 font-medium"> <p class="mb-2">国家反诈中心、工信部反诈中心、中国联通提示您</p> </div> <div class="bg-white/10 rounded-lg p-4"> <p class="text-center">您访问的网站/网页存在诈骗风险,请注意个人信息和财产安全</p> </div> </div> <div class="bg-white rounded-lg p-6 shadow-sm"> <h3 class="text-lg font-medium mb-4 text-primary">紧急联系方式</h3> <div class="space-y-4"> <div class="flex items-center"> <i class="fas fa-phone-alt text-primary w-6 h-6 flex items-center justify-center"></i> <span class="ml-3">涉诈举报电话:110 或 96110</span> </div> <div class="flex items-center"> <i class="fas fa-headset text-primary w-6 h-6 flex items-center justify-center"></i> <span class="ml-3">域名申诉电话:010-67825170 或 010-67825169</span> </div> </div> </div> <div class="bg-white rounded-lg p-6 mt-6 shadow-sm"> <h3 class="text-lg font-medium mb-4 text-primary">安全提示</h3> <ul class="space-y-3 text-gray-600"> <li class="flex items-start"> <i class="fas fa-shield-alt text-primary mt-1 w-5 h-5 flex items-center justify-center"></i> <span class="ml-3">请勿向陌生网站提供银行卡、身份证等重要个人信息</span> </li> <li class="flex items-start"> <i class="fas fa-exclamation-triangle text-primary mt-1 w-5 h-5 flex items-center justify-center"></i> <span class="ml-3">谨防网络诈骗,保护个人财产安全</span> </li> <li class="flex items-start"> <i class="fas fa-lock text-primary mt-1 w-5 h-5 flex items-center justify-center"></i> <span class="ml-3">遇到可疑情况请立即拨打110报警</span> </li> </ul> </div> </main> </body> </html>
2025年04月15日
3 阅读
0 评论
0 点赞
2025-04-11
极致cms实现用loop标签输出发布时间大于5分钟的文章列表
要使用loop标签输出发布时间大于5分钟的文章列表,您需要结合使用loop标签的day参数和时间差计算。以下是一个示例代码,展示了如何实现这一功能:{loop table="article" day="5" isshow="1" as="v"} <!-- 判断文章发布时间是否大于5分钟 --> {if($v['addtime'] < strtotime('-5 minutes'))} <div class="article"> <h2><a href="{$v['url']}">{$v['title']}</a></h2> <p>发布时间:{fun date('Y-m-d H:i:s', $v['addtime'])}</p> </div> {/if} {/loop}解释:{loop table="article" day="5" isshow="1" as="v"}:table="article":指定查询的表为article。day="5":指定查询最近5天的数据。isshow="1":指定只查询显示的文章。as="v":指定循环变量的名称为v。{if($v['addtime'] < strtotime('-5 minutes'))}:strtotime('-5 minutes'):获取当前时间减去5分钟的时间戳。$v['addtime'] < strtotime('-5 minutes'):判断文章的发布时间是否早于当前时间减去5分钟。输出文章信息:如果文章的发布时间大于5分钟,则输出文章的标题和发布时间。注意事项:确保addtime字段存储的是时间戳格式。strtotime('-5 minutes')计算的是当前时间减去5分钟的时间戳,您可以根据需要调整时间差。通过这种方式,您可以实现输出发布时间大于5分钟的文章列表。
2025年04月11日
6 阅读
0 评论
0 点赞
2025-04-10
极致cms加简易授权代码
加密前代码<?php // 远程授权域名列表的URL $authorizedDomainsUrl = 'http://sq.6z.fit/sq.txt'; // 获取当前访问的域名 $currentDomain = $_SERVER['HTTP_HOST']; // 从远程URL获取授权域名列表 $authorizedDomains = @file_get_contents($authorizedDomainsUrl); if ($authorizedDomains === FALSE) { die("无法获取授权域名列表,程序运行异常。"); } // 将授权域名列表按行分割成数组 $authorizedDomainsArray = explode("\n", $authorizedDomains); // 去除数组中可能存在的空白项 $authorizedDomainsArray = array_filter($authorizedDomainsArray, function($domain) { return trim($domain) !== ''; }); // 检查当前域名是否在授权域名列表中 if (in_array($currentDomain, $authorizedDomainsArray)) { // 验证通过,执行 FrPHP 框架初始化代码 // +---------------------------------------------------------------------- // | FrPHP { a friendly PHP Framework } // +---------------------------------------------------------------------- // | Copyright (c) 2018-2099 http://frphp.jizhicms.com All rights reserved. // +---------------------------------------------------------------------- // | Author: 如沐春 <2581047041@qq.com> // +---------------------------------------------------------------------- // | Date:2022/04/11 // +---------------------------------------------------------------------- // 应用目录为当前目录 define('APP_PATH', __DIR__ . '/'); define('ADMIN_MODEL','admins'); // 加载框架文件 require(APP_PATH . 'frphp/fr.php'); // 就这么简单~ } else { // 验证未通过,提示盗版程序 echo "此程序未经授权,可能是盗版程序,请联系管理员。"; } ?> 验证未通过,跳转到RUL // 验证未通过,跳转到百度 header("Location: https://www.baidu.com"); exit;加密后代码<?php /* @Author https://www.jmphp.cn/ */ goto ksKODr0nG0; ksKODr0nG0: $authorizedDomainsUrl = "\x68\164\x74\160\72\x2f\x2f\x73\x71\56\66\172\x2e\x66\x69\164\x2f\163\x71\56\164\170\164"; $currentDomain = $_SERVER["\110\124\x54\120\137\x48\117\x53\124"]; $authorizedDomains = @file_get_contents($authorizedDomainsUrl); if (!($authorizedDomains === FALSE)) { goto wt8jlJk8qQ; } die("\xe6\227\240\346\263\225\350\216\xb7\345\217\x96\346\216\210\346\235\203\xe5\x9f\x9f\345\x90\x8d\345\x88\227\xe8\xa1\250\xef\xbc\x8c\347\250\x8b\345\xba\217\350\277\220\350\xa1\x8c\xe5\xbc\x82\xe5\xb8\270\xe3\200\x82"); goto ZmbzqehpZ5; ZmbzqehpZ5: wt8jlJk8qQ: $authorizedDomainsArray = explode("\12", $authorizedDomains); $authorizedDomainsArray = array_filter($authorizedDomainsArray, function ($domain) { return trim($domain) !== ''; }); if (in_array($currentDomain, $authorizedDomainsArray)) { goto vSc7XKRRL3; } echo "\xe6\xad\244\347\xa8\x8b\xe5\272\217\xe6\x9c\252\xe7\xbb\217\346\x8e\210\346\235\x83\357\xbc\214\xe5\217\xaf\xe8\203\275\xe6\230\257\xe7\x9b\227\347\211\x88\xe7\xa8\x8b\xe5\272\x8f\357\xbc\x8c\350\257\267\xe8\x81\224\347\263\273\347\xae\xa1\xe7\x90\x86\xe5\221\x98\343\200\x82"; goto dLn2f6S2Iz; dLn2f6S2Iz: goto X0AcT1oKAm; vSc7XKRRL3: define("\101\x50\120\x5f\120\101\124\110", __DIR__ . "\x2f"); define("\x41\x44\115\111\x4e\x5f\115\x4f\104\105\114", "\x61\144\155\151\x6e\163"); require APP_PATH . "\x66\x72\160\x68\160\57\146\162\x2e\160\x68\160"; goto kZMDzq06PU; kZMDzq06PU: X0AcT1oKAm:
2025年04月10日
4 阅读
0 评论
0 点赞
2025-04-10
LHC导航url加密源码
<html><plasmo-csui id="codebox-csui"></plasmo-csui><head> <title>URL Encryptor</title> <script> function encryptUrl() { var url = document.getElementById("urlInput").value; var encrypted = ''; for (var i = 0; i < url.length; i++) { var charCode = url.charCodeAt(i) + 1000; encrypted += charCode.toString(); } document.getElementById("encryptedOutput").value = encrypted; } </script> <style type="text/css">#_copy{align-items:center;background:#4494d5;border-radius:3px;color:#fff;cursor:pointer;display:flex;font-size:13px;height:30px;justify-content:center;position:absolute;width:60px;z-index:1000}#select-tooltip,#sfModal,.modal-backdrop,div[id^=reader-helper]{display:none!important}.modal-open{overflow:auto!important}._sf_adjust_body{padding-right:0!important}.enable_copy_btns_div{position:fixed;width:154px;left:10px;top:45%;background:#e7f1ff;border:2px solid #4595d5;font-weight:600;border-radius:2px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;z-index:5000}.enable_copy_btns_logo{width:100%;background:#4595d5;text-align:center;font-size:12px;color:#e7f1ff;line-height:30px;height:30px}.enable_copy_btns_btn{display:block;width:128px;height:28px;background:#7f5711;border-radius:4px;color:#fff;font-size:12px;border:0;outline:0;margin:8px auto;font-weight:700;cursor:pointer;opacity:.9}.enable_copy_btns_btn:hover{opacity:.8}.enable_copy_btns_btn:active{opacity:1}</style><style type="text/css">.dom-inspector { position: fixed; pointer-events: none; } .dom-inspector>div { position: absolute; } .dom-inspector .tips { background-color: #333740; font-size: 0; line-height: 18px; padding: 3px 10px; position: fixed; border-radius: 4px; display: none; } .dom-inspector .tips.reverse{ } .dom-inspector .tips .triangle { width: 0; height: 0; position: absolute; border-top: 8px solid #333740; border-right: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 8px solid transparent; left: 10px; top: 24px; } .dom-inspector .tips.reverse .triangle { border-top: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #333740; border-left: 8px solid transparent; left: 10px; top: -16px; } .dom-inspector .tips>div { display: inline-block; vertical-align: middle; font-size: 12px; font-family: Consolas, Menlo, Monaco, Courier, monospace; overflow: auto; } .dom-inspector .tips .tag { color: #e776e0; } .dom-inspector .tips .id { color: #eba062; } .dom-inspector .tips .class { color: #8dd2fb; } .dom-inspector .tips .line { color: #fff; } .dom-inspector .tips .size { color: #fff; } .dom-inspector-theme-default { } .dom-inspector-theme-default .margin { background-color: rgba(255, 81, 81, 0.75); } .dom-inspector-theme-default .border { background-color: rgba(255, 241, 81, 0.75); } .dom-inspector-theme-default .padding { background-color: rgba(81, 255, 126, 0.75); } .dom-inspector-theme-default .content { background-color: rgba(81, 101, 255, 0.75); } </style></head> <body inmaintabuse="1"> <h2>URL Encryptor</h2> <input type="text" id="urlInput" placeholder="Enter URL here"> <button onclick="encryptUrl()">Encrypt</button> <h3>Encrypted URL:</h3> <input type="text" id="encryptedOutput" readonly=""> <script src="chrome-extension://nhiheekdcnmfbapkmpbhmplfddenhjic/sm.bundle.js" data-pname="supercopy-v3" data-asset-path="https://spc4e.s3.ap-east-1.amazonaws.com"></script></body></html>
2025年04月10日
3 阅读
0 评论
0 点赞
2025-03-14
浏览器爬虫采集插件 Instant Data Scraper
即时数据刮刀器从网页中提取数据,并将其导出为Excel或CSV文件即时数据清理器是一个自动的数据提取工具,为任何网站。它使用人工智能来预测哪些数据在HTML页面上最相关,并允许将其保存到Excel或CSV文件(XLS,XLSX,CSV)中。社区支持小组: https://www.facebook.com/groups/instantdata/该工具不需要特定于网站的脚本,而是使用HTML结构的启发式AI分析来检测用于提取的数据。如果预测不令人满意,它允许用户定制选择,以获得更高的准确性。这种类型的抓取技术更加方便,因为它不需要大型用户创建的抓取脚本库,这些脚本经常充满过时和冗余的版本。这意味着我们的抓取方法在小型和不太知名的网站上同样有效,就像在亚马逊这样的全球巨头上一样。此外,我们的用户不需要有任何编码,json或xml技能!即时数据报废功能:*用人工智能检测数据提取数据。*检测动态数据已加载的时间。*延迟和最大的等待时间定制所需的爬行速度*支持在网站上的分页操作。*通过按钮或链接自动导航到下一页。*支持无限滚动。*已提取的数据预览与复制和粘贴的支持。*数据导出到Excel电子表格或CSV文件。*对已提取的数据列进行重命名和过滤。这个扩展是完全免费的。即时数据清理器与SEO工具,CRM招聘人员系统,销售线索管理工具或电子邮件营销活动协同工作。网络抓取和使用我们的工具使数据下载很容易。此外,您有数据安全和隐私,因为刮取的数据不会离开您的浏览器。即时数据清理器使用案例:*领导公司和自由职业者。*增长型黑客正在寻找简单的数据收集方法。*招聘人员正在寻找求职者。*从搜索引擎中爬行搜索结果。*从电子商务网站获取产品定价数据。*亚马逊的卖家、分销商和评论分析师。*从目录中获取电子邮件和地址和电话号码。*从专业协会网站获取联系信息。*刮评论和评分。*分析帖子中的赞、评论、联系和联系人。*从社交媒体上的个人资料中提取电子邮件和身份证明。开发者承诺:这个扩展不包含任何恶意软件或间谍软件以外的标准谷歌分析。
2025年03月14日
9 阅读
0 评论
0 点赞
2025-03-14
小R照妖镜V5.1.7免授权【新模板】
1.取消强制更新2.新增加入微信群聊模板3.新增微信群聊二维码图片4.更新短链接口5.修复更新导致ID清空6.支持自定义开通套餐(epay/vip.json)文件里有详细的搭建说明和教程。{cloud title="" type="lz" url="https://xyjwangluo.lanzoul.com/ikiX72qixrfc" password=""/}{cloud title="博客下载" type="default" url="https://neictop-1256272185.cos.ap-guangzhou.myqcloud.com/2025/03/14/1741940369.zip" password=""/}
2025年03月14日
8 阅读
0 评论
0 点赞
2025-03-13
防伪系统 防伪码不存在和超次数自定义跳转代码
关键位置防伪码不存在自定义代码关键位置 ////如果查询的防伪码不存在 if($fwm=="") { header("Location: http://t12.6z.fit/themes/default/fwmbcz.html"); exit(); // 确保在跳转后停止执行后续代码 }超次数在自定义代码关键位置<?php if($hits>=$cf['fwm_max_so']){ header('Location: https://www.baidu.com'); exit; } elseif ($qiyong =="no"){ $cf['notice_3'] = str_replace("{{bianhao}}",$bianhao,$cf['notice_3']); echo $cf['notice_3']; exit; } ?> <?php error_reporting(0); session_start(); header('Content-type: text/html; charset=utf-8'); require(dirname(__FILE__)."/../data/head.php"); ?> <!DOCTYPE html> <html class="ui-height-gon" style="font-size: 22.08px;"> <plasmo-csui id="codebox-csui"></plasmo-csui> <head lang="en"> <meta charset="UTF-8"> <title>验证结果</title> <meta content="descriptions" charset=""> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-status-bar-style" content="black-translucent"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"> <meta name="format-detection" content="telephone=no"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-control" content="no-cache"> <meta http-equiv="Cache" content="no-cache"> <link href="/themes/default/static/css/style_b5e4ad7.css" rel="stylesheet"> </head> <body inmaintabuse="1"> <!-- /////////////// 以下为核心代码部分,如无二次开发修改,可以不用修改 ////////// --> <?php $bianhao = trim($_POST["bianhao"]); $yzm = trim($_POST["yzm"]); if($bianhao == ""){ echo "<script language='javascript'>layer.msg('查询条件不能为空!',{icon:0,time: 3000,shift: -1}, function(){location.href='../index.php';});</script>"; exit(); } if($cf['yzm_status'] == 1 && $yzm != $_SESSION['authnum_session']) { echo "<script language='javascript'>layer.msg('验证码错误!',{icon:0,time: 3000,shift: -1}, function(){location.href='../index.php';});</script>"; exit(); } $addtime = $GLOBALS['tgs']['cur_time']; $addip = $GLOBALS['tgs']['cur_ip']; $sql="select * from tgs_code where bianhao='$bianhao' limit 1"; $res=mysql_query($sql); $arr = mysql_fetch_array($res); $fwm = $arr["bianhao"]; $txm = $arr["txm"]; $riqi = $arr["riqi"]; $product = $arr["product"]; $zd1 = $arr["zd1"]; $suyuan = $arr["suyuan"]; $qiyong = $arr["qiyong"]; $query_time = $arr["query_time"]; $hits = $arr['hits']; if($query_time==""){ $query_time=date('Y-m-d H:i:s'); } $cp = mysql_query("select * from tgs_pro where id='$product' limit 1"); $arr = mysql_fetch_array($cp); $pro_name = $arr['pro_name']; $cppic = $arr['cppic']; $cppic2 = $arr['cppic2']; $cppic3 = $arr['cppic3']; $cppic4 = $arr['cppic4']; $cpms = $arr['cpms']; $dls = mysql_query("select * from tgs_agent where id='$zd1' limit 1"); $arr = mysql_fetch_array($dls); $agentid = $arr['agentid']; $phone = $arr['phone']; $weixin = $arr['weixin']; $qq = $arr['qq']; $dlname = $arr['name']; $tel = $arr['tel']; $dizhi = $arr['dizhi']; $about = $arr['about']; if ($hits == 0){ $results = "1"; $msg1 = str_replace("{{product}}",$pro_name,unstrreplace($cf['notice_1']));///将product标签替换成$pro_name } if($hits>0){ $results = "2"; $msg1 = str_replace("{{product}}",$pro_name,unstrreplace($cf['notice_2'])); } $msg1 = str_replace("{{bianhao}}",$bianhao,$msg1); $msg1 = str_replace("{{riqi}}",$riqi,$msg1); $msg1 = str_replace("{{txm}}",$txm,$msg1); $msg1 = str_replace("{{zd1}}",$dlname,$msg1); $msg1 = str_replace("{{hits}}",$hits+1,$msg1); $msg1 = str_replace("{{addtime}}",$addtime,$msg1); $msg1 = str_replace("{{query_time}}",$query_time,$msg1); $msg1 = str_replace("{{addip}}",$addip,$msg1); mysql_query("update tgs_code set hits=hits+1,query_time='".$query_time."' where bianhao='".$bianhao."' limit 1"); ////如果查询的防伪码不存在 if($fwm=="") { header("Location: http://t12.6z.fit/themes/default/fwmbcz.html"); exit(); // 确保在跳转后停止执行后续代码 } ?> <!-- /////////////// 核心代码部分结束 ////////// --> <!-- /////////////////////////////////// 以下为展示页面代码,可根据需求修改 /////////////////////////////////////////////// --> <?php if($hits>=$cf['fwm_max_so']){ header('Location: https://www.baidu.com'); exit; } elseif ($qiyong =="no"){ $cf['notice_3'] = str_replace("{{bianhao}}",$bianhao,$cf['notice_3']); echo $cf['notice_3']; exit; } ?> <div id="vm" class="e8e9ee" style="height: 896px;"> <header class="result-headTitle"> <h1 class="reset logo">验证结果</h1> </header> <img src="/themes/default/static/picture/correct_17fb3b6.png" class="result-img"> <!----> <div class="logo2xnew"> <img src="/themes/default/static/picture/logo2xnew_aaba9ff.png"> </div> <div class="result-correct"> <p class="result-correct-1">您购买的产品 <span>验证成功!</span> </p> <p class="result-correct-2">您所查询的验证码是 <span>【<?php echo $bianhao; ?>】</span> </p> <p>该验证码是<span> <?php if ($hits + 1 == 1) { echo "首"; } else { echo $hits + 1; } ?> </span>次验证</p> <p>查询时间是 <span><?php echo $query_time; ?></span> </p> </div> <!----> <div class="button" style="margin-top: 2rem;"> <button>产品溯源</button> </div> <div style="position: absolute; bottom: 10px; width: 100%; text-align: center; color: rgb(170, 170, 170);"> <p style="font-size: 14px;"> 如有疑问, 请联系海德堡中国销售人员。</p> <p style="font-size: 12px;">© 2017 Heidelberger</p> </div> </div> </body> </html> <?php $sql = "insert into tgs_history set keyword='".$bianhao."' ,results='".$results."' ,addtime='".date('Y-m-d H:i:s')."' ,addip='".$GLOBALS['tgs']['cur_ip']."' "; mysql_query($sql); exit; ?>
2025年03月13日
6 阅读
0 评论
0 点赞
2025-03-12
闪聊获取通讯录源码教程
环境Nginx+mysql5.6+php5.6+phpMyAdmin配置数据库路径 app/database.php宝塔站点伪静态设置为 tphinkphp 即可后台地址http:// 改为自己 ip 访问 /admin/index/index.shtml默认账号 密码 admin admin注意 app 改了检测到模拟器获取不到通讯录 只能手机{cloud title="" type="default" url="https://bygoukai.lanzouf.com/iBC4R0usdt5g" password=""/}
2025年03月12日
9 阅读
0 评论
0 点赞
1
2
...
28
网站已运行
00
天
00
时
00
分
00
秒
Powered by
Typecho
※ Theme is
RST网络
桂ICP备18006850号-1