Configuration file server.ini: Difference between revisions

Content deleted Content added
imported>Ufizavipupu
No edit summary
imported>Hendrik Brummermann
account_creation_status
 
(22 intermediate revisions by 3 users not shown)
Line 1:
----
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
----
=[http://erihybomex.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]=
----
=[http://erihybomex.co.cc CLICK HERE]=
----
</div>
{{Navigation for Marauroa Top|Using}}
{{Navigation for Marauroa Users}}
Line 18 ⟶ 10:
Marauroa needs access to a database. MySQL and H2 are actively supported and tested. Other database may work too, perhaps with a few tweaks.
 
H2 is cool because it works out of the box without having to setup a database server: You just need to specify a filename which will be created automatically. In this example it is called marauroa-h2db and the &quot;"~&quot;" means that it is created in your home folder.
 
# example database connection to H2
Line 59 ⟶ 51:
'''server_name'''=Stendhal server
'''server_version'''=0.81
'''server_contact'''=&lt;<nowiki&gt;>https://sourceforge.net/tracker/?atid=514826&amp;group_id=66537&amp;func=browse&lt;</nowiki&gt;>
 
== Limits ==
Line 76 ⟶ 68:
'''ip_whitelist'''=127.0.0.1
 
Other limits:
== Disabling account and character creation ==
'''limit_characters_per_account'''=2147483647
 
== Disabling accountAccount and character creation ==
 
Since Marauroa 3.8.4 it is possible to disable account and character creation using
Line 83 ⟶ 78:
 
This is useful if account creation is done using other means. For example filling the account, characters and rpobjects table from an other application. It is used on stendhalgame.org for the test server because the test database shares the accounts with the main database.
 
Since Marauroa 3.9.5 it is possible to define the initial status of new accounts.
'''account_creation_status'''=active
 
== RSA ==