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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
studentxy
Forum Newbie
Posts: 1
Joined: Sat Jan 18, 2003 5:45 pm

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

Post 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
Last edited by studentxy on Sat Jan 18, 2003 7:02 pm, edited 1 time in total.
evilcoder
Forum Contributor
Posts: 345
Joined: Tue Dec 17, 2002 5:37 am
Location: Sydney, Australia

Post 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
Post Reply