1021 -
SELECT b.page_id, b.banners_url, b.banners_id, b.banners_title, b.banners_image_responsive, b.banners_image, b.banners_html_text, b.banners_youtube, b.btn_text, b.color_btn_bg, b.text_color_btn, b.category_id, b.target, b.banner_3d,b.preview,b.show_to_user_logged, b.is_video, b.is_marquee, mg.effect_class, mg.group_key, b.days_to_show_popup, b.no_close_without_button, b.transparent_background from banners as b LEFT JOIN mods_groups as mg ON mg.id = b.group_id where ((( expires_date > now() || expires_date is null) and (date_scheduled <= now() || date_scheduled is null)) and status = 1 ) and mg.id = '37' AND b.preview = 0 AND b.show_to_user_logged = 0 ORDER BY RAND() limit 1
[TEP STOP]