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!

[Release]NYMS's CMS

Status
Not open for further replies.
for(alive>0){makeMoney()}
Loyal Member
Joined
Aug 1, 2006
Messages
357
Reaction score
68
Well, since i don't run a maplestory no more, since i got bored, im releasing my CMS.

Ias3r bought this for me for a good 300$. It has the very first UserCP made and etc. I know there are better CMS's out there now, but for the time it was good.


Anyway. Download link:


To make register work you need to run this SQL file into your maplestory\odinms database

Code:
*
MySQL Data Transfer
Source Host: localhost
Source Database: maplestory
Target Host: localhost
Target Database: maplestory
Date: 10/16/2008 12:52:37 PM
*/

SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for accounts_pending
-- ----------------------------
DROP TABLE IF EXISTS `accounts_pending`;
CREATE TABLE `accounts_pending` (
  `id` int(11) NOT NULL,
  `name` varchar(15) NOT NULL,
  `password` varchar(50) NOT NULL,
  `birthday` datetime NOT NULL,
  `code` varchar(50) NOT NULL,
  `email` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;


Enjoy.
 
Last edited:
Banned
Banned
Joined
Aug 25, 2008
Messages
625
Reaction score
0
finally got rid of the greed huh?, i highly dought you paid that much for such a bad cms. But anyways this is decent compared to the new cmses that have been released
 
Master Summoner
Joined
May 31, 2008
Messages
524
Reaction score
1
Well, are there screenies? I wanna see em.
 
Master Summoner
Loyal Member
Joined
Jul 22, 2008
Messages
573
Reaction score
0
so what does the cms actually have?
what function?
 

B12

Newbie Spellweaver
Joined
Jun 18, 2008
Messages
84
Reaction score
0
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
 
Newbie Spellweaver
Joined
Jul 4, 2008
Messages
13
Reaction score
0
Well I have a problem, can any1 help me ?
Please See The Problem At:
 
for(alive>0){makeMoney()}
Loyal Member
Joined
Aug 1, 2006
Messages
357
Reaction score
68
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Edit config and everything correctly. It works for me.
 
Shazam.
Joined
Dec 1, 2007
Messages
259
Reaction score
0
This is a release so let's keep the flames to a non-existent state. This is not a topic for your opinions on NYMS or the OP.
 
for(alive>0){makeMoney()}
Loyal Member
Joined
Aug 1, 2006
Messages
357
Reaction score
68
Nor do i, hmm it doesn't seem to work

Enable all mods in apache, including your stmp mods and all that.


IT DOES WORK. This was origionaly hosted on a linux webhost so yea.
 

B12

Newbie Spellweaver
Joined
Jun 18, 2008
Messages
84
Reaction score
0
Enable all mods in apache, including your stmp mods and all that.


IT DOES WORK. This was origionaly hosted on a linux webhost so yea.

Could you give a tutorial on how to do all of this? The README.txt hardly touches on any of that.
 
for(alive>0){makeMoney()}
Loyal Member
Joined
Aug 1, 2006
Messages
357
Reaction score
68
Could you give a tutorial on how to do all of this? The README.txt hardly touches on any of that.


Lol thats the readme that came with the signature generator thing.

This is my exact www folder taht i used. It has EVERYTHING
 

B12

Newbie Spellweaver
Joined
Jun 18, 2008
Messages
84
Reaction score
0
Lol thats the readme that came with the signature generator thing.

This is my exact www folder taht i used. It has EVERYTHING

Well, my SkillCMS folder works but this does not. Care to explain? I editted config.php and a couple other .php files that asked for SQL fields. I still get this:

Code:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
 
Status
Not open for further replies.
Back
Top