TalkPHP

TalkPHP (http://www.talkphp.com/forums.php)
-   General (http://www.talkphp.com/general/)
-   -   Profile/Submission CMS? (http://www.talkphp.com/general/1559-profile-submission-cms.html)

Germanium 11-30-2007 06:14 PM

Profile/Submission CMS?
 
Usually I right my own code from scratch, but to cut the amount of time, I'm looking for an already created cms-type framework that would preferably be flatfile - but it should allow users to submit 'articles' and then an admin could validate/edit/approve it before it gets posted or shown.

I know about cutenews, but I want the entire cp to skinnable - cutenews doesn't have this. Ideally, I'm looking for something where users submit info - I approve/delete it, and it gets shown on the site - with categories, etc.

Mambo, Joomla are too resource intensive and are too bulky, just wondering if anyone knows a flat file way to do this - I may have to script it myself if it doesn't exist.

Matt83 11-30-2007 07:23 PM

i would recommend you to take a look at sNews by Solucija, although i also like to write my own code i found it really simple and effective for some projects i had. Quoted from their homepage:

Quote:

sNews is a completely free, standards compliant, PHP and MySQL driven content management system. Consisting of only one small core file, sNews is extremely lightweight, easy to install, and easy to use via a simple web interface..
More info here and you can download it here ( check the multi user version for having several editors and admins)

Germanium 11-30-2007 08:12 PM

Quote:

Originally Posted by Matt83 (Post 4877)
i would recommend you to take a look at sNews by Solucija, although i also like to write my own code i found it really simple and effective for some projects i had. Quoted from their homepage:



More info here and you can download it here ( check the multi user version for having several editors and admins)

unfortunately it's not flatfile, and it requires htaccess - if you don't have htaccess will it still work (of course no seo urls but will it work at all?)

WinSrev 11-30-2007 08:21 PM

I think it's going to be really awkward not using a database, it's why databases were created so data could be retried and organised efficently.

Matt83 11-30-2007 08:29 PM

Quote:

Originally Posted by Germanium (Post 4892)
unfortunately it's not flatfile, and it requires htaccess - if you don't have htaccess will it still work (of course no seo urls but will it work at all?)

My bad, i didnt noticed you asked for a flatfile based cms, beyond that no, sNews wont work without .htaccess. sorry

Matt83 11-30-2007 10:56 PM

You might wanna check phpCMS, never used it but seems to have all the requirements you are looking for, hope that helps.

Quote:

Unlike other content management systems, phpCMS needs no SQL database. All data is saved in the local file system. This often improves the response time of the web server.

These are the minimum requirements for running phpCMS:

a web server (We recommend the Apache web server)
PHP version 4.0.6 or PHP5
2.5MB disk space
you need no database!

Germanium 12-01-2007 04:26 AM

Quote:

Originally Posted by Matt83 (Post 4925)
You might wanna check phpCMS, never used it but seems to have all the requirements you are looking for, hope that helps.

thnx I'll check it out.

@winserv
You would probably be amazed by some of the stuff I've worked on for a few sites. Flatfile can do anything SQL can - and it actually works alot faster then SQL. Granted it can be tricky and you need to properly organize the data from the very beginning, but it pays off well if the site has heavy traffic.

One site I worked on for someone has a lot of traffic, and if I were to use SQL it would have been pretty expensive (system resource wise). You can speed up your scripts by using flat file, that's why I prefer it -plus it makes backups/restores very easy and lightweight. You should take a crack at flatfile sometime.


All times are GMT. The time now is 03:35 PM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0