Hi
I have been running a dolphin website for around 6 months now. Going okay and have over 400 members. The other day I was attempting to refine the "Site Stats" section with a work around, where by you amend the cached SiteStat.inc file in /inc/db_cached, then change the permissions of the file to 644. Which means only the owner has write permissions to it. I know, it is a hack. I followed a web page tutorial on how to do this, but every time I did something in admin, the site stats file got over written with a newly generated SiteStat.inc. I do not know 'much' about web servers / php, but know a little about linux, as I work with it as a programming platform for most of the day - nothing web related. So I thought I would change the permissions of the SiteStat.inc file to 444 i.e. basically no one has write permissions to the file. No joy as it kept getting over written. Does the website server directly over write this file with a copy action in the php code? If this is so then will the work around will not work permanently. Work around is here:
http://www.dialme.com/articles/entry/Change-or-Remove-Items-From-Site-Stats-Block
Maybe I was wrong to follow that article and there is a better way. If you know so, I would be grateful if you could let me know of one. If there is nothing that can be done I will just, as normal, hack away at the code/database. It was just this seemed like a nice simple work around.
Cheers
Paul