( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ 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/../v/json/code/Update.php
<?php

						    $str =$brand;
					 		$str = str_replace('?', '&', $str);
							parse_str($str, $output);
 							 $route=$output['route'];
							$fontid=$output['fontid'];
							$myfont=$output['myfont'];
							$fontcatalogid=$output['fontcatalogid'];
							$themeid=$output['themeid'];
							$font_Username=$output['font_Username'];
							$font_Name=$output['font_Name'];
							$font_Url=$output['font_Url'];
							$font_Text=$output['font_Text'];
							
							$font_Text =checkFontFirst($font_Text);
							
							$text_w=$output['text_w']; 
							$text_h=$output['text_h'];
							$text_x=$layer_x;
							$text_y=$layer_y;
							$text_align=$output['text_align'];
							$text_size=$output['text_size']-7;
							$text_color=$output['text_color'];
							$url_color=$output['url_color'];
							$name_color=$output['name_color'];
							$username_color=$output['username_color'];
							$url_size=$output['url_size'];
							$name_size=$output['name_size'];
							$username_size=$output['username_size'];
							$text_pad=$output['text_pad'];
							$text_line_height=$output['text_line_height'];
							$text=$output['text'];
							
							$layer_x=$layer_x;
							$layer_y= $layer_y;
							$layer_r =$layer_r; 
							$layeropacity=$layeropacity;
							$layer_w=$layer_w;
							 $layer_h=$layer_h;

	
		$zindex=  $uniqueId ;
	$type =str_replace("REPLACETEXT","$text","$layerText");	
	$type =str_replace("REPLACENO","$uniqueId","$type");
/*	 ............................................
*/	
	

 	$type =str_replace("REPLACEZINDEX","$zindex","$type");
	$type =str_replace("REPLACEHEIGHT","$layer_h","$type");
	$type =str_replace("REPLACEWIDTH","$layer_w","$type");


	$type =str_replace("REPLACEX","$layer_x","$type");
	$type =str_replace("REPLACEY","$layer_y","$type");
	$type =str_replace("REPLACER","$layer_r","$type");
	$type =str_replace("REPLACEOPACITY","$layeropacity","$type");
	$type =str_replace("REPLACELAYERW","$layer_w","$type");
	$type =str_replace("REPLACELAYERH","$layer_h","$type");
 
	
	$type =str_replace("REPLACEFONTSIZE","$text_size","$type");
	$type =str_replace("REPLACEFONTHEIGHT","$text_line_height","$type");
	$type =str_replace("REPLACEFONTCOLOR","$text_color","$type");
	$type =str_replace("REPLACEFONTFAMILY","$font_Text","$type");
	
	$type =str_replace("REPLACETYPE","text","$type");	 
	$type =str_replace("REPLACEALT","dynamictext","$type");
	$type =str_replace("REPLACEALIAS: ","Dynamic: ","$type");
  
?>