Search found 2 matches

by lancemuz
Wed Jul 30, 2008 4:33 am
Forum: CMSMS Core
Topic: Navigation Hierarchy issue
Replies: 9
Views: 2899

Re: Navigation Hierarchy issue

You can selectively decide which sections have the hierarchy applied by editing /lib/classes/class.content.inc.php Look around line 1288 for if (($config['use_hierarchy'] == true) Change to: if (($config['use_hierarchy'] == true) && (!$this->HierarchyPath() == "news")) On my site I...
by lancemuz
Sat Jan 12, 2008 4:55 pm
Forum: General Discussion
Topic: site hacked, not sure if CMS was the hole
Replies: 11
Views: 12623

site hacked, not sure if CMS was the hole

My site was hacked whereby several files such as index.php had code inserted which displayed a nefarious site through an iframe.  I discovered the following in the apache log: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx My CMS is version 1.2.3. I'm not sure if my CMS software was vulnerable or if it cou...

Go to advanced search