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!

[Help] CMS Website Development for MU Online

Initiate Mage
Joined
Feb 12, 2017
Messages
3
Reaction score
0
Hi,I wanted to learn about MU Online CMS Website Development, how do I start and what are the programming languages that I need to study?I know something about HTML, CSS and a bit of PHP but I know it wouldn't help much in MU Online.Any advice or suggestions would be greatly appreciated.Thanks in advance.
 
Last edited by a moderator:
Elite Diviner
Joined
Apr 4, 2011
Messages
464
Reaction score
69
Re: CMS Website Development for MU Online

HTML CSS PHP SQL is all you need

HTML / CSS for front end. You might even use a bit of js
PHP / SQL for back end. Make edits to database or display certain information by pulling it from tables

I'm not sure why you think it wouldn't help. If you were learning php, i'm sure you would have been introduced to SQL already

Look at MUcores files. Learn how it works with SQL
 
Upvote 0
Initiate Mage
Joined
Feb 12, 2017
Messages
3
Reaction score
0
Re: CMS Website Development for MU Online

HTML CSS PHP SQL is all you need
HTML / CSS for front end. You might even use a bit of js
PHP / SQL for back end. Make edits to database or display certain information by pulling it from tablesI'm not sure why you think it wouldn't help. If you were learning php, i'm sure you would have been introduced to SQL already
Look at MUcores files. Learn how it works with SQL

I haven't seen MUcore files yet. I will download it and see how I can learn from there

If so, I have to study more about PHP, SQL and a bit about JS..

Thank you for the tips :)
 
Upvote 0
Don't be afraid to ask!
Member
Joined
Jun 2, 2012
Messages
1,454
Reaction score
252
Re: CMS Website Development for MU Online

Maybe use C# (asp mvc), its the "feature" ofc you can use php, but to develop a cms system... you need to learn php oop and another stuff... basic php knowledge = epic secure holes, instant hacked.... I recommend you to download webengine 1.0.7 / 1.0.8 and than start to understand the classes and the code parts, if you can write a site like webengine alone, than you can do nearly everything.
 
Upvote 0
Initiate Mage
Joined
Feb 22, 2016
Messages
80
Reaction score
18
Re: CMS Website Development for MU Online

I will recommend use framework like Codeigneiter, laralevel etc.
There are lot's of ready to use libraries
 
Upvote 0
Initiate Mage
Joined
Feb 5, 2010
Messages
7
Reaction score
0
Re: CMS Website Development for MU Online

Reed about POO , MVC.
RevolGaming , yup webengine is a good site , but dont use good practices of POO or MVC.

If you start with POO, you'll do well :thumbup:
 
Upvote 0
Initiate Mage
Joined
Aug 18, 2016
Messages
28
Reaction score
4
Re: CMS Website Development for MU Online

This cant not programmed revolgaming , one a lying poodle , nothing good enough for bastard =) your web will never be ready =) . That's all in the story, gentlemens :D



This cant not programmed revolgaming , one a lying poodle , nothing good enough for bastard =) your web will never be ready =) . That's all in the story, gentlemens :D
 
Upvote 0
Initiate Mage
Joined
Feb 25, 2016
Messages
49
Reaction score
3
Re: CMS Website Development for MU Online

Can try to learn basic php and after start learning Laravel framework for example at Laracasts. Good luck.
 
Upvote 0
Back
Top