need help with server account creation site 1.12 mangos menu

User Tag List

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

    need help with server account creation site 1.12 mangos

    Good evening,


    I was hoping someone could help me with a server website setup. I am using Alterwow's vanilla, 1.12 mangos server, and im trying to setup a simple account creation page. I have php, and apache configured and working. I get the error Fatal error: Call to undefined function mysql_connect() in
    C:\wowserver\Server\htdocs\sql.php on line 3. If anyone is framiliar with this maybe they can help me get it resolved. I'm sure it is something simple. Many thanks for anything you can do. I'm sure some of you coders can probably figure out right off where my error is. I will post my code.





    <html>
    <body>
    <form action="sql.php" method="post">
    Username: <input type="text" name="username" />
    Password: <input type="text" name="password" />
    <input type="submit" />
    </form>
    </body>
    </html>
    ____________________________________________________
    sql.php code:


    <?php
    $con = mysql_connect("127.0.0.1","root","ascent");

    mysql_select_db("realmd", $con);
    $sha1pw = 'sha1($_POST[password])';
    $sql="Account(username, sha_pass_hash)
    VALUES
    ('$_POST[username]','$sha1pw')";
    if (!mysql_query($sql,$con))
    {
    die('Error: ' . mysql_error());
    }
    echo "Account created sucessfully!!!!!";
    mysql_close($con)
    ?>

    need help with server account creation site 1.12 mangos
  2. #2
    evilmercenary's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by evilmercenary View Post
    Good evening,


    I was hoping someone could help me with a server website setup. I am using Alterwow's vanilla, 1.12 mangos server, and im trying to setup a simple account creation page. I have php, and apache configured and working. I get the error Fatal error: Call to undefined function mysql_connect() in
    C:\wowserver\Server\htdocs\sql.php on line 3. If anyone is framiliar with this maybe they can help me get it resolved. I'm sure it is something simple. Many thanks for anything you can do. I'm sure some of you coders can probably figure out right off where my error is. I will post my code.





    <html>
    <body>
    <form action="sql.php" method="post">
    Username: <input type="text" name="username" />
    Password: <input type="text" name="password" />
    <input type="submit" />
    </form>
    </body>
    </html>
    ____________________________________________________
    sql.php code:


    <?php
    $con = mysql_connect("127.0.0.1","root","ascent");

    mysql_select_db("realmd", $con);
    $sha1pw = 'sha1($_POST[password])';
    $sql="Account(username, sha_pass_hash)
    VALUES
    ('$_POST[username]','$sha1pw')";
    if (!mysql_query($sql,$con))
    {
    die('Error: ' . mysql_error());
    }
    echo "Account created sucessfully!!!!!";
    mysql_close($con)
    ?>
    got it working, had to add like 50 more lines of code, haha, if anyone is running a 1.12 server and needs help let me know!, I am gonna post the code soon

  3. #3
    DoxramosPS's Avatar Knight
    Reputation
    26
    Join Date
    Aug 2010
    Posts
    214
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by evilmercenary View Post
    got it working, had to add like 50 more lines of code, haha, if anyone is running a 1.12 server and needs help let me know!, I am gonna post the code soon
    I'm working on a website right now that will be compatible with 1.12, 3.3.5, and 2.4.3 Mangos/Trinity/Ascent and all you will have to do is set up the configuration file properly. Hoping to be done this weekend. Let me know if you're interested.
    Mangos and Trinity Emulation
    Windows | Linux
    Under Development : morgangreen.org WoW CMS Site

Similar Threads

  1. Need help with my account creation website
    By strand95 in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 02-21-2009, 02:01 PM
  2. i need help with selling accounts???
    By xdarkghostx in forum Community Chat
    Replies: 0
    Last Post: 03-21-2008, 08:33 PM
  3. Need help [with kidnapped account]!
    By lawlPwnage in forum World of Warcraft General
    Replies: 4
    Last Post: 03-04-2008, 02:55 PM
  4. NEED help with server plus rep
    By Denelly in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 10-30-2007, 09:12 PM
  5. Need help with trial account/glider
    By heaker in forum World of Warcraft General
    Replies: 1
    Last Post: 03-10-2007, 07:03 PM
All times are GMT -5. The time now is 01:41 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