Advertisement
airosovicz

IPRangeByCountry-02

Feb 10th, 2012
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 27.38 KB | None | 0 0
  1. mysql> select CountryCode, CountryName, COUNT(*) as RangeCount from IPRangeByCountry group by CountryCode order by CountryName ASC, FromInt ASC;
  2. +-------------+----------------------------------------------+------------+
  3. | CountryCode | CountryName                                  | RangeCount |
  4. +-------------+----------------------------------------------+------------+
  5. | AF          | Afghanistan                                  |        262 |
  6. | AX          | Aland Islands                                |        145 |
  7. | AL          | Albania                                      |        187 |
  8. | DZ          | Algeria                                      |         72 |
  9. | AS          | American Samoa                               |         35 |
  10. | AD          | Andorra                                      |         24 |
  11. | AO          | Angola                                       |        129 |
  12. | AI          | Anguilla                                     |         19 |
  13. | A1          | Anonymous Proxy       <== HWG..              |         75 |
  14. | AQ          | Antarctica                                   |         30 |
  15. | AG          | Antigua and Barbuda                          |        112 |
  16. | AR          | Argentina                                    |        779 |
  17. | AM          | Armenia                                      |         97 |
  18. | AW          | Aruba                                        |         27 |
  19. | AP          | Asia/Pacific Region                          |        202 |
  20. | AU          | Australia                                    |       3086 |
  21. | AT          | Austria                                      |       1798 |
  22. | AZ          | Azerbaijan                                   |         76 |
  23. | BS          | Bahamas                                      |         51 |
  24. | BH          | Bahrain                                      |         95 |
  25. | BD          | Bangladesh                                   |        362 |
  26. | BB          | Barbados                                     |         88 |
  27. | BY          | Belarus                                      |         99 |
  28. | BE          | Belgium                                      |       4272 |
  29. | BZ          | Belize                                       |        102 |
  30. | BJ          | Benin                                        |         36 |
  31. | BM          | Bermuda                                      |         82 |
  32. | BT          | Bhutan                                       |         10 |
  33. | BO          | Bolivia                                      |         79 |
  34. | BA          | Bosnia and Herzegovina                       |        160 |
  35. | BW          | Botswana                                     |         36 |
  36. | BV          | Bouvet Island                                |         16 |
  37. | BR          | Brazil                                       |        648 |
  38. | IO          | British Indian Ocean Territory               |          9 |
  39. | BN          | Brunei Darussalam                            |         19 |
  40. | BG          | Bulgaria                                     |        567 |
  41. | BF          | Burkina Faso                                 |         31 |
  42. | BI          | Burundi                                      |         20 |
  43. | KH          | Cambodia                                     |         91 |
  44. | CM          | Cameroon                                     |         69 |
  45. | CA          | Canada                                       |       8057 |
  46. | CV          | Cape Verde                                   |         12 |
  47. | KY          | Cayman Islands                               |         32 |
  48. | CF          | Central African Republic                     |         15 |
  49. | TD          | Chad                                         |         29 |
  50. | CL          | Chile                                        |        427 |
  51. | CN          | China                                        |       1608 |
  52. | CX          | Christmas Island                             |          1 |
  53. | CC          | Cocos (Keeling) Islands                      |          1 |
  54. | CO          | Colombia                                     |        500 |
  55. | KM          | Comoros                                      |          6 |
  56. | CG          | Congo                                        |         41 |
  57. | CD          | Congo, The Democratic Republic of the        |        202 |
  58. | CK          | Cook Islands                                 |          6 |
  59. | CR          | Costa Rica                                   |        138 |
  60. | CI          | Cote D'Ivoire                                |         53 |
  61. | HR          | Croatia                                      |        218 |
  62. | CU          | Cuba                                         |         19 |
  63. | CY          | Cyprus                                       |        311 |
  64. | CZ          | Czech Republic                               |       1088 |
  65. | DK          | Denmark                                      |       1239 |
  66. | DJ          | Djibouti                                     |          9 |
  67. | DM          | Dominica                                     |         25 |
  68. | DO          | Dominican Republic                           |        102 |
  69. | EC          | Ecuador                                      |        204 |
  70. | EG          | Egypt                                        |        272 |
  71. | SV          | El Salvador                                  |         91 |
  72. | GQ          | Equatorial Guinea                            |         24 |
  73. | ER          | Eritrea                                      |         14 |
  74. | EE          | Estonia                                      |        234 |
  75. | ET          | Ethiopia                                     |         16 |
  76. | EU          | Europe                                       |       3221 |
  77. | FK          | Falkland Islands (Malvinas)                  |          5 |
  78. | FO          | Faroe Islands                                |         16 |
  79. | FJ          | Fiji                                         |         24 |
  80. | FI          | Finland                                      |       1165 |
  81. | FR          | France                                       |       8085 |
  82. | GF          | French Guiana                                |         16 |
  83. | PF          | French Polynesia                             |         13 |
  84. | TF          | French Southern Territories                  |          1 |
  85. | GA          | Gabon                                        |         49 |
  86. | GM          | Gambia                                       |         11 |
  87. | GE          | Georgia                                      |        129 |
  88. | DE          | Germany                                      |      12737 |
  89. | GH          | Ghana                                        |        147 |
  90. | GI          | Gibraltar                                    |         71 |
  91. | GR          | Greece                                       |        632 |
  92. | GL          | Greenland                                    |         13 |
  93. | GD          | Grenada                                      |         33 |
  94. | GP          | Guadeloupe                                   |         52 |
  95. | GU          | Guam                                         |         39 |
  96. | GT          | Guatemala                                    |         97 |
  97. | GG          | Guernsey                                     |         93 |
  98. | GN          | Guinea                                       |         56 |
  99. | GW          | Guinea-Bissau                                |          5 |
  100. | GY          | Guyana                                       |         13 |
  101. | HT          | Haiti                                        |         36 |
  102. | VA          | Holy See (Vatican City State)                |         24 |
  103. | HN          | Honduras                                     |        102 |
  104. | HK          | Hong Kong                                    |       1190 |
  105. | HU          | Hungary                                      |        587 |
  106. | IS          | Iceland                                      |        109 |
  107. | IN          | India                                        |       1822 |
  108. | ID          | Indonesia                                    |        877 |
  109. | IR          | Iran, Islamic Republic of                    |        439 |
  110. | IQ          | Iraq                                         |        582 |
  111. | IE          | Ireland                                      |       1428 |
  112. | IM          | Isle of Man                                  |        131 |
  113. | IL          | Israel                                       |        776 |
  114. | IT          | Italy                                        |       3569 |
  115. | JM          | Jamaica                                      |         92 |
  116. | JP          | Japan                                        |       1873 |
  117. | JE          | Jersey                                       |        157 |
  118. | JO          | Jordan                                       |        115 |
  119. | KZ          | Kazakhstan                                   |        217 |
  120. | KE          | Kenya                                        |        177 |
  121. | KI          | Kiribati                                     |          3 |
  122. | KP          | Korea, Democratic People's Republic of       |          4 |
  123. | KR          | Korea, Republic of                           |        703 |
  124. | KW          | Kuwait                                       |        190 |
  125. | KG          | Kyrgyzstan                                   |         55 |
  126. | LA          | Lao People's Democratic Republic             |         17 |
  127. | LV          | Latvia                                       |        347 |
  128. | LB          | Lebanon                                      |        241 |
  129. | LS          | Lesotho                                      |         15 |
  130. | LR          | Liberia                                      |         85 |
  131. | LY          | Libyan Arab Jamahiriya                       |        118 |
  132. | LI          | Liechtenstein                                |         89 |
  133. | LT          | Lithuania                                    |        520 |
  134. | LU          | Luxembourg                                   |        410 |
  135. | MO          | Macau                                        |         31 |
  136. | MK          | Macedonia                                    |         99 |
  137. | MG          | Madagascar                                   |         24 |
  138. | MW          | Malawi                                       |         48 |
  139. | MY          | Malaysia                                     |        550 |
  140. | MV          | Maldives                                     |         22 |
  141. | ML          | Mali                                         |         24 |
  142. | MT          | Malta                                        |        136 |
  143. | MH          | Marshall Islands                             |          9 |
  144. | MQ          | Martinique                                   |         39 |
  145. | MR          | Mauritania                                   |         25 |
  146. | MU          | Mauritius                                    |         51 |
  147. | YT          | Mayotte                                      |          4 |
  148. | MX          | Mexico                                       |        620 |
  149. | FM          | Micronesia, Federated States of              |          8 |
  150. | MD          | Moldova, Republic of                         |        148 |
  151. | MC          | Monaco                                       |         46 |
  152. | MN          | Mongolia                                     |         61 |
  153. | ME          | Montenegro                                   |         67 |
  154. | MS          | Montserrat                                   |         16 |
  155. | MA          | Morocco                                      |        126 |
  156. | MZ          | Mozambique                                   |         49 |
  157. | MM          | Myanmar                                      |         10 |
  158. | NA          | Namibia                                      |        178 |
  159. | NR          | Nauru                                        |          3 |
  160. | NP          | Nepal                                        |         73 |
  161. | NL          | Netherlands                                  |       8150 |
  162. | AN          | Netherlands Antilles                         |         90 |
  163. | NC          | New Caledonia                                |         35 |
  164. | NZ          | New Zealand                                  |        693 |
  165. | NI          | Nicaragua                                    |         80 |
  166. | NE          | Niger                                        |         44 |
  167. | NG          | Nigeria                                      |       1023 |
  168. | NU          | Niue                                         |          3 |
  169. | NF          | Norfolk Island                               |          4 |
  170. | MP          | Northern Mariana Islands                     |          7 |
  171. | NO          | Norway                                       |       1269 |
  172. | OM          | Oman                                         |         37 |
  173. | PK          | Pakistan                                     |        303 |
  174. | PW          | Palau                                        |          4 |
  175. | PS          | Palestinian Territory, Occupied              |         59 |
  176. | PA          | Panama                                       |        197 |
  177. | PG          | Papua New Guinea                             |         26 |
  178. | PY          | Paraguay                                     |         47 |
  179. | PE          | Peru                                         |        150 |
  180. | PH          | Philippines                                  |        496 |
  181. | PN          | Pitcairn Islands                             |          1 |
  182. | PL          | Poland                                       |       4076 |
  183. | PT          | Portugal                                     |        864 |
  184. | PR          | Puerto Rico                                  |        868 |
  185. | QA          | Qatar                                        |         48 |
  186. | RE          | Reunion                                      |          7 |
  187. | RO          | Romania                                      |       1201 |
  188. | RU          | Russian Federation                           |       5065 |
  189. | RW          | Rwanda                                       |         18 |
  190. | SH          | Saint Helena                                 |          1 |
  191. | KN          | Saint Kitts and Nevis                        |         61 |
  192. | LC          | Saint Lucia                                  |         29 |
  193. | MF          | Saint Martin                                 |          7 |
  194. | PM          | Saint Pierre and Miquelon                    |          4 |
  195. | VC          | Saint Vincent and the Grenadines             |         29 |
  196. | WS          | Samoa                                        |         24 |
  197. | SM          | San Marino                                   |         24 |
  198. | ST          | Sao Tome and Principe                        |          5 |
  199. | A2          | Satellite Provider                           |       1757 |
  200. | SA          | Saudi Arabia                                 |        435 |
  201. | SN          | Senegal                                      |         25 |
  202. | RS          | Serbia                                       |        402 |
  203. | SC          | Seychelles                                   |         67 |
  204. | SL          | Sierra Leone                                 |         52 |
  205. | SG          | Singapore                                    |        983 |
  206. | SK          | Slovakia                                     |        405 |
  207. | SI          | Slovenia                                     |        479 |
  208. | SB          | Solomon Islands                              |          5 |
  209. | SO          | Somalia                                      |         52 |
  210. | ZA          | South Africa                                 |        661 |
  211. | GS          | South Georgia and the South Sandwich Islands |          1 |
  212. | ES          | Spain                                        |       3703 |
  213. | LK          | Sri Lanka                                    |         90 |
  214. | SD          | Sudan                                        |         80 |
  215. | SR          | Suriname                                     |         34 |
  216. | SJ          | Svalbard and Jan Mayen                       |          3 |
  217. | SZ          | Swaziland                                    |         27 |
  218. | SE          | Sweden                                       |       2634 |
  219. | CH          | Switzerland                                  |       2874 |
  220. | SY          | Syrian Arab Republic                         |         64 |
  221. | TW          | Taiwan                                       |        487 |
  222. | TJ          | Tajikistan                                   |         31 |
  223. | TZ          | Tanzania, United Republic of                 |        161 |
  224. | TH          | Thailand                                     |        421 |
  225. | TL          | Timor-Leste                                  |          5 |
  226. | TG          | Togo                                         |         20 |
  227. | TK          | Tokelau                                      |         13 |
  228. | TO          | Tonga                                        |          5 |
  229. | TT          | Trinidad and Tobago                          |         39 |
  230. | TN          | Tunisia                                      |         23 |
  231. | TR          | Turkey                                       |        846 |
  232. | TM          | Turkmenistan                                 |         12 |
  233. | TC          | Turks and Caicos Islands                     |         14 |
  234. | TV          | Tuvalu                                       |          2 |
  235. | UG          | Uganda                                       |         97 |
  236. | UA          | Ukraine                                      |       2675 |
  237. | AE          | United Arab Emirates                         |        353 |
  238. | GB          | United Kingdom                               |      14718 |
  239. | US          | United States                                |      22371 |
  240. | UM          | United States Minor Outlying Islands         |         10 |
  241. | UY          | Uruguay                                      |         88 |
  242. | UZ          | Uzbekistan                                   |         63 |
  243. | VU          | Vanuatu                                      |          8 |
  244. | VE          | Venezuela                                    |        266 |
  245. | VN          | Vietnam                                      |        202 |
  246. | VG          | Virgin Islands, British                      |        105 |
  247. | VI          | Virgin Islands, U.S.                         |        136 |
  248. | WF          | Wallis and Futuna                            |          2 |
  249. | EH          | Western Sahara                               |          2 |
  250. | YE          | Yemen                                        |         24 |
  251. | ZM          | Zambia                                       |         73 |
  252. | ZW          | Zimbabwe                                     |         89 |
  253. +-------------+----------------------------------------------+------------+
  254. 248 rows in set (0.16 sec)
  255.  
  256. mysql> select * from IPRangeByCountry where CountryCode = 'A1';+-----------------+-----------------+------------+------------+-------------+-----------------+--------+
  257. | FromIP          | ToIP            | FromInt    | ToInt      | CountryCode | CountryName     | _id    |
  258. +-----------------+-----------------+------------+------------+-------------+-----------------+--------+
  259. | 64.55.144.0     | 64.55.147.255   | 1077383168 | 1077384191 | A1          | Anonymous Proxy |  17888 |
  260. | 64.62.138.0     | 64.62.138.127   | 1077840384 | 1077840511 | A1          | Anonymous Proxy |  17925 |
  261. | 64.62.153.160   | 64.62.153.167   | 1077844384 | 1077844391 | A1          | Anonymous Proxy |  17933 |
  262. | 64.71.160.32    | 64.71.160.39    | 1078435872 | 1078435879 | A1          | Anonymous Proxy |  18974 |
  263. | 64.71.191.24    | 64.71.191.31    | 1078443800 | 1078443807 | A1          | Anonymous Proxy |  18993 |
  264. | 64.237.34.128   | 64.237.34.143   | 1089282688 | 1089282703 | A1          | Anonymous Proxy |  20477 |
  265. | 64.237.45.64    | 64.237.45.79    | 1089285440 | 1089285455 | A1          | Anonymous Proxy |  20480 |
  266. | 65.49.2.0       | 65.49.2.255     | 1093730816 | 1093731071 | A1          | Anonymous Proxy |  21040 |
  267. | 65.49.14.0      | 65.49.14.255    | 1093733888 | 1093734143 | A1          | Anonymous Proxy |  21042 |
  268. | 66.38.243.0     | 66.38.243.255   | 1109848832 | 1109849087 | A1          | Anonymous Proxy |  22268 |
  269. | 66.55.156.80    | 66.55.156.95    | 1110940752 | 1110940767 | A1          | Anonymous Proxy |  22467 |
  270. | 66.220.6.224    | 66.220.6.231    | 1121715936 | 1121715943 | A1          | Anonymous Proxy |  24698 |
  271. | 67.15.183.0     | 67.15.183.127   | 1125103360 | 1125103487 | A1          | Anonymous Proxy |  24942 |
  272. | 69.65.43.238    | 69.65.43.238    | 1161898990 | 1161898990 | A1          | Anonymous Proxy |  28804 |
  273. | 69.65.51.64     | 69.65.51.95     | 1161900864 | 1161900895 | A1          | Anonymous Proxy |  28806 |
  274. | 69.65.51.224    | 69.65.51.255    | 1161901024 | 1161901055 | A1          | Anonymous Proxy |  28808 |
  275. | 69.80.96.0      | 69.80.111.255   | 1162895360 | 1162899455 | A1          | Anonymous Proxy |  28904 |
  276. | 72.52.66.8      | 72.52.66.15     | 1211384328 | 1211384335 | A1          | Anonymous Proxy |  31998 |
  277. | 72.52.81.0      | 72.52.81.127    | 1211388160 | 1211388287 | A1          | Anonymous Proxy |  32002 |
  278. | 74.115.0.0      | 74.115.7.255    | 1249050624 | 1249052671 | A1          | Anonymous Proxy |  32335 |
  279. | 74.115.160.0    | 74.115.163.255  | 1249091584 | 1249092607 | A1          | Anonymous Proxy |  32339 |
  280. | 80.67.14.0      | 80.67.15.255    | 1346571776 | 1346572287 | A1          | Anonymous Proxy |  37296 |
  281. | 99.192.198.0    | 99.192.198.255  | 1673577984 | 1673578239 | A1          | Anonymous Proxy |  63114 |
  282. | 128.241.40.0    | 128.241.47.255  | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  67665 |
  283. | 128.241.104.0   | 128.241.111.255 | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  67667 |
  284. | 130.94.91.128   | 130.94.91.255   | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  67834 |
  285. | 130.94.105.128  | 130.94.105.255  | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  67836 |
  286. | 130.94.106.224  | 130.94.106.255  | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  67838 |
  287. | 130.94.107.128  | 130.94.107.255  | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  67840 |
  288. | 130.94.121.32   | 130.94.121.39   | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  67842 |
  289. | 130.94.121.168  | 130.94.121.175  | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  67844 |
  290. | 130.94.121.240  | 130.94.121.247  | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  67846 |
  291. | 130.94.123.160  | 130.94.123.191  | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  67848 |
  292. | 130.94.133.0    | 130.94.133.127  | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  67850 |
  293. | 130.94.134.0    | 130.94.134.255  | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  67852 |
  294. | 168.143.114.0   | 168.143.114.255 | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  72370 |
  295. | 168.143.117.128 | 168.143.117.255 | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  72372 |
  296. | 168.143.120.0   | 168.143.120.127 | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  72374 |
  297. | 168.143.123.64  | 168.143.123.127 | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  72376 |
  298. | 168.143.185.176 | 168.143.185.191 | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  72378 |
  299. | 168.143.185.208 | 168.143.185.223 | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  72380 |
  300. | 173.0.0.0       | 173.0.15.255    | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  72564 |
  301. | 173.245.84.0    | 173.245.85.255  | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  73380 |
  302. | 176.31.59.140   | 176.31.59.143   | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  75509 |
  303. | 176.31.219.84   | 176.31.219.87   | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  76841 |
  304. | 178.33.145.76   | 178.33.145.79   | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  80909 |
  305. | 178.33.213.212  | 178.33.213.215  | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  81524 |
  306. | 178.73.192.0    | 178.73.195.255  | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  81691 |
  307. | 178.73.198.0    | 178.73.198.63   | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  81693 |
  308. | 178.73.204.0    | 178.73.211.255  | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  81695 |
  309. | 188.126.72.0    | 188.126.95.255  | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  84051 |
  310. | 192.204.64.0    | 192.204.79.255  | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  89313 |
  311. | 193.104.113.0   | 193.104.113.255 | 2147483647 | 2147483647 | A1          | Anonymous Proxy |  91670 |
  312. | 198.65.160.0    | 198.65.160.255  | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 118951 |
  313. | 198.65.164.0    | 198.65.164.127  | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 118953 |
  314. | 198.65.165.0    | 198.65.165.127  | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 118955 |
  315. | 198.65.166.192  | 198.65.166.255  | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 118957 |
  316. | 198.65.167.192  | 198.65.167.223  | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 118959 |
  317. | 198.172.201.0   | 198.172.202.255 | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 119171 |
  318. | 198.172.203.128 | 198.172.204.255 | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 119173 |
  319. | 198.172.206.0   | 198.172.207.127 | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 119175 |
  320. | 199.48.240.0    | 199.48.247.255  | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 119673 |
  321. | 199.255.208.0   | 199.255.215.255 | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 120442 |
  322. | 205.212.72.0    | 205.212.79.255  | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 128900 |
  323. | 207.67.145.128  | 207.67.146.255  | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 131939 |
  324. | 207.67.148.0    | 207.67.149.255  | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 131941 |
  325. | 207.67.151.0    | 207.67.151.255  | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 131943 |
  326. | 207.195.240.0   | 207.195.255.255 | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 132579 |
  327. | 209.59.32.0     | 209.59.63.255   | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 135549 |
  328. | 209.107.204.0   | 209.107.204.255 | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 136630 |
  329. | 209.107.217.0   | 209.107.217.255 | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 136632 |
  330. | 209.212.145.201 | 209.212.145.201 | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 137690 |
  331. | 209.222.3.0     | 209.222.3.31    | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 137728 |
  332. | 213.254.213.32  | 213.254.213.63  | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 150143 |
  333. | 217.15.160.0    | 217.15.175.255  | 2147483647 | 2147483647 | A1          | Anonymous Proxy | 154793 |
  334. +-----------------+-----------------+------------+------------+-------------+-----------------+--------+
  335. 75 rows in set (0.06 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement