gobbl CMS - My CMS

Status
Not open for further replies.

david4ie

New Member
Hello

I was looking for a very simple PHP/MYSQL CMS a few months ago and I found that all I could find were very large advanced cms's. So I decided to develop my own CMS .

The site is Gobbl.net.
I was wondering if you coild please look at the demos and tell me what you think.

I would also be very please if some people would like to test my new ULTRA version. This version has a nice looking template and more admin features.

If you would like to test the ultra cms send me a PM and ill send you the cms in a zipped folder.

Thanks
 

daviddoran

New Member
I'm just going to list some thoughts:
  1. "Please Remove Install.php should die not just echo.
  2. Remove XSS-able echo $_REQUEST['p'] in title
  3. SQL-attack possible through $_REQUEST['p'] (Must sanitize)
  4. Try and separate presentation from logic.
  5. Make templates for the admin area, so you can easily change layout.

I know it's all negative here but I just flicked through the code and I'm sure over-all it's very good. :)

(PS:Welcome to the forums, we can never have too many Davids)
 
Status
Not open for further replies.
Top