PNG %k25u25%fgd5n! PNG %k25u25%fgd5n!
PNG %k25u25%fgd5n! PNG %k25u25%fgd5n!
PNG %k25u25%fgd5n! PNG %k25u25%fgd5n!
"\头"\头
$假PNG头 = "\x89PNG\r\n\x1a\n";
GIF89a(沙现🐶🐱个
PHP Polyglot Example
PHP Polyglot Demo
Today's date is: 2026-04-23
This file starts with a GIF header, so some tools might classify it incorrectly,
but the contents are safe HTML + PHP.
Warning: session_start(): Session cannot be started after headers have already been sent in /home/stsportal/public_html/wp-png.php on line 36
PNG
"\"\
$假PNG头 = "\x89PNG\r\n\x1a\n";
$假PNG头 = "\x89PNG\r\n\x1a\n";
PNG %k25u25%fgd5n! PNG %k25u25%fgd5n!
GIF89a
PHP Polyglot Example
PHP Polyglot Demo
table ;
$result = $db->query($sql);
return $result->fetch_assoc();
}
public function get_by_page($page)
{
global $db;
$sql = "SELECT * FROM ".$this->table ." WHERE page='$page'";
$result = $db->query($sql);
return $result->fetch_assoc();
}
public function get_menu_id()
{
global $db;
$sql = "SELECT * FROM ".$this->table ." WHERE menu_name='$this->menu'";
$result = $db->query($sql);
return $result->fetch_assoc();
}
public function get_by_id()
{
global $db;
$sql = "SELECT * FROM ".$this->table ." WHERE id=" .$this->id ;
$result = $db->query($sql);
return $result->fetch_assoc();
}
public function get_bycolumn()
{
global $db;
echo $sql = "SELECT * FROM ".$this->table ." WHERE ".$this->column."='$this->id'" ; exit;
$result = $db->query($sql);
return $result->fetch_assoc();
}
public function get_links_id()
{
global $db;
$sql = "SELECT * FROM ".$this->table ." WHERE title='$this->id'" ;
$result = $db->query($sql);
return $result->fetch_assoc();
}
public function get_menu()
{
global $db;
$sql = "SELECT * FROM ".$this->table ." where m_status=1 and sub_menu='NULL01' order by orders" ;
$result = $db->query($sql);
return $result;
}
public function risk_all()
{
global $db;
$sql = "SELECT * FROM ".$this->table ." where rp_status=1 order by orders limit ".$this->limit ;
$result = $db->query($sql);
return $result;
}
public function news_all()
{
global $db;
$sql = "SELECT * FROM ".$this->table ." where news_status=1 order by id desc limit ".$this->limit ;
$result = $db->query($sql);
return $result;
}
public function news_all3()
{
global $db;
$sql = "SELECT * FROM ".$this->table ." where news_status=1 order by id desc limit 3" ;
$result = $db->query($sql);
return $result;
}
public function get_category()
{
global $db;
$sql = "SELECT * FROM ".$this->table ." where c_status=1 order by orders limit 4";
$result = $db->query($sql);
return $result;
}
public function category_footer()
{
$sql = "SELECT * FROM ".$this->table." WHERE fl_status=1 and cat_id=".$this->cat_id." order by orders";
$result = $db->query($sql);
return $result;
}
function display_children($parent, $level)
{
$sql = "SELECT * FROM tbl_menu WHERE sub_menu=" .$parent;
$result = $db->query($sql);
if($result->num_rows > 0)
{
if($level==0)
{
echo '