-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
infinit Loading... #18
Comments
Looks like an upstream issue... |
which means that the server block request by firewall ? |
No, I think the library (GameQ) that does the query needs to be updated. I was also not able to query any Arma 3 servers... |
Try now, I can get servers to load. The mods listing seems to be broken though. |
same thing nothing change for me ! EDIT: its work now but ... i tested it to get Edit:i created my own version with just the php code i need help for correcting the code (its showing nothing) |
Do you know if the server is using a customized query port? Is it running an older version of Arma 3? The latest version of Arma 3? Could it be a firewall issue? Here's an example with your server and one that's working:
|
Same issue here, loads forever. I tried csgo, arma 3, samp, no luck. |
I tested https://www.gametracker.com/server_info/142.44.143.174:2302/
Config.inc.php:
`<?php
// change this to reflect the servers that you want to query
// https://github.com/Austinb/GameQ/wiki/Examples-v3#different-client-and-query-ports
$servers = [
[
'id' => 'ProjectSilverlake.com - RP server',
'type' => 'arma3',
'host' => '142.44.143.174':2302,
'options' => [
'query_port' => 2303
]
],
//[
//'id' => 'Arma 2 OA Test',
//'type' => 'armedassault2oa',
//'host' => '107.191.44.98:2302'
//],
//[
//'id' => 'DayZ Test',
//'type' => 'dayz',
//'host' => '198.12.65.82:2302'
//]
];
//TODO: currently offline, looking into alternatives
//change this to toggle querying geographic information based on the IP address
//define("GEOIP", "true");
/* phparma2serverstatus version (you don't need to change this) */
define("VERSION", "0.2");
?>
`
The text was updated successfully, but these errors were encountered: