IP Location Finder Script

Overview

IP Location Finder is a service where you can find a geolocation of an IP address including latitude, longitude, city, region and country. This script use FreeGeoIP API so without database

Features

  • Only 1 file to execute
  • Support Google Maps geolocation
  • Without database
  • Simple and clean-looking template
  • Unique responsive design

2018-03-19

  • Allow lookup another IP address and domain name

Requirements

  • Server with PHP

Instructions

  • Unpack all files from zip.
  • Paste all unpacked files to root folder allowed for web server
  • Open the URL where you just copied the files
  • Done!

You can replace Google Maps API key and Zoom level with 2 variables (PHP) are $google_maps_api_key and $zoom_level at line 12 and 13 in index.php file. 

Related