function gm_mega_flyover_prepare($area_prefix, $products_id, $link_content)
{
$out = ''.$link_content.'';
return $out;
}
?>
function gm_is_valid_trusted_shop_id($shop_id) {
if(strlen($shop_id) != 33)
return false;
if(substr($shop_id, 0, 1) != 'X')
return false;
return true; // 33 chars long and begins with X
}
?>1366 - Incorrect integer value: '' for column `rubikmazeshop`.`whos_online`.`customer_id` at row 1
insert into whos_online (customer_id, full_name, session_id, ip_address, time_entry, time_last_click, last_page_url) values ('', 'Guest', 'a1f6cd6a8dd00d73080120381bc07df7', '3.238.202.76', '1679331023', '1679331023', '/rubikmazeshop/')
[XT SQL Error]