How to make a Registration page? menu

User Tag List

Results 1 to 5 of 5
  1. #1
    trygon11's Avatar Member
    Reputation
    4
    Join Date
    Oct 2007
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to make a Registration page?

    So i made my server public (i think)
    I changed my realmlist to my external IP and my realmlist.conf
    I myself can still connect.
    I dont however have a registration page for other people to make accounts
    I am using Arcemu
    I made a DynDns host thing and changed my hosts folder in my c:/Windows/system32/drivers/ect to
    127.0.0.1 DynDNS name
    Internal IP DynDNS name
    External IP DynDNS name

    now when i put my dyndns name in my browser i get my router page
    Ive also already forwarded the proper ports


    If you need any other info just ask

    +Rep x3 for a working solution

    All Help is VERY much appreciated.
    Thank you!
    Last edited by trygon11; 03-03-2010 at 10:40 PM.

    How to make a Registration page?
  2. #2
    trygon11's Avatar Member
    Reputation
    4
    Join Date
    Oct 2007
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Even a link to a working guide, so far i haven't found any decent ones, either they didnt work or they were in some other language.

  3. #3
    Summer's Avatar Active Member
    Reputation
    16
    Join Date
    Sep 2007
    Posts
    308
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ur useing wamp or somthing ?

  4. #4
    spitfire21's Avatar Member
    Reputation
    2
    Join Date
    Oct 2009
    Posts
    100
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok well Im guessing you don't know php there really isn't a guide.
    There are guides to learn php but for you the best solution would be
    download someones and customize it for you. To do that read their
    guide on how to install and change logos and images around.

  5. #5
    Aellya's Avatar Sergeant
    Reputation
    21
    Join Date
    Mar 2010
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Indeed, what you need is to make a form where people supply their info (account name, password, email, extra info) then submit it to a page (can be the same page) which then adds an entry to the mysql table. This can only be done with a dynamic server page system such as asp or php

    A sudo php example, Exclues the web page form needed to submit the data (loads of info about how to make those on t' 'net)


    define("DB_LOGON", "logon_db"); // Change to your database name

    <add checking here for valid username and password strings>

    // Check if the user name is already used.
    $sqlquery = "SELECT acct FROM ".DB_LOGON.".accounts WHERE login='$username'";
    $query = mysql_query($sqlquery);
    $number = mysql_num_rows($query);
    if($number >= 1)
    echo "That user name is already taken. If this is your new account, wait up to 5 minutes before it gets activated.";
    else
    {
    // Add the new account
    $ip = getenv('REMOTE_ADDR');
    $userpass = strtoupper($username).":".strtoupper($password);

    $sqlinsert = "INSERT INTO ".DB_LOGON.".accounts (`login`, `password`, `encrypted_password`, `email`, `lastip`)";
    $sqlinsert .= " VALUES ('$username', '$password', SHA('$userpass'), '$email', '$ip')";

    mysql_query($sqlinsert);
    echo "Account Created!";
    }

    The login server rescans the account table every 5 minutes so it can take upto 5 minutes before the account becomes active.

    Hope this helps

Similar Threads

  1. How do i make my registration page work? And Other stuff about it
    By whatshisface in forum WoW EMU Questions & Requests
    Replies: 14
    Last Post: 09-16-2008, 07:42 PM
  2. Replies: 73
    Last Post: 09-10-2008, 10:56 AM
  3. [Guide] How to make a great website with account registration [Noob Friendly]
    By King Shaun in forum WoW EMU Guides & Tutorials
    Replies: 84
    Last Post: 06-16-2008, 08:26 PM
  4. Make an GM registration page
    By GrooN in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 06-11-2008, 10:19 AM
  5. [Guide] How to make a account creation page! Very easy!! (Hamachi)
    By rfvtgbyhn in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 11-02-2007, 05:25 PM
All times are GMT -5. The time now is 07:01 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