[Plugin-Dev] RevCMS- VisualCCMS ASE! !NEW! [Plugin-Dev]

DaLightz

See ya'll in the afterlife.
May 19, 2012
1,136
262
What about Hk permissions?
Under administration area, there will be something called "Permission editor";;
this will let you configure the Fuserights table in the database properly for your hk.
(rank 7 is allowed this by default)
 

DaLightz

See ya'll in the afterlife.
May 19, 2012
1,136
262
UPDATE:
Ok so, now you can make the following in the hk:
  • Bots
  • Campaigns
  • Wordfilters
  • Vouchers
Nice eh? almost like ubercms hk ;)
--
Im still trying to figure out how to enable/disable maintenance in the hk but its a bit different becuase RevCMS enables hk by text in the config, not the database. therefore, i will need to use something Kryptos brought up to my attention called fwrite()
Mod: Sorry for the double post, but no one was bumping and i had to say this :L
 

Legion

Gaming Lord
Staff member
Nov 23, 2011
1,801
669
UPDATE:
Ok so, now you can make the following in the hk:
  • Bots
  • Campaigns
  • Wordfilters
  • Vouchers
Nice eh? almost like ubercms hk ;)

--
Im still trying to figure out how to enable/disable maintenance in the hk but its a bit different becuase RevCMS enables hk by text in the config, not the database. therefore, i will need to use something Kryptos brought up to my attention called fwrite()
Mod: Sorry for the double post, but no one was bumping and i had to say this :L
I likeeee. Good job on updates, hurry soonnn :)
 

titchy

Living the sexy title
Oct 2, 2011
65
4
A few suggestions:


Staff Rules.
A Note Section. Let you add your own notes.
A strike system. So you can add a staff member that didn't go to a meeting
Add voucher codes
External Login?
 

DaLightz

See ya'll in the afterlife.
May 19, 2012
1,136
262
A few suggestions:


Staff Rules.
A Note Section. Let you add your own notes.
A strike system. So you can add a staff member that didn't go to a meeting
Add voucher codes
External Login?
Okay sir, voucher codes is already done. Alll the others you have mentioned i will add. They sound really good ;).
--
Updates:
Okay so, i think you will be very happy with the new updates.
  • Edit news is working, and is smexy, yet secure.
  • ALL CATALOGUE EDITORS NOW WORK LIKE UBER :D
Untill then, keep an eye on this thread. A release is expected by the weekend.
 

Kristopher

Photographer
Dec 25, 2010
802
66
1 thing make sure peeeps cant brute force it, I heard few brute forced threw grapehk.
I used grapeASE then i moved over to x9571 or whoever housekeeping and haven't had a problem also i fixed the news with edit and delete worked also xD.
 

ChunkyCurry

Member
Jan 4, 2012
141
6
Okay sir, voucher codes is already done. Alll the others you have mentioned i will add. They sound really good ;).
--
Updates:
Okay so, i think you will be very happy with the new updates.
  • Edit news is working, and is smexy, yet secure.
  • ALL CATALOGUE EDITORS NOW WORK LIKE UBER :D
Untill then, keep an eye on this thread. A release is expected by the weekend.
So it should be out tomorrow or the day after yes?
 

DaLightz

See ya'll in the afterlife.
May 19, 2012
1,136
262
Nice, Could you post some code?
Here is the dashboard.
PHP:
<?php
include('/class/top_class.php');
// ################################
// Creates header for the ASE
?>
     
        <div id="content">
            <div id="title"><div id="rightlinks">Welcome <b>{username}</b>!</div> Dashboard</div>
            <div id="icons">
                <ul>
                    <!-- Icons will show here (like cancel etc.)-->
                 
                </ul>
            </div>
            <div id="body"><b>Welcome back to the ASE {username}!</b><br />
            <center><?php
$nextWeek = time() + (7 * 24 * 60 * 60);
                  // 7 days; 24 hours; 60 mins; 60secs
echo 'Date :      '. date('d-m-y') ."\n";
?>
<br />
             
                Server Status:{status} &nbsp; Hotelname : {hotelname}<br />
                user(s) online : {online}  </center>
         
         
            </div>
            <div id="copyright">
                <?php
include('/class/bottom_class.php');
// ################################
// Creates footer for the ASE
?>
            </div>
        </div>
    </body>
</html>
 

DaLightz

See ya'll in the afterlife.
May 19, 2012
1,136
262
Very Nice!

Keep it up will deffo be using this
Thanks :3
--
Update-

The ase will be released! it is all done ;) But here is the problem, im stranded at my mothers house for the weekend (court ordered) So sadly, i have no contact to my computer/house for the weekend. Monday i will release it as soon as i can seeing that my vacation from school has started today. Sorry about the waiting, but as a said, nothing i can do. Court ordered (yes, i live with my dad.).
 

ChunkyCurry

Member
Jan 4, 2012
141
6
Thanks :3
--
Update-

The ase will be released! it is all done ;) But here is the problem, im stranded at my mothers house for the weekend (court ordered) So sadly, i have no contact to my computer/house for the weekend. Monday i will release it as soon as i can seeing that my vacation from school has started today. Sorry about the waiting, but as a said, nothing i can do. Court ordered (yes, i live with my dad.).
Can you add another thing that adds tabs to your cms? if that'll work
 

Users who are viewing this thread

Top