Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 KB | None | 0 0
  1.  
  2.  
  3. * ArcEmu Logonserver Configuration File
  4. * Last edited: 7/18/09
  5. ***********************************************************************
  6. * Configure the logonserver to connect to the accounts database below *
  7. ***********************************************************************
  8. * LogonDatabase.Host - The hostname that the database is located on
  9. * LogonDatabase.Username - The username used for the mysql connection
  10. * LogonDatabase.Password - The password used for the mysql connection
  11. * LogonDatabase.Name - The database name
  12. * LogonDatabase.Port - Port that MySQL listens on. Usually 3306.
  13. * LogonDatabase.Type - Client to use. 1 = MySQL
  14. * Not supported: - 2 = PostgreSQL (Partly implemented)
  15. * Not Supported: - 3 = SQLite (unimplemented)
  16. ***********************************************************************/
  17.  
  18. <LogonDatabase Hostname = "localhost"
  19. Username = "root"
  20. Password = "root"
  21. Name = "logon"
  22. Port = "3306"
  23. Type = "1">
  24.  
  25.  
  26. /* Host Directive
  27. *
  28. * This is the address that the realmlist will listen on.
  29. * To listen on all addresses, set it to 0.0.0.0
  30. * Default: 127.0.0.1 (localhost)
  31. *
  32. * Note: ISHost is the interserver communication listener.
  33. */
  34.  
  35. <Listen Host = "0.0.0.0"
  36. ISHost = "0.0.0.0"
  37. RealmListPort = "3724"
  38. ServerPort = "8093">
  39.  
  40. /* Server console logging level
  41. *
  42. * This directive controls how much output the server will
  43. * display in it's console. Set to 0 for none.
  44. * 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
  45. * Default: 3
  46. */
  47.  
  48. <LogLevel Screen = "0"
  49. File = "-1">
  50.  
  51. /* Account Refresh Time
  52. *
  53. * This controls on which time interval accounts gets
  54. * refreshed. (In seconds)
  55. * Default = 600
  56. * 600 seconds = 10 minutes - 1 second = 0.0166666667 minutes 300 seconds = 5 minutes, 150 seconds = 2.5minutes
  57. *
  58. */
  59.  
  60. <Rates AccountRefresh = "600">
  61.  
  62. /* Accepted Build Range Setup
  63. *
  64. * These two directives set up which clients will be
  65. * allowed to authenticate with the realm list.
  66. *
  67. * Set these to the same builds that the server was
  68. * compiled for.
  69. *
  70. * As of the last update, version 3.3.3 was build 11685, patch 3.3.3a is 11723.
  71. */
  72.  
  73. <Client MinBuild = "11685"
  74. MaxBuild = "11723">
  75.  
  76. /* WorldServer Setup
  77. *
  78. * RemotePassword
  79. * This directive controls the password used to authenticate with the worldserver.
  80. * It must be the same between the two configs. If it is not, your server will
  81. * not register.
  82. *
  83. * Default: "change_me_logon"
  84. *
  85. * AllowedIPs
  86. * This section MUST be completed, otherwise all attempts to link your servers will fail.
  87. * These "Allowed" fields are a space-seperated list of CIDR-form IP addresses that are allowed
  88. * to make server connections to your logonserver, and register realms.
  89. * For example, everything in the 127.0.0.* range would be:
  90. * 127.0.0.0/24, as 24 of the bits must match the 127.0.0.0
  91. *
  92. * To allow a single IP,
  93. * 1.3.3.7/32, would allow only 1.3.3.7 to connect as 32 of the bits must match.
  94. *
  95. * AllowedModIPs
  96. * In the same form as AllowedIPs, these are the IPs that are allowed to modify the database
  97. * (adding bans, GMs, account permissions, etc)
  98. */
  99.  
  100. <LogonServer RemotePassword = "johved"
  101. AllowedIPs = "5.153.109.67/24"
  102. AllowedModIPs = "127.0.0.1/24">
  103.  
  104.  
  105.  
  106.  
  107. * ArcEmu Realms Configuration File
  108. * Last edited: 7/18/09
  109. *
  110. * Configure ArcEmu's Realms below
  111. ***********************************************************************/
  112.  
  113. /******************************************************
  114. * LogonServer Section
  115. *
  116. * Address:
  117. * The address (no port) of the server.
  118. *
  119. * Port:
  120. * The port on which the logon server listens. (*** NOT 3724 ***)
  121. *
  122. * Name:
  123. * Not really relavant, but name the logon.
  124. *
  125. * RealmCount:
  126. * The number of realms in the next section.
  127. *
  128. ******************************************************/
  129.  
  130. <LogonServer Address = "5.153.109.67"
  131. Port = "5.153.109.67:8093"
  132. Name = "Default Logon"
  133. RealmCount = "1">
  134.  
  135. /******************************************************
  136. * Realm Section
  137. *
  138. * Name:
  139. * GIEA'S world.
  140. *
  141. * Address:
  142. * The address (and port) of that realm.
  143. *
  144. * Icon:
  145. * The type of realm (PVP, Normal, RPPVP, RP)
  146. *
  147. * TimeZone:
  148. * The location of the server (1=Development, 2=United States, 3=Oceanic, 4=Latin America,
  149. * 5=Tournament, 6=Korean, 8=English, 9=German, 10=French)
  150. *
  151. * Population:
  152. * (0 = low, 1 = medium, 2 = high)
  153. *
  154. * Important information below
  155. *
  156. * change 127.0.0.1 to your EXTERNAL ip if you wish to have a PUBLIC server.
  157. * This issues come up a lot!
  158. *
  159. * Timezone values :
  160. * 0=Korean 16=China
  161. * 1=Development 17=CN1
  162. * 2=United States 18=CN2
  163. * 3=Oceanic 19=CN3
  164. * 4=Latin America 20=CN4
  165. * 5=Tournament 21=CN5
  166. * 6=Korean 22=CN6
  167. * 8=English 23=CN7
  168. * 9=German 24=CN8
  169. * 10=French 25=Tournament
  170. * 11=Spanish 26=Test Server
  171. * 12=Russian 27=Tournament
  172. * 13=Tournament 28=QA Server
  173. * 14=Taiwan 29=CN9
  174. * 15=Tournament 30=TestServer2
  175. ******************************************************/
  176.  
  177. <Realm1 Name = "Change this in realms.conf"
  178. Address = "127.0.0.1:8129"
  179. Icon = "PVP"
  180. Population = "8"
  181. TimeZone = "1">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement