( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php
$VideoPath = "uploads/live/";
$live_img = 'uploads/images/';
$msg_id = $db->base64url_decode($msg_id);
$result = $db->getstar2($msg_id);
$catalogid = $result[0]["catalogid"];
$title = $result[0]["title"];
$message = $result[0]["title"];
$viewnum = $result[0]["viewnum"];
$rating = $result[0]["rating"];
$picture = $result[0]["picture"];
$ratenum = $result[0]["ratenum"];
$episodeid = $result[0]["episodeid"];
$slug = $result[0]["slug"];
$keywords = $result[0]["keywords"];
$isdisplay = $result[0]["isdisplay"];
$description = $result[0]["description"];
$vcat = $result[0]["vcat"];
$summary = $result[0]["summary"];
$video = $result[0]["video"];
$thumb= $result[0]["thumb"];
$original= $result[0]["picture"];
?>
<form action="indexAlone.php?mode=startags" name="myform" id="myform" method="POST" >
<table width="100%" border="0">
<tr>
<td width="62%" valign="top"> <h2 style="margin-top:0px" class="post-title">Create Startag</h2> </td>
<td width="38%" align="right" valign="top">
<input name="goStar" value="Make *Startag" type="submit" class="btn-lg btn-info pull-right " style=" margin-top:2px;border:0px; margin-right:5px; background-color:#C39" >
</td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td valign="top">
<center><img class="" src="v/uploads/startags/<?php echo $original ?>" id="picme" vspace="25" style="min-width:300px; max-width:600px;" >
<input type="hidden" name="msg_id" value="<?php print "$msg_id"; ?>">
<input type="hidden" name="action" value="<?php print "$action"; ?>">
<input type="hidden" name="filter" value="<?php print "$filter"; ?>">
</center> </td>
<td valign="top">
<div class="wrapper">
<section class="panel">
<div class="input-group m-b padder m-t"> <span class="input-group-addon lt no-border bg-info lter">Choose Unique Name </span>
<input name="mytitle" type="text" placeholder="Caption" class="form-control input-lg" id="mytitle" maxlength="100" value="*<?php print "$message"; ?>"></div>
<h4 class="font-thin padder">Choose Layout Themes Below</h4>
<link rel="stylesheet" href="css/movies-app.css">
<div class="swiper-container swiper-nav" >
<div class="swiper-wrapper padder" id="swiper-wrapper">
<div class="swiper-slide active-nav"> <a href="#" id="contrast" title="" class="followme"> <img src="images/images/filters/contrast.jpg" /> </a> </div>
<div class="swiper-slide"> <a href="#" id="canvas" title="" class="followme"> <img src="images/images/filters/canvas.jpg" /> </a> </div>
</div></div>
<br />
<br />
<br />
<br />
<br />
</section> </div>
</td>
</tr>
</table>
</form>