A web based raid group manager written in PHP for Pokemon GO
Usage:
- Insert your own database parameters in EventDatabase.php and DeleteOld.php (note DeleteOld.php is only required if you are using a cron job to automate deletion of old events).
- Execute both the MySQL Querys located in 'MySQL Querys.txt' to create the two tables required.
- Drag and drop the files into your servers respective file directory.
Automating deletion of old records:
- You can either use a CRON job to do this, if using a CRON job run a command which executes DeleteOld.php every minute.
- Otherwise you can use the MySQL event scheduler to do this
See it in action at http://theocrowley.com/gogroupfinder/