( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php /*?><?php if ($page ==0 || empty($page) ){ include("profileStartag.php");}?><?php */?>
<?php foreach ($result as $key => $val) {
$msg_idX = stripslashes($val["newsid"]);
$catalogid = stripslashes($val["catalogid"]);
$msg_idC = stripslashes($val["newsid"]);
$msg_idC = $db->base64url_encode($msg_idC);
$ratenum = stripslashes($val["ratenum"]);
$title = stripslashes($val["title"]);
$picture = stripslashes($val["picture"]);
$viewnum = stripslashes($val["viewnum"]);
if(empty($viewnum)){ $viewnum = 0;}
$isdisplay = stripslashes($val["isdisplay"]);
$description = stripslashes($val["description"]);
$adddate = stripslashes($val["adddate"]);
$content = stripslashes($val["content"]);
$type = stripslashes($val["isdisplay"]);
$def = stripslashes($val["def"]);
$adddate = stripslashes($val["adddate"]);
$description = stripslashes($val["description"]);
if ($isdisplay ==7 ){ $thumb ="thumbs/"; $thumb ="gthumbs/";} elseif ($isdisplay==9){$thumb ="gthumbs/";} else {$thumb ="startags/";}
$msg_id = $db->base64url_encode($msg_id);
if ($isdisplay =="9"){
$href=" ";
$edithref="";
/* exit($href);*/
}
if ($isdisplay =="13"){
$edithref="";
$href="href='' ";
/* exit($href);*/
}
if ($isdisplay =="3"){
$edithref="indexAlone.php?mode=cropstar&action=filter&msg_id=$msg_idC";
}
if ($isdisplay =="4"){
$edithref="indexAlone.php?mode=updateStartag&msg_id=$msg_idC&step=0&action=filter";
}
if ($isdisplay =="5"){
$edithref="indexAlone.php?mode=updateStartag&msg_id=$msg_idC&step=0&action=filter&fx=$$msg_idC" ;
}
if ($isdisplay =="6"){
$edithref="indexAlone.php?mode=cropstar&action=filter&msg_id=$msg_idC&fix=$$msg_idC";
}
?>
<table width="83" border="0" align="left" style="margin:2px; margin-bottom:10px; overflow:hidden" >
<tr>
<td align="center" ><a href="indexAlone.php?mode=startags&pager=<?php echo $_GET["pager"]; ?>&msg_id=<?php echo $msg_idC ?>&catid=&default=yes&where=photo"> <img id="<?php echo $row_Latest['newsid']; ?>" class=" img-circle tipme" title="*<?php echo substr($title, 0,14); ?>" src="<?php echo $siteaddress;?>taswira.php?width=80&height=80&nocache=1&cropratio=1:1&image=/v/uploads/<?php echo $thumb ?><?php print "$picture"; ?>" width="80" height="80" ></a>
</td>
</tr>
<tr>
<td class="text-sm text-muted pull-center " align="center" style=" overflow:hidden; padding-top:7px">
<?php /*?> <?php if (empty($edithref)) {?>
<span class="label label-default <?php if($favstartag[0]["newsid"] ==$msg_idX) {?>label-info<?php }?>"> *<?php echo substr($title, 0,14); ?></span>
<?php }else { ?>
<a title="Make Default" href="<?php print "$edithref"; ?>"> <span class="text"> <i class="icon-edit text-danger "></i> </span> </a>
<?php } ?><?php */?>
</td>
</tr>
</table>
<?php
}?>