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', 'bac5a5dd0554046843b9bf63f88aea9e', '216.73.216.111', '1779428025', '1779428025', '/rubikmazeshop/')
[XT SQL Error]