Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 804 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 804 Bytes

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