Page 1 of 1

Want to create secure CMS - Need some Linktipps and Help!

Posted: Sat Jan 18, 2003 5:45 pm
by studentxy
Hello all!

I'm planning a ContentManagementSystem in PHP with mySQL.

It should contain:

- session management
- Group- Workflowmanagement
- WYSIWYG - Editor
- Image repository /Media-Archive
- Block and Modulemanagement (certain module for certain user...)
- Template-Based, in order to be easy edited by designer
(I'm going ti use PEAR-Templates IT(X)
- Minimized Database querries

want I want from you , is to give me some
advice, where i can find examples (opensource-cms) that contain
a few of these features, in order to make it more easy for me,
being inspired by the other projekt.
I'm still in planning phase, and for this reason, i want to see
how other solved the problems with secure and so on.

so, it would be nice, if you would have some links
or advice, on how to start (structure...).

thanks a lot

studentxy

Posted: Sat Jan 18, 2003 6:48 pm
by evilcoder
for my site, i've incuded all files from outside of HTTP. So noone can view the source of any of my includes. Thats always good for security, just thought you might like touse that as an idea for security