BachLong nói:
Có tín hiệu đáng mừng phải ko các bác:
--------------------------------------------------------------------------------
Whois Server Version 2.0
Domain names in the .com and .net domains can now be registered
with many different competing registrars. Go to
for detailed information.
Domain Name: OTOXOMNHALA.COM
Registrar: ONLINENIC, INC.
Whois Server: whois.onlinenic.com
Referral URL:
Name Server: NS-BAK.MATBAO.COM
Name Server: NS1.MATBAO.COM
Name Server: NS2.MATBAO.COM
Status: clientTransferProhibited
Updated Date: 08-feb-2010
Creation Date: 18-dec-2008
Expiration Date: 18-dec-2010
>>> Last update of whois database: Sat, 31 Jul 2010 02:44:23 UTC <<<
NOTICE: The expiration date displayed in this record is the date the
registrar's sponsorship of the domain name registration in the registry is
currently set to expire. This date does not necessarily reflect the expiration
date of the domain name registrant's agreement with the sponsoring
registrar. Users may consult the sponsoring registrar's Whois database to
view the registrar's reported date of expiration for this registration.
TERMS OF USE: You are not authorized to access or query our Whois
database through the use of electronic processes that are high-volume and
automated except as reasonably necessary to register domain names or
modify existing registrations; the Data in VeriSign Global Registry
Services' ("VeriSign") Whois database is provided by VeriSign for
information purposes only, and to assist persons in obtaining information
about or related to a domain name registration record. VeriSign does not
guarantee its accuracy. By submitting a Whois query, you agree to abide
by the following terms of use: You agree that you may use this Data only
for lawful purposes and that under no circumstances will you use this Data
to: (1) allow, enable, or otherwise support the transmission of mass
unsolicited, commercial advertising or solicitations via e-mail, telephone,
or facsimile; or (2) enable high volume, automated, electronic processes
that apply to VeriSign (or its computer systems). The compilation,
repackaging, dissemination or other use of this Data is expressly
prohibited without the prior written consent of VeriSign. You agree not to
use electronic processes that are automated and high-volume to access or
query the Whois database except as reasonably necessary to register
domain names or modify existing registrations. VeriSign reserves the right
to restrict your access to the Whois database in its sole discretion to ensure
operational stability. VeriSign may restrict or terminate your access to the
Whois database for failure to abide by these terms of use. VeriSign
reserves the right to modify these terms at any time.
The Registry database contains ONLY .COM, .NET, .EDU domains and
Registrars.
The Data in OnlineNIC's WHOIS database is provided by OnlineNIC
for information purposes, and to assist persons in obtaining
information about or related to a domain name registration record.
OnlineNIC does not guarantee its accuracy. By starting a WHOIS
query, you agree that you will use this Data only for lawful
purposes and that, under no circumstances will you use this Data
to:
(1)allow, enable, or otherwise support the transmission of mass
unsolicited,commercial advertising or solicitations via e-mail(spam).
(2)enable high volume,automated, electronic processes that apply
to OnlineNIC Inc.(or its systems).
OnlineNIC reserves the right to modify these terms at any time.
By starting this query, you agree to abide by this policy.
Registrant:
Nguyen Van Ngoc
[email protected] +84.87155319
Mat Bao Company
House 5, QTSC
HCM,HCM,VIET NAM 84
Domain Name
toxomnhala.com
Record last updated at 2010-07-13 22:06:41
Record created on 2008/12/18
Record expired on 2010/12/18
Domain servers in listed order:
ns1.matbao.com ns2.matbao.com
Administrator:
name
Nguyen Van Ngoc)
Email
[email protected]) tel-- +84.87155319
Mat Bao Company
House 5, QTSC
\r
t HCM
HCM,
VIET NAM
zipcode:84
Technical Contactor:
name
Nguyen Van Ngoc)
Email
[email protected]) tel-- +84.87155319
Mat Bao Company
House 5, QTSC
\r
t HCM
HCM,
VIET NAM
zipcode:84
Billing Contactor:
name
Nguyen Van Ngoc)
Email
[email protected]) tel-- +84.87155319
Mat Bao Company
House 5, QTSC
\r
t HCM
HCM,
VIET NAM
zipcode:84
Registration Service Provider:
name: Vietnam Domain Registration Supplier 1
tel: +84.088680060
fax: +84.088680083
web:vdrs.net
Code ASP tham khảo để nhúng dữ liệu Whois từ RSS của Mắt Bão vào website của bạn:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<%
Dim objXMLHTTP, xml
Set xml = Server.CreateObject("Microsoft.XMLHTTP")
xml.Open "GET", "http://www.matbao.net/whoisXML.aspx?domain=" &Request("domain"), False
xml.Send
Dim xmldoc
set xmldoc = Server.CreateObject("Microsoft.XMLDOM")
xmldoc.async = false
xmldoc.loadxml(xml.responseText)
Dim root
Set root = xmldoc.documentElement
for each varNode in root.childNodes
if (varNode.NodeName = "item") then
for each varCNote in varNode.childNodes
Response.Write varCNote.NodeName & ": " &varCNote.Text & "<br>"
next
end if
next
%>
Code nói trên chỉ là tham khảo và cơ bản. Bạn cần thêm các thao tác xử lý để trình bày cho đẹp mắt khi xuất hiện ngoài website của mình. Bạn cũng có thể bỏ qua các nội dung không cần thiết.
--------------------------------------------------------------------------------------------------------