对每个网站的请求在plugin文件里面,以当当网为例:

{  "name":


	



















	
	
	
	
	
	
	    




























	
	
	



	
Home Backend Development PHP Tutorial PHP实现手机号、信箱在网上注册信息查阅

PHP实现手机号、信箱在网上注册信息查阅

Jun 13, 2016 pm 12:16 PM
com https request

PHP实现手机号、邮箱在网上注册信息查阅

该项目的地址
https://github.com/ChenZhongPu/checkReg

检测一个邮箱或手机号在互联网上的注册情况

部署在 新浪云服务器地址:checkReg
http://checkreg.sinaapp.com/

比如输入 110.qq.com。(据说是马化腾的邮箱)

demo

对每个网站的请求在plugin文件里面,以当当网为例:

<code class=" hljs json">{  "<span class="hljs-attribute">name</span>":<span class="hljs-value"><span class="hljs-string">"当当"</span></span>,  "<span class="hljs-attribute">date</span>":<span class="hljs-value"><span class="hljs-string">"2004"</span></span>,  "<span class="hljs-attribute">scale</span>":<span class="hljs-value"><span class="hljs-string">"千万"</span></span>,  "<span class="hljs-attribute">description</span>":<span class="hljs-value"><span class="hljs-string">"当当网(NYSE:DANG)是北京当当网信息技术有限公司营运的一家中文购物网站。"</span></span>,  "<span class="hljs-attribute">url</span>":<span class="hljs-value"><span class="hljs-string">"www.dangdang.com"</span></span>,  "<span class="hljs-attribute">icon</span>":<span class="hljs-value"><span class="hljs-string">"https://login.dangdang.com/images/ddnewhead_logo.gif"</span></span>,  "<span class="hljs-attribute">method</span>":<span class="hljs-value"><span class="hljs-string">"post"</span></span>,  "<span class="hljs-attribute">request</span>":<span class="hljs-value">{    "<span class="hljs-attribute">mailUrl</span>":<span class="hljs-value"><span class="hljs-string">"https://login.dangdang.com/p/email_checker.php"</span></span>,    "<span class="hljs-attribute">phoneUrl</span>":<span class="hljs-value"><span class="hljs-string">"https://login.dangdang.com/p/mobile_checker.php"</span>  </span>}</span>,  "<span class="hljs-attribute">postField</span>":<span class="hljs-value">{    "<span class="hljs-attribute">mailField</span>":<span class="hljs-value"><span class="hljs-string">"email"</span></span>,    "<span class="hljs-attribute">phoneField</span>":<span class="hljs-value"><span class="hljs-string">"mobile"</span>  </span>}</span>,  "<span class="hljs-attribute">yesCode</span>":<span class="hljs-value">{    "<span class="hljs-attribute">mailCode</span>":<span class="hljs-value"><span class="hljs-string">"true"</span></span>,    "<span class="hljs-attribute">phoneCode</span>":<span class="hljs-value"><span class="hljs-string">"true"</span>  </span>}</span>}</code>
Copy after login

上面的JSON文件最重要的是request,postFieldyesCode。分别表示:验证邮箱或手机的URL请求地址,POST请求(如果是)的字段,如果已注册的返回字符串。

对于返回较长的,例如百合网,我们只取前面包含code部分的:

<code class=" hljs 1c">  <span class="hljs-string">"yesCode"</span>:{    <span class="hljs-string">"mailCode"</span>:<span class="hljs-string">"{\"</span>state\<span class="hljs-string">":0,"</span>,    <span class="hljs-string">"phoneCode"</span>:<span class="hljs-string">"{\"</span>state\<span class="hljs-string">":0,"</span>  }</code>
Copy after login

但你可以选择别的处理方式,然后在代理里修改。

目前只纳入了360,当当,百合网,A站,CSDN,迅雷等几个网站,欢迎大家Folk本项目并提交或修改plugins里面的json文件。

上面JSON文件的request等是在各网站的注册页面捕获的,但有些网站处理起来稍显麻烦。比如,360现在只允许手机注册,所有我们没有收纳他的有邮箱检测方式。对于这些问题,后期将慢慢处理。

最后,特别感谢 Sreg。

由于网页使用了谷歌字体,如果你所在的网络环境不能翻墙,可能请求时间较长且UI效果不佳。

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hongmeng native application random poetry Hongmeng native application random poetry Feb 19, 2024 pm 01:36 PM

To learn more about open source, please visit: 51CTO Hongmeng Developer Community https://ost.51cto.com Running environment DAYU200:4.0.10.16SDK: 4.0.10.15IDE: 4.0.600 1. To create an application, click File- >newFile->CreateProgect. Select template: [OpenHarmony] EmptyAbility: Fill in the project name, shici, application package name com.nut.shici, and application storage location XXX (no Chinese, special characters, or spaces). CompileSDK10, Model: Stage. Device

How to use Nginx Proxy Manager to implement reverse proxy under HTTPS protocol How to use Nginx Proxy Manager to implement reverse proxy under HTTPS protocol Sep 26, 2023 am 08:40 AM

How to use NginxProxyManager to implement reverse proxy under HTTPS protocol. In recent years, with the popularity of the Internet and the diversification of application scenarios, the access methods of websites and applications have become more and more complex. In order to improve website access efficiency and security, many websites have begun to use reverse proxies to handle user requests. The reverse proxy for the HTTPS protocol plays an important role in protecting user privacy and ensuring communication security. This article will introduce how to use NginxProxy

How to use Nginx Proxy Manager to implement automatic jump from HTTP to HTTPS How to use Nginx Proxy Manager to implement automatic jump from HTTP to HTTPS Sep 26, 2023 am 11:19 AM

How to use NginxProxyManager to implement automatic jump from HTTP to HTTPS. With the development of the Internet, more and more websites are beginning to use the HTTPS protocol to encrypt data transmission to improve data security and user privacy protection. Since the HTTPS protocol requires the support of an SSL certificate, certain technical support is required when deploying the HTTPS protocol. Nginx is a powerful and commonly used HTTP server and reverse proxy server, and NginxProxy

What does php request mean? What does php request mean? Jul 07, 2021 pm 01:49 PM

The Chinese meaning of request is "request". It is a global variable in PHP and is an array containing "$_POST", "$_GET" and "$_COOKIE". The "$_REQUEST" variable can obtain data and COOKIE information submitted by POST or GET.

What is the difference between comcn and com What is the difference between comcn and com May 12, 2023 pm 04:08 PM

The difference between comcn and com: 1. There are differences between comcn and com in terms of meaning, but there is no difference in access speed; 2. comcn is an international domain name and is a global top-level domain name for use by commercial institutions, while cn is a Chinese company domain name , domestic commercial institutions, domestic domain names, only enterprises can register; 3. The search priority is that cn will search for .cn first. After finding the .cn server, the .cn server will then search for .com; 4. cn is provided by cnnic China Internet Center Management, com's management organization is abroad.

How to use the urllib.request.urlopen() function to send a GET request in Python 3.x How to use the urllib.request.urlopen() function to send a GET request in Python 3.x Jul 30, 2023 am 11:28 AM

How to use the urllib.request.urlopen() function in Python3.x to send a GET request. In network programming, we often need to obtain data from a remote server by sending an HTTP request. In Python, we can use the urllib.request.urlopen() function in the urllib module to send an HTTP request and get the response returned by the server. This article will introduce how to use

Nginx with SSL: Configure HTTPS to protect your web server Nginx with SSL: Configure HTTPS to protect your web server Jun 09, 2023 pm 09:24 PM

Nginx is a high-performance web server software and a powerful reverse proxy server and load balancer. With the rapid development of the Internet, more and more websites are beginning to use the SSL protocol to protect sensitive user data, and Nginx also provides powerful SSL support, making the security performance of the web server even further. This article will introduce how to configure Nginx to support the SSL protocol and protect the security performance of the web server. What is SSL protocol? SSL (SecureSocket

What is the Request object in PHP? What is the Request object in PHP? Feb 27, 2024 pm 09:06 PM

The Request object in PHP is an object used to handle HTTP requests sent by the client to the server. Through the Request object, we can obtain the client's request information, such as request method, request header information, request parameters, etc., so as to process and respond to the request. In PHP, you can use global variables such as $_REQUEST, $_GET, $_POST, etc. to obtain requested information, but these variables are not objects, but arrays. In order to process request information more flexibly and conveniently, you can

See all articles