http://www.mmowned.com/forums/emulat...e-website.html
Thats the tut I followed - had a few issues where Mysql_install wouldnt run. but Starting Mysql form the controller worked fine..
After conencting to World - it waits, then I start Logon, and it loads in like 1 second, success, and the moment it says success, it says "Starting Shutdown!" - I'm using Hamachi to host publicly, and it runs fine when not public..but once I changed it for Public access it wouldnt work.
heres a view of the config i was told to change in said tut. all help or advice appreciated.
World Config
Code:
/***********************************************************************
* ArcEmu Configuration File
* Last edited: 7/18/09
*
* Configure ArcEmu's world server below.
***********************************************************************
***********************************************************************
* Database Section
*
* Database.Host - The hostname that the database is located on
* Database.Username - The username used for the mysql connection
* Database.Password - The password used for the mysql connection
* Database.Name - The database name
* Database.Port - Port that MySQL listens on. Usually 3306.
* Database.Type - Client to use. 1 = MySQL
* Not Supported - 2 = PostgreSQL, 3 = SQLite (MySQL is stable, others are not)
*
*******************************************************/
<WorldDatabase Hostname = "localhost" Username = "root" Password = "root" Name = "world" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "root" Name = "characters" Port = "3306" Type = "1">
/******************************************************
* Listen Config
*
* Host
* This is the address that the server will listen on.
* To listen on all addresses, set it to 0.0.0.0
* Default: 127.0.0.1 (localhost)
*
* WorldServerPort
* This is the port that the world server listens on.
* It has to be the same as what is specified in the
* realms table in the LogonDatabase.
* Default: 8129
*
******************************************************/
<Listen Host = "5.21.100.171"
WorldServerPort = "8129">
Logon 1/2
Code:
/* Host Directive
*
* This is the address that the realmlist will listen on.
* To listen on all addresses, set it to 0.0.0.0
* Default: 127.0.0.1 (localhost)
*
* Note: ISHost is the interserver communication listener.
*/
<Listen Host = "5.21.100.171"
ISHost = "5.21.100.171"
RealmListPort = "3724"
ServerPort = "8093">
Logon 2/2
Code:
* AllowedModIPs
* In the same form as AllowedIPs, these are the IPs that are allowed to modify the database
* (adding bans, GMs, account permissions, etc)
*/
<LogonServer RemotePassword = "ascent"
AllowedIPs = "5.21.100.171/24"
AllowedModIPs = "5.21.100.171/24">
Realm.conf
Code:
/******************************************************
* LogonServer Section
*
* Address:
* The address (no port) of the server.
*
* Port:
* The port on which the logon server listens. (*** NOT 3724 ***)
*
* Name:
* Not really relavant, but name the logon.
*
* RealmCount:
* The number of realms in the next section.
*
******************************************************/
<LogonServer Address = "5.21.100.171"
Port = "8093"
Name = "Default Logon"
RealmCount = "1">