You need to open inc/design.inc.php in your favorite text editor. Search for getSiteStat and scroll down till you see:
'pmu' => array('capt'=>_t("_Music"), 'query'=>"SELECT COUNT(`ID`) FROM `RayMusicFiles` WHERE `Approved`='true'",'link'=>'browseMusic.php','adm_query'=> "",'adm_link'=>""),
and just put // in front of that line. Save and you're done.
'pmu' => array('capt'=>_t("_Music"), 'query'=>"SELECT COUNT(`ID`) FROM `RayMusicFiles` WHERE `Approved`='true'",'link'=>'browseMusic.php','adm_query'=> "",'adm_link'=>""),
and just put // in front of that line. Save and you're done.
'pts' => array('capt'=>_t("_Posts"), 'query'=>"SELECT IF( NOT ISNULL( SUM(`forum_posts`)), SUM(`forum_posts`), 0) AS `Num` FROM `pre_forum` ",'link'=>'orca','adm_query'=> "",'adm_link'=>""),
and edit the 'link'=>'orca' part to whatever you need it to link to.
'link'=>'forumz.php' for example.
These elements are not in this file anymore.
They seem to have been moved to
/inc/db_cached/SiteStat.inc
This file appears to be rebuilt periodicly by the Dolphin system.
What is the correct way to remove them now?