Set Up An Account Creation Page menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 36
  1. #1
    Xtinction's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Set Up An Account Creation Page

    Hello I Am Going To Show You How To Set Up Your Own Account Creation page. Ok So First Off Download Spora - Spora 1.5

    Then Download Wamp 2.0 - Wamp 2.0

    Then Open Up Spora 1.5 And You Will See This


    Just Copy All Those Files Into Your C:/Wamp/www Folder

    When That Is Done Copying Just Open Up C:/Wamp/www/Includes/Config.php

    You Will Need To Change The Following In Red

    Code:
    <?php
    /*
    	SPORA (Simple Page Of Registration of Accounts) for Ascent V1.5
    	Simple Account Signup and Status Page
    
    	Original creation by mirage666 for MaNGOS
    	Modified by Kandyman for Ascent
    	Modified again by ravenger
    */
    
    ="en";						// Select your language, this is the map in the "language" folder
    ="ServerName";			// This is the title for your site, displayed in the browser
     = "http://www.mmowned.com/forums/images/";			// Directory were your images are
     = "wotlk.jpg";			// Insert here your background image, must located in "backgrounds" folder
    
    ="127.0.0.1";				// Insert your host for the character database
    ="username";					// Insert your username for the character database
    ="password";					// Insert your password for the character database
    ="logon";					// Insert your name for the character database
    
    ="127.0.0.1";				// Insert your host for the logonserver database
    ="username";					// Insert your username for the logonserver database
    ="password";					// Insert your passeword for the logonserver database
    ="logon";					// Insert your name for the logonserver database
     = 'CP1251';	// Set database encoding
    
     = "127.0.0.1";			// Server used by your ascent server
     = "8129";					// Port used by your ascent server
    =0;					// This will lock the created account to the IP address (1 - on, 0 - off)
    =0;					// This allowes to create 1 or more account from 1 IP addres, 0=unlimited, 1=one acc, 2=two etc...
    
    ?>

    Then You Just Need To Go To C:/Wamp/Wampmanager.exe And Put Your Website Online.

    To Change The Font And Color Of The Words In The Website Just Open C:/Wamp/www/style.css With Note Pad And Change The Fonts And Color Of the Fonts. here Is An Example Every Thing In red You Can Change To Change The Fonts And Colors.

    Code:
    /*
    	SPORA (Simple Page Of Registration of Accounts) for Ascent V1.5
    	Simple Account Signup and Status Page
    
    	Original creation by mirage666 for MaNGOS
    	Modified by Kandyman for Ascent
    	Modified again by ravenger
    */
    body {
    	background-color: #000000;
    	margin-left: 0px;
    	margin-top: 0px;
    	margin-right: 0px;
    	margin-bottom: 0px;
    }
    a {
    	font-weight:bold;
    	color:#FFFFFF;
    }
    a:link {
    	font-weight:bold;
    	color:#FFFFFF;
    }
    a:active {
    	font-weight:bold;
    	color:#FFFFFF;
    }
    a:visited {
    	font-weight:bold;
    	color:#FFFFFF;
    }
    a:hover {
    	font-weight:bold;
    	color:#FFFFFF;
    }
    
    #bg {
    	position:absolute;
    	left:50%;
    	top:50px;
    	width:640px;
    	height:480px;
    	z-index:1;
    	margin-left:-305px;
    }
    #cont {
    	position:absolute;
    	left:50%;
    	top:215px;
    	width:220px;
    	height:155px;
    	z-index:2;
    	margin-left:-110px;
    }
    #list {
    	position:absolute;
    	left:50%;
    	top:385px;
    	width:450px;
    	height:200px;
    	z-index:3;
    	margin-left:-225px;
    	padding-top:30px;
    }
    .text {
    	color:#FFFFFF;
    	font-family:Dungeon;
    	font-weight:bold;
    	font-size:8pt;
    	padding-left:24px;
    }
    .error {
    	color:#FFFFFF;
    	font-family:Dungeon;
    	font-weight:bold;
    	font-size:8pt;
    	vertical-align:middle;
    }
    .title {
    	font-size:10pt;
    	color:#FFFFFF;
    	font-family:Dungeon;
    }
    If You Do This Just Restart Your Services For Wamp. To See Your Website You Will Need To Register An Account DynDns. Create A Host Then Go To

    C:\Windows\System32\Drivers\Etc\

    Then Open Hosts With Notepad

    Then Change The Following In Red

    Code:
    # Copyright (c) 1993-1999 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    #      102.54.94.97     rhino.acme.com          # source server
    #       38.25.63.10     x.acme.com              # x client host
    
    127.0.0.1 DNS
    Internal IP DNS
    External IP DNS
    To Find Your External IP Go To External IP

    To Find Your Internal IP Go To Start Then Run Then CMD A Black Screen Will Popup In Their Type ipconfig

    A List Of IP's Will Show. Just Find The One That Starts With 192.168 That Will Be Your IP.

    Then After That Restart Your Services Again And Tell Your Friends To Type http://YourDNS In their Address bar To Make An Account. Hope I can Help If You Got Any Questions Just post here

    Set Up An Account Creation Page
  2. #2
    Bullymaniac's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what do i put in my server files?

  3. #3
    Xtinction's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What Do You Mean

  4. #4
    Bullymaniac's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i mean in ascent realmserver and ascent logonserver, etc

  5. #5
    Xtinction's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh. No Dude You Dont Need That For Website Thats To make its public If You Want That Go To My Other Guide

  6. #6
    Bullymaniac's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ohh im a loser i hate myself im gonna kill me
    but thnks :*(...

  7. #7
    Xtinction's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol No Problem

  8. #8
    Abstraction's Avatar Member
    Reputation
    32
    Join Date
    May 2008
    Posts
    472
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I come yp to like a Wamp server thing, not an account creation page O.o

  9. #9
    merlinguy21's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yo nooblets

  10. #10
    edded's Avatar Member
    Reputation
    5
    Join Date
    Jan 2008
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey dude how do i put it online it just comes up with
    WAMPSERVER - server offline
    and um yeah so i get to the websitie but no one else can can u help me

  11. #11
    Lord Torvos's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edded put server online so people can see it public..Thats if you have portforwared..and have a dyndns thing.

  12. #12
    metomars11's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice Guide, but whenever i want to go to the account creation page, it takes me to my B.T Homepage thingy. Any Ideas??

  13. #13
    Skreem's Avatar Sergeant
    Reputation
    17
    Join Date
    Apr 2007
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Public

    Hmm Ive followed every guide. Everything. I click put online and also restart the services. Got my Dyndns set. Im not sure whats wrong, but it wont go public.

  14. #14
    Worldartexposition's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it worked dude ! thnx

  15. #15
    Darksid's Avatar Member
    Reputation
    19
    Join Date
    Jun 2008
    Posts
    375
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any idea why my site has black text that you cant read?? bow.servegame.org

Page 1 of 3 123 LastLast

Similar Threads

  1. [PHP] Need helping setting up account creation page.
    By c0ddingt0n in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 02-01-2009, 05:45 PM
  2. Set Up A Non Hamachi Server With An Account Creation Page
    By Xtinction in forum WoW EMU Guides & Tutorials
    Replies: 23
    Last Post: 12-12-2008, 10:02 PM
  3. Account creation page
    By freshfish in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 10-28-2007, 05:23 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 05:27 PM. 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