AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HLstatsX:CE (https://forums.alliedmods.net/forumdisplay.php?f=156)
-   -   PHP7(.1) support? (https://forums.alliedmods.net/showthread.php?t=293514)

DeLiriuM 02-03-2017 04:33

PHP7(.1) support?
 
I see that the developer no longer supports this project...
However, I'm interested if there's a community "port", which supports php7.1?

Grainz 02-03-2017 12:39

Re: PHP7(.1) support?
 
Have you seen... https://forums.alliedmods.net/showthread.php?t=291079 :)

rZr 03-25-2017 20:59

Re: PHP7(.1) support?
 
i have a problem under php7. google maps will not showing ( https://stats.csmesh.de/hlstats.php?game=csgo1v1 ) can one help me please :wink:

edit: it was a problem in the google_maps.php :) my space running with ssl and i must edit the

echo ('<script src="http://maps.google.com/maps/api/js?key=AIzaSyCffUXCI2hGXCNpgneozuQR4wq3vsr6Kl 4&callback=initMap" type="text/javascript"></script>');
to
echo ('<script src="https://maps.google.com/maps/api/js?key=AIzaSyCffUXCI2hGXCNpgneozuQR4wq3vsr6Kl 4&callback=initMap" type="text/javascript"></script>');

now works fine all with .. only with the button "Reset All DB Collations to UTF8" have i trouble about the database connection. have one any idea ?

ERROR Database Error

Server Address: localhost
Server Username: xxxxxxx

Error Diagnostic:
Bad query.

Server Error: ()

Last SQL Query:
ALTER TABLE `` DEFAULT CHARACTER SET utf8;

digimon_dk 04-21-2017 11:23

Re: PHP7(.1) support?
 
I had problems with it could not indicate all the characters people put in you nickname. So I updated the SQL file from utf8 to utf8mb4 and it seems to work for me

digimon_dk 04-21-2017 11:34

Re: PHP7(.1) support?
 
I running php7 in my Web server -> PHP-version: 7.0.15-0ubuntu0.16.04.4
take a look at -> https://sourceforge.net/projects/mysqlwithmysqli/
and update install.sql from UTF-8 to UTF8mb4 :)


All times are GMT -4. The time now is 23:36.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.