Users now have their own profile pages

This commit is contained in:
pikami
2016-06-20 15:13:59 +00:00
parent 8690bd730c
commit 713198629c
5 changed files with 105 additions and 21 deletions

View File

@@ -26,7 +26,7 @@ if(isset($uid)){
echo "<h5>";
if($owner[1] == -1)
echo "Posted by: <b>Guest</b>";
else echo "Posted by: <b>".htmlspecialchars($owner[1])."</b>";
else echo "Posted by: <b><a href=\"u/".htmlspecialchars($owner[1])."\">".htmlspecialchars($owner[1])."</a></b>";
echo ", at ".date('Y-m-d',$result["created"]).", it will expire <b>";
if($result["expire"]==0) printf('Never');
else{