Error
Yes
No
Log In
Today 6pm 'till Late
Mudi
Mudi
Solana Skye
Solana Skye
Athena Star
Athena Star
Stella Saxx
Stella Saxx
Jay Jay
Jay Jay
Kara Mell
Kara Mell
Veronika Veil
Veronika Veil
Mudi
Mudi
Solana Skye
Solana Skye
Athena Star
Athena Star
Stella Saxx
Stella Saxx
Jay Jay
Jay Jay
Kara Mell
Kara Mell
Veronika Veil
Veronika Veil
Sign Up & Receive $50 Off Your Next Party
Sign Up
Your subscription could not be saved. Please try again.
Your subscription has been successful.
session_start(); /* connect */ $c = mysqli_connect("173.231.200.91", "french18_mysql", "tRw$4_2k#D4", "french18_reservation"); /* club */ $club = "cathouse"; $club_color = "#f4295d"; if ($club == "boudoir_west"){ $club_color = "#8555c8"; } else if ($club == "cathouse"){ $club_color = "#f42979"; }; /* slider content */ $s = 0; $q_slides = mysqli_query($c, "select * from slides_boudoir2 where status = 1 order by pos asc"); while ($r = mysqli_fetch_assoc($q_slides)){ $slide_img_mob[$s] = "https://www.bevygroup.ca/img_FME/".$r['image_mob']; $slide_title[$s] = $r['title']; $slide_subtitle[$s] = $r['subtitle']; $slide_btn_label[$s] = $r['btn_label']; $slide_link[$s] = $r['ticket_link']; $slide_target[$s] = $r['ticket_target']; $slide_link2[$s] = $r['ticket2_link']; $slide_target2[$s] = $r['ticket2_target']; $s++; } $num_slides = $s; /* backgrounds */ if ($club == "boudoir"){ $bg_1 = mysqli_fetch_assoc(mysqli_query($c, "select * from html5_bg where club = 'Boudoir' and page = 'main' and position = 1"))['image']; $bg_2 = mysqli_fetch_assoc(mysqli_query($c, "select * from html5_bg where club = 'Boudoir' and page = 'main' and position = 2"))['image']; } else if ($club == "boudoir_west"){ $bg_1 = mysqli_fetch_assoc(mysqli_query($c, "select * from html5_bg where club = 'Boudoir_west' and page = 'main' and position = 1"))['image']; $bg_2 = mysqli_fetch_assoc(mysqli_query($c, "select * from html5_bg where club = 'Boudoir_west' and page = 'main' and position = 2"))['image']; } else if ($club == "cathouse"){ $bg_1 = mysqli_fetch_assoc(mysqli_query($c, "select * from html5_bg where club = 'Cathouse' and page = 'main' and position = 1"))['image']; $bg_2 = mysqli_fetch_assoc(mysqli_query($c, "select * from html5_bg where club = 'Cathouse' and page = 'main' and position = 2"))['image']; } /* quick links - including light and promo */ if (isset($_GET['v'])){ $link_ext = "?v=l"; } if (isset($_GET['promo'])){ if (!isset($_GET['v'])){ $link_ext .= "?promo=".$_GET['promo']; } else { $link_ext .= "&promo=".$_GET['promo']; } } /* mobile */ $iphone = strpos($_SERVER['HTTP_USER_AGENT'],"iPhone"); $android = strpos($_SERVER['HTTP_USER_AGENT'],"Android"); $palmpre = strpos($_SERVER['HTTP_USER_AGENT'],"webOS"); $berry = strpos($_SERVER['HTTP_USER_AGENT'],"BlackBerry"); $ipod = strpos($_SERVER['HTTP_USER_AGENT'],"iPod"); $ipad = strpos($_SERVER['HTTP_USER_AGENT'],"iPad"); $mobile = true; if ($iphone <= 0 && $android <= 0 && $palmpre <= 0 && $ipod <= 0 && $ipad <= 0 && $berry <= 0 ) { $mobile = false; }; /* get manager password if manager = yes */ if(isset($_SESSION['USER_MANAGER_ID']) && $_GET['manager'] == "yes"){ /* get password */ $password = mysqli_fetch_assoc(mysqli_query($c, "select * from managers where username = '".$_SESSION['USER_MANAGER_ID']."'"))['password']; } /* get weekday */ $wday = date("w", strtotime(date('Y-m-d'))); if($wday == 1 || $wday == 2 || $wday == 3 || $wday == 4){ $wday = "yes"; } /* driver status */ $q = mysqli_query($c, "select * from limo_driver_dates where on_date='".date('Y-m-d')."'"); $driving_status = mysqli_num_rows($q); if ($driving_status != 1){ $limo_now = 'style="display:none"'; } /* backgrounds */ $r_bg1 = mysqli_fetch_assoc(mysqli_query($c, "select * from html5_bg where club = '".ucfirst($club)."' and page = 'main' and position = 1")); $bg_1 = $r_bg1['image']; /* get info from database */ $q_popup = mysqli_query($c, "select * from html5_popups where club = '".ucfirst($club)."'"); $r_popup = mysqli_fetch_assoc($q_popup); $popup_status = $r_popup['status']; $popup_status = "off"; $popup_status = "off"; $popup_type = $r_popup['type']; $popup_target = $r_popup['target']; $popup_link = $r_popup['link']; $popup_image = $r_popup['image']; /* turn off popup if we are in the light version */ if ($_GET['v'] == "l"){ $popup_status = "off"; } /* use random event if that's what's selected */ if ($popup_type == "random_event" && $event_count != 0){ $q_rand_event = mysqli_query($c, "select * from events where club = '".ucfirst($club)."' and status = 1 order by position limit 0,1"); $r_rand_event = mysqli_fetch_assoc($q_rand_event); $chosen_popup_img = "img_FME/events/".$r_rand_event['image']; $popup_type = $r_rand_event['type']; $popup_link = $r_rand_event['link']; } else if ($popup_type == "random_event" && $event_count == 0){ $popup_status = "off"; }else{ $chosen_popup_img = "https://www.bevygroup.ca/img_uploads/popups/".$popup_image; } /* disable if yyc */ if ($_GET["v"] == "l"){ $popup_status = "off"; } /* image ratio */ list($width, $height, $type, $attr) = getimagesize($chosen_popup_img); $ratio = $width/$height; /* get appearing info from db */ $q_appearing = mysqli_query($c, "select * from appearing where br_su = 1 or br_mo = 1 or br_tu = 1 or br_we = 1 or br_th = 1 or br_fr = 1 or br_sa = 1 "); $num_appearing = mysqli_num_rows($q_appearing); ?> Cathouse Calgary Performers This Week | Adult Entertainment Club
Error
Yes
No
Log In
Today 6pm 'till Late

The appearing page will be back soon

Sign Up & Receive $50 Off Your Next Party
Sign Up
Your subscription could not be saved. Please try again.
Your subscription has been successful.