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!

ProjektSchematic CMS

Newbie Spellweaver
Joined
May 31, 2010
Messages
51
Reaction score
13
ProjektSchematic CMS
"The Long Awaited"
(not really, but I could hope)


SVN:


Looks good in:
Mozilla
Chrome




** Please do not post this anywhere else with out permission from me **

So much motivation and encouragement from friends to do this. I designed and created the framework for the Maple Communities newest CMS.

Current Features
-The CMS works with all versions. Server version is assigned in the installation process.
-The CMS supports up to two worlds (pertaining to info)
-The CMS allows show/hide of certain server info displays. (Show = 0; Hide = 1);
-The CMS allows a GM/Admin (Level of Administration changeable) to create, edit, and delete news post. Also to choose the type of post.
(Edit and delete not yet finished)

-The CMS is implemented with a security system containing certain pages (?page=PAGE) non-available and available to certain access levels.
Forbidden Pages For Guests:
PHP:
$forbidden = array('userCP','addNews','bannedList','editSettings');
Forbidden Pages For Logged In Members:
PHP:
$forbidden = array('register','login','addNews','bannedList','editSettings');
Forbidden Pages For Administrators:
PHP:
$forbidden = array('login','register');

-The CMS is implemented with a styles system. 4 currently and in the making. More to come.

Current Pages
Guide on how to add more will come eventually.
?page=home
?page=register
?page=download
?page=donate (Not sure what to do? Let you edit it?)
?page=vote (Not sure what to do, normal vote or vote with rewards? Changeable? If so between what? Ideas please :) )
?page=login
?page=news
?page=addNews
?page=logout
?page=userCP
?page=userCP&section=1 (Edit Profile, not done)
?page=userCP&section=2 (Change Password)
?page=userCP&section=3 (Change PIC)
?page=userCP&section=4 (Change PIN)
?page=userCP&section=5 (Already Logged In Fix)
?page=userCP&section=6 (Map Fix)
?page=userCP&section=7 (Edit Settings, Administrators only)
?page=userCP&section=8 (Add FAQ Item, Administrators only, not done)
?page=userCP&section=9 (View Banned List, Administrators only, not done)


Full and Easy Installation
Example:

Step 1)
Fill out the following information pertaining to MySQL:
-Host
-Username
-Password
-Database
-Table Prefixes (only for tables needed for CMS)

Step 2)
Fill out the following information pertaining to the Server/Site:
-Server Name
-Server Version
-Site Marquee
-Server IP Address
-Server Main Port

Step 3)
Fill out the following information pertaining to the Server Info:
-Number of Worlds (1 or 2)
-World One (Name)
-World Two (Name)
-Show Experience Rate(s) (True/False)
-Show Meso Rate(s) (True/False)
-Show Drop Rate(s) (True/False)
-Show Server Version (True/False)
-Show Number of Online Users (in-game) (True/False)
-Show number of Online Staff (in-game) (True/False)
-Show Number of Banned Users (True/False)
-Show Number of Created Accounts (True/False)
-Show Number of Created Character (True/False)
-World One Experience Rate
-World One Meso Rate
-World One Drop Rate
-World Two Experience Rate
-World Two Meso Rate
-World Two Drop Rate

Step 4)
Fill out the following information pertaining to Download Links
-Server Version of Maplestory Download #1
-Server Version of Maplestory Download #2 (Leave blank if only one)
-Client Download #1
-Client Download #2 (Leave blank if only one)
-Rarlab Download (For extraction purposes)

Final Step)
This explains/shows the:

There are plentiful amounts of features here, but you may find those out for yourself.

What's to come in the next version(s)?
PHP:
$FAQ Section
$ADD/EDIT FAQ\'s // Admin Only
$DELETE/EDIT New\'s // Admin Only
$Profiles
$Profiles->Update Status
$Profiles->Contact Info
$Profiles->Edit Profile
$Vote Page
$Donate Page
$More Styles
$Improved Security
$Choose whether your server has PIC/PIN or both. (This chooses what links are shown in userCP)
$Ranking

Thats all I can think of right now, please supply me with ideas? :)


Well it's time for me to wrap this one up a bit.
Please, if you have any ideas go ahead and leave them.
The only bad idea is no idea!​


Development: Ended

If you have any questions/problems you may PM me. Please do not spam me, and give me time to read it.


Thanks!
PHP:
/* Repres3nt */
 
Last edited:
Newbie Spellweaver
Joined
May 31, 2010
Messages
51
Reaction score
13
Which index.php? Theres many within the files D:

Edited. Wow i'm dumb, one sec.

---------- Post added at 08:05 PM ---------- Previous post was at 08:01 PM ----------

Done.

Still getting use to SVN. First time using it.
 
Newbie Spellweaver
Joined
May 31, 2010
Messages
51
Reaction score
13
Haha. Uhm, lemme know if it worked. I never had anyone else test it. I just tested it 5+ times in 5+ directories on my site. lol
 
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
The demo looks pretty good, the CMS is fine with me. Good job
 
Back
Top