PDA

View Full Version : Online players


Foins
11-13-2007, 10:25 AM
Does it show in the db if someone is logged in or not?

Theeper
11-13-2007, 12:29 PM
You can see who's logged in by looking at the world HTTP server scripts.

open http://127.0.0.1:9080 in your browser.

Foins
11-13-2007, 01:06 PM
Yea i knew that sorry was kind of an odd way to ask that particular question what i am really looking for is a who is online script for my server

John Adams
11-13-2007, 04:06 PM
What I did was get Magoth's EQEmuPortal web app and disect it, and found the routines that send commands to the world and parse the returned strings. It's all the emu currently provides, but I pitched a plea for some internal server stats in a future version.

Richardo
11-13-2007, 08:09 PM
Telnet method can use /who all and return the data.

John Adams
11-14-2007, 11:22 AM
That is precisely what EQEmuPortal does. fputs / fgets