Thank'sQuote:
It is a setting in your gameserver.opt
Make sure to set it for your stuff.Code:S game.url_list:guild_icon_upload.ip|10.71.1.2|guild_icon_upload.port|4615|guild.url|http://10.71.1.2:80/|guild_test_download.url|gicons/|web_download|10.71.1.2|web_download_port|0|shop.url|http://10.71.1.2:80/item_shop/
I'm still stuck on the PHP driver stuff not working for me yet
About The Driver , u need to download PDO Driver and ODBC Driver :
Microsoft Drivers for PHP for SQL Server : [Only registered and activated users can see links. Click Here To Register...]
Microsoft® ODBC Driver 17 for SQL Server® - Windows, Linux, & macOS : [Only registered and activated users can see links. Click Here To Register...]
when u gonna try to install PDO Driver he goona Ask u to Chose Folder then Chose the folder in php Folder under name " ext " in my case this is the link : C:\wamp64\bin\php\php7.1.9\ext
After that u need to Edit php.ini in php Folder and Apache Either, and Set that :
extension=name of the dll file and the extension .dll
Ex:
PHP Code:
extension=php_pdo_sqlsrv_71_ts.dll
extension=php_sqlsrv_71_ts.dll
extension=php_rdkafka.dll
extension=php_pdo_sqlsrv_71_ts_x64.dll
extension=php_sqlsrv_71_ts_x64.dll
PHP Code:
extension=php_openssl.dll
extension=php_pdo_firebird.dll
extension=php_pdo_mysql.dll
extension=php_pdo_oci.dll
extension=php_pdo_odbc.dll
extension=php_pdo_pgsql.dll
extension=php_pdo_sqlite.dll
That's how it's work with Me...
Sorry for my bad English xD