From d6656cdc9481e2afa624ba3c72c5ec8230b35c87 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Wed, 13 Apr 2011 13:34:32 -0700 Subject: [PATCH] Add a sample server.ini which works against the MOULagain server --- Sources/example_server.ini | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Sources/example_server.ini diff --git a/Sources/example_server.ini b/Sources/example_server.ini new file mode 100644 index 00000000..c80a592a --- /dev/null +++ b/Sources/example_server.ini @@ -0,0 +1,21 @@ +# Keys are Base64-encoded 512 bit RC4 keys, as generated by DirtSand's keygen +# command. Note that they MUST be quoted in the commands below, or the client +# won't parse them correctly! Also note that the decoded keys are in OpenSSL +# byte order, which is opposite from the byte order stored in the pnNetBase +# .hpp files in Cyan's original source. + +# The following keys and addresses represent the official MOULagain server +Server.Game.N "kEso0EnSJNkgyQtVyUO8IGAzy9cVgtEZG3Dy/s0urdYgu+omUP0/3sQihN5EOJqqXQl2ahI7cifHptdDafekOA==" +Server.Game.X "Pds9j7NYWE9o6WV6o88EhGczzxR/NpNimHn9yLq2X9xoAdiEH1x2R1w/O5nwWv3CPmVEPgm9IalIcr0CvZOy+Q==" + +Server.Gate.N "tSNEa6OAIdfDby8p+lW8YOxqDZL1VUwVHPHbx01MuNxQ1Un8tlWYFi5mqzQPIZqjI3rX0YFLJatQUHr45jX6jQ==" +Server.Gate.X "GvO3GWDQaWnK+ZSJxTKCaEfOjWwJxMt85H9vvqC+nA84mw9hpqlezfyz86k5Nfo5BQ+dg5hivAcuK3CQC/+Isw==" +Server.Gate.Host "184.73.198.22" + +Server.Auth.N "j1amo5e+ID/FhzgSEm2razSbZjhXEWEKGlTCZstbMU3kt3gMyANeR7mOw0MbRf5y7uV1Q4hhfCmRj3HrQhkXLQ==" +Server.Auth.X "G+nYVfMDb/q8zT1qs7uy2j91jLmesUPq72TVLlUB7OXrWyP77ponIPlZDfSPu8EFVbndJWHONlOtI8AIxh3PIQ==" +Server.Auth.Host "184.73.198.22" + +Server.DispName "Cyan Worlds' MOULagain" +Server.Status "http://support.cyanworlds.com/serverstatus/moullive.php" +Server.Signup "http://www.mystonline.com/signup.html"