0.0004 SECONDS:
SHOW TABLES FROM `maineven_met-dev`
0.0567 SECONDS:
SELECT *
FROM `page_views`
WHERE `date` = '2026-04-02'
AND `url` = 'https://dev.maineventtravel.com/'
ORDER BY `views` DESC
0.0821 SECONDS:
UPDATE `page_views` SET views = views + 1
WHERE `date` = '2026-04-02'
AND `url` = 'https://dev.maineventtravel.com/'
0.0004 SECONDS:
SELECT *
FROM `settings`
JOIN `white_label_versions` ON `white_label_versions`.`id` = `settings`.`white_label_version_id`
WHERE `white_label_versions`.`url` = 'dev.maineventtravel.com'
0.0002 SECONDS:
SELECT *
FROM `settings`
WHERE `white_label_version_id` = 0
0.0088 SECONDS:
SELECT tour_stops.*, CASE
WHEN tour_stops.logo IS NULL or tour_stops.logo = ''
THEN tours.logo
ELSE tour_stops.logo
END AS logo, tours.name as tour_name, tours.logo as tour_logo, venues.name as venue_name, venues.location as venue_location, venues.map_latitude as venue_latitude, venues.map_longitude as venue_longitude, venues.image as venue_image
FROM `tour_stops`
LEFT JOIN `tours` ON `tours`.`id` = `tour_stops`.`tour_id`
LEFT JOIN `venues` ON `venues`.`id` = `tour_stops`.`venue_id`
WHERE `tour_stops`.`active` = '1'
ORDER BY `start_date` ASC
0.0004 SECONDS:
SELECT `white_label_inclusions`.`entity_id`
FROM `white_label_inclusions`
JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id`
WHERE `white_label_versions`.`url` = 'dev.maineventtravel.com'
AND `white_label_inclusions`.`entity_type` = 'tour'
0.0003 SECONDS:
SELECT *
FROM `tours`
WHERE `display_on_homepage` = '1'
AND `active` = '1'
AND `festival` = '0'
ORDER BY `order` ASC
0.0002 SECONDS:
SELECT `white_label_inclusions`.`entity_id`
FROM `white_label_inclusions`
JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id`
WHERE `white_label_versions`.`url` = 'dev.maineventtravel.com'
AND `white_label_inclusions`.`entity_type` = 'tour'
0.0004 SECONDS:
SELECT `venues`.*, (select COUNT(*) from tour_stops where tour_stops.venue_id=venues.id AND tour_stops.end_date > curdate() AND tour_stops.active = 1) tour_stop_count
FROM `venues`
WHERE `display_on_homepage` = '1'
LIMIT 30
0.0004 SECONDS:
SELECT `tours`.*
FROM `tours`
WHERE `active` = 1
AND `venue` = '0'
AND `festival` = '0'
ORDER BY `order` ASC
0.0002 SECONDS:
SELECT `white_label_inclusions`.`entity_id`
FROM `white_label_inclusions`
JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id`
WHERE `white_label_versions`.`url` = 'dev.maineventtravel.com'
AND `white_label_inclusions`.`entity_type` = 'tour'
0.0001 SECONDS:
SELECT `id`, `name`, `url`
FROM `destinations`
WHERE `active` = 1
ORDER BY `display_order`
0.0001 SECONDS:
SELECT *
FROM `tours`
WHERE `active` = '1'
AND `festival` = '1'
ORDER BY `order` ASC
0.0004 SECONDS:
SELECT `white_label_inclusions`.`entity_id`
FROM `white_label_inclusions`
JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id`
WHERE `white_label_versions`.`url` = 'dev.maineventtravel.com'
AND `white_label_inclusions`.`entity_type` = 'tour'
0.0024 SECONDS:
SELECT `venues`.*, (select COUNT(*) from tour_stops where tour_stops.venue_id=venues.id AND tour_stops.end_date > curdate() AND tour_stops.active = 1) tour_stop_count
FROM `venues`
WHERE `display_in_navigation` = '1'
LIMIT 30
0.0002 SECONDS:
SELECT *
FROM `settings`
JOIN `white_label_versions` ON `white_label_versions`.`id` = `settings`.`white_label_version_id`
WHERE `white_label_versions`.`url` = 'dev.maineventtravel.com'
0.0002 SECONDS:
SELECT *
FROM `settings`
WHERE `white_label_version_id` = 0
0.0002 SECONDS:
SELECT `pages`.*, `parents`.`url_name` as `parent_url_name`
FROM `pages`
LEFT JOIN `pages` as `parents` ON `parents`.`id` = `pages`.`parent_page_id`
WHERE `pages`.`active` = '1'
0.0004 SECONDS:
SELECT `white_label_inclusions`.`entity_id`
FROM `white_label_inclusions`
JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id`
WHERE `white_label_versions`.`url` = 'dev.maineventtravel.com'
AND `white_label_inclusions`.`entity_type` = 'page'
0.0002 SECONDS:
SELECT `white_label_inclusions`.`entity_id`
FROM `white_label_inclusions`
JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id`
WHERE `white_label_versions`.`url` = 'dev.maineventtravel.com'
AND `white_label_inclusions`.`entity_type` = 'tour'
0.0098 SECONDS:
SELECT `tours`.`name`, `tours`.`id`, SUM(CASE When tour_stops.end_date > curdate() Then 1 Else 0 End ) as total_stops
FROM `tours`
LEFT JOIN `tour_stops` ON `tours`.`id` = `tour_stops`.`tour_id`
GROUP BY `tours`.`id`
ORDER BY `total_stops` DESC
LIMIT 24
0.0003 SECONDS:
SELECT `white_label_inclusions`.`entity_id`
FROM `white_label_inclusions`
JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id`
WHERE `white_label_versions`.`url` = 'dev.maineventtravel.com'
AND `white_label_inclusions`.`entity_type` = 'tour'
0.0132 SECONDS:
SELECT `tours`.`name`, `tours`.`id`, SUM(CASE When tour_stops.end_date > curdate() Then 1 Else 0 End ) as total_stops
FROM `tours`
LEFT JOIN `tour_stops` ON `tours`.`id` = `tour_stops`.`tour_id`
GROUP BY `tours`.`id`
ORDER BY `total_stops` DESC
0.0003 SECONDS:
SELECT `white_label_inclusions`.`entity_id`
FROM `white_label_inclusions`
JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id`
WHERE `white_label_versions`.`url` = 'dev.maineventtravel.com'
AND `white_label_inclusions`.`entity_type` = 'tour'
0.0061 SECONDS:
SELECT `country`, SUM(CASE When tour_stops.end_date > curdate() Then 1 Else 0 End ) as total_stops
FROM `venues`
JOIN `tour_stops` ON `tour_stops`.`venue_id` = `venues`.`id`
WHERE `country` != ""
GROUP BY `country`
ORDER BY `total_stops` DESC
LIMIT 12
0.0004 SECONDS:
SELECT `white_label_inclusions`.`entity_id`
FROM `white_label_inclusions`
JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id`
WHERE `white_label_versions`.`url` = 'dev.maineventtravel.com'
AND `white_label_inclusions`.`entity_type` = 'tour'
0.0051 SECONDS:
SELECT `country`, count(tour_stops.venue_id) as total_stops
FROM `venues`
JOIN `tour_stops` ON `tour_stops`.`venue_id` = `venues`.`id`
WHERE `country` != ""
GROUP BY `country`
ORDER BY `total_stops` DESC
0.0003 SECONDS:
SELECT `rooms`.*, `hotels`.`name` as `hotel_name`, `hotels`.`main_image` as `hotel_image`, `currencies`.`symbol` as `currency_symbol`, `currencies`.`ISO_4217_code` as `currency_code`, `hotels`.`map_longitude` as `hotel_map_longitude`, `hotels`.`map_latitude` as `hotel_map_latitude`
FROM `rooms`
JOIN `hotels` ON `hotels`.`id` = `rooms`.`hotel_id`
JOIN `currencies` ON `hotels`.`currency_id` = `currencies`.`id`
WHERE `promote` = 1
0.0021 SECONDS:
SELECT tour_stops.*, ((ACOS(SIN(36.11502056411551 * PI() / 180) * SIN(venues.map_latitude * PI() / 180) + COS(36.11502056411551 * PI() / 180) * COS(venues.map_latitude * PI() / 180) * COS((-115.19811808150632 - venues.map_longitude) * PI() / 180)) * 180 / PI()) * 60 * 1.1515) AS distance
FROM `tour_stops`
JOIN `venues` ON `tour_stops`.`venue_id` = `venues`.`id`
WHERE `tour_stops`.`start_date` > '2016-05-15' AND `tour_stops`.`start_date` < '2016-06-04'
HAVING `distance` <= 10
0.0003 SECONDS:
SELECT `white_label_inclusions`.`entity_id`
FROM `white_label_inclusions`
JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id`
WHERE `white_label_versions`.`url` = 'dev.maineventtravel.com'
AND `white_label_inclusions`.`entity_type` = 'tour'
0.0003 SECONDS:
SELECT `packages`.*, `tour_stops`.`start_date` as `tour_stop_start`, `currencies`.`ISO_4217_code` as `currency_code`, `tour_stops`.`tour_id` as `tour_id`, `tour_stops`.`end_date` as `tour_stop_end`, `tour_stops`.`name` as `tour_stop_name`, `tour_stops`.`id` as `tour_stop_id`, `currencies`.`symbol` as `currency_symbol`
FROM `packages`
JOIN `tour_stops` ON `tour_stops`.`id` = `packages`.`tour_stop_id`
JOIN `currencies` ON `currencies`.`id` = `packages`.`currency_id`
WHERE packages.available_until > CURDATE()
AND `promote` = 1
0.0002 SECONDS:
SELECT `white_label_inclusions`.`entity_id`
FROM `white_label_inclusions`
JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id`
WHERE `white_label_versions`.`url` = 'dev.maineventtravel.com'
AND `white_label_inclusions`.`entity_type` = 'tour'
0.0001 SECONDS:
SELECT `white_label_versions`.`id`
FROM `white_label_versions`
WHERE `url` = 'dev.maineventtravel.com'
0.0003 SECONDS:
SELECT `news_articles`.*
FROM `news_articles`
JOIN `white_label_inclusions` ON `white_label_inclusions`.`entity_id` = `news_articles`.`id`
WHERE `date` <= '2026-04-02'
AND `white_label_inclusions`.`entity_type` = 'news-home'
AND `white_label_inclusions`.`white_label_version_id` = 0
0.0001 SECONDS:
SELECT `news_categories`.*
FROM `news_article_categories`
LEFT JOIN `news_categories` ON `news_article_categories`.`news_category_id` = `news_categories`.`id`
WHERE `news_article_categories`.`news_article_id` = '659'
0.0001 SECONDS:
SELECT `news_categories`.*
FROM `news_article_categories`
LEFT JOIN `news_categories` ON `news_article_categories`.`news_category_id` = `news_categories`.`id`
WHERE `news_article_categories`.`news_article_id` = '677'
0.0001 SECONDS:
SELECT `news_categories`.*
FROM `news_article_categories`
LEFT JOIN `news_categories` ON `news_article_categories`.`news_category_id` = `news_categories`.`id`
WHERE `news_article_categories`.`news_article_id` = '679'
0.0001 SECONDS:
SELECT `news_categories`.*
FROM `news_article_categories`
LEFT JOIN `news_categories` ON `news_article_categories`.`news_category_id` = `news_categories`.`id`
WHERE `news_article_categories`.`news_article_id` = '680'
0.0008 SECONDS:
SELECT tour_stops.*, CASE
WHEN tour_stops.logo IS NULL or tour_stops.logo = ''
THEN tours.logo
ELSE tour_stops.logo
END AS logo, tours.name as tour_name, tours.logo as tour_logo, venues.name as venue_name, venues.location as venue_location, venues.map_latitude as venue_latitude, venues.map_longitude as venue_longitude, venues.image as venue_image
FROM `tour_stops`
LEFT JOIN `tours` ON `tours`.`id` = `tour_stops`.`tour_id`
LEFT JOIN `venues` ON `venues`.`id` = `tour_stops`.`venue_id`
WHERE `tour_stops`.`active` = '1'
AND `tour_stops`.`end_date` > curdate()
ORDER BY `start_date` ASC
0.0002 SECONDS:
SELECT `white_label_inclusions`.`entity_id`
FROM `white_label_inclusions`
JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id`
WHERE `white_label_versions`.`url` = 'dev.maineventtravel.com'
AND `white_label_inclusions`.`entity_type` = 'tour'
0.0001 SECONDS:
SELECT *
FROM `uapi_rate_categories`
Hi,
We'd like to send you push notifications so you never miss out on:
Don’t worry; we won’t bombard you with messages, and you can-opt out anytime by logging into your account and changing your settings.
Many Thanks,
The MainEventTravel team
Main Event Travel provides you with the opportunity to book flights and hotels around the world. We can also provide tournament entries for some events (depending on local restrictions).
Simply select a destination from the dropdown menu, or choose from the 'Events' or 'Destinations & Venues' links in the menu.
Main Event Travel Ltd (SC830886) is a proud member of Protected Trust Services (PTS). Our member number is PT6402. Our ATOL Licence is 12890.
All flights and flight-inclusive holidays on this website are financially protected by the ATOL scheme. When you pay, you will be supplied with an ATOL Certificate. Please ask for it and check that everything you booked (flights, hotels and other services) is listed on it. Please see our booking conditions for further information, or for more information about financial protection and the ATOL Certificate, go to www.caa.co.uk.
COVID-19 (Coronavirus) - Travel Advisory Warning As you may be aware, COVID-19 is currently affecting travel to certain areas, and travel advice and precautions have been put in place by the relevant...
Read MoreLegendary casino brand Horseshoe is returning to Las Vegas as Bally’s begins a transformation into the brand known for gaming and poker. Occupying one of the most coveted locations in gaming, Ho...
Read More
For the first time ever, Casino Malta will be hosting two Battle of Malta festivals this year with an event in April as well as the Autumn. The debut Spring edition of the Battle of Malta features a ...
Read MoreTim Chung wins biggest GUKPT Main Event in history The GUKPT always gets the new poker calendar off to a cracking start and GUKPT London – which ended on Sunday at the Poker Room...
Read MoreATOL and PTS Protection
Main Event Travel Ltd (SC830886) is a proud member of Protected Trust Services (PTS). Our member number is PT6402. Our ATOL Licence is 12890.
All flights and flight-inclusive holidays on this website are financially protected by the ATOL scheme. When you pay, you will be supplied with an ATOL Certificate. Please ask for it and check that everything you booked (flights, hotels and other services) is listed on it. Please see our booking conditions for further information, or for more information about financial protection and the ATOL Certificate, go to www.caa.co.uk.
Our holidays are financially secured by PTS. Flight-inclusive packages are covered by ATOL. When booking your holidays with us, you can rest assured your funds are fully protected. In the unlikely event that any supplier fails, all funds are held in an Independent Trust Account.