AAO25.com
America's Army => General Chat => Topic started by: Spanky on Sunday, March 04, 2012, 22:12:35 PM
-
Before I go on and show off this cool code, keep in mind that all of this is unreleased so it may not work properly or look good. This is purely a thread for testing, updating and fixing this list.
Jonny has made a new server list for Assist so rather than using Gamespy, I grab his list with PHP and put it into my own with formatting:
*EDIT UPDATE URL*
http://s.aao25.com/
This is the same list that Assist uses. I've formatted it to be 320px wide which should be good for most mobile devices. It just shows the server name, map name and player amount with a total at the bottom. Pretty simple. You can then click on the server name to get advanced information such as player names, round time and all sorts of other stuff. Basically, it's double-layer. The first page is Jonny's Assist list, when you click on the server name, you're sending a query directly to the server itself and it replies with the information.
*EDIT*
Beta Version 1 is up and running with all the features working.
-
Baus
-
404: Page Not Found
We are terribly sorry, but the URL you typed no longer exists. It might have been moved or deleted, or perhaps you mistyped it. We suggest searching the site:
For safari and firefox?
-
Whoops. Me and Jared worked some more on this today and I renamed some files. Check the main post again for a working link.
-
Whoops. Me and Jared worked some more on this today and I renamed some files. Check the main post again for a working link.
No problem, quite similar and cool stuff, i like it:) Thanks
-
Thanks :) The main goal is to have it be a server list for on the go, to check on your iPhone or whatever you have, without having to load Assist. Simple and small is what we're aiming for.
-
Cool, finally i will see servers, and whos playing via my phone:)
-
I forgot what it is you do to request the server's information, but does it give you which player is on what team? I think that would be kinda cool to display.
-
I forgot what it is you do to request the server's information, but does it give you which player is on what team? I think that would be kinda cool to display.
Kinda be cool too:)
-
I don't think it replies with who's on what team. Here's the default script with all the info:
http://s.aao25.com/original.php?IP=64.126.161.69&PORT=1717
-
Country where the server is based, maybe?
-
Added country next to IP.
-
Serverlist looks awesome when there's a lot of servers.
-
Added country next to IP.
Good stuff, looking great.
-
All of this code will be broken for a bit as I'm moving files and updating things to release a more final version. Be patient, it will be worth it.
-
Alright guys, here's the permanent URL:
http://s.aao25.com/
Pretty easy to remember. It shouldn't ever change, any updates shouldn't break URL's now.
-
Good job.
-
Looks great
-
Just like I wanted it to be :D
-
Added a link up top in the main navigation for easy access :)
-
Spent the better part of 4 hours today researching and writing code to sort the list by the amount of players. This will also be used for something else coming soon :)
-
Waiting for epicness :D
-
Another thing I started working on;
(https://aao25.com/forum/proxy.php?request=http%3A%2F%2Fs.aao25.com%2Fstats%2Fnumplayers2.php&hash=836c7a944c78f606f9781583bf79cb4a)
It isn't a total users online kinda stat but it poll's the server list every 5 minutes and gets a value and puts it into a chart. Just a test version so far, it still needs work and more values before it will be useful.
-
Interesting....you're putting me in the dust man.
-
Just building on stuff I already know :) It's the GD stuff that PostQuote uses for the signatures. I also added another query for the "Online Users" to stick it in a row in another table that will store about 300 values to generate this graph. Should be quite a bit more accurate than the BattleTracker one.