Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Tut] Fully equipped webpage as well as Setup! Web 

Status
Not open for further replies.
Initiate Mage
Joined
May 28, 2008
Messages
3
Reaction score
0
Post any bugs, problems, or issues HERE!
Innovative's Guide Library!

This guide will help people set up a simple webserver to let people register for their Private MapleStory Server.

Step One-Download the following:
Abyss Web-Server :
Edited Superfun's Registration Script : Updated!
Pre-Configured PHP Package :

From MediaFire

All three files zipped together - Courtesy of Amiria :

Step Two -
Install Abyss Web-Server and set your username and password right after the installation.
Dont lose or forget this password as you will need it to access your control panel.
Also install the Pre-Configured PHP Package.

Step Three -
Right click the Abyss WebServer icon in your System Tray and select "Show Console..."
Enter your information.
Click on "Configure"
Click on "Scripting Parameters"
Under Interpreters, Click "Add"
Set "Interface" to "Fast CGI (Local - Pipes)"
In the Interpreter field, press "Browse..." and navigate to your PHP directory and locate "php-cgi.exe"
Set the "Type" to "PHP Style"
Press "Add" in the Associated Extensions table and type "PHP"
Press "Ok" until you are back on the configure page.
vulgar5 - [Tut] Fully equipped webpage as well as Setup! - RaGEZONE Forums


Now click "Index Files" and press "Add"
For the "File Name" field type "index.php"
vulgar5 - [Tut] Fully equipped webpage as well as Setup! - RaGEZONE Forums


Now your webserver can recognise PHP :)

Step Four -
Extract Superfun's Edited Registration.rar.
Copy and paste everything in the folder to:
"C:\Program Files\Abyss Web Server\htdocs"
After doing so, we need to configure it so that the data will be inputted into the correct database.
vulgar5 - [Tut] Fully equipped webpage as well as Setup! - RaGEZONE Forums


Step Five -
Go to the "functions" folder.
Open up "Config.php" with Notepad or WordPad.

Code:
<?php
$host['naam'] = 'localhost';                // You do not need to change this line
$host['gebruikersnaam'] = 'root';       // If you have followed my previous guide, you dont have to change this
$host['wachtwoord'] = '';   // Same as above
$host['databasenaam'] = 'odinms';       // Change to OdinMS

$db = mysql_connect($host['naam'], $host['gebruikersnaam'], $host['wachtwoord']) OR die ('Cant connect to the database');
mysql_select_db($host['databasenaam'], $db);
?>

Next you can touch up your registration page:
Open up "index.php" with Notepad or WordPad:

Search for:
Code:
<title>My maplestory server</title>
This will change the name of your website.

Search for:
Code:
<h1>My maplestory server</h1>
Change this to your Server Name

Search for:
Code:
<td class=listtitle colspan=2>Register at my server</td></tr>
Same as above

Step Six -
To make sure everyone can register correctly and fine.
Open up your MySQL Browser and select your "odinms" database and execute this:

Code:
ALTER TABLE `accounts` MODIFY COLUMN `banreason` TEXT NULL DEFAULT NULL;
ALTER TABLE `accounts` MODIFY COLUMN `macs` TINYTEXT NULL DEFAULT NULL;

Step Seven -
By default a website is hosted on port 80.
Some ISP's may block this port, therefore disallowing anyone to access your website.

There is however a way to get around this.
Right click the Abyss Web Server icon in your system tray and select "Show Console..."
Enter your details.
Click "Configure"
Click "General"
In the HTTP Port dropdown menu, select "8080" and let Abyss restart.
Now we have your website running on port 8080.
vulgar5 - [Tut] Fully equipped webpage as well as Setup! - RaGEZONE Forums


Step Eight -
Now we need to port forward the port 8080.


Select your router and port forward port 8080 on both TCP and UDP to your IP address.

Step Nine -
Find out your WAN IP address [External IP Address]

Your website address is:

Example:
Give this to your players and have fun!

Step Ten -
Some people might have this when they go to their IP
"Welcome to Abyss Web Server"
Just navigate to "C:/Program Files/Abyss Web Server/htdocs"
And delete "index.html"

Using this guide FROM INNOVATIVE Props to him
here is a webpage previously used VEGEMS ( my old server ) which is shut down and the name is available.. Download for the source is at the bottom of this page: http://forum.ragezone.com/showthread.php?t=416683

NOTE: Instead of using Chri's registration extract this all into your htdocs file..

THANKS BY, I want mah reps :)
 
Junior Spellweaver
Joined
May 27, 2008
Messages
196
Reaction score
0
Re: [Guide] Fully equipped webpage as well as Setup!

theres no reputation system here m8.
 
Initiate Mage
Joined
Apr 24, 2008
Messages
2
Reaction score
0
Re: [Guide] Fully equipped webpage as well as Setup!

I got it working now, it says Login/World server are both online but I keep getting the server patch message when I click my localhosts.....any ideas?
 
Joined
Jun 8, 2008
Messages
1,082
Reaction score
142
Re: [Guide] Fully equipped webpage as well as Setup!

First of all, you pretty much reposted something that is already here. Second, if you ask for reps, that makes people (like me) dislike you.
 
Newbie Spellweaver
Joined
Jun 15, 2008
Messages
6
Reaction score
0
Re: [Guide] Fully equipped webpage as well as Setup!

Wow, and I thought the rep feature was removed.
 
Initiate Mage
Joined
May 28, 2008
Messages
3
Reaction score
0
Re: [Guide] Fully equipped webpage as well as Setup!

Well, I know there isn't a rep feature but Im just saying, give my props atleast.
 
Newbie Spellweaver
Joined
Jun 24, 2008
Messages
76
Reaction score
0
Re: [Guide] Fully equipped webpage as well as Setup!

im new to web pages...does this work for titan ms?
 
Experienced Elementalist
Joined
Jul 1, 2008
Messages
270
Reaction score
0
Re: [Guide] Fully equipped webpage as well as Setup!

Yea seriously why would you even post something thats already here and add nothing else to it?
 
Initiate Mage
Joined
Jul 17, 2008
Messages
2
Reaction score
0
Re: [Guide] Fully equipped webpage as well as Setup!

Well, I know there isn't a rep feature but Im just saying, give my props atleast.
lol i shudnt do anything becuz this is the message i get:


vBulletin Message
Tetras, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Log Out Home



when i access ur link
 
Initiate Mage
Joined
Jul 18, 2008
Messages
2
Reaction score
0
Re: [Guide] Fully equipped webpage as well as Setup!

I have chosen my router, but how do port forward?
 
Skilled Illusionist
Loyal Member
Joined
May 5, 2008
Messages
352
Reaction score
0
Re: [Guide] Fully equipped webpage as well as Setup!

hes some kinda CEF rep lady that cudnt get rep from CEF so now tries to get *rep* in a forum with no *rep* function
 
Newbie Spellweaver
Joined
Jan 29, 2010
Messages
73
Reaction score
0
WHY I GET A :

Unable to connect
Firefox can't establish a connection to the server at ***.***.193.***:8080.

HELP Please...

---------- Post added at 07:25 PM ---------- Previous post was at 07:24 PM ----------

WHY I GET A :

Unable to connect
Firefox can't establish a connection to the server at ***.***.193.***:8080.
(but i already portfoward)

HELP Please...
 
Status
Not open for further replies.
Back
Top