<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>WIPmania Artikel und News (Deutsch)</title><link>http://www.wipmania.com/en/blog/</link><description>WorldIP - geolocation database, service and tools</description><language>en</language><lastBuildDate>Tue, 10 Mar 2009 08:41:55 -0000</lastBuildDate><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/WipmaniaBlogPostsen" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item><title> API: data in JSON- and JSONP format
</title><link>http://feedproxy.google.com/~r/WipmaniaBlogPostsen/~3/n4q1LJsULf4/</link><description>There was &lt;a href="http://www.wipmania.com/en/blog/google-geolocation-api/"&gt;the possibility to insert JavaScript&lt;/a&gt; (which contained an object with different parameters based on user's IP address) into projects. Now you can get these data in JSON- and JSONP format.&lt;br&gt;&lt;br&gt;
&lt;p&gt;Data returned from API, based on the client's IP address:&lt;/p&gt;&lt;div class="spisok"&gt;&lt;ul&gt;&lt;li&gt;latitude - the latitude of the country&lt;/li&gt;
&lt;li&gt;longitude - the length of the country&lt;/li&gt;
&lt;li&gt;zoom — the degree of approximation for maps based on Google Maps&lt;/li&gt;
&lt;li&gt;address.city — the city (not available now)&lt;/li&gt;
&lt;li&gt;address.country — the country&lt;/li&gt;
&lt;li&gt;address.country_code — the country code according to ISO 3166-1&lt;/li&gt;
&lt;li&gt;address.region — the region (not available now)&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;
&lt;p class="zaglkursiv"&gt;JSON&lt;/p&gt;
The query format: &lt;pre&gt;&lt;code&gt;http://api.wipmania.com/json&lt;/code&gt;&lt;/pre&gt;
The answer looks like:
&lt;pre&gt;&lt;code&gt;{"latitude":"51.0993","longitude":"10.4537","zoom":5,"address":{"city":"-","country":"Germany","country_code":"DE","region":"-"}}&lt;/code&gt;&lt;/pre&gt;
&lt;p class="zaglkursiv"&gt;JSONP&lt;/p&gt;
The query format: &lt;pre&gt;&lt;code&gt;http://api.wipmania.com/jsonp?callback=YourFunctionHere&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;i&gt;YourFunctionHere&lt;/i&gt; - your name for the function&lt;/p&gt;
&lt;p&gt;The answer looks like:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;YourFunctionHere({"latitude":"51.0993","longitude":"10.4537","zoom":5,"address":{"city":"-","country":"Germany","country_code":"DE","region":"-"}})&lt;/code&gt;&lt;/pre&gt;
Example of use with JQuery:&lt;pre&gt;&lt;code&gt;$.getJSON("http://api.wipmania.com/jsonp?callback=?",
 function(data) {
   alert(data.address.country);
});&lt;/code&gt;&lt;/pre&gt;
As for the JavaScript version, there are no restrictions on the number of queries. (Article)&lt;img src="http://feeds.feedburner.com/~r/WipmaniaBlogPostsen/~4/n4q1LJsULf4" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas(WIPmania team)</dc:creator><pubDate>Tue, 10 Mar 2009 08:41:55 -0000</pubDate><guid isPermaLink="false">http://www.wipmania.com/en/blog/geolocation-api-json-jsonp/</guid><category>{'term': 'API'}</category><category>{'term': 'JavaScript'}</category><feedburner:origLink>http://www.wipmania.com/en/blog/geolocation-api-json-jsonp/</feedburner:origLink></item><item><title>Service-Code. Alpha-version.
</title><link>http://feedproxy.google.com/~r/WipmaniaBlogPostsen/~3/bT7bziFxuoo/</link><description>Of all the Service-Codes, we have opened the &lt;b&gt;satellite providers&lt;/b&gt; and &lt;b&gt;bots&lt;/b&gt; (except spy bots) now, according to our classification it is &lt;b&gt;10-14&lt;/b&gt; and &lt;b&gt;40-41&lt;/b&gt;.&lt;br&gt;Others will be opened some time later. (News)&lt;img src="http://feeds.feedburner.com/~r/WipmaniaBlogPostsen/~4/bT7bziFxuoo" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex(WIPmania team)</dc:creator><pubDate>Thu, 22 Jan 2009 23:34:46 -0000</pubDate><guid isPermaLink="false">http://www.wipmania.com/en/blog/service-code-alpha-version/</guid><category>{'term': 'API'}</category><category>{'term': 'DataBase'}</category><category>{'term': 'Satellite provider'}</category><category>{'term': 'Search bot'}</category><category>{'term': 'Service code'}</category><feedburner:origLink>http://www.wipmania.com/en/blog/service-code-alpha-version/</feedburner:origLink></item><item><title>Service-Code. Technical details.
</title><link>http://feedproxy.google.com/~r/WipmaniaBlogPostsen/~3/__2sVVSQnCg/</link><description>The access to databases with service codes is made possible only through API, they are not distributed in any other way. If it did, it would have no particular usage, since, for example, the renewal of proxy list and of Tor network active nodes occurs every hour anew.&lt;br&gt;&lt;br&gt;
&lt;p&gt;In order to obtain the "service codes" it is necessary to send HTTP Request Header &lt;i&gt;"Typ: srv"&lt;/i&gt; together with the request itself.&lt;br&gt;
The server replies with numerical service code in case of search bots, spy bots, proxies and Tor network, hosters and data centers IPs; in any other case the country code is returned.&lt;/p&gt;
&lt;p&gt;The server replies with numerical service code in case of search bots, spy bots, proxies and Tor network, hosters and data centers IPs; in any other case the country code is returned.&lt;/p&gt;&lt;p&gt;Service codes are two-character numeric data that classifies your visitors to one of the following four types:&lt;/p&gt;
&lt;div class="spisok"&gt;&lt;ul&gt;&lt;li&gt;10-19 - Search robots and spyders (e.g. Google, Yahoo, MSN and so on), including spy-bots that report themselves as ‘human’ visitors,&lt;/li&gt;
&lt;li&gt;20-29 - Hosting companies and data centers, hidden hosting provider and servers, including all ranges of IP addresses assigned to hosting platforms,&lt;/li&gt;
&lt;li&gt;30-39 - Public and anonymous proxy-servers, anonymizers, Tor networks,&lt;/li&gt;
&lt;li&gt;40-49 - satellite providers, mobile customers using international proxies.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;
&lt;p&gt;When the header &lt;i&gt;"Typ"&lt;/i&gt; or the command &lt;i&gt;"srv"&lt;/i&gt;, is absent from the request, the country code, i.e. the physical location, is returned.&lt;/p&gt;
&lt;p&gt;It is also possible to find out simultaneously the service code and the country code where the server or the user of the satellite network (if known) is situated.&lt;br&gt;
In this case the syntax of the pointing header should look like &lt;i&gt;"Typ:cnsrv"&lt;/i&gt;, and the value returned consists of four symbols instead of two, where the first pair of symbols is the country code, and the last one represents the service code.&lt;br&gt;
For satellite providers the country code usually equals to XX, i.e. "undefined", because it is frequently impossible to detect the physical location of the satellite user.&lt;/p&gt;
&lt;p&gt;By type &lt;i&gt;"Typ: srv"&lt;/i&gt; for IP addresses absent from the service code database, the country code is returned.&lt;br&gt;
By type &lt;i&gt;"Typ: cnsrv"&lt;/i&gt; for IP addresses absent from the service code database, empty value like "--" is returned.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Example 1:&lt;/b&gt;
91.121.147.207 belongs to the server of WIPmania.com in France:
&lt;pre&gt;&lt;code&gt;"Country code" = FR
"Service code" = 20
"Country code" + "Service code" = FR20&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Example 2:&lt;/b&gt;
89.59.83.238 - IP of the "normal" DSL-user from Germany:
&lt;pre&gt;&lt;code&gt;"Country code" = DE
"Service code" = DE
"Country code" + "Service code" = DE--&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Example 3:&lt;/b&gt;
91.188.4.17 - stands for the 7Ccell satellite communication company, specializing in ships communication:
&lt;pre&gt;&lt;code&gt;"Country code" = XX
"Service code" = 40
"Country code" + "Service code" = XX40&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p class="zaglkursiv"&gt;Detailed information on groups of Service-Codes:&lt;/p&gt;
&lt;p&gt;&lt;b&gt;1) Search engines (10-19)&lt;/b&gt;&lt;div class="spisok"&gt;&lt;ul&gt;&lt;li&gt;10 - Bots of big search engines and aggregators (Ask Network, AOL, Lycos, Yandex, Altavista, Baidu, Feedburner ...)&lt;/li&gt;
&lt;li&gt;11 - Google&lt;/li&gt;
&lt;li&gt;12 - MSN&lt;/li&gt;
&lt;li&gt;13 - Yahoo&lt;/li&gt;
&lt;li&gt;14 - other search bots&lt;/li&gt;
&lt;li&gt;15 - some spy bots and hidden bots&lt;/li&gt;
&lt;li&gt;16-19 - reserved&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;2) Datacenters, Hosting, Servers (20-29)&lt;/b&gt;&lt;div class="spisok"&gt;&lt;ul&gt;&lt;li&gt;20 - large data centers around the world, dedicated и colocation datacenters, CDN&lt;/li&gt;
&lt;li&gt;21 - other hosting companies and small hosters&lt;/li&gt;
&lt;li&gt;22 - Servers located at companies, for which the hosting providing is a sideline activity (Ex: Network providers, web studies with own hosting and AS-number)&lt;/li&gt;
&lt;li&gt;23 - Hidden server platforms, non-public hosters&lt;/li&gt;
&lt;li&gt;24 - server and data centers of the internet companies (Ex: eBay, Rapidshare, Digg, Twitter ...)&lt;/li&gt;
&lt;li&gt;25 - Governmental sites, corporate web- and mail-servers, located in private data centers&lt;/li&gt;
&lt;li&gt;26-29 - reserved&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;
&lt;i&gt;* If a hosting company is included in the address space of a larger company, the result will be returned for the larger one.&lt;/i&gt;&lt;br&gt;&amp;nbsp&lt;/p&gt;

&lt;p&gt;&lt;b&gt;3) Proxies (30-39)&lt;/b&gt;&lt;div class="spisok"&gt;&lt;ul&gt;&lt;li&gt;30 - Free and paid anonymous proxies, elite proxies, SOCKS-proxies;&lt;/li&gt;
&lt;li&gt;31 - web-anonymizers&lt;/li&gt;
&lt;li&gt;32 - Tor network&lt;/li&gt;
&lt;li&gt;33-39 - reserved&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;
&lt;i&gt;* Not included in the database: NAT-Proxies and corporate proxies, as their users are usually local.&lt;/i&gt;&lt;br&gt;&amp;nbsp&lt;/p&gt;

&lt;p&gt;&lt;b&gt;4) Satellite providers and mobile customers using international proxies&lt;/b&gt;&lt;div class="spisok"&gt;&lt;ul&gt;&lt;li&gt;40 - Satellite providers&lt;/li&gt;
&lt;li&gt;41 - international proxies for mobile version Opera-Mini&lt;/li&gt;
&lt;li&gt;42-49 - reserved&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/p&gt; (Article)&lt;img src="http://feeds.feedburner.com/~r/WipmaniaBlogPostsen/~4/__2sVVSQnCg" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex(WIPmania team)</dc:creator><pubDate>Thu, 22 Jan 2009 23:01:18 -0000</pubDate><guid isPermaLink="false">http://www.wipmania.com/en/blog/service-code-technical-details/</guid><category>{'term': 'API'}</category><category>{'term': 'DataBase'}</category><category>{'term': 'Data center'}</category><category>{'term': 'Hoster'}</category><category>{'term': 'Proxy'}</category><category>{'term': 'Satellite provider'}</category><category>{'term': 'Search bot'}</category><category>{'term': 'Service code'}</category><category>{'term': 'Tor-network'}</category><category>{'term': 'VPN'}</category><feedburner:origLink>http://www.wipmania.com/en/blog/service-code-technical-details/</feedburner:origLink></item><item><title>A database of hosting companies, data centers, proxies, search bots, and all satellite providers
</title><link>http://feedproxy.google.com/~r/WipmaniaBlogPostsen/~3/xQ7aCX6udrI/</link><description>&lt;p class="zaglkursiv"&gt;Service-Code. What It Is?&lt;/p&gt;
Along with detecting country codes by IP based on the data obtained from routers, WIPmania makes possible to detect such address types ("service codes") as those concealing users whose location can’t be defined. A “regular” user doesn’t access the Internet via anonymous proxy or via his own VPN, installed, for example, on some server in China. In similar fashion, servers are not always used for innocent purposes but as well, for example, for scanning, spamming and fraud, by means of private or hidden proxy, spam bots or VPN installed on the server. It is well known that a regular web server wouldn’t send requests, unless it is a proxy or a robot of some service.&lt;br&gt;&lt;br&gt;
That’s why &lt;b&gt;the main idea of service codes&lt;/b&gt; is to detect, in the first place,
&lt;div class="spisok"&gt;&lt;ul&gt;
&lt;li&gt;all hosting companies and, consequently, requests sent from all servers situated in all data centers in the world,&lt;/li&gt;
&lt;li&gt;hidden server platforms (usually used by spammers and credit card frauders),&lt;/li&gt;
&lt;li&gt;free, anonymous, private and closed proxies,&lt;/li&gt;
&lt;li&gt;anonymizers,&lt;/li&gt;
&lt;li&gt;servers of Tor network,&lt;/li&gt;
&lt;li&gt;search bots, aggregators, spy-bots and hidden bots,&lt;/li&gt;
&lt;li&gt;satellite providers,&lt;/li&gt;
&lt;li&gt;mobile customers using international proxies.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;
&lt;p&gt;The proxy and active Tor-nods lists are updated multiple time a day.&lt;br&gt;
Corporate, campus and other such proxies and NAT-networks are not included in databases.&lt;br&gt;
For any "regular" user a country code is always returned.&lt;/p&gt;
&lt;p&gt;The databases of service-codes contain the fullest such information in internet. They are well-maintained and updated daily.&lt;/p&gt;
&lt;p class="zaglkursiv"&gt;What is it for?&lt;/p&gt;
&lt;p&gt;Detecting addresses contained in the service codes can be useful for practically every server with Internet access, from blogs and forums to online-shops and bank servers, in order to:&lt;/p&gt;&lt;div class="spisok"&gt;&lt;ul&gt;
&lt;li&gt;combat fraud with use of credit cards and e-mail scamming,&lt;/li&gt;
&lt;li&gt;combat click fraud, defacement of sites and hacking of servers.&lt;/li&gt;
&lt;li&gt;protect servers and content from anonymous users,&lt;/li&gt;
&lt;li&gt;detection of content stealing,&lt;/li&gt;
&lt;li&gt;additional help to combat spam, hooliganism and anonymous trolling&lt;/li&gt;
&lt;li&gt;prevent unauthorized mass server scanning, if "user" pretend to be a "regular" user.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt; (Article)&lt;img src="http://feeds.feedburner.com/~r/WipmaniaBlogPostsen/~4/xQ7aCX6udrI" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olga(WIPmania team)</dc:creator><pubDate>Thu, 22 Jan 2009 21:49:14 -0000</pubDate><guid isPermaLink="false">http://www.wipmania.com/en/blog/service-code-database/</guid><category>{'term': 'DataBase'}</category><category>{'term': 'Data center'}</category><category>{'term': 'Hoster'}</category><category>{'term': 'Proxy'}</category><category>{'term': 'Satellite provider'}</category><category>{'term': 'Search bot'}</category><category>{'term': 'Service code'}</category><category>{'term': 'Tor-network'}</category><category>{'term': 'VPN'}</category><feedburner:origLink>http://www.wipmania.com/en/blog/service-code-database/</feedburner:origLink></item><item><title>Your IP and flag
</title><link>http://feedproxy.google.com/~r/WipmaniaBlogPostsen/~3/I5NkEeXRuME/</link><description>There are a few ways to know your external IP address, one of them to visit the home page &lt;a href="http://www.wipmania.com/"&gt;WIPmania.com&lt;/a&gt;.&lt;br&gt;
For those who want to get it quickly, without unnecessary advertising, and who did not install the plugin for Firefox, it's enough to open the &lt;a href="http://api.wipmania.com"&gt;API site without requests with args&lt;/a&gt;. This can be used anywhere, for all purposes, for themselves or in the programs without restrictions.&lt;br&gt;&lt;br&gt;
In addition:&lt;br&gt;
Put in your site the following code, and show to the user his country:&lt;br&gt;
&amp;#60;img src="http://api.wipmania.com/myflag.png"&amp;#62; &lt;img src="http://api.wipmania.com/myflag.png"&gt; (Article)&lt;img src="http://feeds.feedburner.com/~r/WipmaniaBlogPostsen/~4/I5NkEeXRuME" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas(WIPmania team)</dc:creator><pubDate>Thu, 22 Jan 2009 20:40:19 -0000</pubDate><guid isPermaLink="false">http://www.wipmania.com/en/blog/your-ip-and-flag/</guid><category>{'term': 'API'}</category><feedburner:origLink>http://www.wipmania.com/en/blog/your-ip-and-flag/</feedburner:origLink></item></channel></rss>
