devryan / GamePanelX-V3

The Original Free and Open Source Game Control Panel

Home Page:https://www.gamepanelx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php7 Support

zarlo opened this issue · comments

commented

GamePanelX-V3 will not work on php7
#147
#148

I am trying to fix this myself, but I will only test this on PHP 7

Okay. It works on PHP 7.0 right now, but I also came across a lot of bugs in the SQL.

In the following code PHP 7.0 support is added, some query bugs are fixed and the SQL files are changes so they have default values.
There are still some bugs that must be fixed. The tag is deprecated and inline styling is not the best way to style the website. I thing that classes can be better for better code reading etc. The mysql is a global variable used by $GLOBALS. This should be something else like a database class. The query's should be added to here so it is easy'er to find and edit them.
GamePanelX-V3-master.zip
I also have a problem when trying to create a Steam server. I dont know if this is by my doing with the PHP or the server, but for some reason it stops after downloading a few items.

When is this fix going to be pushed?