(Ascent) Cant Make A Character Creation Page

Results 1 to 13 of 13
  1. #1
    Member Everfrost23 is offline
    MemberRank
    Feb 2007 Join Date
    USALocation
    71Posts

    (Ascent) Cant Make A Character Creation Page

    Ive tried everything WAMP is running fine, i reinstalled apache and its running, but i cant go to my website, and the times that i think i can it asks for a username/password through which ive tried everything i could think of including my SQL Password but nothing works.

    this is my index:



    $lang="en"; // Language ("en" - english, "ru" - russian)
    $title="Hellfire WoW"; // Insert the title of your server here
    $host="hellfirewow.servegame.org"; // HOST for Character database
    $user="root"; // USER for Character database
    $password="******"; // PASS for Character database
    $db="character"; // NAME of Character database
    $hostr="hellfirewow.servegame.org"; // HOST for Logonserver database
    $userr="root"; // USER for Logonserver database
    $passwordr="******"; // PASS for Logonserver database
    $dbr="character"; // NAME of Logonserver database
    $database_encoding = 'CP1251'; // Set encoding
    $img_base = "img/"; // Image dir
    $server = "hellfirewow.servegame.org"; // Ascent Server Address
    $port = "3306"; // Ascent Server Port (* I had to change this to the MySQL port*)
    $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...



    im guessing its a complete and utter mess help plz?

    Edit:
    Forgot to mention im trying to use SPORA


  2. #2
    Elite Member titus4k is offline
    Member +Rank
    Jul 2007 Join Date
    229Posts

    Re: (Ascent) Cant Make A Character Creation Page

    change hellfirewow.servegame.org into 127.0.0.1 and retry. place all the spora data in one folder under wamp\htdocs, eg wamp\htdocs\spora and connect to it using :
    http://hellfirewow.servegame.org/spora

    not sure what data is in wamp's htdocs folder, but you also can remove all whats ther and just place the files into htdocs folder itsef. works too and you only have to use: Under Construction
    but no clue what wamp itself needs from the htdocs folder, maybe a web-setup, no clue.

    t4k

  3. #3
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: (Ascent) Cant Make A Character Creation Page

    A localhost character creation page? Nice t4k. It would probably be faster to just make it in the database.

  4. #4
    Member Everfrost23 is offline
    MemberRank
    Feb 2007 Join Date
    USALocation
    71Posts

    Re: (Ascent) Cant Make A Character Creation Page

    No luck >.<

    Thx for trying to help though :D

  5. #5
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: (Ascent) Cant Make A Character Creation Page

    Did you port forward port 80?

  6. #6
    Member Everfrost23 is offline
    MemberRank
    Feb 2007 Join Date
    USALocation
    71Posts

    Re: (Ascent) Cant Make A Character Creation Page

    well now i read that im supposed to be putting this into the browser:
    hellfirewow.servegame.org:3306

    or something along those lines.

    and i did port forward 80

  7. #7
    Elite Member titus4k is offline
    Member +Rank
    Jul 2007 Join Date
    229Posts

    Re: (Ascent) Cant Make A Character Creation Page

    Quote Originally Posted by Paco44 View Post
    A localhost character creation page? Nice t4k. It would probably be faster to just make it in the database.
    hmm, its just for the setup, localhost at this place just for accessing the localy running mysql facility. didnt looked into the code, but to enter the dyn-dns adress seems not correct to me :)

    t4k

  8. #8
    Elite Member titus4k is offline
    Member +Rank
    Jul 2007 Join Date
    229Posts

    Re: (Ascent) Cant Make A Character Creation Page

    Quote Originally Posted by Everfrost23 View Post
    well now i read that im supposed to be putting this into the browser:
    hellfirewow.servegame.org:3306
    thats for sure wrong: 3306 is mysql service, using it in a webbrowser is hopeless and its a good advice not to forward this port!

    t4k

  9. #9
    Member Everfrost23 is offline
    MemberRank
    Feb 2007 Join Date
    USALocation
    71Posts

    Re: (Ascent) Cant Make A Character Creation Page

    I was trying my ip too still no luck...

  10. #10
    Elite Member titus4k is offline
    Member +Rank
    Jul 2007 Join Date
    229Posts

    Re: (Ascent) Cant Make A Character Creation Page

    where di you placed the spora files, which folder? port 80 seems forwarded, we can connect, but since it has no defaultpage, there is just a 404 erro page or the like.
    is there a .htm , .html or .php startsite, index.* ?
    i recall a problem with some .php , since its disabled by default on some distributions due to copyright issues.

    this site might help, its about adding some lines to the httpd.conf file (config file for apache/webserver). make a backup of the original file: Free Workshop: How to Install PHP 5, Apache 2, MySQL 4.1, SQLite, SQLite Manager and XSLT on Windows

    t4k

  11. #11
    Member Everfrost23 is offline
    MemberRank
    Feb 2007 Join Date
    USALocation
    71Posts

    Re: (Ascent) Cant Make A Character Creation Page

    I placed the spora files right where i was supposed to

    C:/WAMP/www/

  12. #12
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: (Ascent) Cant Make A Character Creation Page

    Get Xampp..

    For xampp it is:

    C:/xampp/htdocs

  13. #13
    Elite Member titus4k is offline
    Member +Rank
    Jul 2007 Join Date
    229Posts

    Re: (Ascent) Cant Make A Character Creation Page

    i really have no clue about wamp, is there a htdocs folder ? its the default place, where apache looks for websites. maybe www\htdocs? if so, move all files into www\htdocs\

    t4k



Advertisement