RyanzRetros
Developer of ChakCMS
- Jan 14, 2015
- 978
- 182
Hello DevBest,
A lot of people have wanted this for a while, and as the community seems to get more and more selfish, I thought I would release this. I am not looking for feedback, so all haters can feel free to comment but don't expect to see me arguing with you all day as I do have a life...
This is just a heavy RevCMS edit, in which I have added and created many features. The skin is based off of Hubb (I will include more skins - some of which will be custom in V2).
As I said, this was not released for feedback but just so I can continue to work on it. I know a lot of people will not like the look of the skin, but that is your judgement and your choice. Sorry it says "HiTech" a lot, just they gave me the VPS for free to work on.
Don't like or trust, then don't bother using it!
Download Link:
Additional Credits:
@Kryptos for RevCMS;
@Janzeer for Failed Logins;
LewisLOL for Housekeeping Basis;
@Johno for fixing exploit on Values page.
A lot of people have wanted this for a while, and as the community seems to get more and more selfish, I thought I would release this. I am not looking for feedback, so all haters can feel free to comment but don't expect to see me arguing with you all day as I do have a life...
This is just a heavy RevCMS edit, in which I have added and created many features. The skin is based off of Hubb (I will include more skins - some of which will be custom in V2).
Failed login attempts - thanks to @Janzeer
Custom edit of Cravanno's Badgeshop system;
Integrated basic staff application systems linked to the database;
Used the staff applications system to create a feedback system containing abuse reports, bugs, improvements and help;
Re-coded the config.php file and have added fully working code;
Client.php file is COMPLETELY controlled by the config so no one can go and bugger it up by trying to change server IP's, ports or Habbo.SWF's;
Force vote and api.php files in order to help your hotel in FindRetros;
Welcome feature so users who register MUST accept the rules before being able to access pages of the CMS;
Basic housekeeping (designed to the style - sorry people who're looking to steal a housekeeping), with help from LewisLOL;
Tidy code ALL the way through;
Many more I cannot remember.
Custom edit of Cravanno's Badgeshop system;
Integrated basic staff application systems linked to the database;
Used the staff applications system to create a feedback system containing abuse reports, bugs, improvements and help;
Re-coded the config.php file and have added fully working code;
Client.php file is COMPLETELY controlled by the config so no one can go and bugger it up by trying to change server IP's, ports or Habbo.SWF's;
Force vote and api.php files in order to help your hotel in FindRetros;
Welcome feature so users who register MUST accept the rules before being able to access pages of the CMS;
Basic housekeeping (designed to the style - sorry people who're looking to steal a housekeeping), with help from LewisLOL;
Tidy code ALL the way through;
Many more I cannot remember.
PHP:
<!-- Check user is welcome, by RyanzRetros. -->
<?php
$getUsers = mysql_query("SELECT * FROM users");
while($row = mysql_fetch_array($getUsers))
{
$welcome = $row['welcome'];
if ($welcome != '1')
{
header('location: failure');
exit();
}
}
?>
Index:
Register:
Me:
Security (Failed Logins):
Social:
Former Staff:
Feedback Index:
Feedback (Improvements):
Policies:
FlowASE Index:
Register:
Me:
Security (Failed Logins):
Social:
Former Staff:
Feedback Index:
Feedback (Improvements):
Policies:
FlowASE Index:
1. Extract the CMS to an empty wwwroot or htdocs.
2. Fill in all of the config files:
/app/management/config.php (Main Config File);
/badgeshop/assets/config.php (Badgeshop Config File);
/feedback/db.php (MySQL Information for Feedback System);
/feedback/includes/config.php (Feedback Config File);
/staff-app/db.php (MySQL Information for Staff Applications System);
/staff-app/includes/config.php (Staff Applications Config File);
2. Fill in all of the config files:
/app/management/config.php (Main Config File);
/badgeshop/assets/config.php (Badgeshop Config File);
/feedback/db.php (MySQL Information for Feedback System);
/feedback/includes/config.php (Feedback Config File);
/staff-app/db.php (MySQL Information for Staff Applications System);
/staff-app/includes/config.php (Staff Applications Config File);
If you're using Phoenix, please extract the database "phoenix.sql" in /SQL.
Please be aware that this SQL does not include a catalogue for Phoenix, so you will have to set a catalogue up yourself!
If any emulator other than phoenix (including Gold Tree Emulator), please use the database "other.sql" and it will simply add the tables required for the CMS to work.
Please be aware that this SQL does not include a catalogue for Phoenix, so you will have to set a catalogue up yourself!
If any emulator other than phoenix (including Gold Tree Emulator), please use the database "other.sql" and it will simply add the tables required for the CMS to work.
As I said, this was not released for feedback but just so I can continue to work on it. I know a lot of people will not like the look of the skin, but that is your judgement and your choice. Sorry it says "HiTech" a lot, just they gave me the VPS for free to work on.
Don't like or trust, then don't bother using it!
Download Link:
You must be registered for see links
Additional Credits:
@Kryptos for RevCMS;
@Janzeer for Failed Logins;
LewisLOL for Housekeeping Basis;
@Johno for fixing exploit on Values page.
Last edited: