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.
(2020-02-29, 05:04 PM)Supryk Wrote: [ -> ]Forum URL?


Fivem working
[Image: 149.202.88.181:30130.png]

https://globalcross.net/
I have the same issue of servers appearing as offline even though they are 100% online and is reported on gametracker with players playing, happens randomly across 3 servers.

www.kiepownica.pl
(2020-03-15, 10:02 AM)olokos Wrote: [ -> ]I have the same issue of servers appearing as offline even though they are 100% online and is reported on gametracker with players playing, happens randomly across 3 servers.

www.kiepownica.pl

Damn. Then it's clear I'm not the only one. I hope this issue will be fixed. I really liked the server board thingy.

If there are any ports needing to be unlocked. Which one?
@Supryk

Is there a chance you could look into this problem?
The server board is awesome, but it doesn't work half of the time for no apparent reason.

I've went through many changes and improvements on my server and I am sure it is now the plugin, or some specific configuration that needs to be done for this plugin to work.

Thank you for your work so far!

(2014-02-16, 04:44 PM)Supryk Wrote: [ -> ]HI


Description:
Show information about games online servers on index page and details about servers on subpage.
list of supported games
        "arma3" => "Arma 3", 
		"bf3" => "Battlefield 3", 
		"bf4" => "Battlefield 4", 
		"cod4" => "Call of Duty 4",
		"cs16" => "Counter-Strike 1.6", 
		"cscz" => "Counter-Strike Condition Zero", 
		"css" => "Counter-Strike Source", 
		"csgo" => "Counter-Strike Global Offensive", 
		"dayz" => "DayZ", 
		"dayzmod" => "DayZ Mod", 
		"gmod" => "Garry's Mod", 
		"l4d" => "Left 4 Dead", 
		"l4d2" => "Left 4 Dead 2", 
		"minecraft" => "MineCraft",
		"mta" => "Multi Theft Auto", 
		"mumble" => "Mumble",
		"samp" => "San Andreas Multi Player", 
		"rust" => "Rust", 
		"terraria" => "Terraria", 
		"tf2" => "Team Fortress 2", 
		"tfc" => "Team Fortress Classic", 
		"teamspeak3" => "TeamSpeak 3", 
		"ventrilo" => "Ventrilo",
		"wet" => "Wolfenstein Enemy Territory",
Plugin is in the package two languages Polish/Englis (English is not good. Can someone improve)

live demo polish-zone.pl/index.php

Download on Mods MyBB: http://community.mybb.com/mods.php?action=view&pid=117

Mentioning first post so we can get some attention here.
Hello could you answer some questions

1. What is "SERVER BUDDY LIST"? What exactly does it do? What happens or what does it do if I "JOIN TO BUDDY LIST"
2. Regarding "Record players:" what is it a record of?

also i think for your next version you should add option so we can set "stream_timeout" because i use host in USA but when i query servers in far away country server will show offline but if i set stream_timeout to higher value server will show as online
@8guawong
Have you managed to somehow set yourself "stream_timeout"?
I'm getting the very same, or at least similar issue and @Supryk doesn't seem to come to the rescue Sad
Paid or not, no contact with Supryk here, sadly.
(2020-04-26, 04:17 PM)olokos Wrote: [ -> ]@8guawong
Have you managed to somehow set yourself "stream_timeout"?
I'm getting the very same, or at least similar issue and @Supryk doesn't seem to come to the rescue Sad
Paid or not, no contact with Supryk here, sadly.

hi find the following in inc/plugins/serversboard.php
$gq->addServers($servers);
and add underneath it
$gq->setOption('stream_timeout', 250000);

default is 200000

more info here https://github.com/Austinb/GameQ/wiki/Us...xamples-v2
$gq->setOption('stream_timeout', 250000);

$gq->setOption('timeout', 5);


I've got it set up like above
Also I changed defaults to
CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
I'll report back if it worked for me, thank you!

Also just upped timeout to 15
Possible to add this in website ?
how do you add a game? i want to add bf2 in the list of supported game