Waffles

Status
Not open for further replies.
Joined
Jan 21, 2009
Messages
1,787
Reaction score
93
Jawsh and I are working on a new CMS. It will be written in OO PHP and will be fairly modular. It's going to be a very big step from our first CMS, Cype. I just want to know what you guys think we should add on to this CMS so that everyone will be pleased and not have to add so much stuff to it. Keep in mind everything will be disableable if you don't want it there.

PS. We made this thread earlier, and thanks to people treating it like it was the Strict Shack, it was closed. Let's keep this one spam free.
 
What?



That would require Cron, which not everyone has. However, we are going to add a database manager which will have a backup option.

**** your stupid :D
Either way you can do it the manual way (which will most likely work if you have a nice consistent traffic) or the automated cron technique. In Linux, you can easily setup crontabs with no issue, especially if you have cPanel access. If your using Windows you can schedule it or make use of PHP CLI to execute bash commands to perform the backups instead of tedious grabbing methods. Similiarly you can direct users to setup "scheduled tasks" Entering the following similiar to but not limited to:
C:\wamp\bin\php\php5.3.0\php.exe C:\wamp\www\ares\backup.php

I can think of countless other ways.
Despite the confusing setup and tedious process, you CAN still do it and is AVAILABLE for EVERYONE in a majority basis. Just that people will inevitably fail in the process of doing so.
 
Last edited:
**** your stupid :D
Either way you can do it the manual way (which will most likely work if you have a nice consistent traffic) or the automated cron technique. In Linux, you can easily setup crontabs with no issue, especially if you have cPanel access. If your using Windows you can schedule it or make use of PHP CLI to execute bash commands to perform the backups instead of tedious grabbing methods. Similiarly you can direct users to setup "scheduled tasks" Entering the following similiar to but not limited to:


I can think of countless other ways.
Despite the confusing setup and tedious process, you CAN still do it and is AVAILABLE for EVERYONE in a majority basis. Just that people will inevitably fail in the process of doing so.

Yea, no. I like to keep things easy for the user. I'm going to look into .
 
Could there also be more player interaction? Such as a player can submit videos/screen shots and gm apps all on the cms. And players would be able to reply and such (after the said submitted content is approved).

(and so on)
 
Our progress is at about... 10%?

We haven't worked on it for a little since we just got back in school. :)

I'm back guys <33
 
Status
Not open for further replies.
Back