Skip to content
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

Open
KazeroG opened this issue Apr 20, 2018 · 7 comments
Open

infinit Loading... #18

KazeroG opened this issue Apr 20, 2018 · 7 comments

Comments

@KazeroG
Copy link

KazeroG commented Apr 20, 2018

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");

?>
`

@firefly2442
Copy link
Owner

Looks like an upstream issue...

Austinb/GameQ#420

@KazeroG
Copy link
Author

KazeroG commented Apr 20, 2018

which means that the server block request by firewall ?

@firefly2442
Copy link
Owner

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...

@firefly2442
Copy link
Owner

Try now, I can get servers to load. The mods listing seems to be broken though.

@KazeroG
Copy link
Author

KazeroG commented May 11, 2018

same thing nothing change for me ! EDIT: its work now but ...

i tested it to get https://www.gametracker.com/server_info/142.44.143.174:2302/ status but get The server ProjectSilverlake.com - RP server is down. as return

Edit:i created my own version with just the php code i need help for correcting the code (its showing nothing)
demo : https://mansliferp.tk/status/
repo : https://github.com/KazeroG/get-server-status/

@firefly2442
Copy link
Owner

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:

$servers = [
	[
		'id' => 'Canada',
		'type' => 'arma3',
		'host' => '142.44.143.174:2302',
		//'options' => [
		//	'query_port' => 2303
		//]
	],
	[
		'id' => 'AS',
		'type' => 'arma3',
		'host' => '207.182.138.242:2302',
		'options' => [
			'query_port' => 2303
		]
	]
];

@ScaredDonut
Copy link

Same issue here, loads forever. I tried csgo, arma 3, samp, no luck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants