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!

Web How to make a website for your server.

Initiate Mage
Joined
Feb 21, 2011
Messages
1
Reaction score
0
Hi, this is my first tutorial and post.
How to use/make/edit a CMS. For this tut i will be using LFSCMS

Make sure wampserver is installed and all services are able to run and all is online.

Toasturr - How to make a website for your server. - RaGEZONE Forums


STEP 1
==============================
Pick a CMS.
You can choose one here: http://forum.ragezone.com/f427/ragezones-maplestory-library-668542/

STEP 2
==============================
Once you have downloaded a CMS. Put the files into
C:\wamp\www

Toasturr - How to make a website for your server. - RaGEZONE Forums


STEP 3
==============================
go to config.php and edit:

Code:
$servername = "OGMaple"; 	//Your servers name
$serverip = "w0n.no-ip.biz";    //Replace with your WAN IP if public or hamachi ID
$loginport = "8484";	    //Don't change
$sql_db = "odinms";		    //DB Name
$sql_host = "localhost";    //DB Host
$sql_user = "root";	     	//DB User
$sql_pass = "";		    //DB Password
$logserv_name = "OGMaple is  ";		 //Status Server Name

you can edit the rest but this is the main stuff to edit.

YOU ARE NOW DONE :D CONGRATS YOU HAVE A WEBSITE FOR YOUR SERVER. :thumbup:
 
Last edited:
Divine Celestial
Loyal Member
Joined
Sep 29, 2008
Messages
804
Reaction score
219
Make sure to note that the config.php may be different in different CMS'.

Ex. Cype uses an auto-installation process. (SQL Configuration)
Older ones and some of the newer ones require you to modify things inside Config.php.
 
Initiate Mage
Joined
Feb 22, 2011
Messages
4
Reaction score
0
Isn't this a re-post?
Thought that a tutorial on this was already posted?
 
Junior Spellweaver
Joined
Jan 30, 2011
Messages
106
Reaction score
21
Isn't this a re-post?
Thought that a tutorial on this was already posted?

Yes, he did re-post something thats already posted, but this ones different, because his using a different cms file. But this is really re-posting
 
Newbie Spellweaver
Joined
Dec 27, 2010
Messages
38
Reaction score
1
Can someone give me a link that tells me how to edit news, How to create a character, basically how to edit the entire website?
 
Last edited:
Joined
Jul 12, 2011
Messages
1,229
Reaction score
475
Can someone give me a link that tells me how to edit news, How to create a character, basically how to edit the entire website?

You should be able to add news through the adminCP. Not sure what you mean by the 2nd post, but from what I understand, you're asking how to create a user account. Your game login is your user account info.

You should read these articles if you want to edit your site:

 
Newbie Spellweaver
Joined
Oct 19, 2011
Messages
75
Reaction score
15
Can someone give me a link that tells me how to edit news, How to create a character, basically how to edit the entire website?

'News' / 'Events' are basically connected to SQL. You should check if you had SQL-ed in on Navicat/MySQL query.
 
Back
Top