Illusions
Member
- Dec 31, 2017
- 62
- 20
Hello everyone x
I've decided to release this cms to the community. It's not much, and there's not a lot of edits, but it'll do. I don't take all credit for this. (it has credits on the stats page.)
No credits go to me except the minor image changes etc, all credit goes to Zachariah (and the rest that helped edit).
Screenshots:
Had to "steal" the screenshot from the hotel he applied it too
The cms got taken down since we're doing work too it. But, please know that there may be an exploit that apparently caused this to happen.
Here's the link.
It's just an average rev cms i guess, but he said hes going to leak it anyway.
Have fun xx
EDIT;;;
"Rise CMS" because heard it got ripped, but not too sure.
EDIT;;;
I forgot that this cms had some features coded by an old member of the retro community.
The following sql will allow you to enable client, maintenance, user of the week and disable registration. (removed from this cms, if you'd like the unedited me page, pm me)
Again, I don't take credit for these, this was a friend.
Just put this sql into the database:
Enjoy,
@Strider
I've decided to release this cms to the community. It's not much, and there's not a lot of edits, but it'll do. I don't take all credit for this. (it has credits on the stats page.)
No credits go to me except the minor image changes etc, all credit goes to Zachariah (and the rest that helped edit).
Screenshots:
You must be registered for see links
Had to "steal" the screenshot from the hotel he applied it too
The cms got taken down since we're doing work too it. But, please know that there may be an exploit that apparently caused this to happen.
Here's the link.
You must be registered for see links
It's just an average rev cms i guess, but he said hes going to leak it anyway.
Have fun xx
EDIT;;;
"Rise CMS" because heard it got ripped, but not too sure.
EDIT;;;
I forgot that this cms had some features coded by an old member of the retro community.
The following sql will allow you to enable client, maintenance, user of the week and disable registration. (removed from this cms, if you'd like the unedited me page, pm me)
Again, I don't take credit for these, this was a friend.
Just put this sql into the database:
Code:
-- ----------------------------
-- Table structure for settings
-- ----------------------------
DROP TABLE IF EXISTS `settings`;
CREATE TABLE `settings` (
`staffapps_enabled` enum('1','0') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`weekly_user` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
`maintenance` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`registration` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
`client` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
`discord_invite` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
`beta` int(11) NOT NULL DEFAULT 0
) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Compact;
-- ----------------------------
-- Records of settings
-- ----------------------------
INSERT INTO `settings` VALUES ('0', 'Melissa', '0', '1', '1', 'test', 1);
@Strider
Last edited: