i decided to go with the blog script from plugged out http://www.pluggedout.com/index.php?pk=dev_blog
and it all seems great except for a few things which i have listed below... i am in a real time crunch with this project so all help would be muchly appreciated... i have posted on their support forum but i am still waiting for an answer... i think it could be the long weekend in the US...?
issues i still have (so far anyways) is:
1- how do i restrict the config.php file from intruders...
2- my calender seems to be out by 1 month... when i go to June, it displays entries for May... and april for may etc... how do i fix that...? the entries are getting the correct month... its just the calender that is displaying one month ahead instead of the current month...
3- when included the index.php file in my website table it came up with some warnings... i have corrected them by making all og the includes etc. go back to the root directory and work from there...
4- the session.php file gave a warning saying that the headers had already been sent... so i moved the includes for the session.php file to the top of my diary.php file (above HTML tag) i assume that is why i was getting that arror... because it was trying to start the session in the middle of my code...?
5- should i remove the HTML and BODY tags from index.php seeing as i am including this in my already created website?
and it all seems great except for a few things which i have listed below... i am in a real time crunch with this project so all help would be muchly appreciated... i have posted on their support forum but i am still waiting for an answer... i think it could be the long weekend in the US...?
issues i still have (so far anyways) is:
1- how do i restrict the config.php file from intruders...
2- my calender seems to be out by 1 month... when i go to June, it displays entries for May... and april for may etc... how do i fix that...? the entries are getting the correct month... its just the calender that is displaying one month ahead instead of the current month...
3- when included the index.php file in my website table it came up with some warnings... i have corrected them by making all og the includes etc. go back to the root directory and work from there...
4- the session.php file gave a warning saying that the headers had already been sent... so i moved the includes for the session.php file to the top of my diary.php file (above HTML tag) i assume that is why i was getting that arror... because it was trying to start the session in the middle of my code...?
5- should i remove the HTML and BODY tags from index.php seeing as i am including this in my already created website?










