X-Forums

Computer, Games, and Technology

Sign-up Page

217 posts

  1. pcse

    Regular
    Joined: Feb '08
    Posts: 70

    Ok, I'm all set! Server's working, anyone can connect, including me, but now, I want to create a sign-up page so anyone can register instead of me creating EVERYBODY's accounts in magosd.exe!

    I was wondering if anyone could help me with some guide, tutorial, video, step-by-step, anything that could teach me how to make a sign-up page.

    Thanks

    Posted 2 years ago » Permalink

  2. Bryansthl

    Legend
    Joined: Dec '07
    Posts: 453

    Create folder call it what ever you want this will have your Registration web site in it. Click on link below and down load the DISKW.exe into the folder you just created and then double click on it.This will put appachei web server, PHP and MYSQL in the folder it dosn't get any easyer than this. After the extraction read the read me text.

    http://files.filefront.com/DiskWexe/;4771353;/fileinfo.html

    Since you already have MYSQL installed you will want to delete the MYSQL in the dsikw foler. Thats what i did When you start the Apachie web server it will give a warning that it can't find the MSQL just ignore it.There is already a web registration php file in the www folder it is out dated and will not comunicate with mangos.

    Next go to the following link and create an account to the the forum so you can access all the content.
    http://www.mangosproject.org/forum/
    After you create an account at the mangos forum click on the link below.
    http://tortoisesvn.net/downloads
    download the tortieSVN and install it.
    Create a folder in side of the www folder in the diskw folder. Right click on and then click on SVN checkout. paste this link in it http://tools.assembla.com/svn/mangosweb/trunk
    It will then start pulling down the mangos web.

    Here you can find info on the mangos web http://www.mangosproject.org/forum/index.php?showtopic=16326
    Allso read the read me text in the new folder you pulled the mangos web down into.

    This is a start keep posting as you run into problems.

    Allso with this web account creation the user creating the account can choose if they want to use the TBC expantion.

    Posted 2 years ago » Permalink

  3. pcse

    Regular
    Joined: Feb '08
    Posts: 70

    I downloaded Diskw.exe and extracted the files, but it didn't put appachei web server, PHP and MYSQL in the folder! The only files that extracts are start.bat, stop.bat, guide.txt and diskw and translation folders, but no Appache, PHP nor MySQL.
    What should I do?!

    Posted 2 years ago » Permalink

  4. pcse

    Regular
    Joined: Feb '08
    Posts: 70

    ok.. found it.. deleted it..

    but here's something else:

    This is what appears in the guide:

    + Setup server:
    - If your connection behind router/firewall, you must open both TCP and UDP
    ports: 80,2106,7777 for external players connect to your server.
    - Now open C:\server\l2j\login\config\loginserver.properties and edit:
    ExternalHostname=(blank) => Your Internet/WAN IP (www.whatismyip.com)
    or leave blank if your server is LAN server
    InternalHostname=127.0.0.1 => Your LAN IP
    or don't change it if you play offline

    ok.. i extracted to c:\server.. but there's no such a folder called "l2j", and I looked everywhere.. can't find it at all.. it didn't creat!

    now what? sorry for the stupid questions.. this is difficult for me!

    Posted 2 years ago » Permalink

  5. pcse

    Regular
    Joined: Feb '08
    Posts: 70

    another thing

    I only get this error:

    Welcome to phpMyAdmin 2.7.0

    phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.

    Error
    MySQL said:

    #1045 - Access denied for user 'root'@'localhost' (using password: YES)

    Posted 2 years ago » Permalink

  6. pcse

    Regular
    Joined: Feb '08
    Posts: 70

    man, I just can't.. tried everything I could.. hours and hours and nothing.. I don't know what to do.. if you could help me explaining in a more detailed way.. I would be very grateful!!

    Posted 2 years ago » Permalink

  7. pcse

    Regular
    Joined: Feb '08
    Posts: 70

    hey, I read this guide at reaper-x http://www.reaper-x.com/2007/09/24/installing-and-setting-up-apache-22-series-with-php-5-on-windows/ and did everything in there, and eveything is working perfectly!!
    now, with apache and php5 installed and configured, how do I set up my sign-up page?! I downloaded SPORA for Ascent 1.5, which is a sample page, so I'm LOST!!
    I guess I have to configure something so it can be able to access my mysql database... I don't know.. I'm totaly desperate!! I don't know what else to do!!

    I've been trying to set up my server for almost a month now... since everything is working fine, and I just need a registration page I won't give up like I did a year ago..

    PLEASE HELP ME!!

    Posted 2 years ago » Permalink

  8. Bryansthl

    Legend
    Joined: Dec '07
    Posts: 453

    Sorry I've been buisy with work!

    I myself don't use SPORA but to set it up you have to edit the configuration.php This is the area you have to edit.

    #DATABASE SETTINGS

    $serveros="windows"; //Write your server operation system For Windows "windows" For Linux "linux"
    $lang="en"; // Language ("en" - english, "ru" - russian, "tr" - turkish, "hu" - hungarian, "de" - deutsch)
    //////////////////////////////////////////
    $host="localhost"; // HOST for Mangos database
    $user="root" ; // USER for Mangos database
    $password="root"; // PASS for Mangos database
    $db="mangos"; // NAME of Mangos database
    //////////////////////////////////////////
    $hostr="localhost"; // HOST for Realm database
    $userr="root" ; // USER for Realm database
    $passwordr="root"; // PASS for Realm database
    $dbr="realmd"; // NAME of Real database
    //////////////////////////////////////////
    $hostc="localhost"; // HOST for Characters database
    $userc="root"; // USER for Characters database
    $passwordc="root"; // PASS for Characters database
    $dbc="characters"; // NAME of Characters database
    //////////////////////////////////////////
    $database_encoding = 'CP1251'; // Set encoding
    $server = "localhost"; // Server adress (for realm status)
    $port = "8085"; // Server port (for realm status) 8085 or 3724
    //////////////////////////////////////////

    #ACCOUNT PAGE OPTIONS

    This line here $database_encoding = 'CP1251'; change CP1251 to UTF8.
    UTF8 is the encoding that mangos UDB uses.

    If web server is on the same computer as mangos leave localhost for the IP address settings.

    If using MySQL leave the username root and if not using MySQL change the username settings.

    Make sure you change the password in the password settings to your MySQL password.

    At this line here $server = "localhost"; Change localhost to the IP Address or DNS name that you used in the realmd sql database.

    Good luck

    Like I said I don't use SPORA I use MANGOS WEB its a much better registration site.
    If you want to compare check out my site http://www.stahlworld.com/wow

    Posted 2 years ago » Permalink

  9. pcse

    Regular
    Joined: Feb '08
    Posts: 70

    wow!! it's perfect!! I don't want SPORA anymore!! :p

    So ok, removed everything.. starting all over.. :D

    - Extracted DiskW.exe to "C:\server"
    - Deleted MySQL folder (C:\server\diskw\usr\local\MySQL)
    - Installed TortoiseSVN-1.4.7.11792
    - Created folder "mangosweb" inside "C:\server\diskw\www"
    - Pulled down mangosweb to folder "mangosweb" using SVN checkout (69,42mb)

    and then? what should I do?

    Posted 2 years ago » Permalink

  10. Bryansthl

    Legend
    Joined: Dec '07
    Posts: 453

    Foll0w instructions below

    MaNGOSWeb Installation Guide
    Re-write Version 1, Seoulborn
    January 23, 2008

    ~~~~~~~~~~~~
    Table of contents:

    About this guide

    #1 - Requirements
    #2 - Check out the MaNGOSWeb source files
    #3 - Installation
    3.a - Installation using the install.php
    3.b - Manual Installation
    #4 - Configuring your MaNGOSWeb site
    4.a Install SQL files
    4.b Editing the config.php
    #5 Web interface and Admin Panel
    #6 Setup News Forum to display on main page
    #7 - How to install Donation System
    #8 - How to update your MaNGOSWeb version

    Conclusion

    ~~~~~~~~~~~~

    About this guide

    This guide will help you set up the MaNGOSWeb CMS portal for a LAN.
    For the sake of clarity, it is re-written with the understanding that
    you are running MaNGOS, Apache/MySQL/PHP, and MaNGOSWeb on the same
    machine using a windows operating system. Where possible, I will
    include linux-based instructions. I do not know anything about linux
    other than a brief experience with Ubuntu on a laptop. So any information
    I include was part of the original documentation and you should consult
    the MaNGOSWeb forum for details.

    In addition to the above, I am writing this as I actually perform the
    steps I'm documenting. With luck, I'll have a functioning localhosted
    website by the time I'm done re-writing this. If it works out I'll do
    screen shots in a PDF. Pictures are worth a thousand words, right? And
    anything is better than notepad and all of it's progeny.

    Disclaimer - I'm writing this document a bit more informal than if I
    was writing for my company. Mainly, because I want to be informative
    as well as instructional. So, if this is too wordy for you, just follow
    the comments in the config.php when you edit it. It's straight and to
    the point. Just refer to the 5.a to prep the database for your portal.

    The MaNGOSWeb forum can be found at:
    http://mangosweb.retro-hosting.co.uk/

    Additional information can be found at the MaNGOS Project forum at:
    http://www.mangosproject.org/forum/index.php?showtopic=16326

    ~~~~~~~~~~~~

    #1 - Requirements
    Apache with Mysql & PhP support
    - Apache v2.2.x
    - MySQL 5.0.x
    - Php version 5.x
    - GD compiled into Php
    (In windows, enable GD exetension in php.ini file).

    You can try installing each of these components individually, or you
    can try one of the pre-packaged flavors out there. These pre-packages
    configured so that everything works "out-of-the-box", with a few tweaks
    here and there to have you up and running.

    Examples:
    WAMP - Windows platform
    LAMP - Linux platform
    XAMPP - Comes in Windows and Linux flavors and supports Perl

    Only basic support can be given to you regarding installation and setting
    up your web server. You will need to consult the respective creators of
    your webserver software.

    ~~~~~~~~~~~~

    #2 - Check out the MaNGOSWeb source files

    Installations requires that you check out the source files through SVN.
    I recommend using TortoiseSVN. It's fast free and easy to use and can
    be found as of this writing at http://tortoisesvn.tigris.org

    Consult TortoiseSVN's website for use on other operating systems.

    How to check out source files:
    a) Create a folder called MaNGOSWeb.
    b) Right-click the folder and click SVN Checkout..
    c) Enter http://tools.assembla.com/svn/mangosweb in the URL of Repository.
    d) Select HEAD revision and click OK.

    Be patient, at the time I am writing this it is a 107MB download.

    When the checkout process is complete you will have a file structure like so:

    Root Folder (C:\Source\MaNGOSWeb)
    \components\(sub-content)
    \core\(sub-content)
    \flash\(sub-content)
    \images\(sub-content)
    \imap\(sub-content)
    \js\(sub-content)
    \lang\(sub-content)
    \sql\(sub-content)
    \templates\(sub-content)
    \changelog.txt
    \config.php
    \donate.php
    \index.php
    \mangos.conf
    \notice.php
    \MaNGOSWeb_Installation_Guide.txt
    \realmlist.wtf
    \rss.php
    \show_picture.php
    \TODO List.txt
    \ToS.html

    You will want to keep this file structure intact when doing a manual installation.

    ~~~~~~~~~~~~

    #3 - Installation

    MaNGOSWeb installation comes in two flavors:
    3.a - Installation using the install.php
    3.b - Manual Installation

    3.a - Installaton using install.php

    As of this writing, install.php is broken and should not be used. If your
    download contains an install.php and this version of the Installation Guide
    then DO NOT USE IT.This will be re-implemented once the install.php has
    been re-written.

    3.b - Manual Installation

    To manually install MaNGOSWeb once your source files are downloaded,
    you will need to copy the MaNGOSWeb folder or the contents to your
    htdoc folder. I do not recommend using your htdoc folder as your
    check out folder. Doing this could result in a broken website when
    it is time to update to a new version.

    Example:

    I use WAMP as my webserver software and my MaNGOS folder is located at
    C:\Source\MaNGOSWeb\. Because I use WAMP as my webserver, my htdoc folder
    is called www and is located on my hard drive at c:\WAMP\www\. I copy the
    contents of my MaNGOSWeb folder to the root of c:\WAMP\www\. Doing this
    will cause the MaNGOS web page to be my default web page when I or my LAN
    users browse to http:\\localhost\

    If you have configured your webserver for the internet, then your players
    can navigate to your website using http:\\your-domain-name\
    or http:\\ip-address\subfolder\ (if you copied the MaNGOSWeb content to a subfolder).

    In order for MaNGOSWeb to function properly you to enable write/edit/read
    permissions on the CORE folder once it is copied to your htdoc folder.

    To enable write/edit/read on the CORE and IMAGES folder on Linux: Chmod
    the following to 777.

    /core/cache/
    /core/cache/config_cache.php
    /core/cache/randimg/
    /core/cache/lang/
    /core/cache/rss/
    /core/cache/sites/
    /core/cache/modules/
    /core/cache/mangos_scripts
    /core/cache/wallp/
    /core/cache/screen/
    /core/logs/core_error_log.log
    /images/attachs/
    /images/avatars/
    /images/wallpapers/
    /images/screenshots/

    To enable write/edit/read on the CORE folder on Windows: Remove the folder's
    read-only attribute.

    ~~~~~~~~~~~~

    #4 - Configuring your MaNGOSWeb site

    Yay!! Now for the fun and very very confusing part, at least it was for me.
    It's time to configure your MaNGOSWeb CMS portal to go online. This is really
    not a very hard process. The config.php is commented pretty well, so this
    guide just gives you a little more detail on the sections.

    4.a Install SQL files

    For a Full Installation from scratch use the full__installation.sql.

    1. In MySQL select the realmd database. Everything in this section is done
    using the realmd database. I assume that you are using the default MaNGOS
    database setup. If you've named your realmd database something else
    then select it.

    2. Depending on what interface you're using for MySQL, you will need to
    restore from sql dump. I used the Community version of SQLyog because
    it's free and the import from text in phpMyAdmin doesn't support large
    file sizes.

    3. Go to SQL > Extra_Install ad restore the account_pass.sql.

    4. Select the account_extend table and look-up your account in the "account_id"
    column. Your account ID is cross-referenced in the from the corresponding
    account table. Looking for it in the account table first maybe easier since
    you can see the user names associated with the account ID.

    5. Locate the g_id column for your account_id in the account_extend table. Modify
    this to a 3 or a 4 to give yourself admin(3) or root admin(4) access to the
    MaNGOSWeb.

    !!!!! IMPORTANT STEPS !!!!!

    6. Select the realmlist table and locate the dbinfo column. This is the key
    to nearly all the functionality of the website and provides MaNGOSWeb's
    connection to the world database - mangos. The format for this column is:
    username;password;port;ip_address;world_Dbname;character_Dbname

    7. Modify the format with your database information.
    Example: root;mangos;3306;127.0.0.1;mangos;characters

    MySQL username = root
    password = mangos (this should be whatever password you assigned root)
    port = 3306
    ip_address = 127.0.0.1 (if you're doing a localhost connection, this works)
    world_Dbname = mangos
    characters_Dbname = characters

    You should be ready to go on to edit the config.php.

    4.b Editing the config.php

    We're almost done! Isn't that great!! Let's continue.

    1. Open the config.php, using notepad or your favorite text editor. I use
    notepad++ because it color codes and makes the text easier to read and
    identify. Set the variable: $dev to equal FALSE. $dev = FALSE;

    2. Set the realmd array to match the information from step 7 - 4.a Installing
    SQL files. If this information is not valid, MaNGOSWeb will fail to function.
    Boy-howdy, don't I know this one, ask me how :P

    Follow the configuration variables to the end, setting the values according
    to your needs or unless otherwise prompted by the comments. Setting values to
    one or zero will flag that variable as on or off. I'm sure you know this but
    0 = off, 1 = on.

    NOTE:
    To change Default size that can be uploaded of Wallpapers and Screenshots go to:
    /templates/offlike/media/media.screen.php Ln=7, Col=46
    Change 2 to whatever you want. Example: 2=200k, 4=400k, 10=1mb

    /templates/offlike/media/media.wallp.php Ln=7, Col=46
    Change 2 to whatever you want Example: 2=200k, 4=400k, 10=1mb

    Once you're done, it's time to go online and set up the rest of MaNGOSWeb's interface.

    ~~~~~~~~~~~~

    #5 Web interface and Admin Panel

    Browse to your MaNGOSWeb page and accept the ToS. Login to the MaNGOSWeb using
    the administrator account you created in 4.a Installing SQL files.

    Go to Context menu: > Admin Panel. Mousing can be a little tricky with the drop-down
    menu. Hopefully the will fix this with future releases.

    From the Admin Panel, you can set the variables for:
    - Users
    - Site Settings
    - Realms (here you can add existing Realms. This is not the same as creating new ones)
    - Reg Keys (these are registration keys mailed to users to validate their accounts)
    - Languages (here you can add or delete languages from the Choose Language: menu
    - Donate Admin (configure your site to accept donations and to give reward/items for
    donations)
    - Backup Management (This one I'm not too sure about, I bet the programmer knows!)
    - Add News
    - Edit News
    - Configure Chat (I believe this is java or javascript based and might come in handy)

    ~~~~~~~~~~~~

    #6 Setup News Forum to display on main page

    The news forum is not set up on the site initially. You will probably want to set
    this up, since news posting does not work without it.

    To begin:

    1. Login with your level 4 account (root admin access)

    2. Go to Context menu: > Admin Panel, click Forum

    3. Create new category and leave the order at 1. (News would be a good suggestion for
    a category, and if you changed your config.php to a differen number for this section
    that is the number you should use.)

    4. News will now appear at the top of the page, click it.

    5. Create a new Forum (topic?). You may want to give this a name that includes the name
    of your site. This will be in the RSS if you choose to publish this on the
    internet. Leave the order at one, unless you specified others in the config.php.
    If you allow members to post new topics, then you may want to close this forum to
    the public.

    a) To close a forum, click the first icon - a page - a page next to the Topic.
    To open a closed forum, click the first icon again.

    b) To hide a topic from view without deleting it click the middle icon - a page
    with a blue exclamation. To reveal a hidden forum, click the middle icon again.

    c) To post to a click the third icon - a page with a pencil.

    6. To post or edit a closed forum go to:
    Context menu: > Admin Panel > Add or Edit News

    If you follow these steps exactly, and leave Default Component to frontpage, topics
    you post here will appear on the main page. Very Blizzlike. And you can probaby see
    why you don't want this section cluttered up with member comments :D .

    ~~~~~~~~~~~~

    #7 - How to install DONATION SYSTEM

    To auto grant access to your donation template:
    Run 482_account_extended_auto_granting.sql or 482_account_extended_manual_grating.sql,
    to grant acccess manually.

    a) Create a premier paypal account. (It's free)

    b) From the PayPal menu, go to Profile > Under selling Preferences > Instant Payment
    Notification Preferences.
    c) Select Instant notification
    d) Enter the full path including your domain name to donation.php in the root of your
    MaNGOS directory.
    Example: http://you-domain-or-ip/subdirectoryifyouhaveone/donation.php

    Everyone likes a little pat on the back for their donations, unless they're good
    samaritans like me...and just doing good deeds is satisfaction enough. If they're not
    like me :P , then you may want to reward them for their donations

    To create, edit, or send donation packs and items, go to:
    Context menu: > Admin Panel> Donate Admin or see table donation_templatein the
    realmd database.

    That should do it!

    ~~~~~~~~~~~~

    #8 - How to update your MaNGOSWeb version

    I'm so glad this is almost over!! I'm really tired :P

    1. Backup your config.php and your realmd database.

    2. Right-click your MaNGOSWeb source folder and click SVN Update.

    3. Copy any changed files to the MaNGOSWeb web folder.

    4. Apply SQL updates from the source SQL folder

    ~~~~~~~~~~~~

    Conclusion

    Gosh that's it, we've reached the end of the internets. No, not really, it's just
    fun to say that. So is saying, "The internets is a series of tubes".

    Seriously, after re-writing this readme, I realized there are HUGE chunks of missing
    information that could and should be answered either in a MaNGOSWeb wiki or online
    help file.

    Even so, if you've configured you Webserver, MySQL (c'mon you had to have if your
    MaNGOS server is working) and PHP correctly. Then following this step-by-step will
    Have the basics up and running for you.

    I KNOW! Before I re-wrote this I tried to configure this thing and man!
    Did I blow it up? You bet I did. I was about to go back to a simple one page something
    or other.

    So really, if I can do it, I certainly know you can.

    Posted 2 years ago » Permalink

  11. pcse

    Regular
    Joined: Feb '08
    Posts: 70

    man, I'm really really sorry to bother you this much!

    I've got a problem in this part "4.a Install SQL files".. Installing SQL files..

    It says: "For a Full Installation from scratch use the full__installation.sql.".. Where do I find this? How do I use this? I really don't know where to start..

    Sorry again

    Posted 2 years ago » Permalink

  12. Bryansthl

    Legend
    Joined: Dec '07
    Posts: 453

    dowload this rar file extract it and install it http://www.stahlworld.com/sqlyog529.rar
    How to configure SQLyog
    Choose new connection call i mangos

    MySQL Host address put in localhost

    user name put in root

    password put in your MySQL password

    port put in 3306 unless you changed yours

    database[s] put in just like this realmd;characters;mangos;scriptdev2

    click connect

    right click on realmd and choose restore from SQL dump

    click browse button to the right

    go to where the full_instalation.sql is in the SQL folder in your mangosweb folder and click exacute

    allso do the same as above with the account_pass.sql in the extra_install folder

    Next expand the realmd directory and go down to realmlist click on it to high lite it then over to the right you will see 3 Table Data
    click on that and then you should be able to see the realmlist table in the window below it
    scroll over to the right at the end of the table you will see username;password;3306;localhost;mangos;character change that and put in propper username and password

    Now you can allso use SQLyog to back up your realmd and character data base and if you want you can start pulling down the UDB through SVN and keep your UDB up to date.

    Posted 2 years ago » Permalink

  13. pcse

    Regular
    Joined: Feb '08
    Posts: 70

    ok.. did everything you asked.. changed table data username and password (btw, can I choose any username and password or do I have to put "root" and the password of mysql?)..
    but, if I click "X" to close, it asks me a file name to save *.sql, it doesn't overwrite anything.. what name should I put and where should I put this? Any name, anywhere?

    Posted 2 years ago » Permalink

  14. Bryansthl

    Legend
    Joined: Dec '07
    Posts: 453

    username= root password= your Mysql password

    at the left of the 3 Table Data you will see 4 icons the second one is the save for saving table data

    Posted 2 years ago » Permalink

  15. pcse

    Regular
    Joined: Feb '08
    Posts: 70

    ok, saved table data..
    if I click "X" to close SQLyog, it asks me a file name to save *.sql, it doesn't overwrite anything.. what name should I put and where should I put this? Any name, anywhere?

    Posted 2 years ago » Permalink

  16. Bryansthl

    Legend
    Joined: Dec '07
    Posts: 453

    Thats to save your connection settings just call it mangos

    Posted 2 years ago » Permalink

  17. pcse

    Regular
    Joined: Feb '08
    Posts: 70

    ok.. that's it? I'm all set?

    I entered "http://localhost" and opened website but there're lots of MySQL errors..

    SQL Error: Host 'wow-aju.servegame.org' is not allowed to connect to this MySQL server

    BTW, I changed where it had 127.0.0.1 to my DNS hostname.. is there a problem? I wanted to not use in local, I wanted to make it so everyone could see it, how do I do this using my DNS, is this possible?

    thanks

    Posted 2 years ago » Permalink

  18. Bryansthl

    Legend
    Joined: Dec '07
    Posts: 453

    put 127.0.0.1 back in or open up port 3306 in your router firewal. Its safer to just put 127.0.0.1 back in. This is just so the web site its self can communicate with the SQL database not any one else.

    Allso did you edit the config.php ?

    To hit your web site if it is in the folder mangosweb in side the www folder you need to put this in the internet explorer http://localhost/mangosweb

    Posted 2 years ago » Permalink

  19. pcse

    Regular
    Joined: Feb '08
    Posts: 70

    ok.. put back.. accessed http://localhost/

    NO ERRORS AT ALL..

    well, my SQLyog > realmd > realmlist > Table Data is like this:

    id name address ............. dbinfo
    1 WoW-Aju 127.0.0.1 ............. root;*****;3306;127.0.0.1;mangos;characters

    my config.php is like this:

    $realmd = array(
    'db_type' => 'mysql',
    'db_host' => '127.0.0.1', //ip of db realm
    'db_port' => '3306', //port
    'db_username' => 'root', //realm user
    'db_password' => '*****', //realm password
    'db_name' => 'realmd', //realm db name
    'db_encoding' => 'utf8', // don't change
    );

    Is everything ok?

    Posted 2 years ago » Permalink

  20. Bryansthl

    Legend
    Joined: Dec '07
    Posts: 453

    Change the fist 127.0.0.1 to your DNS name leave the second alone.
    id name address ............. dbinfo
    1 WoW-Aju 127.0.0.1 <-change this one ............. root;*****;3306;127.0.0.1;mangos;characters

    The rest looks good

    Posted 2 years ago » Permalink

  21. pcse

    Regular
    Joined: Feb '08
    Posts: 70

    ok, now I entered mangosweb page and accepted ToS, but when I tried to use my username and password, (root / *****), I get "Bad username"..

    can't login

    Posted 2 years ago » Permalink

  22. Bryansthl

    Legend
    Joined: Dec '07
    Posts: 453

    use your regular mangos wow server account username and password

    Posted 2 years ago » Permalink

  23. pcse

    Regular
    Joined: Feb '08
    Posts: 70

    IT WORKED!!!! I used the one I was using to enter the game.

    But, in the readme_howto.txt says I can access my Admin panel like this:
    Go to Context menu: > Admin Panel (it's a drop down, but it doesn't appear any section called "admin panel", only Main, Forum, Players Online, Chat, Personal Messages..

    Maybe this account is not set to be admin?

    Posted 2 years ago » Permalink

  24. Bryansthl

    Legend
    Joined: Dec '07
    Posts: 453

    let me explain that! if your GM level on the wow server is 3 or 4 you have admin rights on the web site and all that alows you to do is edit and or delete forum post and veiw info on the web site that non administrators can.

    Posted 2 years ago » Permalink

  25. pcse

    Regular
    Joined: Feb '08
    Posts: 70

    my account is set to 3 (didn't know there was a 4)

    humm.. so there's no "Admin Panel", right?

    and, yeah, how do I put this on the web so everybody can access.. because if somebody put http://localhost it won't work..

    PS: BTW, what's the difference between 3 and 4?

    Posted 2 years ago » Permalink

  26. pcse

    Regular
    Joined: Feb '08
    Posts: 70

    it's because in the guide it says:

    From the Admin Panel, you can set the variables for:
    - Users
    - Site Settings
    - Realms (here you can add existing Realms. This is not the same as creating new ones)
    - Reg Keys (these are registration keys mailed to users to validate their accounts)
    - Languages (here you can add or delete languages from the Choose Language: menu
    - Donate Admin (configure your site to accept donations and to give reward/items for
    donations)
    - Backup Management (This one I'm not too sure about, I bet the programmer knows!)
    - Add News
    - Edit News
    - Configure Chat (I believe this is java or javascript based and might come in handy)

    and if there isn't any.. how can I do that? or I can't?

    Posted 2 years ago » Permalink

  27. Bryansthl

    Legend
    Joined: Dec '07
    Posts: 453

    forget the post i made above i didn't no the mangosweb had a admin interface! Duh i configured my site all in the SQL data base.

    If you use the SQLyog progam expand the realmd data base go to acount_extend table in the second row you will see g_id find your account and change the 2 to 3 or 4

    sorry about that I just learned something new

    Posted 2 years ago » Permalink

  28. pcse

    Regular
    Joined: Feb '08
    Posts: 70

    :p

    can't find my account! it's all blank!

    Posted 2 years ago » Permalink

  29. pcse

    Regular
    Joined: Feb '08
    Posts: 70

    it's like this:
    http://img150.imageshack.us/img150/5030/sqlyogvs4.gif

    btw, is it safe to delete all these accounts since it's all 0s/blank ?!

    Posted 2 years ago » Permalink

  30. Bryansthl

    Legend
    Joined: Dec '07
    Posts: 453

    Use SQLyog expand the realmd data base go to account table there you should be able to see your account name in the second collum username
    Write down the id number that is infront of your account name.

    click on the account_extend table match the number you wrote down with the account_id number in the first collum. Thats your account.

    Posted 2 years ago » Permalink

RSS feed for this topic

Reply »

You must log in to post.

Topic Info

General

Discuss about anything else

1,272 Topics – 6,703 Posts