Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 829 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 829 Bytes

Ip.dousse.eu

This PHP script retrieves the client's IP address and displays various data points about it, such as the city, region, and country the IP address is located in. It also includes a map that is centered on the location of the IP address, using the Leaflet JavaScript library.

Requirements

  • PHP 7.0 or later
  • An active internet connection to retrieve data from the ip-api.com API

Usage

  1. Copy the script to your web server's document root.
  2. Open the script in your browser.
  3. The script will display the client's IP address and various data points about it.

Credits

  • This script was created by Lucas.D .
  • It uses the ip-api.com API to retrieve data about the client's IP address.
  • The map display is powered by the Leaflet JavaScript library.