( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ 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/..//includes/codenewStartag.php
<?php  
$themeid = $_GET["theme_id"];
 $row = getParamJSONTheme($themeid);

	
 if(!empty($row['params'])){
  $params = json_decode("[".$row['params']."]");
$width = $params[0]->width;
  $height = $params[0]->height;

 }
else
{
$width =600;
  $height = 600;
}



//display grid
//makeGrid($background,$gridWidth, $gridHeight, $width, $height)


	 
 $fileServer ="v/uploads/opengallery/";
 $newPic = $_GET['newPic'];
 $newPic =str_replace("[STARTAG]-","",$newPic);
 
    $file0="$newPic";
 MakeGridStartag($background, $file0, 100,10,10, 0,0,10,10, $width,$height);
		
		
   
?>