Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Files

Latest commit

5bbe747 · Feb 12, 2025

History

History
32 lines (23 loc) · 901 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 901 Bytes

IP Logger

This is a simple IP logging tool that collects information about a user's IP address, location, and device details, and sends it to a Discord webhook.

Installation

  1. Clone the repository:
git clone https://github.com/Javadkarami-com/Website-IP-Logger.git
  1. Install the required dependencies:
cd ip-logger
  1. Create a config.json file in the root directory and add your Discord webhook URL and API key:
{
  "Token":"https://discord.com/api/webhooks/....",
  "key":"APIKEY-HERE created in https://ipgeolocation.io/"
}

Usage

  1. Open the index.html file in a web browser.
  2. The script will automatically fetch the user's IP information and send it to the configured Discord webhook.

Contributing

If you find any issues or have suggestions for improvements, feel free to open a new issue or submit a pull request. Contributions are welcome!