devryan / GamePanelX-V3

The Original Free and Open Source Game Control Panel
https://www.gamepanelx.com
Other
131 stars 94 forks source link

php7 / mysqli support #172

Open vini0404 opened 7 years ago

vini0404 commented 7 years ago

I get this error. I am using php 7.0 with mysqli on ubuntu. Error: You do not have MySQL support (mysql_connect) built into PHP! Rebuild your PHP install with MySQL support and try again.

related to: https://github.com/devryan/GamePanelX-V3/issues/155 will this ever getting fixed?

will2therich commented 7 years ago

Hi @vini0404 Dont mean to self-advertise or anything (I can remove if you wish) See my fork here that currently works on PHP 7.0 Let me know if you encounter any issues https://github.com/will2therich/FlareServers-GamePanel

Ta, Will

devryan commented 7 years ago

@will2therich I just opened an issue in your project, looks great. If there are any feature-complete items I can merge them into the main GamePanelX codebase if they prove stable

ghost commented 7 years ago

This is an important error, because the app is designed under MYSQL and not MySQLi, need to start development to MySQLi

ghost commented 7 years ago

Im developing MySQLi Version, merge with my branch.

will2therich commented 6 years ago

Hi @devryan In regards to feature-complete items, so far PHP 7.0 support seems to be proving stable however will let you know how it continues to roll, I have integrated a system that blocks login after 5 attempts, maintenance mode functionality and sub user support(more work to do) currently had no issues with any however they need further testing.

Thanks, Will

will2therich commented 6 years ago

Oh and one more thing I have also implemented SHA-256 encryption with personal and sitewide salt keys

miloncse commented 6 years ago

@will2therich i downloaded your version still getting same error. php version 7.0.15

will2therich commented 6 years ago

@miloncse My bad the installer was still looking for mysql_connect and no mysqli_connect! Sorted in the latest change