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!

RevCMS habbo theme edit & RevCMS Housekeeping release

Status
Not open for further replies.
Elite Diviner
Joined
Feb 27, 2013
Messages
485
Reaction score
83
Re: RevCMS habbo theme edit & RevCMS Housekeeping release

Looks great. What're the images for the edit button, and remove button etc. Thanks



Update - Just took it from your live demo, ty bud
 
Elite Diviner
Joined
Jul 4, 2013
Messages
498
Reaction score
71
Re: RevCMS habbo theme edit & RevCMS Housekeeping release

Looks great. What're the images for the edit button, and remove button etc. Thanks



Update - Just took it from your live demo, ty bud
Forgot to include it in download, updated it.
PS - Not doing MEGA download links anymore cba going through pages to change it every time i update.
 
Newbie Spellweaver
Joined
Jul 11, 2012
Messages
77
Reaction score
4
Okay, I'm facing a problem,
I'm on rank 7, when I get on some of the HK pages, I get this..
NqHCPtU - RevCMS habbo theme edit & RevCMS Housekeeping release - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Elite Diviner
Joined
Jul 4, 2013
Messages
498
Reaction score
71
Re: RevCMS habbo theme edit & RevCMS Housekeeping release

Okay, I'm facing a problem,
I'm on rank 7, when I get on some of the HK pages, I get this..
NqHCPtU - RevCMS habbo theme edit & RevCMS Housekeeping release - RaGEZONE Forums

On some pages in app/tpl/skins/habbo/admin you might have to change
Code:
		if($_SESSION['user']['rank'] >= 9){
Too
Code:
		if($_SESSION['user']['rank'] >= 6){



I noticed I accidentally done cmdlogs instead of chatlogs, will release a update before I sleep.
Any features you want added(Will be done before 1am GMT).

Have an idea for a feature?

Found a bug?




Seen this on the request list, didn't take long so I done it.
Od4kuga - RevCMS habbo theme edit & RevCMS Housekeeping release - RaGEZONE Forums


Will get released soon, so far I have:
- Updated settings page with new things as seen above.
- New simple navigation system loaded from database(Makes things easier for me and those who add onto this).
- Fixed some alerts not reloading on edit/action taken.

As seen before every thing I do will have about 5-10 updates each time atleast.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jun 11, 2014
Messages
35
Reaction score
0
After i have reset my database the ''Create news'' won't work, and i have changed the rank from 9 to 7 also, but it doesn't help? ..
 
Elite Diviner
Joined
Jul 4, 2013
Messages
498
Reaction score
71
After i have reset my database the ''Create news'' won't work, and i have changed the rank from 9 to 7 also, but it doesn't help? ..

This is not a help thread, if it works in the beta version it should work for you.
I cannot even help you as you have not shown me the error you get.
+ Make sure you have the news table?
Code:
DROP TABLE IF EXISTS `cms_news`;
CREATE TABLE `cms_news` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  `shortstory` text COLLATE latin1_general_ci,
  `longstory` text COLLATE latin1_general_ci,
  `published` int(10) NOT NULL DEFAULT '0',
  `image` text COLLATE latin1_general_ci,
  `author` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
 
Elite Diviner
Joined
Jul 4, 2013
Messages
498
Reaction score
71
Here is the changelog so far.
Code:
- Started Bot Management
- Fixed issues w/ Server Settings
- Fixed chatlogs & cmdlogs
- Server Settings(Basics) for phoenix.
- Navigation is now done via database.

Screenshots:
Lewislol - RevCMS habbo theme edit & RevCMS Housekeeping release - RaGEZONE Forums

Lewislol - RevCMS habbo theme edit & RevCMS Housekeeping release - RaGEZONE Forums

Lewislol - RevCMS habbo theme edit & RevCMS Housekeeping release - RaGEZONE Forums


I don't know what else I should do before I release this version.
 
Elite Diviner
Joined
Jul 4, 2013
Messages
498
Reaction score
71
I got a feature, Admin Login from the maintenance
May do something like that, but for now my new HK allows you to access site if you have an active session while maintenance is on.
 
Junior Spellweaver
Joined
Dec 29, 2011
Messages
102
Reaction score
14
Could you maybe turn off the maintenance by the life demo
 
Elite Diviner
Joined
Jul 4, 2013
Messages
498
Reaction score
71
I have requested this thread to temporarily be closed until I decide to work on this further.
Live demo will stay online and I will still monitor bug reports and feature requests and work on a big 20 new feature upgrade to be released around August.
 
Newbie Spellweaver
Joined
Dec 5, 2013
Messages
12
Reaction score
0
I downloaded the latest version of this edit, do i need to download previous update ?
 
Elite Diviner
Joined
Jul 4, 2013
Messages
498
Reaction score
71
I requested the thread to be reopened, as I have nothing to do now.
I do not know why MiniMail has never been done, it will be in the next release of this CMS.

Live Demo URL:
 
Elite Diviner
Joined
Jul 4, 2013
Messages
498
Reaction score
71
The bug report/feature request page I made has been requested to be released.

Not that hard really but here you go.
Code:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} - Bug Reports/Feature Requests</title>
        
        <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/common.css" type="text/css">
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/libs2.js"></script>
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/visual.js"></script>
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/libs.js"></script>
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/common.js"></script>
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/fullcontent.js"></script>
        <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/lightweightmepage.css?<?php echo time() ?>" type="text/css">
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/lightweightmepage.js?<?php echo time() ?>"></script>


        
        <script type="text/javascript">
            document.habboLoggedIn = true;
            var habboName = "{username}";
            var habboId = {userid};
            var habboReqPath = "";
            var habboStaticFilePath = "{url}/app/tpl/skins/Habbo";
            var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
            var habboPartner = "";
            var habboDefaultClientPopupUrl = "{url}/client";
            window.name = "habboMain";
            if (typeof HabboClient != "undefined") {
                HabboClient.windowName = "eac955c8dbc88172421193892a3e98fc7402021a";
                HabboClient.maximizeWindow = true;
            }
        </script>
        <style type="text/css">
            .alert{
                height:25px;
                width:100%;
                background-color:#c73c3c;
                text-align:center;
                border-radius:1px;
                line-height:25px;
                color:#fff;
                font-weight:700;
                
            }
            
            .alert-box{
                height:40px;
                width:301px;
                background-color:lightgreen;
                margin-bottom:5px;
                border-radius:3px;
                text-align:center;
                font-size:10px;
                color:#fff;
                font-weight:700;
                line-height:38px;}
                                
            input{
                height:25px;
                border:1px solid lightgray;
                border-radius:2px;
                text-align:center;}
                        
            input[type='submit']{
                background-image:none;
                border:1px solid lightgray;
                line-height:20px;}
        </style>
        <!--[if IE 8]>
            <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie8.css" type="text/css">
        <![endif]-->
        <!--[if lt IE 8]>
            <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie.css" type="text/css" />
        <![endif]-->
        <!--[if lt IE 7]>
            <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie6.css" type="text/css" />
            <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/pngfix.js"></script>
            <script type="text/javascript">
                try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
            </script>
            <style type="text/css">
                body { behavior: url({url}/app/tpl/skins/Habbo/js/csshover.htc); }
            </style>
        <![endif]-->
    </head>
    
    <body id="home">
    
        <div id="overlay"></div>
        <?php include_once("includes/header.php"); ?>
                <ul id="navi">
                    <li class="selected"><a href="{url}/me">{username}</a><span></span></li>
                    <li><strong>Community</strong><span></span></li>
                    <li id="tab-register-now"><a href="{url}/shop" target="_Blank">Shop</a><span></span></li>
                </ul>
                <div id="habbos-online"><div class="rounded"><span>{online} members online</span></div></div>
            </div>
        </div>
            <div id="navi2-container" class="pngbg">
                <div id="navi2" class="pngbg clearfix">
                    <ul>
                        <li class=" last"><a href="{url}/me">Home</a></li>
                        <li class=" last"><a href="{url}/account">Account Settings</a></li>
                        <li class=" selected"><a href="{url}/bugs">Bug Request</a></li>
                    </ul>
                </div>
            </div>
            <div id="container">
             <div id="container">
                <div id="content" style="position: relative" class="clearfix">
                    <div id="column1" class="column">
                        <div class="habblet-container ">
                            <div class="cbb clearfix darkred ">
                                <h2 class="title">Your Bug/Feature Requests</h2>
                                <div style="padding:7px 7px 1px" align = "center">
                                    <table>
                                          <tr>
                                            <th>ID</th>
                                            <th >Type</th>
                                            <th >Bug/Feature</th>
                                            <th style = "width:100px;">Answered?</th>
                                          </tr>
                                        <?php
                                            $q = mysql_query("SELECT * FROM hk_issues WHERE username = '". $_SESSION['user']['username'] ."'");
                                                while ($m = mysql_fetch_array($q)) { ?>
                                          <tr align = "center">
                                            <td ><?php echo $m['id']; ?></td>
                                            <td ><?php echo ucfirst($m['type']); ?></td>
                                            <td><?php echo ucfirst($m['text']); ?></td>
                                            <td ><?php if($m['resolved'] == '' && $m['type'] == 'bug'){echo 'Lewis hasn\'t investigated your bug yet.';} else if($m['resolved'] == '' && $m['type'] == 'request'){echo 'Lewis hasn\'t looked at your feature request yet.';} else{echo $m['resolved']; }?></td>
                                          </tr>
                                          <?php } ?>                                          
                                        </table>
                                </div>
                            </div>
                        </div>
                    </div>
                    <style>
                        .alert-box{
                            height:40px;
                            width:301px;
                            background-color:lightgreen;
                            margin-bottom:5px;
                            border-radius:3px;
                            text-align:center;
                            font-size:10px;
                            color:#fff;
                            font-weight:700;
                            line-height:38px;
                        }
                        
                    </style>
                    <div id="column2" class="column">
                        <div class = "alert-box" style = "background-color:darkred;margin-top:1px;">
                            Do not spam this feature or it will be taken down.
                        </div>
                        <div class="habblet-container ">
                            <div class="cbb clearfix blue ">
                                <h2 class="title">Submit a bug/feature Request!</h2>
                                <div  align = "center" style="padding:7px 7px 1px">
                                 <?php 
                                        if($_POST['add_ban']){
                                            $text = mysql_real_escape_string($_POST['text']);
                                            $type = mysql_real_escape_string($_POST['type']);
                                            $username = mysql_real_escape_string($_POST['username']);
                                            $resolved = mysql_real_escape_string($_POST['resolved']);
                                            
                                            if(empty($text)){
                                                echo '<div class = "alert">You have not entered a bug/feature request?</div><br>';
                                            }
                                            
                                            else if($_SESSION['user']['username'] == 'Test'){
                                                echo '<div class = "alert" style = "height:50px;">Please make your own account to submit a feature request.</div>';
                                            }
                                            
                                            else{    
                                                $query = "INSERT INTO hk_issues SET type='{$type}', text='{$text}', username='" . $_SESSION['user']['username'] ."'";
                                                mysql_query($query) or die ("Error in query: {$logtest}. ".mysql_error());
                                                mysql_query($banlog);
                                                echo '<div class = "alert">Bug/Feature request added successfully.<meta http-equiv="refresh" content="3;url={url}/bugs"/></div><br>';
                                            }
                                        }
                                ?>
                                <form method = "post">
                                    <select name = "type">
                                      <option value="bug">Bug</option>
                                      <option value="request">Feature Request</option>
                                    </select><br>
                                    <b>Bug/Feature?: </b><br><input type = "text" value = "<?php echo $_POST['text']; ?>" name = "text"><br><br>
                                    <input type = "submit" name = "add_ban"><br>
                                </form>


                                </div>
                            </div>
                        </div>
                        <div class="habblet-container ">
                            <div class="cbb clearfix blue ">
                                <h2 class="title" style = "font-size:13px;">Want something doing? Won't I do it?</h2>
                                <div  align = "center" style="padding:7px 7px 1px" align = "center">
                                    Content coming soon...
                                </div>
                            </div>
                        </div>
                    </div>
                    <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
                </div>
        <div id="footer" >
            <?php include('includes/checktheban.php'); ?>
        </div>
    
    </body>
</html>

Before you ask 'Is there a HK addon for this' nope couldn't be bothered coding it basically how this works is you go to 'hk_issues' table and just fill in 'resolved' column shows up for them. If you haven't is shows 'Lewis hasn't investigated your request yet'.

SQL you need to run:
Code:
DROP TABLE IF EXISTS `hk_issues`;
CREATE TABLE `hk_issues` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `type` enum('bug','request','') NOT NULL,
  `text` varchar(255) NOT NULL,
  `username` varchar(255) NOT NULL,
  `resolved` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8;
The PHP part of this only took like 3 minutes the rest was just putting it in the template took the time.
Not releasing much until I start RevCMS minimail and a HK plugin for minimail with these features.
Code:
- Recent Convos
- View Convos
- Delete Convos
- Create Convos
- View Convo reports(This will have view report, ban target user, ban user who reported, reply to report, request for more information)

Minimail is going to be harder than I intended it to be because of some javascript things(I am poop at JS)

If you have any questions just leave a reply to this thread.
 
Status
Not open for further replies.
Back
Top