MyBB Community Forums

Full Version: Servers board
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2017-03-21, 02:08 PM)Supryk Wrote: [ -> ]For me, when plugin was tested, this games works
Maybe your webhost block ports
NO Undecided 

There are no ports blocked says my hoster!!
Arma 3 doesn't work correct for me. On refresh I see it connects propperly but if it then takes the info from the cache it shows nothing.

I've looked within the database table and the serialized data is highly corrupt. Looks like the server output doesn't save correctly to the database for some reason. 


a:1:{i:8;a:41:{s:2:"";s:127:"[??M?J??[?b?<?ܼ]7@burnes_panther_1.0??n
@burnes_husky??@Burnes_Foxhound_release2.1?(??RHS: S";s:2:"";s:127:"erbian Armed Forcespk? RHS: GREF???RHS: United States Forces?d?+RHS: Armed Forces of the Russian Federation?p&?";s:2:"";s:127:"3CB: BAF Weapons???3CB: BAF Vehicles?_?3CB: BAF Units(?b3CB: BAF Equipment????$!Task Force Arrowhead";s:2:"";s:127:" Radio 0.9.11?X?x7*(Advanced Combat Environment Extras 3.1.1??N9
@aceserver??k??!Advanced Combat Environment 3.9.0V?;s:2:"";s:38:"
(2017-03-22, 06:14 AM)Burnacid Wrote: [ -> ]Arma 3 doesn't work correct for me. On refresh I see it connects propperly but if it then takes the info from the cache it shows nothing.

I've looked within the database table and the serialized data is highly corrupt. Looks like the server output doesn't save correctly to the database for some reason. 


a:1:{i:8;a:41:{s:2:"";s:127:"[??M?J??[?b?<?ܼ]7@burnes_panther_1.0??n
@burnes_husky??@Burnes_Foxhound_release2.1?(??RHS: S";s:2:"";s:127:"erbian Armed Forcespk? RHS: GREF???RHS: United States Forces?d?+RHS: Armed Forces of the Russian Federation?p&?";s:2:"";s:127:"3CB: BAF Weapons???3CB: BAF Vehicles?_?3CB: BAF Units(?b3CB: BAF Equipment????$!Task Force Arrowhead";s:2:"";s:127:" Radio 0.9.11?X?x7*(Advanced Combat Environment Extras 3.1.1??N9
@aceserver??k??!Advanced Combat Environment 3.9.0V?;s:2:"";s:38:"

  1. I to save it goesand it is online
     
[attachment=38609]


2. update now I do it and it does not Is offline again To update

[attachment=38610]


sry my englisch ist bad
I will try check this on weekend, pleas dont spam my pm inbox

hmmm
problem is in different symbols in hostname
the servers that have only letters in hostname works fine

try set clear host name
(2017-03-22, 07:22 PM)Supryk Wrote: [ -> ]I will try check this on weekend, pleas dont spam my pm inbox

hmmm
problem is in different symbols in hostname
the servers that have only letters in hostname works fine

try set clear host name

old|PVP|GuRux3.de|Zombies Demons|Mission|Snow|SurvivalZ|
NEW PVP  GuRux3.de Zombies Demons Mission Snow SurvivalZ ?
Try for test something simple like "test"
(2017-03-23, 07:09 PM)Supryk Wrote: [ -> ]Try for test something simple like "test"
no :/
[attachment=38618]
[attachment=38619]


PLS fix MTA and Arma3 Cool
Peoblem is in yours servers first five servers from gametracker works fine
Can yoi share me a server that works for you?

Found a fix for you. It is all modded servers that return broken key values.

Change line 1050 and 1619 of inc/plugins/serversboard.php
AND
Change line 837 of admin/modules/config/serversboard.php
$results = $gq->requestData(); 

Change it to

                    $results = $gq->requestData(); 
    
                    // Remove corrupt keys
                    foreach($results as $serverkey => $serverresult){
                        foreach($serverresult as $key => $result){
                            if(!preg_match("/^[a-zA-Z0-9_]*$/",$key)){
                               unset($results[$serverkey][$key]);
                            }
                        }  
                    }

This will remove all array keys that do not consist of only letters, diggets and underscores
(2017-03-24, 11:54 AM)Burnacid Wrote: [ -> ]Can yoi share me a server that works for you?

Found a fix for you. It is all modded servers that return broken key values.

Change line 1050 and 1619 of inc/plugins/serversboard.php
AND
Change line 837 of admin/modules/config/serversboard.php
$results = $gq->requestData(); 

Change it to

                    $results = $gq->requestData(); 
    
                    // Remove corrupt keys
                    foreach($results as $serverkey => $serverresult){
                        foreach($serverresult as $key => $result){
                            if(!preg_match("/^[a-zA-Z0-9_]*$/",$key)){
                               unset($results[$serverkey][$key]);
                            }
                        }  
                    }

This will remove all array keys that do not consist of only letters, diggets and underscores



Hello

Could they upload it for me pls?
With me it is a little different