Newbie Spellweaver
- Joined
- Oct 17, 2015
- Messages
- 58
- Reaction score
- 31
Hello Everyone,
This Is Not A Dox It Contains CMS But The Reason / History Why It's Being Released & Exposing a Group Of Toxic People Targeting Others To Prevent Others From Being Targeted.
This release contains Habflame & Habify CMS remade by me. It's precisely 1:1 to the original and uses the same core as they do.which works with Nitro Morningstar Arcturus with a clean database provided.Mostly this is to bring awareness to those victims of his, I will be finishing other features later such as a custom ASE Panel and automatic store system etc.... but for now, it's crucial I get this out to everyone to protect others from these people and stop players from joining their hotel where their data is leaked and used against them such as performing attacks on their internet and creating false allegations on peoples names. This group of people has made plenty of people leave the retro community and being allowed on FindRetros has caused exposure to new people who have left due to not knowing the kind of people they're dealing with and much more.
It also contains their UI theme for their nitro in-game UI client!
CMS that works on any Arcturus Database (just run the .SQL of the CMS, compatible with Atom HK apparently, Database and everything included)
You will need to install updated ATOM HK from --->
Or open the '' DB FIXES + RetroFiles.NET Read ME.txt '' for more information.
Reason Why I Re-Released This Click Here To View docs.google.com of the group of her friends (They harass and bully people online including underage kids and stalk peoples families)
Download Links
HabFlame CMS DEMO:
Habify CMS DEMO:
Run query in database to ensure CMS fully works.
@likertuban @cmb @SanGawku @Blacksheep25 @AzureSensei
Could you turn comments off please no need for them, and just to avoid toxic group of people.
This Is Not A Dox It Contains CMS But The Reason / History Why It's Being Released & Exposing a Group Of Toxic People Targeting Others To Prevent Others From Being Targeted.
This release contains Habflame & Habify CMS remade by me. It's precisely 1:1 to the original and uses the same core as they do.which works with Nitro Morningstar Arcturus with a clean database provided.Mostly this is to bring awareness to those victims of his, I will be finishing other features later such as a custom ASE Panel and automatic store system etc.... but for now, it's crucial I get this out to everyone to protect others from these people and stop players from joining their hotel where their data is leaked and used against them such as performing attacks on their internet and creating false allegations on peoples names. This group of people has made plenty of people leave the retro community and being allowed on FindRetros has caused exposure to new people who have left due to not knowing the kind of people they're dealing with and much more.
It also contains their UI theme for their nitro in-game UI client!
CMS that works on any Arcturus Database (just run the .SQL of the CMS, compatible with Atom HK apparently, Database and everything included)
You will need to install updated ATOM HK from --->
You must be registered to see links
make sure to follow the whole tut and install the database tables provided from tut for ASE TO WORKOr open the '' DB FIXES + RetroFiles.NET Read ME.txt '' for more information.
Reason Why I Re-Released This Click Here To View docs.google.com of the group of her friends (They harass and bully people online including underage kids and stalk peoples families)
You must be registered to see links
Download Links
You must be registered to see links
You must be registered to see links
HabFlame CMS DEMO:
You must be registered to see links
Habify CMS DEMO:
You must be registered to see links
Run query in database to ensure CMS fully works.
Code:
ALTER TABLE `users` ADD `template` enum('light','dark') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT 'light';ALTER TABLE `users` ADD `uotw` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT '0';ALTER TABLE `users` ADD `hidden` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT '0';ALTER TABLE `users` ADD `account_locked` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT '0';ALTER TABLE `users` ADD `darkmode` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT '0';-- ------------------------------ Table structure for website_articles-- ----------------------------DROP TABLE IF EXISTS `website_articles`;CREATE TABLE `website_articles` (`id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT ,`slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL ,`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL ,`short_story` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL ,`full_story` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL ,`user_id` int(11) NOT NULL ,`image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL ,`created_at` timestamp NULL DEFAULT '0000-00-00 00:00:00' ,`updated_at` timestamp NULL DEFAULT '0000-00-00 00:00:00' ,PRIMARY KEY (`id`),UNIQUE INDEX `website_articles_slug_unique` (`slug`) USING BTREE )ENGINE=InnoDBDEFAULT CHARACTER SET=utf8mb4 COLLATE=utf8mb4_unicode_ciAUTO_INCREMENT=14;-- ------------------------------ Records of website_articles-- ----------------------------BEGIN;INSERT INTO `website_articles` VALUES ('1', 'test', 'Test 1', 'test 1', 'Test1234', '2', '/assets/images/articles/BAW_amigosecreto.png', '2022-12-02 14:52:32', '2022-12-02 14:52:32'), ('2', 'test-', 'Testing 2', 'test 2', 'Test12345', '2', '/assets/images/articles/xmas13_room_bundle_large_promo.png', '2022-12-02 14:52:32', '2022-12-02 14:52:32'), ('12', 'test1', 'testd 3', 'test 3', 'Test12346', '14', '/assets/images/articles/BAW_amigosecreto.png', '2022-12-02 14:52:32', '2022-12-02 14:52:32'), ('13', 'test12', 'testw 4', 'test 4', 'Test12347', '14', '/assets/images/articles/BAW_amigosecreto.png', '2022-12-02 14:52:32', '2022-12-02 14:52:32');COMMIT;
@likertuban @cmb @SanGawku @Blacksheep25 @AzureSensei
Could you turn comments off please no need for them, and just to avoid toxic group of people.
Last edited by a moderator: