Website & Account Creation free host menu

Shout-Out

User Tag List

Results 1 to 15 of 15
  1. #1
    gravestalker's Avatar Active Member
    Reputation
    26
    Join Date
    Feb 2007
    Posts
    239
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Website & Account Creation free host

    Firstly If this is a Repost flame me!

    Okay now to the guide. This guide is for people who want to set up a website for their server but don't wanna use wamp and everything.

    We will start with the html site first:

    Step One: Goto UcoZ - unique site creation system - free site builder of new generation and click that big buton that say SIGN UP NOW

    ImageShack - Hosting :: steponekt3.jpg

    Step Two: Fill out the info and register then login and all

    Step Three: Fill in detais

    ImageShack - Hosting :: stepthreesa6.jpg

    Step Four: Choose services

    ImageShack - Hosting :: stepfourag4.jpg

    Step Five: Fill admin passwords and your done!

    PhP site:
    First off I would like to explain that this will look awlful in terms of URL. Here it is:

    Step One: Goto www. ripway .com
    Step Two Register and login
    Step Three: Open your SPORA folder and open index.php
    Step Four: Change what is in red

    Code:
    ="en"; // Language ("en" - english, "ru" - russian)
    Code:
    ="localhost"; // HOST for Antrix database
    ="root"; // USER for Antrix database
    ="PASSWORD"; // PASS for Antrix database
    ="DATABASENAME"; // NAME of Antrix database
    ="127.0.0.1"; // HOST for Login database
    ="root"; // USER for Login database
    ="PASSWORD"; // PASS for Login database
    ="ACCOUNTSDATABASENAME"; // NAME of Login database
    = 'CP1251'; // Set encoding
    = "img/"; // Image dir
    = "IP/URL OF THE WEBSITE"; // Antrix Server Address
    = "8093"; // Antrix Server Port
    ="NAME OF WEBSITE"; // Insert the title of your server here
    =0; // Lock created account to IP address (1 - on, 0 - off)
    =0; // Registration only one (or more) account from one IP address
    // 0 - not limit, 1 - one acc, 2 - two acc, etc...
    Once you change these upload your files to ripway. Even the files in your img folder. (Make sure your files in the img folder are in a /img directory you make on ripway) Now goto your ripway site and test it. If something is in it then great if not then posst here and ill try to help you. If you can absolutly not do it pm me I will make one for you but it will be pretty slow before I make your php site.

    Thanks for reading my guide!
    Last edited by gravestalker; 10-31-2008 at 06:50 PM.

    Website & Account Creation free host
  2. #2
    fredrik5544's Avatar Member
    Reputation
    5
    Join Date
    Sep 2008
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    But how do i create a Registration Page for the website? :S

  3. #3
    fredrik5544's Avatar Member
    Reputation
    5
    Join Date
    Sep 2008
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A registration page for my server

  4. #4
    Lukas 45's Avatar Active Member
    Reputation
    43
    Join Date
    Jan 2008
    Posts
    559
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Want to know to plz...

  5. #5
    Lilltimmy's Avatar Member
    Reputation
    20
    Join Date
    Jun 2007
    Posts
    275
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This could atleast be used for a Hamachi server for example:

    Connect to blablabla Hamachi and speak to xxx name for an Account

  6. #6
    gravestalker's Avatar Active Member
    Reputation
    26
    Join Date
    Feb 2007
    Posts
    239
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No I am going to add the registration just had to go to sleep. I'm going to add in later today.

  7. #7
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    finish the guide so these people asking can finish there websites
    removed by Unholy

  8. #8
    gravestalker's Avatar Active Member
    Reputation
    26
    Join Date
    Feb 2007
    Posts
    239
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    GUIDE UPDATED
    PhP added

  9. #9
    cmall1234's Avatar Member
    Reputation
    8
    Join Date
    Nov 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help me please

    I cant get this to work properly... i get the account creation page up, but it says "unable to connect to MySql server 127.0.0.1(10060)."

    If you want me to post some things to help you tell me what they are and i will.
    Last edited by cmall1234; 10-05-2008 at 05:37 PM.

  10. #10
    gravestalker's Avatar Active Member
    Reputation
    26
    Join Date
    Feb 2007
    Posts
    239
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I cant get this to work properly... i get the account creation page up, but it says "unable to connect to MySql server 127.0.0.1(10060)."

    If you want me to post some things to help you tell me what they are and i will.
    Okay that is because you have to set it to your external ip. If you set it to 127.0.0.1 then your trying to connect to ripway.

  11. #11
    cmall1234's Avatar Member
    Reputation
    8
    Join Date
    Nov 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    My Index.php

    Code:
    ="en"; // Language ("en" - english, "ru" - russian)
    ="achmeds wow"; // Insert the title of your server here
    ="127.0.0.1"; // HOST for Character database
    ="root"; // USER for Character database
    =""; // PASS for Character database
    ="logon"; // NAME of Character database
    ="127.0.0.1"; // HOST for Logonserver database
    ="root"; // USER for Logonserver database
    =""; // PASS for Logonserver database
    ="logon"; // NAME of Logonserver database
    = 'CP1251'; // Set encoding
    = "img/"; // Image dir
    = "90.196.114.132"; // Ascent Server Address
    = "8129"; // Ascent Server Port
    =0; // Lock created account to IP address (1 - on, 0 - off)
    =0; // Registration only one (or more) account from one IP address
    // 0 - not limit, 1 - one acc, 2 - two acc, etc...
    Okay so here is my Configs for the site... 90.196.114.132 is my External ip. Even when i put 127.0.0.1 in the "Server="" it still giveme that error from my last post. Also do i have to have The MySQL Service Running? along with my server files... And Apache?
    Last edited by cmall1234; 10-07-2008 at 12:54 PM.

  12. #12
    NEferiouis07's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah the link for the php doesnt work :P

  13. #13
    Moaradin's Avatar Contributor
    Reputation
    163
    Join Date
    Feb 2008
    Posts
    439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The second link doesnt work. please fix it

  14. #14
    surferdude1990's Avatar Member
    Reputation
    2
    Join Date
    Jun 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea please fix it.

    And another thing. I used my External Address in it and it said

    "Error: Unable to connect to MySQL server. MySQL reported: Host '64.62.181.42' is not allowed to connect to this MySQL server. "

    Whats wrong with it?
    Last edited by surferdude1990; 10-16-2008 at 12:27 AM.

  15. #15
    gravestalker's Avatar Active Member
    Reputation
    26
    Join Date
    Feb 2007
    Posts
    239
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay @suferdude1990
    When you run the security thing allow remote acces.
    And about the link ill update it in a second don't know what happened to it.

Similar Threads

  1. [Mangos] [Website] Mangos Account Creation Page Error.. Help?
    By Hyldran0 in forum WoW EMU Questions & Requests
    Replies: 14
    Last Post: 07-22-2010, 01:25 PM
  2. [LF] Simple website with account creation vote panel and donator system
    By trujillo in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 10-20-2009, 10:40 PM
  3. Account Creation Page Hosting
    By flat-down in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 03-21-2008, 10:59 AM
  4. Account Creation Website for Ascent
    By burmadude in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 01-05-2008, 05:30 PM
  5. problem with account creation website
    By warsaw23 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 09-09-2007, 08:02 AM
All times are GMT -5. The time now is 01:17 AM. 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