( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ 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/..//includes/3dText.php
<?php 
/* 
$title = "alpha";  

 						  $layer_x=$row['left']['desktop'];
					 $layer_y=$row['top']['desktop'];
 					  $layer_w=$row['width'];
					 $layer_h=$row['height'];
					 
					
					 $layeropacity=$row['deformation']['opacity'];
				   $layer_r=$row['deformation']['xrotate'];
				 
				 
				 
		$themeid = $_GET["theme_id"];
 $rowV = getParamJSONTheme($themeid);
 if(!empty($rowV['params'])){
  $params = json_decode("[".$rowV['params']."]");
  $width = $params[0]->width;
  $height = $params[0]->height;
  
 }			 
				 
				  


	 
				
					 
						 
						 $theWord = strtolower(username());
						   
						 $array = str_split($theWord);
						
						 $countMe = strlen($theWord);
					 
					 
	$lineHeight = $row['height'];
	
 

   for ($x = 0; ($x < $countMe); $x++)
    {
	 $letter = $char;
	 
	 
	  $letterMe = $array[$x];
	 $brand ="$letterMe.png";
	$brandX = imagecreatefrompng("v/uploads/3dme/$brand");
	$letterWidth 		= imagesx($brandX); 
	 $letterHeight		= imagesy($brandX);
 
 	
 
			 $background2W = $letterWidth / (  $letterHeight / $lineHeight);
		if($x ==0){$space += $layer_x;} else {$space += $background2W;}	 
		 
			
  			 
  						
	$layer_x = $space ;					
		
$amount=100;
$sizeW=10;
$sizeH=10;
$posX=0;
$posY=0;
$gridWidth=10;
$gridHeight=10;
$width =$width; 
$height=$height;
$w =$background2W; 
$h=$lineHeight;
 
 
 
 				
MakeGridAlphabet($background, $brand, $amount,$sizeW, $sizeH, $posX, $posY,$gridWidth,$gridHeight, $width, $height, $w, $h,$layer_x,$layer_y);		
				
						 	  
        
    }
 
 

						 
	*/					  
					 
				 		
	  
					 ?>