1/ You can change the joined date,
Read this topic
2/ Why, it tells you how many posts each member has made. you could just delete the post's.
3/ you are using just subSilver Skin. in the templates/subSilver/images folder you will see a image named logo_phpBB.gif make a image file the same size save using the same name then replace it.
4/ in the templates/subSilver folder find and download the file overall_header.tpl open with your text editer.
FIND
<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>
AFTER ADD
<a href=
http://www.yourwebsite.com class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="Home Page" hspace="3" />Home Page</a>
change the yourwebsite.com to yours or the page you want.
close and save then upload in to same folder.