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', 'a32649341846303857bd7ebb358f61f2', '18.97.14.88', '1737740202', '1737740202', '/rubikmazeshop/')
[XT SQL Error]