=$userVar['uTitle'];?>
=$userArray['username'];?>
loggedIn()) {
if($_SESSION['uid'] == $userArray['id']) {
?>
Edit Profile
checkRank($fwSettings['develRanks'])) {
?>
Add Friend
Report
Joined =date('l Y-m-d H:i', $userArray['join_date']);?>
Last Seen on =$userArray['last_seen'] ? date('l Y-m-d H:i', $userArray['last_seen']) : 'Hasn\'t logged in yet.';?>
';
print '
';
print $userVar['sideBar'];
print '
';
}
?>
Account Standing
checkBan($userArray['id'])) {
print '
Banned
';
} elseif($standing) {
print '
Bad
';
if($flashii->loggedIn()) {
print '
';
print 'User has ';
print count($warnArray);
print ' warnings.
';
print 'After 5 to 10 more warnings (depending on what they are for) this user may be permanently banned.';
print '';
}
} elseif($userArray['id'] == 2) {
print '
Mewow
';
} elseif($userArray['id'] == 6) {
print '
Drowned
';
} elseif($userArray['id'] == 8) {
print '
';
} elseif($userArray['id'] == 21) {
print '
ULTREMELY BAD
';
} elseif($userArray['id'] == 303) {
print '
Banned Forever
';
} elseif($userArray['id'] == 212) {
print '
Banned
';
} else {
print '
Good
';
}
?>
=$mdparser->text(strip_tags($userArray['profilemarkdown']));?>