EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   Chit-Chat (https://www.eq2interface.com/forums/forumdisplay.php?f=2)
-   -   EQ2 Server Status (https://www.eq2interface.com/forums/showthread.php?t=1222)

LanceM 01-31-2005 10:38 AM

EQ2 Server Status
 
I know this is a little off topic, but does anyone make a downloadable server status or up/down monitor for EQ2 yet? Ive done google searchs, but have only come up empty handed...

Thanks...

Drumstix42 01-31-2005 11:09 AM

Well I know here at EQ2Interface there is a page:

http://www.eq2interface.com/index.php?page=patcher

at the top it says All Servers Up :rolleyes:

Only other place I know is:

http://eq2players.station.sony.com/en/network_status.vm

Humudce 02-19-2005 06:44 AM

There should be a way to parse the servers.vm page on the Sony site, similar to the way some guilds have the Guild Roster mirrored on their sites and the folks using the Dynamic Signatures that parse the Player pages on the SoE site. All of that would have to be done in a scripting language like PhP.

The simple way to do that would be just mimic what is on the Server.vm page i.e. they say "All Servers Up" your page would say "All Servers Up", or of course if some were down it would also list them.

The Fancy way would be to determine if the server you care about is up or down, and then put in the proper logic into the PhP Script to say for example the server you care about is Blackburrow, the server.vm page say "All Servers Up" the script would translate this to Blackburrow is Up. But if Blackburrow appeared in the list of servers that are down, it would display Blackburrow is Down.

This is a website for EverQuest II User Interface mods and not really PHP programming, but one day I may wrap my brain around the code that it would take to do this... (I would love to have it on my Guild's Website).... If I do try and get it working I'll link a download here. But sure it's possible.

Drumstix42 02-19-2005 01:27 PM

It's entirely possible :)

ae2k 03-22-2005 10:50 PM

This is entirely possible... in fact I did it a while ago! Unfortunately SoE has been trying to remove all traces of my program, even though it doesn't violate the TOS whatsoever (it follows one of the previously suggested ideas- parse the web page).

EQ2 Server Status runs on the task bar and gives a nice Green/Red quick status for your server. The program is very customizable, and although still very early in development, works wonders. Hell, I use it :)

Check it out, and please please please please pass the word around, especially since Sony has made it hard on me: http://www.tmccraw.com/eq2/

Thanks!

PaulTheAvatar 01-04-2008 06:02 PM

Made something
 
Have a look at this proggy:

--Link removed--


Dolby 01-04-2008 06:48 PM

I can not allow links to programs that ask for your EQ2 Login name and password.

Greeen 01-25-2008 12:18 PM

since there are no other posts to this pretty old thread, can I assume that there is no ("legal/unproblematic") solution to get the server status on your own homepage?
(I don't see a server status btw on this homepage either, was that removed then?)

Zakassis 01-25-2008 02:34 PM

Quote:

Originally Posted by Greeen (Post 68904)
since there are no other posts to this pretty old thread, can I assume that there is no ("legal/unproblematic") solution to get the server status on your own homepage?
(I don't see a server status btw on this homepage either, was that removed then?)

Until one can be done that SOE approves of, my only suggestion would be to bookmark the Server Status page. While it may take a bit more work to get there than a separate program, it's still relatively quick and easy.

pooka 01-25-2008 05:51 PM

If you're looking for a way to do this from a web page, consider making an applet that pings servername.everquest2.com when the page loads and parses the result. If I recall, server down will return server unreachable or somesuch. (Overdoing this might be bad for your server, mmmmkay?)

If you're looking for something from within eq2 this might just be what you're looking for. Scroll all the way down.

http://www.eq2interface.com/forums/s...8840#post68840

Connection Stats Window

* We've added a connection statistics window which will show your ping, bytes per second, frames per second and packet loss. The default key to toggle this window is F11.

Drumstix42 01-26-2008 04:41 AM

It's still possible via the web, as said above but not really explained. Same way old dynamic signatures worked. PHP or similar code to parse the page's HTML, and then have it display on your own page/image. This relies on that specific server status page being up and available. Alternatives to "downtime" of the sony website are solved by saving the status in a database.

A bit much just to see which servers are up, but possible, and not very hard either.

If you dive into the source code of the network_status.vm, you can see the explanation text is found in the <span> with the class "server_status_partial" and the down servers in "server_status_down". There may be other cases, which can be found by looking at it when servers are down/up.

gm9 01-26-2008 07:02 AM

http://www.eq2interface.com/forums/s...ead.php?t=8782

Greeen 01-26-2008 07:40 AM

thanks for the replies. I guess I didn't a good search. only found this thread.
Cheers!

AnarchyRising 02-15-2008 03:46 AM

http://help.station.sony.com/cgi-bin/soe.cfg/php/enduser/std_adp.php?p_faqid=16159&p_created=1132337191&p_sid=W73dhmYi&p_accessibility=0& p_redirect=&p_lva=12648&p_sp=cF9zcmNoPTEmcF9zb3J0X2J5PSZwX2dyaWRzb3J0PSZwX3Jvd19 jbnQ9MTAzNCwxMDM0JnBfcHJvZHM9MCZwX2NhdHM9MCZwX3B2PSZwX2N2PSZwX3NlYXJjaF90eXBlPWF uc3dlcnMuc2VhcmNoX25sJnBfcGFnZT0xJnBfc2VhcmNoX3RleHQ9c2VydmVyIHN0YXR1cw**&p_li=& p_topview=1

Yes it's a long URL but it gives the server, port, protocol and packet request information for the zone servers, login servers, and other things. Note-- This is for EQ1 but I assume it could be applied to EQ2 with a little phishing for server data. If they give out the information, just not supply code, it's not against any TOS.

Also note it was last updated Q1 2006 so the info may or may not still be valid. I'll be checking though as soon as I have some free time.


All times are GMT -5. The time now is 08:07 AM.

vBulletin® - Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI