Tutorials Blog
Hosting
Software
Dolphin Tips
Help Forums FREE Mods
Licensing
People
Donate
News
Search
  •  
 
 
 
Quote12.13.2008 19:330 people like thisLike
 

Has anyone ever figured out how to re-organize the site stats?

I have read and tried the re-organize the cache file but after time they just go back.

I was told by a boonex guy it had to be done in the database,  When i goto the database im unsure how to move them around.

Anyone know how to move the fields around in the database?

Quote12.13.2008 23:270 people like thisLike
 

/inc/db_cached/SiteStat.inc

Just move the lines around to the order you want.

After doing so you need to chmod/permission the file to 644. It is set to 666 during install. 666 means writeable and the changes you make will just change back because it's wirteable.

By making the file permission 644 it is only readable, which means it can't write back.

So first you might set the file to 644 then make your changes to the file.