theravenstone / discord-webhook-ip-logger

With this simple PHP code you can log the IP addresses of the users who visit your website directly into a discord channel via webhook request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord IP Logger by theravenstone

This IP Logger is written in PHP.

Config

Change the code below in the index.php file to your discord webhook url.

$url = "YOUR WEBHOOK URL";

Usage

  • Upload the index.php file to your server
  • Open the IP/URL of your server in a browser

Free Hosting

You can host the php file on 000webhost for free.

Disclaimer

The user theravenstone is not responsible for the use of this code!

License

The code in this repository is licensed under the MIT License by theravenstone.

About

With this simple PHP code you can log the IP addresses of the users who visit your website directly into a discord channel via webhook request

License:MIT License


Languages

Language:PHP 100.0%