Account Creation Problem {Configs Included} menu

User Tag List

Results 1 to 11 of 11
  1. #1
    kadava's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Account Creation Problem {Configs Included}

    Hi ive made my own server (compile) and got it to run Arcemu Core and WhyDB, but im now having a problem with the account server, it isnt starting up! its saying this on the page when i load it in a browser (HTTP 500 Internal Server Error)

    Now i have changed my database, so its all named different! the database and game is running perfectly! so its not this.

    My old Logon is now called 'Accounts'

    And my old Acsent is now called 'World'

    The database is named 'ArcEmu'

    here is my configs:


    $lang="en"; // Language ("en" - english, "ru" - russian)
    $host="egwow.dontexist.org"; // HOST for Antrix database
    $user="root"; // USER for Antrix database
    $password="tripod"; // PASS for Antrix database <<< (Tripod is my new password)
    $db="arcemu"; // NAME of Antrix database
    $hostr="egwow.dontexist.org"; // HOST for Login database
    $userr="root"; // USER for Login database
    $passwordr="tripod"; // PASS for Login database
    $dbr="arcemu"; // NAME of Login database
    $database_encoding = 'CP1251'; // Set encoding
    $img_base = "img/"; // Image dir
    $server = "egwow.dontexist.org";// Antrix Server Address
    $port = "8129"; // Antrix Server Port
    $title="EGwow"; // Insert the title of your server here
    $lock_acc=0; // Lock created account to IP address (1 - on, 0 - off)
    $lock_reg=0; // Registration only one (or more) account from one IP address
    // 0 - not limit, 1 - one acc, 2 - two acc, etc...

    And also here parts of my Httpd.conf:

    ThreadsPerChild 250
    MaxRequestsPerChild 0
    ServerRoot "/ArcEmu {Stratholme}/Server/apache"
    Listen 0.0.0.0:80
    ------------------
    LoadModule autoindex_color_module modules/mod_autoindex_color.so
    ServerAdmin admin@localhost
    ServerName localhost:80
    DocumentRoot "/ArcEmu {Stratholme}/Server/htdocs"
    <Directory />


    And so on....they are just the main part i edited by following the 'tut'

    You may notice 'ArcEmu {Stratholme}/server/htdocs'

    This is my path to the server docs like it said i had to edit.


    Please Help...

    Account Creation Problem {Configs Included}
  2. #2
    Anthraxx's Avatar Contributor
    Reputation
    111
    Join Date
    Nov 2006
    Posts
    374
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ="en"; // Language ("en" - english, "ru" - russian)
    ="egwow.dontexist.org"; // HOST for Antrix database
    ="root"; // USER for Antrix database
    ="tripod"; // PASS for Antrix database <<< (Tripod is my new password)
    ="arcemu"; // NAME of Antrix database
    ="egwow.dontexist.org"; // HOST for Login database
    ="root"; // USER for Login database
    ="tripod"; // PASS for Login database
    ="arcemu"; // NAME of Login database
    = 'CP1251'; // Set encoding
    = "img/"; // Image dir
    = "egwow.dontexist.org";// Antrix Server Address
    = "8129"; // Antrix Server Port
    ="EGwow"; // Insert the title of your server here
    =0; // Lock created account to IP address (1 - on, 0 - off)
    =0; // Registration only one (or more) account from one IP address
    // 0 - not limit, 1 - one acc, 2 - two acc, etc...
    I think You should have
    Code:
    ="egwow.dontexist.org"; // HOST for Antrix database

    as
    Code:
    ="127.0.0.1"// HOST for Antrix database

    and the same with
    Code:
    ="egwow.dontexist.org"; // HOST for Login database
    Code:
    
    
    Code:
    ="127.0.0.1"; // HOST for Login database
    Code:
    
    
    The rest is fine I.
    Try this and come back if You have any troubles.


  3. #3
    kadava's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok did that, now its still not working

    Here is what it looks like now:


    $lang="en"; // Language ("en" - english, "ru" - russian)
    $host="127.0.0.1"; // HOST for Antrix database
    $user="root"; // USER for Antrix database
    $password="tripod"; // PASS for Antrix database
    $db="arcemu"; // NAME of Antrix database
    $hostr="127.0.0.1"; // HOST for Login database
    $userr="root"; // USER for Login database
    $passwordr="tripod"; // PASS for Login database
    $dbr="arcemu"; // NAME of Login database (this is the old acsent yes?)
    $database_encoding = 'CP1251'; // Set encoding
    $img_base = "img/"; // Image dir
    $server = "egwow.dontexist.org";// Antrix Server Address
    $port = "8129"; // Antrix Server Port
    $title="EGwow"; // Insert the title of your server here
    $lock_acc=0; // Lock created account to IP address (1 - on, 0 - off)
    $lock_reg=0; // Registration only one (or more) account from one IP address
    // 0 - not limit, 1 - one acc, 2 - two acc, etc...


    Could it be the Httpd.conf? this is what it looks like:

    ThreadsPerChild 250
    MaxRequestsPerChild 0
    ServerRoot "/ArcEmu {Stratholme}/Server/apache" (I edited this part)
    Listen 0.0.0.0:80 (I edited this part)
    LoadModule actions_module modules/mod_actions.so
    LoadModule alias_module modules/mod_alias.so
    LoadModule asis_module modules/mod_asis.so
    LoadModule auth_basic_module modules/mod_auth_basic.so
    LoadModule authn_default_module modules/mod_authn_default.so
    LoadModule authn_file_module modules/mod_authn_file.so
    LoadModule authz_default_module modules/mod_authz_default.so
    LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
    LoadModule authz_host_module modules/mod_authz_host.so
    LoadModule authz_user_module modules/mod_authz_user.so
    LoadModule cgi_module modules/mod_cgi.so
    LoadModule dav_module modules/mod_dav.so
    LoadModule dav_fs_module modules/mod_dav_fs.so
    LoadModule dir_module modules/mod_dir.so
    LoadModule env_module modules/mod_env.so
    LoadModule include_module modules/mod_include.so
    LoadModule info_module modules/mod_info.so
    LoadModule isapi_module modules/mod_isapi.so
    LoadModule ldap_module modules/mod_ldap.so
    LoadModule log_config_module modules/mod_log_config.so
    LoadModule mime_module modules/mod_mime.so
    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule setenvif_module modules/mod_setenvif.so
    LoadModule status_module modules/mod_status.so
    LoadModule ssl_module modules/mod_ssl.so

    LoadModule autoindex_color_module modules/mod_autoindex_color.so
    ServerAdmin admin@localhost
    ServerName egwow.dontexist.org:80 (I edited this part)
    DocumentRoot "/ArcEmu {Stratholme}/Server/htdocs" (I edited this part)

    And so on... its peeing me off! hehe please help
    Last edited by kadava; 08-20-2008 at 08:00 AM.

  4. #4
    Anthraxx's Avatar Contributor
    Reputation
    111
    Join Date
    Nov 2006
    Posts
    374
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm, I dont know really.
    Try another port, or open Port:80 and 8129.


  5. #5
    kadava's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Anthraxx View Post
    hmm, I dont know really.
    Try another port, or open Port:80 and 8129.
    There both open, could you go over your configs just make sure there is no problem? and what about the other one: Httpd.conf!

    That ok?

  6. #6
    Anthraxx's Avatar Contributor
    Reputation
    111
    Join Date
    Nov 2006
    Posts
    374
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The bad thing is that I dont have a Website, what Package for the Website are You using?


  7. #7
    kadava's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Anthraxx View Post
    The bad thing is that I dont have a Website, what Package for the Website are You using?
    Its just hosted from 'DynDNS' no website.

    it worked before! then i made my own compile, but just cant get the damn thing to work! lol

    There any other things i could do?

    thanx

  8. #8
    Anthraxx's Avatar Contributor
    Reputation
    111
    Join Date
    Nov 2006
    Posts
    374
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What do you mean ?


  9. #9
    aboone's Avatar Active Member
    Reputation
    17
    Join Date
    May 2008
    Posts
    106
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I wish i could help. Im not very good at emu stuff

  10. #10
    Yamajee's Avatar Banned
    Reputation
    10
    Join Date
    Feb 2007
    Posts
    150
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Listen 0.0.0.0:80

    I think you mean Port 80 only..? and if your ISP doesn't allow port 80, look into my Port 80 solution help thread.

    http://www.mmowned.com/forums/emulat...-solution.html

  11. #11
    Fireblast's Avatar Contributor
    Reputation
    195
    Join Date
    Aug 2008
    Posts
    883
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    mhmm i got same problem..

Similar Threads

  1. Account creation problem
    By silver258 in forum WoW EMU Questions & Requests
    Replies: 8
    Last Post: 04-08-2009, 03:10 AM
  2. help with really wierd account creation problem
    By titanexile in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 02-28-2009, 02:44 PM
  3. [Help] Account Creation Problem
    By Lakelog in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 02-14-2009, 05:15 PM
  4. Account Creation Problem
    By fresh in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 03-05-2008, 07:34 PM
  5. Account creation Problem...
    By iceken in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 09-05-2007, 06:25 AM
All times are GMT -5. The time now is 10:13 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search