Welcome to my Website!

This is a paragraph! Here's how you make a link: Neocities.

Here's how you can make bold and italic text.

Here's how you can add an image:

Here's how to make a list:

To learn more HTML/CSS, check out these tutorials!

'; } ?> Log In | Otorium
You are already logged in! Click here to be redirected to the dashboard.'; } else { ?>

Sign into Otorium


Sign up
Dashboard | Otorium

Welcome back, !

query("SELECT * FROM friends WHERE uid = ".$userID." or fid = ".$userID." ORDER BY `id` DESC"); if($getFriends->rowCount() > 0) { $friends = $getFriends->fetchAll(PDO::FETCH_ASSOC); $loops = 0; $friendsonline = 0; echo '

Online friends:

'; echo '
'; foreach ($friends as $friend) { if($friend['uid'] == $userID) { $fid = $friend['fid']; } else { $fid = $friend['uid']; } if(($do->getUserInfo($do->getUsername($fid), "lastseen") + 300) > time()) { $friendsonline = $friendsonline + 1; $loops = $loops + 1; echo '
'.$do->getUsername($fid).'
'; } if($loops == 8) { echo '
'; $loops = 0; } } if($friendsonline == 0) { echo 'No online friends'; } $empty_loops = 8 - $loops; emptyBadgesdo: if(!($empty_loops == 0)) { echo '
'; $empty_loops = $empty_loops - 1; goto emptyBadgesdo; } echo '
'; } else { echo 'No online friends'; } ?>