首页
统计
关于
友情链接
更多
免责声明
推荐
咔咔工具箱
咔咔导航
BBR
Search
1
在线Q绑查询手机号、微博查询手机号 api接口 – XApi
13,987 阅读
2
完整的chatgpt商业版源码
3,161 阅读
3
超级好看的chatgpt商业化完整版本 带搭建教程
2,420 阅读
4
Chatbot UI-开源AI聊天用户界面 免翻使用ChatGPT 支持GPT-4
2,230 阅读
5
氢AI免授权 chatgpt网页经营版带后台
1,894 阅读
❤️ 生命·生活·书
📕 学无止境
🎵音乐分享
▶️ 影视资源
🚀 软件游戏
📁 源码分享
☸ ChatGPT
☁ VPS推荐
登录
Search
标签搜索
源码
软件
ChatGPT
电影
vps
音乐
分享
模版
心情
教程
网盘
免费
游戏
Linux
特效
CDN
IDM
工具
脚本
AI
咔咔猪
累计撰写
513
篇文章
累计收到
471
条评论
首页
栏目
❤️ 生命·生活·书
📕 学无止境
🎵音乐分享
▶️ 影视资源
🚀 软件游戏
📁 源码分享
☸ ChatGPT
☁ VPS推荐
页面
统计
关于
友情链接
免责声明
推荐
咔咔工具箱
咔咔导航
BBR
搜索到
177
篇与
的结果
2023-04-27
全开源带轮询的播放器源码
全开源带轮询的播放器源码可以切换两种播放器,自行设置下载地址:https://kkpig.lanzoub.com/iET7m0u29y8j
2023年04月27日
112 阅读
0 评论
0 点赞
2023-04-26
Chevereto图床程序源码分享
Chevereto是一套强大社区图床系统,是目前最好的图床之一了。功能也非常强大。Chevereto的基础架构采用Web编程组合 PHP+MySQL 实现,是一个经过完善设计,适用于各种服务器环境的高效图床系统解决方案。隐藏内容,请前往内页查看详情
2023年04月26日
120 阅读
1 评论
0 点赞
2023-04-26
完整的chatgpt商业版源码
超级好看的chatgpt商业化版本 免费获取!有完整的教程 完整的源码 免费分享给大家搭建!搭建有些难度!!源码带支付功能,绘画,对话,都有 大家自行探索吧!下面是演示电脑端:手机端:隐藏内容,请前往内页查看详情
2023年04月26日
3,161 阅读
49 评论
0 点赞
2023-04-25
WordPress主題大前端DUX v7.2 免授權無任何限制完美版
DUX是基于WordPress程序的主题,由themebetter团队原创开发,使用主题您需要安装WordPress程序。适用于垂直站点、科技博客、个人站,扁平化设计、简洁白色、超多功能配置、会员中心、直达链接、自动缩略图。DUX主题基于WordPress程序,响应式布局支持电脑、平板和手机的完美展示。WordPress主題大前端DUX v7.2 更新內容:● 新增小工具:幻燈片,可添加5個幻燈圖片;● 新增頭像服務器自定義填寫和幾個有效的備選服務器,解決頭像不顯示;● 新增頁面模版Full,只有頭尾的全寬屏幕頁面,您的頁面完全由您做主;● 新增後台列表中鼠標覆蓋某一行時整行背景色突出以方便識別;● 新增專題功能在區塊編輯器發布或編輯時顯示;● 新增豐富會員中心發布文章編輯器的功能;● 解決與插件Companion Sitemap Generator的不兼容問題;● 優化手機端列表標題字數過多時的展示限制;● 修複相關文章標題爲長英文時可能會超出的問題;● 修複手機端有序列表超過10行後被截斷的問題;● 修複當主題設置選擇首頁不顯示一些分類下的文章時會報錯的問題;● 修複首頁最新發布列表可能發生的報錯;● 修複定時發布文章時百度推送不執行的問題;● 其它小調整。压缩包包含dux6.4,DUX v7.2,dux6pjb,WebStack Pro v2.0406,阿里百秀隐藏内容,请前往内页查看详情
2023年04月25日
156 阅读
0 评论
0 点赞
2023-04-24
php给视频地址加个Token 防盗链
什么是 Token 防盗链Token 防盗链结合智能标记和公钥加密技术,是业界最安全的防盗链之一。用户可设置签名过期时间来控制文件的访问时限。Token 防盗链的目的是使得每个请求的 URL 都具有一定的“时效性”,因此 URL 本身需要携带过期时间相关的信息,同时确保这个过期时间不能被恶意修改。Token 防盗链采用 md5 算法,将密文(通常是一个普通字符串)、过期时间、文件路径(过期时间和文件路径通常是有对应关系的,因此也参与 md5 的计算)等信息所计算的 md5 值也加入到 URL中,在验证请求时,除了验证过期时间,同时还会验证该 md5 值是否匹配,对于不匹配的 md5,说明 URL 被篡改,即使请求未过期也需要禁止服务。播放例子:play.php?vid=1612964711208558592play.php部分<?php $key='kkpig.cn'; $time = date("Y/m/d/H/i"); //如果api改了时间这里也要改 $token = md5($key.$time); ?> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title></title> <meta name="description" content="" /> <meta name="keywords" content="" /> <style type="text/css"> #a1 { background-color:#000000; width:100%; position:absolute; top:0px; bottom:0px; left:0px; } </style> </head> <body bgcolor="#000000"><!--bgcolor="#000000"--> <center> <div id="a1"></div> <script type="text/javascript" src="ckplayer/ckplayer.js" charset="utf-8"></script> <script type="text/javascript"> var flashvars={ f:'api.php?vid=<?php echo $_GET['vid']."&token=".$token;?>', c:0, p:1 }; var params={bgcolor:'#FFF',allowFullScreen:true,allowScriptAccess:'always',wmode:'transparent'}; var video=['api.php?vid=<?php echo $_GET['vid']."&token=".$token;?>->video/mp4']; CKobject.embed('ckplayer/ckplayer.swf','a1','ckplayer_a1','100%','100%',false,flashvars,video,params); </script></center> </body> </html>api.php部分<?php $key='kkpig.cn'; $time = date("Y/m/d/H/i"); //过期时间 $token = md5($key.$time); $token2 = $_GET['token']; $vid = $_GET['vid']; $api = "https://lens.zhihu.com/api/v4/videos/".$vid.""; $html = file_get_contents($api); $json = json_decode($html); $url = $json->playlist->LD->play_url; if( $token == $token2 ) { header("Location: {$url}"); } //如果token等于token2 给出完整地址 else{ echo "token错误"; } //不一样给出错误提示 ?>
2023年04月24日
145 阅读
0 评论
0 点赞
2023-04-23
彩虹商城时光模板系统4.20更新功能修复
1.修复APP下载问题2.修复个人分站设置空白问题3.增加在线客服配置;4.增加首页五个菜单配置,进入后台,点击主题设置-首页菜单;5.修复发卡数量无法模糊显示;隐藏内容,请前往内页查看详情
2023年04月23日
178 阅读
2 评论
0 点赞
2023-04-21
MikuTools轻量在线工具系统源码,含几十款工具
MikuTools轻量在线工具系统源码,含几十款工具MikuTools是一个使用Vue全家桶和Nuxt.js构建的工具类网站。它提供了许多有用的工具,例如文本加密、图片处理、常用数据转换等等二改或者新增功能的话,可以参考/pages/*.vue中的文件新建页面,也可以使用CTRL+F进行相关模块的查找,在/tools/index.js中添加相关的工具信息。在开发方面,只需要下载源码并运行yarn install和yarn dev命令即可开始开发。如果要生成静态站点,可以运行yarn generate命令隐藏内容,请前往内页查看详情
2023年04月21日
139 阅读
0 评论
0 点赞
2023-04-19
漂亮的个人主页单页HTML引导页
做个简单的引导页面挺好看的下载地址:https://kkpig.lanzoub.com/iyA160tg9wif
2023年04月19日
126 阅读
0 评论
0 点赞
2023-04-16
缤纷彩色文字广告代码,文字广告代码美化版,给网站添加文字广告教程
PC端时代码为8个文字块一行,H5为4个文字代码一行,所以大家添加文字广告为8、16、24...... 只要是8的倍数即可,当然推荐添加2行效果最好。由于考虑到大家的网站有暗黑模式,所以在这方面也进行了简约的优化,适用于白天与晚上模式。下载地址:https://kkpig.lanzoub.com/i1xPJ0t6hqze白天模式css<style type="text/css"> .tp-ad-text1 {width:100%;padding-top:6px;box-sizing:border-box;overflow: hidden;background: rgba(255,255,255,.2);} .tp-ad-text1 a {color:#7fba00;font-size:14px;line-height:38px;text-align:center;border:1px dashed rgba(0,0,0,.2);padding:0 3px;box-sizing:border-box;float:left;width:11.5%;height:38px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 0.5% 6px;text-decoration:none;transition:all .6s;} .tp-ad-text1 a:hover {font-weight: bold;color:#fff!important;background:#7fba00;transition: all .6s;} .tp-ad-text1 a:nth-child(2n) {color:#f74e1e;} .tp-ad-text1 a:nth-child(2n):hover {background:#f74e1e;border-color: #f74e1e;} .tp-ad-text1 a:nth-child(3n) {color:#00a4ef;} .tp-ad-text1 a:nth-child(3n):hover {background:#00a4ef;border-color: #00a4ef;} .tp-ad-text1 a:nth-child(4n) {color:#0517c2;} .tp-ad-text1 a:nth-child(4n):hover {background:#0517c2;border-color: #0517c2;} .tp-ad-text1 a:nth-child(5n) {color:#601165;} .tp-ad-text1 a:nth-child(5n):hover {background:#601165;border-color: #601165;} .tp-ad-text1 a:nth-child(6n) {color:#ffb900;} .tp-ad-text1 a:nth-child(6n):hover {background:#ffb900;border-color: #ffb900;} .tp-ad-text1 a:nth-child(7n) {color:#0fc317;} .tp-ad-text1 a:nth-child(7n):hover {background:#0fc317;border-color: #0fc317;} .tp-ad-text1 a:nth-child(8n) {color:#601165;} .tp-ad-text1 a:nth-child(8n):hover {background:#601165;border-color: #601165;} .tp-ad-text1 a:nth-child(9n) {color:#fba78f;} .tp-ad-text1 a:nth-child(9n):hover {background:#fba78f;border-color: #fba78f;} .tp-ad-text1 a:nth-child(10n) {color:#13cf8f;} .tp-ad-text1 a:nth-child(10n):hover {background:#13cf8f;border-color: #13cf8f;} .tp-ad-text1 a:nth-child(11n) {color:#f74e1e;} .tp-ad-text1 a:nth-child(11n):hover {background:#f74e1e;border-color: #f74e1e;} .tp-ad-text1 a:nth-child(12n) {color:#ffb900;} .tp-ad-text1 a:nth-child(12n):hover {background:#ffb900;border-color: #ffb900;} .tp-ad-text1 a:nth-child(13n) {color:#fba78f;} .tp-ad-text1 a:nth-child(13n):hover {background:#fba78f;border-color: #fba78f;} .tp-ad-text1 a:nth-child(14n) {color:#f74e1e;} .tp-ad-text1 a:nth-child(14n):hover {background:#f74e1e;border-color: #f74e1e;} .tp-ad-text1 a:nth-child(15n) {color:#7fba00;} .tp-ad-text1 a:nth-child(15n):hover {background:#7fba00;border-color: #7fba00;} .tp-ad-text1 a:nth-child(16n) {color:#0fc317;} .tp-ad-text1 a:nth-child(16n):hover {background:#0fc317;border-color: #0fc317;} .tp-ad-text1 a:nth-child(17n) {color:#0517c2;} .tp-ad-text1 a:nth-child(17n):hover {background:#0517c2;border-color: #0517c2;} .tp-ad-text1 a:nth-child(18n) {color:#13cf8f;} .tp-ad-text1 a:nth-child(18n):hover {background:#13cf8f;border-color: #13cf8f;} .tp-ad-text1 a:nth-child(19n) {color:#ffb900;} .tp-ad-text1 a:nth-child(19n):hover {background:#ffb900;border-color: #ffb900;} .tp-ad-text1 a:nth-child(20n) {color:#f74e1e;} .tp-ad-text1 a:nth-child(20n):hover {background:#f74e1e;border-color: #f74e1e;} @media screen and (max-width: 1198px){ .tp-ad-text1 a{ width: 24%; } } </style>HTML <div class="tp-ad-text1"> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="咔咔猪" target="_blank">咔咔猪</a> <a href="http://kkpig.cn/" title="http://kkpig.cn/" target="_blank">http://kkpig.cn/</a> </div>
2023年04月16日
111 阅读
0 评论
0 点赞
2023-04-16
计算出生至今活了多少天引流HTML页面
引流HTML单页面,选择出生年月日,然后计算出自己从出生至今活了多天。单页面,下载源码上传自己服务器即可。下载地址:https://kkpig.lanzoub.com/i8tZ60t6gtri
2023年04月16日
115 阅读
0 评论
0 点赞
2023-04-16
zibll子比主题最新可用免授权修复完美版6.9.2
此版本仅仅提供研究学习,如要使用请支持正版安装后,点击授权即可,免授权修复了上次版本的部分bug下载地址:https://kkpig.lanzoub.com/i1WEU0t4edta密码:kkpig
2023年04月16日
95 阅读
0 评论
0 点赞
2023-04-16
【全网首发】花800买的抖音标签检测
最近很火的抖音标签限流检测,一场直播都3位数起步。你发布的每一个视频,抖音都会给你赋值三个标签,一个父标签,两个子标签,这个标签代表着你的视频的定位,你所有视频的标签代表着你这个账号的定位,如果你的视频标签很杂,那肯定不会火。要知道,抖音上99%的人都想火,但是只有2%的人的粉丝过万,其余的都是不火的,很多宝妈,想靠抖音赚钱的都想火却火不了,这个时候你拿着这个直播去给别人检测标签,还能优化定位,会吸引很多人,刚开始人少的时候免费查,后面上人了再收礼物插队,榜一先测,一晚上礼物都能赚不少,还没说收徒的。4.0版本新增【单作品标签检测】【互关检测】【单作品限流检测】【定位申请动画】【最后更新时间】【断更时间】【作品黄金发布时间】【账号估值】使用方法,上传解压后直接使用,想修改默认视频直接修改第一行抖音分享的链接隐藏内容,请前往内页查看详情
2023年04月16日
302 阅读
3 评论
0 点赞
1
...
12
13
14
15