ASP. NET (C #) uses QQ's IP database qqwry. dat for precise IP address query

Source: Internet
Author: User

Download the latest IP database qqwry. dat and search for the latest qqwry. dat in Google.
Http://www.google.com/search? Hl = ZH-CN & newwindow = 1 & Q = IP % E6 % 95% B0 % E6 % 8d % AE + qqwry & btng = % E6 % 90% 9C % E7 % B4 % A2 & LR = download iplocation. DLL address: iplocation. iplocation; key functions: iplocate (byval strconn as string, byval strip as string) Where: strconn is the database connection string, such as server. mappath ("qqwry. dat ") strip returns a string type for IP address query. It is an IP address example. put dat in the root directory of the website string Conn, ipstr, addstr;
Conn = server. mappath ("qqwry. dat ");
Ipstr = textbox1.text;
Addstr = iplocation. iplocation. iplocate (Conn, ipstr );
Label1.text = "IP:" + ipstr + "<br> address:" + addstr;

Related Article

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.