Cormoran96 / WhatsMyIPAddress

Simple PHP file with CSS to collect your IP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple PHP file with CSS to collect your IP


Languages

Language:PHP 58.1%Language:CSS 41.9%