各类代码

清理C盘垃圾


@echo off echo 正在清除系统垃圾文件,请稍等...... del /f /s /q %systemdrive%*.tmp del /f /s /q %systemdrive%*._mp del /f /s /q %systemdrive%*.log del /f /s /q %systemdrive%*.gid del ......
@echo off echo 正在清除系统垃圾文件,请稍等...... del /f /s /q %systemdrive%*.tmp del /f /s /q %systemdrive%*._mp ......

清理C盘垃圾

@echo off echo 正在清除系统垃圾文件,请稍等...... del /f /s /q %systemdrive%*.tmp del /f /s /q %systemdrive%*._mp ......
阅读全文 0
各类代码

Tang礼物记录


gifts { giftid: 259 name: "冰火女神" image: "gift/X0005.png" stage: 1 seqShou: 1000000 type: 1}gifts { giftid: 260 name: "霸道总裁" image: "gift/X0006.png"......
gifts { giftid: 259 name: "冰火女神" image: "gift/X0005.png" stage: 1 seqShou: 1000000 type: 1}gif......

Tang礼物记录

gifts { giftid: 259 name: "冰火女神" image: "gift/X0005.png" stage: 1 seqShou: 1000000 type: 1}gif......
阅读全文 0
各类代码

浏览器打开php


index.php<?php$conf['qqjump'] = 1;if (strpos($_SERVER['HTTP_USER_AGENT'], 'QQ/') || strpos($_SERVER['HTTP_USER_AGENT'], 'MicroMessenger') !== false && $conf[......
index.php<?php$conf['qqjump'] = 1;if (strpos($_SERVER['HTTP_USER_AGENT'], 'QQ/') || strpos($_SERV......

浏览器打开php

index.php<?php$conf['qqjump'] = 1;if (strpos($_SERVER['HTTP_USER_AGENT'], 'QQ/') || strpos($_SERV......
阅读全文 0
各类代码

腾讯白嫖滑块验证


index.php<!DOCTYPE html><html lang="zh"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <......
index.php<!DOCTYPE html><html lang="zh"><head> <meta charset="UTF-8"> ......

腾讯白嫖滑块验证

index.php<!DOCTYPE html><html lang="zh"><head> <meta charset="UTF-8"> ......
阅读全文 0
各类代码

QQ个人助手邮件页面


<html><head> <title>aa</title> <style> * { margin: 0px; padding: 0px; } .......
<html><head> <title>aa</title> <style> * { mar......

QQ个人助手邮件页面

<html><head> <title>aa</title> <style> * { mar......
阅读全文 0
各类代码

公众号即使推送消息


config.php<?php/*** XDING WeChat Public Platform* 微信公众号 PHP 版推送信息** @copyright Copyright (c) 2022 XDING (https://i4coder.com)* @page 配置页......
config.php<?php/*** XDING WeChat Public Platform* 微信公众号 PHP 版推送信息** @copyright Copyright (c) 202......

公众号即使推送消息

config.php<?php/*** XDING WeChat Public Platform* 微信公众号 PHP 版推送信息** @copyright Copyright (c) 202......
阅读全文 0
各类教程

Windows版Kangle开通SQLServer数据库教程


之前发布了Windows版Kangle集成环境,但是有很多人不会开通SQLServer数据库,这篇教程详细说明了SQLServer数据库的安装以及配置过程。这篇教程以操作系统 Windows Server 2019 下安装 SQL Server 2019 为例。一、Windows Server 优化:W......
之前发布了Windows版Kangle集成环境,但是有很多人不会开通SQLServer数据库,这篇教程详细说明了SQLServer数据库的安装以及配置过程。这篇教程以操作系统 Windows Serv......

Windows版Kangle开通SQLServer数据库教程

之前发布了Windows版Kangle集成环境,但是有很多人不会开通SQLServer数据库,这篇教程详细说明了SQLServer数据库的安装以及配置过程。这篇教程以操作系统 Windows Serv......
阅读全文 0
各类教程

一个Cloudflare加速解析服务,用CF CDN的可以试试


CloudFlare 加速解析是 风之暇想 向中国大陆用户提供的公共优化服务。接入服务节点:cf.515188.xyz接入使用方式类似于其它CDN的CNAME接入,可以为中国大陆用户访问Cloudflare网络节点大幅度加速。接入方式:1、在Cloudflare官网按网页提示配置域名解析并启用CDN......
CloudFlare 加速解析是 风之暇想 向中国大陆用户提供的公共优化服务。接入服务节点:cf.515188.xyz接入使用方式类似于其它CDN的CNAME接入,可以为中国大陆用户访问Cloudfl......

一个Cloudflare加速解析服务,用CF CDN的可以试试

CloudFlare 加速解析是 风之暇想 向中国大陆用户提供的公共优化服务。接入服务节点:cf.515188.xyz接入使用方式类似于其它CDN的CNAME接入,可以为中国大陆用户访问Cloudfl......
阅读全文 0