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

Website IP Logger that send Visitor information via Discord Webhook

License

Notifications You must be signed in to change notification settings

Javadkarami-com/Website-IP-Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!