Site is temporarily unavailable due to maintenance

We expect to have the site back up within 4 hours.

'; exit; */ #} }#goodbotcheck /* if (in_array($ip, $list) ){ #echo "$ip FOUND IN FILE, last array"; header("HTTP/1.1 503 Service Temporarily Unavailable"); header("Status: 503 Service Temporarily Unavailable"); header("Retry-After: 3600"); echo ' Site is temporarily unavailable due to maintenance

Site is temporarily unavailable due to maintenance

We expect to have the site back up within 4 hours.

'; exit; } */ # '../', 'passwd', 'UNION' if (strpos($urlg, '../') !== false) { echo 'fuck off'; die(); } if (strpos($article, '../') !== false) { echo 'fuck off'; die(); } if (strpos($vl, '../') !== false) { echo 'fuck off'; die(); } $banned[0]="5.79.105.131"; if (in_array($_SERVER['REMOTE_ADDR'],$banned)) { header("HTTP/1.1 403 Forbidden"); exit; } $banned[0]="202.46.51.210"; if (in_array($_SERVER['REMOTE_ADDR'],$banned)) { header("HTTP/1.1 403 Forbidden"); exit; } $host = $_SERVER['HTTP_HOST']; $uri = $_SERVER['REQUEST_URI']; $domainname = $_SERVER['HTTP_HOST']; #if ($domainname != "action.news"){ #$uri = $_SERVER['REQUEST_URI']; #Header( "HTTP/1.1 301 Moved Permanently" ); #Header( "Location: http://action.news$uri" ); #} if ($domainname == "www.telus.com.fiber.westnet.ca"){ $cdn = "https://$domainname"; } else { #$cdn = "https://secure.action.news"; } // find out the domain: $domain = $_SERVER['HTTP_HOST']; // find out the path to the current file: $path = $_SERVER['SCRIPT_NAME']; // find out the QueryString: $queryString = $_SERVER['QUERY_STRING']; // put it all together: $url = "//" . $domain . $path . "?" . $queryString; #$items = array(westnet,westnethd,forestlawnalberta); #$fblikename = $items[array_rand($items)]; $fblikename = "westnethd"; $range_start = ip2long("207.35.0.0"); $range_end = ip2long("207.35.255.255"); $ip = ip2long($_SERVER['REMOTE_ADDR']); if ($ip >= $range_start && $ip <= $range_end) { // alert $ip = $_SERVER["REMOTE_ADDR"]; $referer = $_SERVER['HTTP_REFERER']; $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); $ua = $_SERVER['HTTP_USER_AGENT']; $to = "cs.security-207.35.0.0@westnet.ca"; $subject = "Calgary Stampede Snooping $url"; $body = "$ip $hostname read $url from $referer $ua"; if (mail($to, $subject, $body)) { echo(""); } else { echo(""); } } $referer = $_SERVER['HTTP_REFERER']; if (strpos($referer,'facebook') !== false) { // alert $ip = $_SERVER["REMOTE_ADDR"]; $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); $ua = $_SERVER['HTTP_USER_AGENT']; #$to = "fb-visitor@westnet.ca"; $subject = "$url"; $body = "$ip $hostname read $url from $referer $ua"; if (mail($to, $subject, $body)) { echo(""); } else { echo(""); } } $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); if (strpos($hostname,'tfbnw') !== false) { // alert $ip = $_SERVER["REMOTE_ADDR"]; $ua = $_SERVER['HTTP_USER_AGENT']; #$to = "fb-visitor@westnet.ca"; $subject = "$url"; $body = "$ip $hostname read $url from $referer $ua"; if (mail($to, $subject, $body)) { echo(""); } else { echo(""); } } $range_start = ip2long("216.239.0.0"); $range_end = ip2long("216.239.255.255"); $ip = ip2long($_SERVER['REMOTE_ADDR']); if ($ip >= $range_start && $ip <= $range_end) { // alert $ip = $_SERVER["REMOTE_ADDR"]; $referer = $_SERVER['HTTP_REFERER']; $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); $ua = $_SERVER['HTTP_USER_AGENT']; $to = "security-216.239.0.0@westnet.ca"; $subject = "Google Snooping $url"; $body = "$ip $hostname read $url from $referer $ua"; if (mail($to, $subject, $body)) { echo(""); } else { echo(""); } } $ip = $_SERVER['REMOTE_ADDR']; ?> Calgary Highspeed Airport Shuttle, with Wi-Fi WestNet N.A., A Global Leader In Technology, Innovations, Communications, Aeropsace, Wi-Fi, Construction and More
WestNet Menu
WestNet Wi-Fi Shuttle

WestNet Highspeed Airport Shuttle Service

Experience the only airport shuttle service in Calgary equipped with high-speed in-vehicle Wi-Fi. Travel in style and stay connected with our reliable and secure internet access, available throughout your journey between downtown Calgary and Calgary International Airport (YYC).

Our Fleet

We take pride in our diverse fleet of vehicles, each offering comfort, speed, and advanced connectivity. Whether you're a business traveler, tourist, or local resident, our shuttle service ensures you have the best travel experience in Calgary.

Book Today

To book your WestNet shuttle service, visit https://WestNet.ca/pickup and choose the vehicle that best fits your needs. Our high-speed shuttle is the perfect choice for business or leisure travelers who need to stay connected during transit.

Payment & Rates

Our rates are highly competitive, and payment options include Interac, credit card, and cash. You’ll receive a receipt upon completion of the service.

Real-Time Fleet Availability

Real-Time Fleet Availability

Check the real-time availability, status, and location of our fleet by visiting track.westnet.ca. We ensure you’re always up-to-date with the status of your shuttle.

Our Wi-Fi Technology

WestNet Wi-Fi Technology

We’ve been pioneering in-vehicle Wi-Fi technology since 2002. Every shuttle is equipped with high-speed Wi-Fi that allows you to stay connected, work remotely, or enjoy uninterrupted entertainment. Our network is designed to provide seamless internet access even during high-speed travel across Calgary.

Related Services

WestNet offers more than just shuttle services. Explore our other transportation and aviation-related services below:


For inquiries, please contact us at info@westnet.ca or call 403-774-7470. We look forward to serving you with the best airport shuttle and in-vehicle Wi-Fi experience in Calgary.

/* Styles for the responsive div */ .responsive-div { background-color: white; /* Sets the background color of the div */ width: 100%; /* Makes the div take 100% of its parent's width */ max-width: 1200px; /* Limits the maximum width of the div */ margin: 0 auto; /* Centers the div horizontally */ padding: 5px; /* Adds spacing inside the div */ box-sizing: border-box; /* Includes padding in the div's total width */ overflow: hidden; /* Prevents images from leaking out of the div */ display: flex; /* Use flexbox layout */ justify-content: center; /* Center contents horizontally */ align-items: center; /* Center contents vertically */ text-align: center; /* Center text inside the div */ } /* Styles for the images inside the div */ .responsive-div img { max-width: 100%; /* Ensures images resize to fit the div */ height: auto; /* Maintains image aspect ratio */ } /* Additional styles for the footer text */ footer { text-align: center; /* Centers the footer text */ color: white; /* Sets the text color */ font-family: Verdana; /* Sets the font family */ } footer a { color: white; /* Sets the link color */ } footer a:hover { text-decoration: underline; /* Adds underline on hover for links */ }
WestNet Logo Twitter Icon Facebook Icon Verizon Logo
EOT; #include ('/var/wwwroot/westnet.ca/track/tracker.php'); #include ('emaillogger.php'); /* #adsense was switched to toypp */ include('location.php'); ?>