Registration Page for private servers menu

User Tag List

Results 1 to 4 of 4
  1. #1
    mesoalt's Avatar Member
    Reputation
    2
    Join Date
    Jun 2007
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Registration Page for private servers

    Hello everyone. I am in dire need to figure this problem out. I have my own domain name, Wofa.us, and i have a home page, connection info, forums, all these are working fine, but i need to know why my registration page is not working. Here are my codes for the register.php, register.html, and the error im getting.

    Register.php:

    <html>
    <body>
    <?php
    $pass1 = $_GET["pass"];
    $pass2 = $_GET["pass2"];
    $user = $_GET["user"];
    $connection = mysql_connect("127.0.0.1", "root", "1234");
    if (!$connection)
    {
    die('Unable to connect to server: ' . mysql_error());
    }
    mysql_select_db("character",$connection);
    //Check the inputs arent blank
    if ($user == "" or $pass1 == "" or pass2 == "")
    {
    die('You did not complete all of the required fields');
    }
    //See if that user exists already
    $check = mysql_query("SELECT username FROM users WHERE username = '$user");
    if ($check2 != 0)
    {
    die('Sorry, the username '.$user.' is already in use.');
    }
    //password verification check
    if ($pass1 != $pass2)
    {
    die('Your passwords did not match. ');
    }
    //encrypt and add slashes
    $md5pass = md5($pass1);
    if (!get_magic_quotes_gpc())
    {
    $md5pass = addslashes($md5pass);
    $user = addslashes($user);
    }
    //add entry to sql database
    $insert = "INSERT INTO users (username, password)
    VALUES ('".$user."', '".$md5pass."')";
    $add_member = mysql_query($insert);

    echo "Congratulations, User: $user has been registered successfully";
    //mysql_close($connection);
    ?>

    </body>
    </html>

    Register.html:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Warriors of Flaming Anarchy</title>
    <link rel="stylesheet" type="text/css" href="style.css" />
    </head>
    <body>
    <div id="container">
    <div id="header">
    <img src="Banner.jpg" height="239px" width="930px" />
    </div>
    <div id="nav">
    <ul>
    <br /><br />
    <li><a href="index.html">Home</a></li>
    <br /><br />
    <li><a href="connect.html">Connection Info</a></li>
    <br /><br />
    <li><a href="register.html">Register</a></li>
    <br /><br />
    <li><a href="forums">Forums</a></li>
    <br /><br />
    <br /><br />
    <br /><br />
    </ul>
    </div>
    <div id="content">
    <h2>Create an account!</h2>
    <p>&nbsp;</p>
    <p>&nbsp;</p>

    <form action="register.php" method="get">
    <table border="0">
    <tr>
    <td>Username:</td>
    <td><input type="text" name="user" maxlength="12"></td>
    </tr>
    <tr>
    <td>Password:</td>
    <td><input type="password" name="pass" maxlength="10"></td>
    </tr>
    <tr>
    <td>Confirm Password:</td>
    <td><input type="password" name="pass2" maxlength="10"></td>
    </tr>
    <tr>
    <th colspan=2><input type="submit" name="submit" value="Register"></th>
    </tr>
    </table>
    </form>
    </div>
    </div>
    </body>
    </html>


    Error i get when i go to the link:


    Warning: mysql_connect(): Lost connection to MySQL server during query in /home/content/r/u/s/russellsite/html/wofa/register.php on line 7
    Unable to connect to server: Lost connection to MySQL server during query


    Please do try to help me if you have any knowlage as to why this is happening. Give me a suggestion, etc and if you even attempt to actually help, and are not just lazy, saying something like you hav e the wrong coding or something, than i will +Rep for sure. Thanks everyone!

    Registration Page for private servers
  2. #2
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pretty sure this isn't a guide. Post it in the questions forum please.

    I live in a shoe

  3. #3
    mesoalt's Avatar Member
    Reputation
    2
    Join Date
    Jun 2007
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    woops

    lol sorry :[

  4. #4
    Erase's Avatar Banned
    Reputation
    229
    Join Date
    Jun 2008
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wrong section.

Similar Threads

  1. Replies: 12
    Last Post: 12-01-2008, 06:21 AM
  2. Replies: 73
    Last Post: 10-25-2007, 05:58 PM
  3. Looking for private server
    By Deadwinga in forum World of Warcraft General
    Replies: 2
    Last Post: 08-24-2007, 08:25 AM
  4. WoW account for private server
    By original~GANK~staz in forum World of Warcraft General
    Replies: 2
    Last Post: 05-23-2007, 04:12 PM
  5. Need some stuff for private server
    By xredzx01 in forum World of Warcraft General
    Replies: 2
    Last Post: 08-11-2006, 06:31 PM
All times are GMT -5. The time now is 10:44 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