Page 1 of 1

Server Status Portal SideBox

Posted: October 6th, 2011, 7:13 am
by KidMurdoch
Is it possible to create a portal block or widget of some sort that parses the stats of an fCraft server? (Show's current players online, cpu usage, online/offline status)

An example of what I'm talking about can be found on Opticraft Dev Server's website- http://www.opticraft.net/

Re: Server Status Portal SideBox

Posted: October 6th, 2011, 7:25 am
by Sanjar Khan
/sinfo

Re: Server Status Portal SideBox

Posted: October 6th, 2011, 7:30 am
by KidMurdoch
Thank you for the little commands lesson. :P

I realize there's a command to see that info, as I stated before, I am wondering if its possible to create a widget or portal sidebox on a website that displays that info.

Re: Server Status Portal SideBox

Posted: October 6th, 2011, 2:59 pm
by Intertoothh
Like:

FcrafServerName
5 of 64 players online.
Nameplayer1 <ping> <country>
Nameplayer2 <ping> <country>
Nameplayer3 <ping> <country>
Nameplayer4 <ping> <country>
Nameplayer5 <ping> <country>

Re: Server Status Portal SideBox

Posted: October 6th, 2011, 8:05 pm
by KidMurdoch
Yea, kinda like that. :)

How would you go about making something like that for a website?

Re: Server Status Portal SideBox

Posted: October 6th, 2011, 10:27 pm
by Lim-Dul
KidMurdoch wrote:Yea, kinda like that. :)

How would you go about making something like that for a website?
The ghost of fList rises! (insider joke)

Re: Server Status Portal SideBox

Posted: October 6th, 2011, 11:21 pm
by ryanissoawesomme
Lim-Dul wrote:
KidMurdoch wrote:Yea, kinda like that. :)

How would you go about making something like that for a website?
The ghost of fList rises! (insider joke)
Haha i get it (No i dont) all I know is fragmer is fList

Re: Server Status Portal SideBox

Posted: October 7th, 2011, 2:26 am
by fragmer
Intertoothh wrote:Nameplayer1 <ping> <country>
Minecraft client does not provide a way to check ping, unfortunately.

Re: Server Status Portal SideBox

Posted: October 7th, 2011, 8:57 am
by Intertoothh
Well we could make a list of worlds loaded, worlds active, players, players in what world.

Loads of online games and services have this (loads of games, ventrile, mumble, TS etc etc)
Wont hurt to have this as a idea, would be nice on a comunity site.

Main
- guest1
- guest2
- guest3
- op1

Builder30
- op2
- builder1
- guest4

Re: Server Status Portal SideBox

Posted: October 7th, 2011, 9:14 am
by KidMurdoch
Agreed. :)

I could come up with the php code for this, but fcraft would need some sort of automatic stat dumper plugin to relay the sever info.