Unity Rules/ BLogs Rules http://www.boonex.com/unity/txt/rules/ #7 Double posts or repetitive posting of the same point over and over are not allowed and will not help your argument.
Here is the answer from Blog:
Links will be follow:
1) photo/gallery/all/NICKNAME/
2) video/gallery/all/NICKNAME/
3) music/gallery/all/NICKNAME/
4) viewFriends.php?iUser=ID
Where NICKNAME and ID - your nickname and id.
Before appearance of this links place this code first:
$member['ID'] = (int)$_COOKIE['memberID'];
$aData = getProfileInfo($member['ID']);
And then use value $member['ID'] instead ID in my example and $aData['NickName'] - instead NICKNAME.