( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php
$VideoPath = "uploads/live/";
$live_img = 'uploads/images/';
if($_GET["msg_id"] == "0")
{
$result = $db->getnewsbyidr3($msg_id);
$msg_id= $result[0]["msg_id"];
$type= $result[0]["type"];
if (empty($msg_id)){header("Location: indexAlone.php?mode=upload"); }
if ($type !=0 ){header("Location: indexAlone.php?mode=photos"); }
}
else
{
$msg_id = $db->base64url_decode($msg_id);
$result = $db->getnewsbyidr2($msg_id);
}
$catalogid = $result[0]["catalogid"];
$yanani= $result[0]["yanani"];
$original= $result[0]["original"];
$isdisplay= $result[0]["isdisplay"];
if($isdisplay == 3 || $isdisplay == 11) {
}
else
{
header("Location: ./index.php?msg=Sorry+this+Photo+is+already+posted+cannot+be+edited");
}
?>
<h2 style="margin-top:0px" class="post-title" > What do you want to create?</h2>
<table width="100%" border="0">
<tr>
<td width="600" valign="top"><img width="600" src="<?php echo $siteaddress;?>taswira.php?nocache=1&image=/v/uploads/raw/<?php echo $original ?>" style="-moz-border-radius : 3px 3px 3px 3px:-webkit-border-radius : 3px 3px 3px 3px;border-radius : 3px 3px 3px 3px; " id="cropbox" > </td>
<td valign="top" style="padding-left:15px">
<?php $msg_id = $db->base64url_encode($msg_id);?>
<table width="100%" border="0">
<tr>
<td valign="top">
<table border="0" cellpadding="0" width="100%" style="margin-bottom:5px" cellspacing="0" height="55" >
<tr>
<td width="153" height="55" ><a href="indexAlone.php?mode=cropme&action=custom&mag=custom&msg_id=<?php echo $msg_id ?>"><img src="images/images/buttons10_01.png" alt="" height="60"></a></td>
</tr>
</table>
<table border="0" cellpadding="0" width="100%" style="margin-bottom:5px" cellspacing="0" height="55" >
<tr>
<td height="55" ><a href="indexAlone.php?mode=photos&skip=yes&msg_id=<?php echo $msg_id ?>"><img src="images/images/buttons8_01.png" alt="" height="60" /></a></td>
</tr>
</table>
<table border="0" cellpadding="0" width="100%" style="margin-bottom:5px" cellspacing="0" height="55" >
<tr>
<td width="153" height="55" ><a href="indexAlone.php?mode=cropme&action=auto&mag=yes&msg_id=<?php echo $msg_id ?>"><img src="images/images/buttons4_01.png" alt="" height="60" /></a></td>
</tr>
</table>
<table border="0" cellpadding="0" width="100%" style="margin-bottom:5px" cellspacing="0" height="55" >
<tr>
<td width="153" height="55" ><a href="indexAlone.php?mode=cropme&action=filter&msg_id=<?php echo $msg_id ?>"><img src="images/images/buttons5_01.png" alt="" height="60"></a></td>
</tr>
</table>
<table border="0" cellpadding="0" width="100%" style="margin-bottom:5px" cellspacing="0" height="55" >
<tr>
<td width="153" height="55" ><a href="indexAlone.php?mode=cropme&action=sticker&msg_id=<?php echo $msg_id ?>"><img src="images/images/buttons6_01.png" alt="" height="60"></a></td>
</tr>
</table>
</td>
<td valign="top">
<table border="0" cellpadding="0" width="100%" style="margin-bottom:5px" cellspacing="0" height="55" >
<tr>
<td width="153" height="55" ><a href="indexAlone.php?mode=cropme&action=frame&mag=yes&msg_id=<?php echo $msg_id ?>"><img src="images/images/buttons7_01.png" alt="" height="60"></a></td>
</tr>
</table>
<table border="0" cellpadding="0" width="100%" style="margin-bottom:5px" cellspacing="0" height="55" >
<tr>
<td width="153" height="55" ><a href="indexAlone.php?mode=cropme&action=meme&mag=meme&msg_id=<?php echo $msg_id ?>"><img src="images/images/buttons9_01.png" alt="" height="60"></a></td>
</tr>
</table>
<table border="0" cellpadding="0" width="100%" style="margin-bottom:5px" cellspacing="0" height="55" >
<tr>
<td width="153" height="55" ><a href="indexAlone.php?mode=cropme&action=cards&mag=cards&msg_id=<?php echo $msg_id ?>"><img src="images/images/buttons11_01.png" alt="" height="60"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>