Simple Account Creation page menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    Abdullaah's Avatar Member
    Reputation
    13
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Simple Account Creation page

    Hey All!!
    I have created a Simple Account creation page!!

    Heres the Demo:

    Account Registeration Page

    and heres a guide on installing it to your server:

    Open home.php, and edit the things in RED!!
    Code:
    <html>
        <body>
            <?php
            error_reporting(E_ALL);
            $name = $_POST['username'];
            $pass = $_POST['password'];
            $email = $_POST['email'];
            $flags=0;
            if(!empty($_POST['TBC'])){
                $flags+=8;
            }
            if(!empty($_POST['WotLK'])){
                $flags+=24;
            }
            mysql_connect("Database Host","DB Username","DB Password");
            mysql_select_db("Youraccountdatabase");
            if(mysql_num_rows(mysql_query("SELECT * FROM `accounts` WHERE `login`='$name'"))>0){
                echo "Please Choose another Username.";
            }else{
                if(mysql_query("INSERT INTO accounts (login, password, email,flags) VALUES('$name', '$pass', '$email', '$flags' ) ")){
                    echo"Your Account has been created Successfully";
                }else{
                    echo"Please Try Again.";
                }
            }
    
            ?>
        </body>
    </html>
    Open INDEX.HTML and Edit:
    Code:
    <html>
    <head>
    <link rel="stylesheet" type="text/css"
    href="account.css" />
    </head>
    <title>
    Account Registeration Page
    </title>
    <body>
    <body>
    <h1>Account Creation Page</h1>
    <h2>Site Navigation:</h2>
    <p1>
    <br>
    <a href="http://LinkToYourHomePage">Home</a>
    </br>
    <br>
    <a href="http://LinkTOYourForums">Forums</a>
    </br>
    <br>
    <a href="http://LinkToYourAccountRegisterationPage">Registeration</a>
    </br>
    </p1>
    <center>
    <font color="GoldenRod"><font size="4"><b>
            <form name="input" action="home.php" method="post">
            <fieldset>
            <legend>Create Your Account here:</legend><p>
              Username:
                <input type="text" name="username">
                <br>
                Password:
                <input type="text" name="password">
                <br>
                Email-ID:
                <input type="text" name="email">
                <p>
                Burning Crusade
                <input type="checkbox" name= "TBC" value="tb">
                </p>
                <p>
                Wrath of the Lich King
                <input type="checkbox" name="WotLK" value="ww">
                </p>
                <p>
                <br>
                <input type="submit" value="Submit">
                </p></p>
                </fieldset>
            </form>
    <p2>Set Realmlist Whateverisyourrealmlist</p2>
    </font>
    </body>
    </body>
    </center>
    </html>
    Close, and save both of your files.
    Make sure all 3 Files;
    index.html, home.php and account.css is in your HTDOCS or WWW folder.

    All Credit goes to me!
    Thank You! :-)


    DOWNLOAD NOW:

    MEGAUPLOAD - The leading online storage and file delivery service

    Simple Account Creation page
  2. #2
    Abdullaah's Avatar Member
    Reputation
    13
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol, 53 Views and not a single reply? :O
    *BUMP*

  3. #3
    Energizer Rabbit's Avatar Active Member
    Reputation
    22
    Join Date
    Oct 2007
    Posts
    177
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pics? plox?

  4. #4
    Abdullaah's Avatar Member
    Reputation
    13
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by champy View Post
    Pics? plox?
    Lol just go to the demo Account Registeration Page, but anyways,
    here:

  5. #5
    whyyes's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    that is REALLY basic but works!

  6. #6
    Abdullaah's Avatar Member
    Reputation
    13
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm, yeah as the thread title says, "Simple Account Creation Page"! Lol :P

  7. #7
    tompie66's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I want to download it but i rly cant read the image verifation on megaupload to download it

  8. #8
    Abdullaah's Avatar Member
    Reputation
    13
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol, here is the filebeam link:

    Filebeam - Free Fast File Hosting

  9. #9
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey, this is actuely nice for all who want to create there own account page, this is clean and ready to edit and make epic design out of it, so nice work M8 +Repx2 from me

  10. #10
    Abdullaah's Avatar Member
    Reputation
    13
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by keazain View Post
    hey, this is actuely nice for all who want to create there own account page, this is clean and ready to edit and make epic design out of it, so nice work M8 +Repx2 from me
    Hey, yeah thanks! I know, im still making 1 with more designs and a wallpaper, and will release it once its done, but yeah if any1 wants to edit it and make it look more better they are most welcome, and wud be better if they release it too :P

  11. #11
    gimmeurlife's Avatar Member
    Reputation
    12
    Join Date
    Aug 2008
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmmm I followed this guide once before in another thread of yours where me and about 10 other people all told you that you have an error in your php file on line 16:

    Code:
    <html>
        <body>
            <?php
            error_reporting(E_ALL);
            $name = $_POST['username'];
            $pass = $_POST['password'];
            $email = $_POST['email'];
            $flags=0;
            if(!empty($_POST['TBC'])){
                $flags+=8;
            }
            if(!empty($_POST['WotLK'])){
                $flags+=24;
            }
            mysql_connect("Database Host","DB Username","DB Password");
            mysql_select_db("Youraccountdatabase");
            if(mysql_num_rows(mysql_query("SELECT * FROM `accounts` WHERE `login`='$name'"))>0){     <------- Error here somewhere
                echo "Please Choose another Username.";
            }else{
                if(mysql_query("INSERT INTO accounts (login, password, email,flags) VALUES('$name', '$pass', '$email', '$flags' ) ")){
                    echo"Your Account has been created Successfully";
                }else{
                    echo"Please Try Again.";
                }
            }
    
            ?>
        </body>
    </html>

    It gives you an error when you try and create an account. I'm no php expert so i'm not sure exactly what it is but it's there.

  12. #12
    mager1794's Avatar Member
    Reputation
    356
    Join Date
    Feb 2008
    Posts
    703
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +Rep XD its nice to see the leechers making an effort to escape, and nice design but web designs are no longer allowed in the emulation section =( they have to be in the programming section
    Lunar Gaming - Reaching For The Stars

  13. #13
    totalvamp's Avatar Member
    Reputation
    3
    Join Date
    Apr 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gimmeurlife View Post
    hmmm I followed this guide once before in another thread of yours where me and about 10 other people all told you that you have an error in your php file on line 16:

    It gives you an error when you try and create an account. I'm no php expert so i'm not sure exactly what it is but it's there.
    Code:
    if(mysql_num_rows(mysql_query("SELECT * FROM `accounts` WHERE `login`='$name'"))>0){ <------- Error here somewhere
    should be

    Code:
    if(mysql_num_rows(mysql_query("SELECT * FROM `accounts` WHERE `login`= '".$name."'))>0){

  14. #14
    Glorianglorre's Avatar Active Member
    Reputation
    40
    Join Date
    Feb 2009
    Posts
    340
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good Release and totalwamp thanks for the problem fix.

    if(mysql_num_rows(mysql_query("SELECT * FROM `accounts` WHERE `login`= '".$name."'))>0){

  15. #15
    Glorianglorre's Avatar Active Member
    Reputation
    40
    Join Date
    Feb 2009
    Posts
    340
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry for the double post my internet was ****ed up.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Question] A simple way to make an account creation page?
    By sonnyd666 in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 03-15-2008, 02:50 PM
  2. Replies: 15
    Last Post: 11-25-2007, 09:53 AM
  3. Simple Account Creation Page.
    By hafastr in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 11-04-2007, 04:33 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
  5. Account Creation Page
    By Squishyy in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 09-20-2007, 11:01 AM
All times are GMT -5. The time now is 09:12 PM. 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