Account Management Tools menu

User Tag List

Results 1 to 15 of 15
  1. #1
    Moederkoek's Avatar Member
    Reputation
    9
    Join Date
    Oct 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Account Management Tools

    I've searched my ass off, but I can only come to the gay Spora and some other "Registration" pages.

    I want a tool (PHP), where you can unlock your character, teleport him to a capital, change your password etcetera. Anyone please?

    +Rep If you got it!

    Account Management Tools
  2. #2
    Bioz's Avatar Member
    Reputation
    7
    Join Date
    Sep 2007
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You are asking for Bellatrix Tools.. search on Bellatrix

  3. #3
    Moederkoek's Avatar Member
    Reputation
    9
    Join Date
    Oct 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bioz View Post
    You are asking for Bellatrix Tools.. search on Bellatrix
    Ait,

    +Rep <3

  4. #4
    Moederkoek's Avatar Member
    Reputation
    9
    Join Date
    Oct 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Though, at unstuck I get: Table 'logonserver.characters' doesn't exist

    Though the config looks like this:

    $aHost = "localhost";
    $aDatabase = "logonserver";
    $aPort = "3306";
    $aUsername = "root";
    $aPass = "***";

    //character database info
    $cHost = "localhost";
    $cDatabase = "characters";
    $cPort = "3306";
    $cUsername = "root";
    $cPass = "****";

  5. #5
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    your "world" database is logonserver???

  6. #6
    Moederkoek's Avatar Member
    Reputation
    9
    Join Date
    Oct 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My world database is "Ascent", But that hasnt got anything to do with the chars / accounts, right?

    Since I get: Table 'ascent.accounts' doesn't exist when I try "Ascent"

  7. #7
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Moederkoek View Post
    Though, at unstuck I get: Table 'logonserver.characters' doesn't exist

    Though the config looks like this:

    = "localhost";
    = "logonserver";
    = "3306";
    = "root";
    = "***";

    //character database info
    = "localhost";
    = "characters";
    = "3306";
    = "root";
    = "****";
    just change the red thing where your accounts table is localized same for the second one if account table is on your "ascent" datbase then type there ascent

  8. #8
    Bioz's Avatar Member
    Reputation
    7
    Join Date
    Sep 2007
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im not really sure what the first one is for if its not for world but try characters in both ?

    So you have:

    $aHost = "localhost";
    $aDatabase = "characters";
    $aPort = "3306";
    $aUsername = "root";
    $aPass = "***";

    //character database info
    $cHost = "localhost";
    $cDatabase = "characters";
    $cPort = "3306";
    $cUsername = "root";
    $cPass = "****";

  9. #9
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if your character/accounts tables are in "characters" databse then yes if that doesnt work try with "ascent"

  10. #10
    Moederkoek's Avatar Member
    Reputation
    9
    Join Date
    Oct 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spartansp View Post
    just change the red thing where your accounts table is localized same for the second one if account table is on your "ascent" datbase then type there ascent
    My accounts table is localised on the database: Logonserver,
    My character table is localised on the database: Characters...

    So it should work? :\
    Table 'logonserver.characters' doesn't exist

  11. #11
    Bioz's Avatar Member
    Reputation
    7
    Join Date
    Sep 2007
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That sounds weird.. both Accounts & Characters tables should be in same database.

  12. #12
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yea that is what i think too i think he is confused about database names...try with typing ascent in both

  13. #13
    Bioz's Avatar Member
    Reputation
    7
    Join Date
    Sep 2007
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Right now i have everything in 1 database called "ascent".. that includes "Accounts", "Characters", "Items", "Quests" etc etc..

    Put all your tables in 1 and just use "ascent" in both lines.

  14. #14
    Moederkoek's Avatar Member
    Reputation
    9
    Join Date
    Oct 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bioz View Post
    Right now i have everything in 1 database called "ascent".. that includes "Accounts", "Characters", "Items", "Quests" etc etc..

    Put all your tables in 1 and just use "ascent" in both lines.
    Tyvm, I just dumped all account / chars in 1 DB :yuck:+Rep

  15. #15
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol glad we helped you out :P

Similar Threads

  1. Last name in account management?
    By trinket in forum World of Warcraft General
    Replies: 5
    Last Post: 01-25-2008, 08:50 AM
  2. (Another) Server management tool
    By Le Froid in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 01-17-2008, 07:36 AM
  3. Antrix/ascent Server management tools.(AND MORE)
    By nickelo in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 01-03-2008, 01:38 PM
All times are GMT -5. The time now is 05:00 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