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', 'c1ef71c9934da894276ff3321c02a95e', '18.232.31.255', '1685317751', '1685317751', '/rubikmazeshop/')
[XT SQL Error]