whois toolbox

Alibabacloud.com offers a wide variety of articles about whois toolbox, easily find your whois toolbox information here online.

How to query whois information in PHP

This article is an example of how to query whois information in PHP. Share to everyone for your reference. Specifically as follows: Here, use PHP to query the list of Web sites for whois information ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26-27--28 29---30 31--32 33 34 35 36 37 38-39 40 41 42 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 6

IPwhois query, domain name whois query-PHP source code

Ec (2); lt; div nbsp; classcontentbox gt; lt; divclass quot; content_nav quot; gt; lt; spanclass quot; tt quot; gt; IP domain name WHOIS query lt; span gt; lt; div gt; lt; divclasstoolitem gt; lt; br gt; lt; script ec (2); script IP/Domain Name WHOIS Query Require_once $ _ SERVER ['document _ root']. '/ad/mid. php '; If ($ q2 If ($ isdomain ){ Echo' ';Echo' Query Result'; Echo'

Use PHP to query the domain name status whois class

Copy codeThe Code is as follows:Class SearchDomain{Var $ domain = "";Function SetDomain ($ udomain){$ This-> domain = $ udomain;}//// Obtain whois and analyze the domain name status// OK is not registered// Non-null expiration time// Null value unknown//Function GetInfo (){/*$ Dinfo = trim ($ this-> GetWhois ());If ($ dinfo = "") return "";If (eregi ("no match", $ dinfo) return "OK ";// Return $ rs;*/$ Wl = "";$ W_server = $ this-> GetServer ();If ($

Class _php tutorial for querying domain name status whois with PHP

Copy CodeThe code is as follows: Class Searchdomain { var $domain = ""; function SetDomain ($udomain) { $this->domain = $udomain; } // Get whois and analyze domain name status OK is not registered Non-null value expiration time Null value Unknown // function GetInfo () { /* $dinfo = Trim ($this->getwhois ()); if ($dinfo = = "") return ""; if (eregi ("No Match", $dinfo)) return "OK"; return $rs; */ $WL = ""; $w _server = $this->getserver (); if ($w _s

Php function: domain name whois query (query using interfaces of hichina and xinnet)

Function 1:// Hichina whois (the interfaces used provide valid interfaces for hichina)Function whois_hichina ($ domain ){Preg_match ("| $ Whois [0] = str_replace (Note: as required by the Registry, expired domain names may be in the automatic renewal phase of the Registrar, the domain name expiration date you see here is for reference only Return $ whois [0];}//

How to connect to the whois++ network query

In the whois++ structure, the customer is responsible for the network roaming, because each host only informs the customer and its neighboring host is what, this protocol is not complex, the customer opens to a server connection, sends the inquiry request, receives the reply, closes the connection. The customer analyzes after receiving the reply, and then decides which host to contact next. This allows the customer to have an algorithm that allows the

Use Python for WHOIS queries and database

Whois information will be obtained from the WHOIS query and stored in the database specific methods But more elaborate write the domain name or match the offending domain name to the database where the request occurred "'--------------------------ver:2.0 date:2017/11/22 auth:wud---------------------- ----' Import DNS import mysqldb import whois import sys from

Operational records for querying domain names or IP registration information under Linux (WHOIS)

In operation and maintenance work, sometimes need to query some domain name registration information (domain name NS, registered users, registered mailbox, etc.), you can use the WHOIS command.The WHOIS command is used to find and display user-related information for a specified account (or domain name), because it is located in the WHOIS database of network solu

PHP-written domain name query system Whois

Lt ;? PHPif ($ domain) {if ($ domain) {$ fpfsockopen ( quot; rsinternicnet quot;, 43, amp; $ errno, amp; $ errstr, 10 ); if (! $ Fp) {echo quot; $ errstr ($ errno) lt; br gt; n quot;} else If ($ domain) { If ($ domain) { $ Fp = fsockopen ("rs.internic.net", 43, $ errno, $ errstr, 10 ); If (! $ Fp) { Echo "$ errstr ($ errno)N "; } Else { Fputs ($ fp, "$ domainrn "); While (! Feof ($ fp )) { $ Buf = fgets ($ fp, 128 ); If (ereg ("

A php whois domain name check function code _php tutorial

Previously in the PHP host domain name program used by a WHOIS check code to determine whether the domain name being queried is registered, the function includes most of the domain name suffix, will be based on the suffix of the different connections to different query server, previously can use, time relationship, I am not currently testing those query URLs are still available, if not, you need to find information on your own to see what the current

Whois Bulk Query Usage guide

subordinates. China's national Registration Authority is the Internet Information Center (CNNIC).Whois (read "Who is", not an abbreviation) is a transport protocol used to query the IP of a domain name and the owner of such information. In short, WHOIS is a database (such as the domain owner, domain name registrar) that is used to inquire about whether a domain name has been registered and the details of r

Implementation of the Asp.net domain WHOIS function

Some time ago, I spent a few nights working on an online tool site. New tools are not available recently. If you need any online tools, you can submit them, I prefer to be a developer-related tool, and I am not interested in tools like online name checking. Domain whois data mainly comes from a website that provides domain whois query, because the data queried by this site is more detailed than that of

Whois PHP code

This is the WHOIS search code .? Functionwhois_request ($ server, $ query) {$ data; $ fpfsockopen ($ server, 43); if ($ fp) {fputs ($ fp, $ query. rn); while (! Feof ($ fp) {$ data. fread ($ fp, 1000) ;}fclose ($ fp) ;}return $ data ;}? FORMINPUTT WHOIS This is the WHOIS search code. Function whois_request ($ server, $ query ){ $ Data = ""; $ Fp = fsockopen

Php-written domain name query system whois

? PHPif ($ domain) {if ($ domain) {$ fpfsockopen (rs.internic.net, 43, $ errno, $ errstr, 10); if (! $ Fp) {echo $ errstr ($ errno) brn;} else {fputs ($ fp, $ domainrn); while (! Feof ($ fp) {$ buffgets ($ fp, 128); if (ereg (WhoisServer:, $ buf) {$ server WHOIS If ($ domain) { If ($ domain) { $ Fp = fsockopen ("rs.internic.net", 43, $ errno, $ errstr, 10 ); If (! $ Fp) { Echo "$ errstr ($ errno) N "; } Else { Fputs ($ fp, "$ domainrn "); While (

PHP implements domain name whois query data source HiChina, Xinnet

HiChina whois, the interface used to provide valid interfaces for HiChina; Xinnet whois, non-Xinnet provided, just according to the new network's own website url modification to achieve EN "" http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> PHP implements domain name whois query data source HiChina, xinnet_php_china Network Management Alliance bitsCN.c

Super streamlined php query domain name whois-PHP source code

Super streamlined php query domain name whois "whois.neulevel.biz","com" => "whois.internic.net","us" => "whois.nic.us","coop" => "whois.nic.coop","info" => "whois.nic.info","name" => "whois.nic.name","net" => "whois.internic.net","gov" => "whois.nic.gov","edu" => "whois.internic.net","mil" => "rs.internic.net","int" => "whois.iana.org","ac" => "whois.nic.ac","ae" => "whois.uaenic.ae","at" => "whois.ripe.net","au" => "whois.aunic.net","be" => "whoi

Android socket-based WHOIS domain name query, the entire project package download

Idea: first tidy up all the domain name after the WHOIS host address, put him into the XML package into the app, check the domain name to get this XML corresponding host address, and then connect to this address with the socket, send/Receive information (this XML file under assets).First on:(This whois.xml is what I did ten years ago, and I've spent a lot of time collecting most of the reliable Whois hosts,

Python construction whois Request __python

The WHOIS message request is no longer simple: From socket import * HOST = ' 202.12.29.220 ' PORT = Bufsiz = 1024 ADDR = (HOST, PORT) eof= "\ r \ n" request_ip= "219.146.3.110" data_send=request_ip+eof tcpclisock = socket (af_inet, sock_stream) Tcpclisock.connect (ADDR) tcpclisock.send (data_send) while True: DATA_RCV = Tcpclisock.recv (bufsiz) if not Len (DATA_RCV): break print DATA_RCV tcpclisock.close ()

The modified version of the WHOIS class _php Foundation

1, simplified the code. (It actually removes some of the variables that you don't need to define) 2, for the information retrieved from the InterNIC is too simple, according to InterNIC feedback in the information of WHOIS server for further inquiries. Yahoo, for example, has more detailed information on the whois.networksolutions.com. Class Whois { var $use _cache = 1; var $FROM _cache=0; var $cache _dir

Modified version of the Whois class.

1, simplified the code. (It actually removes some of the variables that you don't need to define) 2, for the information retrieved from the InterNIC is too simple, according to InterNIC feedback in the information of WHOIS server for further inquiries. Yahoo, for example, has more detailed information on the whois.networksolutions.com. ? Class Whois { var $use _cache = 1; var $FROM _cache=0; var $cache _d

Total Pages: 15 1 .... 4 5 6 7 8 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.