ChrisRetro
Member
- Dec 14, 2013
- 144
- 15
Hi, just releasing my files from a hotel I was going to create. All Credits goes to the people who created this. i am only just releasing this Work.
CMS EDIT :
Groups:
Additional Tables:
Catalogue Edit
The hof_furni is located within the RevCMS edit inside the r63 folder.
If you wan't a live preview of this go to
Credits - 99.9% to the people who coded / made this / Jack and Visions Team
0.01% to me for releasing this
ENJOY | Post some errors ill try to FIX them for you ! Thanks
Working Links ;
Emulator (Gold Tree Emulator Edit) -
CMS (RevCMS) -
Catalogue SQL -
CMS EDIT :
You must be registered for see links
You must be registered for see links
You must be registered for see links
You must be registered for see links
You must be registered for see links
Groups:
You must be registered for see links
You must be registered for see links
You must be registered for see links
You must be registered for see links
Additional Tables:
Code:
-- ------------------------------ Table structure for badge_shop-- ----------------------------DROP TABLE IF EXISTS `badge_shop`;CREATE TABLE `badge_shop` ( `id` int(11) NOT NULL AUTO_INCREMENT, `badge_id` varchar(255) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `description` varchar(255) DEFAULT NULL, `cost` int(11) DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
PHP:
-- ------------------------------ Table structure for changelog-- ----------------------------DROP TABLE IF EXISTS `changelog`;CREATE TABLE `changelog` ( `id` int(3) NOT NULL, `update` varchar(255) DEFAULT NULL, `username` enum('Jack','Jordie','Ronnie') NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
PHP:
ALTER TABLE `permission_ranks` ADD `cmd_faceless` ENUM('1', '0') NOT NULL DEFAULT '0';
Catalogue Edit
The hof_furni is located within the RevCMS edit inside the r63 folder.
You must be registered for see links
You must be registered for see links
You must be registered for see links
If you wan't a live preview of this go to
You must be registered for see links
- Not sure how long it'll be up for.
You must be registered for see links
You must be registered for see links
You must be registered for see links
Credits - 99.9% to the people who coded / made this / Jack and Visions Team
0.01% to me for releasing this
ENJOY | Post some errors ill try to FIX them for you ! Thanks
Working Links ;
Emulator (Gold Tree Emulator Edit) -
You must be registered for see links
CMS (RevCMS) -
You must be registered for see links
Catalogue SQL -
You must be registered for see links
Last edited: