\n"; echo " \n"; echo " \n"; echo " \n"; } } function textstuff(){ // Sets up right side box of info under the other sidebars if($_SESSION['noimg'] == false){ echo "
- ".$_SESSION['img']."
\n";
echo " - ".$_SESSION['type']."
\n";
echo " - ".$_SESSION['size']."
\n";
echo " - ".$_SESSION['time']."
\n";
echo " - ";
$username = $_SESSION['username'];
echo "$username"; // For future use - catagorize by username
echo "
\n";
echo " - ".$_SESSION['comment']."
\n";
echo " - ";
$tags = $_SESSION['tags'];
$tags = explode(" ", $tags);
foreach($tags as $tag){
echo "$tag "; // For future use - catagorize by tag
}
echo "
\n";
echo "
Please specify an image with the url:
img.unps-gama.info/?img=(IMGAGE STUFF HERE)