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.
(2014-12-29, 12:12 PM)Supryk Wrote: [ -> ]
(2014-12-29, 07:26 AM)rockenren Wrote: [ -> ]Wait, I see you added serversboard_online_location hook. Why you didnt use it?

I use it to show "on who is online page" location when someone on servers subpage



(2014-12-29, 08:47 AM)Suspeccct Wrote: [ -> ]Can you please add support for Arma 3?
will be added,



ok, new version on mods site

Version 3.0.6 Build #24
added arma 3 support (not tested)
added rust support (not tested)

added russian lang to pack

can you please show where exactly?
I see only
$l['serversboard_online_location'] = "Przegląda <a href=\"".$mybb->settings['bburl']."/serversboard.php\">Tabele serwerów</a>";
I repeat again, $mybb->settings['bburl'] IS NOT working properly. It returns nothing.
Tested on my forum, also tested on clean localhost forum.
function serversboard_online_location(&$plugin_array)
{
	if(preg_match('/serversboard\.php/',$plugin_array['user_activity']['location']))
	{
		global $lang, $mybb;
		$lang->load("serversboard");
		
		$plugin_array['location_name'] = $lang->serversboard_online_location;
	}
	return $plugin_array;
}

http://i.imgur.com/vICztnV.png
link work fine
Thanks dude, appreciate it.
(2014-12-29, 04:12 PM)Suspeccct Wrote: [ -> ]Thanks dude, appreciate it.

arma 3 work fine?
(2014-12-29, 04:23 PM)Supryk Wrote: [ -> ]
(2014-12-29, 04:12 PM)Suspeccct Wrote: [ -> ]Thanks dude, appreciate it.

arma 3 work fine?

It says my server is offline, however it could be a problem on my end.
(2014-12-29, 04:24 PM)Suspeccct Wrote: [ -> ]
(2014-12-29, 04:23 PM)Supryk Wrote: [ -> ]
(2014-12-29, 04:12 PM)Suspeccct Wrote: [ -> ]Thanks dude, appreciate it.

arma 3 work fine?

It says my server is offline, however it could be a problem on my end.

give me IP your server
(2014-12-29, 04:27 PM)Supryk Wrote: [ -> ]give me IP your server

Sent on PM.

Is it also possible to remove the serverboard from index.php?
Fatal error: require_once(): Failed opening required '/home/u613365060/public_html/forum/inc/serversboard/gameq.php' (include_path='.:/usr/lib/php') in /home/123123123/public_html/forum/inc/plugins/serversboard.php on line 1078

http://prntscr.com/5mtagy
(2014-12-30, 11:45 PM)Harii.X Wrote: [ -> ]Fatal error: require_once(): Failed opening required '/home/u613365060/public_html/forum/inc/serversboard/gameq.php' (include_path='.:/usr/lib/php') in /home/123123123/public_html/forum/inc/plugins/serversboard.php on line 1078

http://prntscr.com/5mtagy




upload all files
I'm getting the same error as @Harii.X
For the latest stable version. 3.0.4


Edit: Fixed by installing a different version, then installing the latest stable.
Edit 2: Game-tracker says my server is online, Servers Board says it's offline, even after updating.