denizkoekden / path-of-titans-query

Path of Titans - Query Helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Path of Titans - Query Helper

This Project aims to generate an Query for the Game "Path of Titans". So you can check, if the given Servers is online and check if all Settings and Mods have been set correctly.

Usage/Examples

Python Usage:

Needs python3 installed.

Lookup Server "MyServer":

python3 query.py -n MyServer

Lookup Server with IP-Address "127.0.0.1":

python3 query.py -ip 127.0.0.1

PHP Usage:

Put .php-File on Webserver and use as follow

Lookup Server with IP-Address "127.0.0.1":

https://myserver.tld/potquery/potquery.php?addr=127.0.0.1

Lookup Server with Name "MyServer":

https://myserver.tld/potquery/potquery.php?name=MyServer

Roadmap

  • Beautify Results

  • Add more filters and params

About

Path of Titans - Query Helper

License:Apache License 2.0


Languages

Language:Python 59.2%Language:PHP 40.8%