Would people be interested in a live server-feed that's easy to implement on any server - even binaries.
I've gotten it to run perfectly fine on a binary setup, and also on some random source I downloaded (Trinity I believe). It's not source dependant except for saving data to your database, which is a 2-line-of-code function.
Example of what this demo server below contains, which took me about 10 minutes to add.
Ofcourse, anything can be added. It's just a matter of saving down a textstring to your database, the rest is handled automatically by PHP/JS.
Demo:
I've gotten it to run perfectly fine on a binary setup, and also on some random source I downloaded (Trinity I believe). It's not source dependant except for saving data to your database, which is a 2-line-of-code function.
Example of what this demo server below contains, which took me about 10 minutes to add.
- Player Login
- Player Logout
- Player Leveup
- PlayerX kills PlayerY
- Lottery winnings
- Boss kill (Banshee etc)
- Create guild
- GuildX has allied GuildY
- Guild pole taker
- Guild war winner
Ofcourse, anything can be added. It's just a matter of saving down a textstring to your database, the rest is handled automatically by PHP/JS.
Demo:
|
|