These scripts will be necessary for parsing pihole.log before it is
flushed and then saving the information into a DB. This information
can then be displayed in the Web GUI.
mysql-server and php5-mysql will need to be installed.
you can then setup the database with this command:
mysql -u root -p"raspberry" < /usr/local/bin/setupPiholeStats.sql
Once that is done, run sudo php /usr/local/bin/lrs.php