( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?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("DbSql.inc.php");
require("NewsSql.inc.php");
$db = new NewsSQL($DBName);
/*set_time_limit(0) ;*/
function filter($arr) {
global $link;
return array_map(array($link, 'real_escape_string'), $arr);
}
/*
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*/
$_GET = filter($_GET);
$_POST = filter($_POST);
$mode=$_GET["mode"];
$font=$_GET["font"];
include("protect.php");
include("includes/processFunctionsX.php");
set_time_limit(0) ;
global $link;
$sql ="SELECT * FROM `reporta` order by msg_id desc limit 0,50";
$query = mysqli_query($link,$sql) or die(mysql_error());
while($row=mysqli_fetch_array($query)){
$original= $row["original"];
?><table width="400" border="0" align="left">
<tbody>
<tr>
<td><img style="float: left" width="400" src="http://localhost/thebrand/taswira.php?width=300&height=300&quality=70&cropratio=1:1&image=/v/uploads/raw/<?php echo $original; ?>" alt="logo"></td>
</tr>
<tr>
<td><?php echo $row["catalogid"];?></td>
</tr>
</tbody>
</table>
<?php
}
?>