Forums | MacLife
You are not logged in.
#1 2005-06-03 5:40 am
- brainiac_7
- % rm -r brainiac_6
- Moderator

- From: CT Shoreline
- Registered: 2000-10-09
- Posts: 7243
- Website
We need a UT server Dashboard widget
With UT99 you could poll servers for info. [MA]Altivec built a PHP page that polled [MA]'s servers for players, current maps, etc. Do UT2k4 servers offer this kind of access? It'd be great to have a Dashboard widget that would troll our servers ...
Offline
#2 2005-06-03 11:56 am
- NokX
- Member of the Month

- From: Knoxville, TN
- Registered: 2000-07-17
- Posts: 6190
Re: We need a UT server Dashboard widget
that could easily be accomplished. you might already know this, but widgets are simply webpages - really. here's some info on building your own widget...
http://developer.apple.com/macosx/dashboard.html
"Those who would give us a 'living' Constitution are actually giving us a dead Constitution, since such a thing is completely unable to protect us against the encroachments of government power." Kevin Gutzman
Offline
#3 2005-06-03 1:39 pm
Re: We need a UT server Dashboard widget
http://ut2004stats.epicgames.com/server … er=8659348
Well we do seem to have a page like that^^. I think you r talking about actually polling the servers tho right?
http://www.ut2004world.de/phpkit/includ … ntentid=33
If altivecs php script still works, then our work is cutout.

Offline
#4 2005-06-08 11:11 pm
Re: We need a UT server Dashboard widget
You could call quaqut with Java script to get the info from the target server then display it in with styled html. To get fancy you could have a popup list of servers to query and have an input field so the user could add servers. This is way beyound any html skills I have.
Here is how I used it in a simple Apple script:
Code:
do shell script "/usr/local/bin/quaqut -s 208.57.175.110;/usr/local/bin/quaqut -y 208.57.175.110"
set STATUS to the result
display dialog STATUS buttons {"Done"} default button "Done"Not fancy but it gets the job done.
Last edited by DoctorB (2005-06-08 11:12 pm)
-=db=-
[MA]d{O}ldDocB
DocBlood on XBL and UT3
Offline
#5 2005-06-09 5:36 am
- brainiac_7
- % rm -r brainiac_6
- Moderator

- From: CT Shoreline
- Registered: 2000-10-09
- Posts: 7243
- Website
Re: We need a UT server Dashboard widget
Cool. I'm just a designer and leave the scripting to the propellor heads. I'd love to see it happen though.
Offline

