Find Weather Forecast from IP Address

In this tutorial, I will present how to retrieve the weather forecast for your location based only on your current IP. The tutorial will have the following 5 sections, that will: Describe elements needed for weather forecast retrieval Describe the weather station code field of IP2Location Show code that gets […]

Find distance between 2 IPs using BASH

In this tutorial, we will show how to calculate the distance between 2 IPs using geographical coordinates provided by any IP2Location database, except DB1, DB2, DB3, DB3 and DB7, as you can see at https://www.ip2location.com/databases The programming language for this tutorial is BASH and you have to know a little scripting. […]

How to detect web proxy services?

Intro Web proxy servers are web services which make web requests on a user’s behalf. These differ from VPNs or Public Proxies in that they are simple web-based proxies rather than operating at the IP address and other ports level. Uses for web proxy servers A web proxy server functions […]

How to detect open proxy servers?

Intro Open proxy servers are services which make connection requests on a user’s behalf. Proxy server software can be configured by the administrator to listen on some specified port. These differ from VPNs in that the proxies usually have limited functions compare to VPNs. Uses for public proxies Open proxy […]