|
Well I just installed ccBoard and its fantastic so far but I've ran into a small security problem. Many individuals like to secure the /administrator directory using .htaccess on an apache server, with this being done, the image that is used to post a "New Topic", looks like a board with a star on it, is located in /administrator/images/* If users use .htaccess for their /administrator directory, every time an visitor views a forum, a username/password box pops up asking for /administrator acess to retrieve the /administrator/images/new_f2.png file For the time being, a work around to this can be to copy the new_f2.png image from /administrator/images into the /componets/com_ccboard/assets folder and modify the file; components/com_ccboard/views/topiclist/tmpl/default.php There are 2 lines in that php script that reference /administrator/images/new_f2.png Change those 2 lines to referencecomponents/com_ccboard/assets/new_f2.png There may be a few more security issues that relate to this type of configuration, If i find more I will definately post them. |