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', 'd28f9c641a0ef81e09b4dc071f040954', '44.222.131.239', '1726795128', '1726795128', '/rubikmazeshop/')
[XT SQL Error]