[Code] L2OFF Game Server Status

This is retail implementation for getting L2OFF data for site w/o direct connections to database, etc. NC Soft uses it for all gameservers. You can try to check it. If you want to use it for L2J server then you need implement responce for ProtocolVersion -3 in gameserver code. Many times ago i’m used it for getting info from L2OFF servers and for own project site. As example L2ON.NET still uses it.

Continue reading

Nginx Installation

Installing Nginx frontend in Debian server. At first, i want to say what for different Debian builds is available own the maximal revision. Example, Debian 8.0 supporting only Nginx 1.6.2 revision. For getting the actual revision you need upgrade your system up to maximal stable version (if you uses oldest version).

Also, keep in mind what Nginx server don’t updating independently and you need updating manually. Before updating you need delete the old version (do backup all configs) and after to install the new version and restore backup.

Continue reading