![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-09-15 12:06 |
47,812 topics / 349,917 posts / today 0 new / 48,268 members |
| DOS批处理 & 脚本技术(批处理室) » Batch Version of Single-User Mobile Number Location Query |
| Printable Version 4,086 / 8 |
| Floor1 namejm | Posted 2007-06-06 13:04 |
| 荣誉版主 Posts 1,737 Credits 5,226 From 成都 | |
|
Yesterday, when talking about the matter of making mobile phone information queries in the group, vkill immediately sent out a batch processing script of the curl + sed network version ( Professional Mobile Phone Number Locality Query.bat), and I admire his efficiency.
To make batch processing scripts for information query, database support is required. The usual situation is that it's easy to make the batch processing script, but hard to find the database. It's even much harder to search for unencrypted mobile phone databases online. However, as the saying goes, "Hard work pays off". After more than a week of arduous search, I finally found a text - format, unencrypted database online before the New Year. The organized database (please click here to download). The relevant information is as follows:
Yesterday, I just started to organize this database and made a simple stand - alone mobile phone information query tool, which has no technical content and is just for everyone's amusement: [ Last edited by namejm on 2007 - 6 - 6 at 01:05 PM ] |
|
| Floor2 ieutk | Posted 2007-06-06 13:07 |
| 初级用户 Posts 48 Credits 107 | |
|
Well, this one I can understand a bit, but what vkill made I don't understand! Still need to improve!
|
|
| Floor3 vkill | Posted 2007-06-06 19:59 |
| 金牌会员 Posts 1,744 Credits 4,103 From 甘肃.临泽 | |
|
Well, the database is really hard to find~ There are also many advantages to making local queries, heh~ It's more convenient, but there's no way to update it.
|
|
| Floor4 wert123 | Posted 2007-06-06 22:31 |
| 中级用户 Posts 135 Credits 301 | |
|
Good stuff! I saw one for checking ID cards before. It's really a classic among the essentials. Thanks, moderator for your hard work! Just don't know where to download the updated database.
|
|
| Floor5 qq43142691 | Posted 2007-06-07 05:16 |
| 中级用户 Posts 152 Credits 326 | |
|
Good stuff... Collected............. Thanks for sharing
|
|
| Floor6 jmz573515 | Posted 2007-06-07 17:44 |
| 银牌会员 Posts 464 Credits 1,212 | |
|
The data cannot be downloaded...
|
|
| Floor7 namejm | Posted 2007-06-07 21:05 |
| 荣誉版主 Posts 1,737 Credits 5,226 From 成都 | |
|
At the time of sending the attachment, I tested it and it could be downloaded, but now it can't be downloaded either. Maybe it's an issue with the download site. I'll contact the webmaster when I have time.
|
|
| Floor8 matlan | Posted 2008-12-07 20:45 |
| 初级用户 Posts 63 Credits 87 | |
|
The data is not easy to download. I wrote an automatic download from the web according to plp626. It's just that the speed is a bit slow. Hope to be improved.
@echo off||author:plp626&<%~s0 more +9>%tmp%\gtxt.vbs md 手机号数据库 2>nul & set n=0 title 手机号数据下载 color 3e for /l %%i in (1300000,1,1399999) do (cscript //NoLogo //e:vbscript %tmp%\gtxt.vbs "http://www.poptool.net/enet/mobile.asp?key=%%i"|findstr "号码"|more +6 >>手机号数据.db ) for /l %%i in (1530000,1,1539999) do (cscript //NoLogo //e:vbscript %tmp%\gtxt.vbs "http://www.poptool.net/enet/mobile.asp?key=%%i"|findstr "号码"|more +6 >>手机号数据.db ) for /l %%i in (1590000,1,1599999) do (cscript //NoLogo //e:vbscript %tmp%\gtxt.vbs "http://www.poptool.net/enet/mobile.asp?key=%%i"|findstr "号码"|more +6 >>手机号数据.db ) echo 下载完毕! pause Set oDOM = WScript.GetObject(WScript.Arguments(0)) do until oDOM.readyState = "complete" WScript.sleep 100 loop WScript.echo oDOM.documentElement.outerText |
|
| Floor9 matlan | Posted 2008-12-10 14:53 |
| 初级用户 Posts 63 Credits 87 | |
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |