( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ 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/..//v/selfie.php
<?php
session_start(); 
 
$yanani = $_SESSION['euserid'];
$videouser = $_SESSION['euserid'];  
$appno = $_SESSION['appno'];


if(isset($GLOBALS["HTTP_RAW_POST_DATA"])){
	$jpg = $GLOBALS["HTTP_RAW_POST_DATA"];
	$img = $_GET["img"];
	$folder = "uploads/raw/";
	$date	= md5(date('D, d M Y H:i:s'));
	$upload = $date.".jpg";
	file_put_contents($folder.$upload, $jpg);						
	$type = 0;
	$titleme = $_GET["img"];
	require("reporterSQL.php");
    $db = new NewsSQL($dbname);
	@$addfile = $db->addvideofile($appno,$videouser,$yanani,$db_file,$new_image,$titleme,$url,$type,$upload);	
	
	
	  	
 
} else{
	echo "Encoded JPEG information not received.";
}
?>