This is a fork of kirb's repo download counter, only that this one works and that one doesn't.
- Click the download link at the top of the gist page to save these files to your machine.
- Unzip them and open
counter.phpandnginx.confin your favorite non-Notepad text editor. - In counter.php, scroll down to the line that says
$db = mysqli_connect( ...and change the parameters to the ones you use to connect to MySQL. - If your database doesn't use the UTF-8 charset, change the
UTF8in theif (!mysqli_set_charset($db, "UTF8")) ...line to the appropriate value. - Go down to the
if (!mysqli_select_db($db, "myrepodb")) ...line and changemyrepodbto the name of your database. - Run the
downloads.sqlfile i