Welcome to the MMOtop - Arcemu, Mangos, Trinity.
+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Jerry's Avatar
    Status : Jerry is offline
    Join Date : Mar 2009
    Location : Serbia
    Posts : 2,321
    Thanks: 223
    Thanked 501 Times in 286 Posts
    Rep Power : 10
    Reputation:2077Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute

    Default [Tutorial] How to setup an Account Creation page for your server

    CREDITS: ZAZOOPALLY

    First you're going to want to go to [Only registered and activated users can see links. ]
    There you can create an account and then choose add a host



    Then your going to want to choose port 80 redirect and type in 8245 as your port number




    Now to find your external ip go to: [Only registered and activated users can see links. ] then type that big number you see in the middle of the screen in the place where it says Ip adress (at no-ip.com): x.x.x.x

    Now you gotta download Wamp. (Since we are using wamp you do not need to open Apache in any repack or edit htdocs in any repack, this is a replacement.)

    go to [Only registered and activated users can see links. ]

    then you gotta download your account creation page you want to host. I use: [Only registered and activated users can see links. ]

    download that then extract it to your www folder in wamp like this:





    After that go into the www folder and change whatever I highlighted in red to what i put there ex: instead of 127.0.0.1 make it localhost; make sure the db= agrees with your table which has the accounts in it ex: Aspire is logon ArcEmu is characters.

    Code:
    $lang="en";			// Language ("en" - english, "ru" - russian)
    $host="localhost";		// HOST for Antrix database
    $user="Acc. u use to login to your DB";			// USER for Antrix database
    $password="Pass u use to login to your DB";		// PASS for Antrix database
    $db="Accounts DB here";			// NAME of Antrix database
    $hostr="localhost";		// HOST for Login database
    $userr="Acc. u use to login to your DB";			// USER for Login database
    $passwordr="Pass u use to login to your DB";		// PASS for Login database
    $dbr="Accounts DB here";			// NAME of Login database
    $database_encoding = 'CP1251'; 	// Set encoding
    $img_base = "img/";		// Image dir
    $server = "REALMLIST HERE";		// Antrix Server Address
    $port = "8129";			// Antrix Server Port
    $title="Site title here";		// Insert the title of your server here
    $lock_acc=0;			// Lock created account to IP address (1 - on, 0 - off)
    $lock_reg=0;			// Registration only one (or more) account from one IP address
    				// 0 - not limit, 1 - one acc,  2 - two acc, etc...
    
    Almost done only two more things you need to do.

    now run wampserver and a little speedmeter looking thing should pop up in the bottom right corner of your screen left click and scroll up to where it says apache then choose httpd.conf in scroll down menu. In the

    notepad that opens look for listen 80 and change that to 8245 same with the line above it and change localhost to your no-ip we made earlier. Like this:




    Now lastly the hard part: Port forwarding


    go to your router this can be done by typing your internal ip or just typing home in the URL bar of your browser. The only port you need to forward now is 8245 you can add it to your group of ports you had to open for hosting your server. After that save it and you're done!

    Credits to Mirage666, Kandyman

  2. #2
    Status : KrisP69 is offline
    Join Date : Aug 2009
    Posts : 2
    Thanks: 0
    Thanked 0 Times in 0 Posts
    Rep Power : 0
    Reputation:10KrisP69 is on a distinguished road

    Default

    i need help im totally lost on 2nd last step

  3. #3
    Status : PrincessAsuki is offline
    Join Date : Sep 2009
    Posts : 1
    Thanks: 0
    Thanked 0 Times in 0 Posts
    Rep Power : 0
    Reputation:10PrincessAsuki is on a distinguished road

    Default

    Dude i do everythign then what webpage do I go to? i try going to my ip which i ahve my realmlist as ands it goes to my verizon router page!

  4. #4
    Jerry's Avatar
    Status : Jerry is offline
    Join Date : Mar 2009
    Location : Serbia
    Posts : 2,321
    Thanks: 223
    Thanked 501 Times in 286 Posts
    Rep Power : 10
    Reputation:2077Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute

    Default

    Quote Originally Posted by PrincessAsuki View Post
    Dude i do everythign then what webpage do I go to? i try going to my ip which i ahve my realmlist as ands it goes to my verizon router page!
    You need to forward ports and make some configurations in your router.

  5. #5
    Status : eduardx is offline
    Join Date : Feb 2010
    Posts : 19
    Thanks: 3
    Thanked 0 Times in 0 Posts
    Rep Power : 3
    Reputation:10eduardx is on a distinguished road

    Default

    bump!

  6. #6
    Status : ironcladtexas is offline
    Join Date : Mar 2010
    Posts : 30
    Thanks: 0
    Thanked 0 Times in 0 Posts
    Rep Power : 3
    Reputation:10ironcladtexas is on a distinguished road

    Default

    very nice

  7. #7
    Status : shawn244 is offline
    Join Date : Mar 2012
    Posts : 1
    Thanks: 0
    Thanked 0 Times in 0 Posts
    Rep Power : 0
    Reputation:10shawn244 is on a distinguished road

    Default

    ( ! ) Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\wamp\www\index.php on line 481
    Call Stack
    # Time Memory Function Location
    1 0.0048 560224 {main}( ) ..\index.php:0
    2 0.0205 623680 mysql_num_rows ( ) ..\index.php:481

    That's the error I get when I go on the website and attempt to create an account, so close but so far away ): please help.


 

Similar Threads

  1. Replies: 39
    Last Post: 03-07-2012, 09:18 PM
  2. WoW Blizzlike Page (Complete)
    By Jerry in forum Emulator Website / Script's Releases
    Replies: 18
    Last Post: 05-23-2010, 08:15 PM
  3. Way to make great abuse account
    By Bullseye in forum Warcraft Bots
    Replies: 2
    Last Post: 04-26-2010, 05:10 PM
  4. [Release] Account Creation Page
    By Jerry in forum Emulator Website / Script's Releases
    Replies: 3
    Last Post: 03-21-2010, 08:41 AM
  5. [Guide] Mangos Windows Setup (updated for 3.0.9)
    By Jerry in forum Mangos Guides
    Replies: 4
    Last Post: 06-06-2009, 12:27 AM

Visitors found this page by searching for:

Trinity Account Creation Page

WoW Registration page trinitymangos account creation pageaccount creation page trinityhow to set up server host wow host trinitywow trinity website tutorialwow account creation pagemake wow registration page no wampMake a WoW Registration Page trinityTrinity server registration pageHow to Open Trinity server Registration pageaccount registration page trinitymangos account creation serveraccount creation website trinitylogin to account server trinityhow to set up a register site for trinitytrinity how to make wow registration pageaccount creation page wowfwow trinity account pagecreating account creation page for arcemu servertrinity wow registration pageHow to make a WoW registration page with wamp for trinitywow acc creation pagehow to create reg page for trinity wow
SEO Blog

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts