RevCMS 3.0 [PHP, MVC, Multi-Support]

Status
Not open for further replies.

Rudde

Member
Nov 12, 2011
38
3
Gotta' be careful with what I show.

Anywhore, I just got done doing a CronJob class. I have very good ideas in which I'd need it.
Such as: Automatic(Cron Job, duh!) database backup.

UPDATE

I implemented a cron script to automatically backup your database every X month(s)/day(s)/hour(s).

NOTE: You pick the value of X

Wow, really looking forward to see this finished :-D
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
Damp! You're really hooked on this now! Keep it up bro, I can't wait for the release :D
Thanks for the support!

Wow, really looking forward to see this finished :-D
Yea, me too ;)

UPDATES

I just added a Log class library to the framework/CMS, it'll be used in the CMS to keep track of loaded files, and internal errors.

You will be able to see any internal errors from the housekeeping, or simply check the ErrorLog.php file.

Wait for more brainstorming!
 

Kristopher

Photographer
Dec 25, 2010
802
66
Not sure if this was suggested but aye? Let users pick their own theme thats emplented aka (mango) Etc..
Add respects to cronstats?
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
User pick their own theme? Don't think it'd be a good idea.

What do you mean by 'Add respects to cronstats'?
 

Kristopher

Photographer
Dec 25, 2010
802
66
I dont think respects are updated daily for revCMS and why not let them pick their own theme?
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
I dont think respects are updated daily for revCMS
facepalm.jpg
The CMS has nothing to do with respects, that's for the emulator to handle.

why not let them pick their own theme?

It'd create a mess community-wise, site would be different so if a skin has no news, and the hotel sends an alert saying "Read the news to win X price!" then those users(who are habbotards) will have no idea and complain for not having news and other features, etc.

There are other examples, that one was just on top of my mind.
 

Kristopher

Photographer
Dec 25, 2010
802
66
PHP:
<?php

if (!defined('UBER') || !UBER)
{
    exit;
}

dbquery("UPDATE user_stats SET DailyRespectPoints = '3'");

?>
UberCMS uses somthing like that for respects is what im trying to get at.. And we couldnt you make the news work etc. Also finish campaigns and code it for the habbo style template that oliver made?
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
PHP:
<?php

if (!defined('UBER') || !UBER)
{
    exit;
}

dbquery("UPDATE user_stats SET DailyRespectPoints = '3'");

?>
UberCMS uses somthing like that for respects is what im trying to get at.. And we couldnt you make the news work etc.

The news work...

And, that's uberCMS. Also, I don't know if Phoenix does it like that and I also can't do that because it doesn't have a cron job system/script for it to be able to work.

__________________________________

This is a development thread, not a help thread or an idea thread. The idea thread is located in this section, if you can't find it then learn to read and look for it again.

Stop posting off topic/spamming.

Thanks.
 

SkrilZ

New Member
Oct 30, 2011
4
1
I could translate it to dutch. Btw, i'm using your RevCMS 1.9.9, I'm very happy with it, thanks for making an awesome cms!
 

Archaos

Flying High.
Oct 4, 2011
212
39
Going great! Loving the progress, can't wait till the release, don't rush it though.
 

TehJohn

New Member
Sep 28, 2011
28
10
My hotel is currently ninth on thehabbos.org with around 250 users online at one time, don't suppose when you're looking for testers you'd hit me up?
 

Basil Ali

Member
Aug 15, 2011
32
0
When you do finish your CMS, i'd love to make a mobile version for your CMS, for users to check messages and such.
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
When you do finish your CMS, i'd love to make a mobile version for your CMS, for users to check messages and such.

Let's do this, make a mobile theme for the CMS and send it to me ( Only using HTML, CSS, JS, etc ), then I will implement it to the CMS.

I'll make an option for a mobile theme now ( Only for users with a mobile browsers ), using my User-Agent class library.
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
Good luck, it's looking good already. What percentage so far?

Also any chance of some screenies?

I couldn't say.

Yea:

UPDATEZ

Alright, Log files are fully working, it logs every operation made by the CMS, was acting weird before.
Optimized some code, not really much.
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
Big update

I have( yet again ) recoded Widgets.

All I can say is... Beautiful.

Now it looks so much cleaner, has decreased load time and memory load, and the best thing of all - It cannot be more efficient.
Now, it doesn't use SQL to check if the widget is active, or has to be included, etc.

Going to work on Register now!
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,906
Ohsick, nice one, hope to see some more updates etc soon ;).
 

Ept

Many men wish death upon me.
Jun 16, 2011
591
276
This is awesome! I can't wait to see what's up next, I'll be following this development :D.
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
Ohsick, nice one, hope to see some more updates etc soon ;).
This is awesome! I can't wait to see what's up next, I'll be following this development :D.

Thanks :D

Been working on register, findin a little tricky to do it because the register form is in a pop-up box, so if I submit, it reloads and it's gone. Everything else works though, just need to sort that out.
 
Status
Not open for further replies.

Users who are viewing this thread

Top