sn3p / utstats

Stats for Unreal Tournament 99
Other
13 stars 10 forks source link

Nothing works #20

Open owenashurst opened 5 years ago

owenashurst commented 5 years ago

I'm running PHP7, I've changed mysql_connect over to mysqli_connect and I've managed to get to the main page.

I'm not sure what is meant by "admin page" as pages/admin has no file in there that I can see which might be an admin page. The index files in pages and pages/admin are blank which don't help.

Any ideas on getting this to work please? All I need is to get tables within MySQL.

davidbernard04 commented 5 years ago

@Crasha, which branch did you used? For PHP7 I would recommend using the branch from this pull-request: https://github.com/sn3p/utstats/pull/9 (update-to-mysqli).

But if you want to stick with "master", then on my side I had to install a previous version of PHP so it could work properly.

By the way the "admin page" is admin.php at the root of the HTML folder.