Help me on Acc reation Page menu

Shout-Out

User Tag List

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

    Help me on Acc reation Page

    This is what my index.php looks like. the question marks are the parts i dont understand. so can you please show me your index.php page or tell me what to put where the question marks are. thanks.

    $lang="en"; // Language ("en" - english, "ru" - russian)
    $title="Darth Jables WoW"; // Insert the title of your server here
    $host="???"; // HOST for Character database
    $user="root"; // USER for Character database
    $password="root"; // PASS for Character database
    $db="???"; // NAME of Character database
    $hostr="???"; // HOST for Logonserver database
    $userr="root"; // USER for Logonserver database
    $passwordr="root"; // PASS for Logonserver database
    $dbr="???"; // NAME of Logonserver database
    $database_encoding = 'CP1251'; // Set encoding
    $img_base = "img/"; // Image dir
    $server = "???"; // Ascent Server Address
    $port = "8129"; // Ascent Server 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...

    Help me on Acc reation Page
  2. #2
    Nilrac's Avatar Banned
    Reputation
    360
    Join Date
    Nov 2007
    Posts
    762
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just use

    <?php

    $config['mysql_host'] = 'DNSGOESHERE'; //MySQL Host
    $config['mysql_user'] = 'root'; //MySQL Username
    $config['mysql_pass'] = 'ascent'; //MySQL Password
    $config['mysql_dbname'] = 'logon'; //Database Name

    ?>

  3. #3
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How's that going to help? Oo

    Host is the address of the mysql server. 'localhost' if the site and the mysql server are on the same pc.
    Name of the DB is just that - the name of the db where the logon / character tables are stored. Usually called 'logon'.

  4. #4
    jtay12321's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok so i want to put localhost for the host name? becuase yeah its on the same computer. But wait! my database for my navicat mySQL database where the accounts and tables are is named "world". so do i want to put world inplace of logon?
    Last edited by jtay12321; 06-22-2008 at 07:20 PM.

  5. #5
    jtay12321's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is what mine looks like.
    the thing is. six months ago i made one of these pages and it worked but i dont remember how.
    But when i type in my host name in the url, it brings me to my router config site.


    $lang="en"; // Language ("en" - english, "ru" - russian)
    $title="Darth Jables WoW"; // Insert the title of your server here
    $host="localhost"; // HOST for Character database
    $user="root"; // USER for Character database
    $password="root"; // PASS for Character database
    $db="logon"; // NAME of Character database
    $hostr="localhost"; // HOST for Logonserver database
    $userr="root"; // USER for Logonserver database
    $passwordr="root"; // PASS for Logonserver database
    $dbr="logon"; // NAME of Logonserver database
    $database_encoding = 'CP1251'; // Set encoding
    $img_base = "img/"; // Image dir
    $server = "darth-jables.ath.cx"; // Ascent Server Address
    $port = "8129"; // Ascent Server 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...

  6. #6
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try going to http://localhost/

  7. #7
    jtay12321's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it brought me to the wamp server page

  8. #8
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    make all the ??? 127.0.0.1 then if you have all the website files that you got with it got to http://127.0.0.1 make sure wamp is running then it should show your website
    If you need me you have my skype, if you don't have my skype then you don't need me.

  9. #9
    jtay12321's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok ill try

  10. #10
    jtay12321's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    greengiant. i just tried that. still brought me to wamp page. i think i have this wrong.

    $dbr="???"; // NAME of Logonserver database

    If anyone has a server can they show me what their Config.php looks like so i have an example please.

  11. #11
    ledz14's Avatar Member
    Reputation
    6
    Join Date
    Feb 2008
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what he said

    -Lima Echo Delta Zulu
    turn up the volume and break out the LED.

Similar Threads

  1. [Help] Acc creation page!
    By .Cyong in forum Programming
    Replies: 3
    Last Post: 06-14-2009, 12:51 PM
  2. [Guide]Make Server Public+Create Ascent Acc Creation Page
    By V1cTorY in forum WoW EMU Guides & Tutorials
    Replies: 124
    Last Post: 01-02-2009, 04:41 PM
  3. Acc Registration Page -HELP PLEASE-
    By Ryanmax59 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 12-18-2007, 04:17 AM
  4. [Help] Need Mangos Account Creation Page
    By hahaowned in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 10-10-2007, 12:36 PM
All times are GMT -5. The time now is 01:24 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search