BLACKSITE
:
216.73.217.4
:
104.37.75.190 / alpenpass.ca
:
Linux server3.pointsplan.com 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64
:
/
home
/
apca
/
www
/
Upload File:
files >> /home/apca/www/index.php
<?php session_start(); include('includes/config.php'); error_reporting(0); $head.="<script type=\"application/ld+json\"> { \"@context\": \"https://schema.org\", \"@type\": \"LocalBusiness\", \"name\": \"AlpenPass Motorcycle Adventures\", \"image\": \"https://alpenpass.ca/assets/images/Logo_AlpenPass-250.png\", \"url\": \"https://alpenpass.ca/\", \"telephone\": \"+1(672)533-5010\", \"priceRange\": \"$$\", \"address\": { \"@type\": \"PostalAddress\", \"streetAddress\": \"1033 Marinaside Crescent\", \"addressLocality\": \"Vancouver\", \"addressRegion\": \"BC\", \"postalCode\": \"V6Z 3A3\", \"addressCountry\": \"CA\" }, \"geo\": { \"@type\": \"GeoCoordinates\", \"latitude\": 49.273425, \"longitude\": -123.116292 }, \"openingHoursSpecification\": { \"@type\": \"OpeningHoursSpecification\", \"dayOfWeek\": [ \"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\", \"Saturday\", \"Sunday\" ], \"opens\": \"09:00\", \"closes\": \"17:00\" }, \"sameAs\": [ \"https://www.facebook.com/alpenpassadventures\", \"https://x.com/AlpenpassADV\", \"https://www.instagram.com/alpenpassadventures\", \"https://youtube.com/@alpenpassadventures\" ] } </script> "; include('includes/head.php'); $mTitle="Motorcycle Rentals & Tours in Vancouver | AlpenPass Adventures"; $mDescription="Motorcycle Rentals & Tours in Vancouver with AlpenPass Adventures. Explore BC scenic routes with top bikes and guided ride options."; include('includes/header.php');?> <section id="banner" class="banner-section"> <div class="container"> <div class="div_zindex"> <div class="row"> <div class="col-md-12 "> <div class="banner_content"> <h1 style="font-size: 60px; text-shadow: 1px 1px 1px #000;">AlpenPass Motorcycle Adventures</h1> <!-- --> <p> </p> </div> </div> </div> </div> </div> </section> <!-- /Banners --> <?php $pagetype="banner"; $sql = "SELECT type,detail,PageName from tblpages where type=:pagetype"; $query = $dbh -> prepare($sql); $query->bindParam(':pagetype',$pagetype,PDO::PARAM_STR); $query->execute(); $results=$query->fetchAll(PDO::FETCH_OBJ); $cnt=1; if($query->rowCount() > 0){ foreach($results as $result){ $bgImgClass=strtolower($result->PageName); $bgImgClass=str_replace(" ","",$bgImgClass)."_page"; } } if(strlen($result->detail)>5){ ?> <section> <style> /* Animation for scrolling */ @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } } </style> <a href="listing.php" class="marquee-link" > <div class="marquee-container" style="padding: 15px; background-color: #fa2837; width: 100%; color: #fff; font-size: 24px; overflow: hidden; white-space: nowrap; position: relative; "><div class="marquee-text" style="display: inline-block; padding-left: 100%; animation: marquee 20s linear infinite; "><?php echo $result->detail; ?> </div></div></a> </section> <?php } ?> <!-- Resent Cat--> <section class="section-padding gray-bg"> <div class="container"> <a href="listing.php" ><button type="submit" name="emailsubscibe" class="btn btn-block" style="max-width: 400px; margin-bottom: 40px; background-color:#fa2837; font-size: 18px;color: #fff; ;">View Our Fleet </button></a> <div class="section-header text-left"> <h1 style="font-size: 36px; text-align: center;">Premium Motorcycle Rentals & Tours in Vancouver, BC, Canada</h1> <p><strong>Explore British Columbia on Two Wheels: Rent or Tour with Us!</strong> Discover the unparalleled thrill of BC's stunning landscapes with our premium motorcycle rentals and tours. From Vancouver's iconic Sea-to-Sky Highway to Whistler's alpine beauty and the Okanagan Valley's panoramic vistas, we unlock unforgettable adventures. Our meticulously maintained, top-of-the-line motorcycles are perfect for experienced riders seeking power, agility, and comfort. <strong>Need motorcycle delivery?</strong> Our concierge services bring your dream ride to you, anywhere in BC. Whether you're a local or a visitor, experience the freedom of exploring mountain ranges, ocean fronts, and lush forests. Book your Vancouver motorcycle rental or tour today and discover the heart of British Columbia, Canada. </p> </div> <div class="row"> <!-- Nav tabs --> <div class="recent-tab"> <ul class="nav nav-tabs" role="tablist"> <li role="presentation" class="active"><a href="listing.php" role="tab" data-toggle="tab">Book Now</a></li> </ul> </div> <!-- Recently Listed New Cars --> <div class="tab-content"> <div role="tabpanel" class="tab-pane active" id="resentnewcar"> <?php $sql = "SELECT tblvehicles.VehiclesTitle,tblbrands.BrandName,tblvehicles.PricePerDay,tblvehicles.FuelType,tblvehicles.ModelYear,tblvehicles.id,tblvehicles.SeatingCapacity,tblvehicles.VehiclesOverview,tblvehicles.Vimage1 from tblvehicles join tblbrands on tblbrands.id=tblvehicles.VehiclesBrand limit 9"; $query = $dbh -> prepare($sql); $query->execute(); $results=$query->fetchAll(PDO::FETCH_OBJ); $cnt=1; if($query->rowCount() > 0) { foreach($results as $result) { ?> <div class="col-list-3"> <div class="recent-car-list"> <div class="car-info-box"> <a href="vehical-details.php?vhid=<?php echo htmlentities($result->id);?>"><img src="admin/img/vehicleimages/<?php echo htmlentities($result->Vimage1);?>" class="img-responsive" alt="image"></a> <ul> <li><i class="fa fa-car" aria-hidden="true"></i><?php echo htmlentities($result->FuelType);?></li> <li><i class="fa fa-calendar" aria-hidden="true"></i><?php echo htmlentities($result->ModelYear);?> Model</li> <li><i class="fa fa-user" aria-hidden="true"></i><?php echo htmlentities($result->SeatingCapacity);?> seats</li> </ul> </div> <div class="car-title-m"> <h6><a href="vehical-details.php?vhid=<?php echo htmlentities($result->id);?>"> <?php echo htmlentities($result->VehiclesTitle);?></a></h6> <span class="price">$<?php echo htmlentities($result->PricePerDay);?> /Day</span> </div> <div class="inventory_info_m"> <p><?php echo substr($result->VehiclesOverview,0,70);?></p> </div> </div> </div> <?php }}?> </div> </div> </div> </section> <!-- /Resent Cat --> <!-- Fun Facts--> <section class="fun-facts-section"> <div class="container div_zindex"> <div class="row"> <div class="col-lg-3 col-xs-6 col-sm-3"> <a href="concierge" title="Concierge Service"> <div class="fun-facts-m"> <div class="cell"> <h2><i class="fa-solid fa-mountain" style="font-size: 48px;"></i><br /><span style="font-family: 'Lato', sans-serif; font-size:18px; font-weight: bold; margin-bottom: 10px;">Concierge Service</span></i></h2> <p>Bespoke Adventures</p> </div> </div></a> </div> <?php $stmt = $dbh->prepare("SELECT count(id) as total_items FROM tblvehicles WHERE status = :status"); $stmt->execute([':status' => 'Active']); $result = $stmt->fetch(PDO::FETCH_ASSOC); $vehicle_count = ($result['total_items'])? $result['total_items'] : 0; ?> <div class="col-lg-3 col-xs-6 col-sm-3"> <a href="listing.php" title="Motorcycle Listings"> <div class="fun-facts-m"> <div class="cell"> <h2><i class="fa fa-motorcycle" aria-hidden="true" style="font-size: 48px;"></i><br /><?php echo $vehicle_count;?></h2> <p>Models Available</p> </div> </div></a> </div> <div class="col-lg-3 col-xs-6 col-sm-3"> <a href="blog?cat_id=2" title="Routes"> <div class="fun-facts-m"> <div class="cell"> <h2><i class="fa fa-road" aria-hidden="true" style="font-size: 48px;"></i><br />100+</h2> <p>Scenic Routes</p> </div> </div></a> </div> <div class="col-lg-3 col-xs-6 col-sm-3"> <a href="tour_listing.php" title="Tour Listings"> <div class="fun-facts-m"> <div class="cell"> <h2><i class="fa-solid fa-user" style="font-size: 48px;"></i><br />Tours</h2> <p>Book an Adventure</p> </div> </div> </div> </div></a> </div> <!-- Dark Overlay--> <div class="dark-overlay"></div> </section> <!-- /Fun Facts--> <!--Testimonial --> <section class="section-padding testimonial-section parallex-bg"> <div class="container div_zindex"> <div class="section-header white-text text-center"> <h2>Our Satisfied <span>Customers</span></h2> </div> <div class="row"> <div id="testimonial-slider"> <?php $tid=1; $sql = "SELECT tbltestimonial.Testimonial,tblusers.FullName, tblusers.City, tblusers.Country from tbltestimonial join tblusers on tbltestimonial.UserEmail=tblusers.EmailId where tbltestimonial.status=:tid "; $query = $dbh -> prepare($sql); $query->bindParam(':tid',$tid, PDO::PARAM_STR); $query->execute(); $results=$query->fetchAll(PDO::FETCH_OBJ); $cnt=1; if($query->rowCount() > 0) { foreach($results as $result) { ?> <div class="testimonial-m"> <div class="testimonial-content"> <div class="testimonial-heading"> <h3><?php echo htmlentities($result->FullName);?></h3> <p><?php echo htmlentities($result->City);?>, <?php echo htmlentities($result->Country);?></p> <p><?php echo htmlentities($result->Testimonial);?></p> </div> </div> </div> <?php }} ?> </div> </div> </div> <!-- Dark Overlay--> <div class="dark-overlay"></div> </section> <!-- /Testimonial--> <!--Back to top--> <div id="back-top" class="back-top"> <a href="#top"><i class="fa fa-angle-up" aria-hidden="true"></i> </a> </div> <!--/Back to top--> <!--Login-Form --> <?php include('includes/login.php');?> <!--/Login-Form --> <!--Register-Form --> <?php include('includes/registration.php');?> <!--/Register-Form --> <!--Forgot-password-Form --> <?php include('includes/forgotpassword.php');?> <!--/Forgot-password-Form --> <!--Footer --> <?php include('includes/footer.php');?> <!-- /Footer--> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/js/interface.js"></script> <script src="assets/switcher/js/switcher.js"></script> <script src="assets/js/bootstrap-slider.min.js"></script> <script src="assets/js/slick.min.js"></script> <script src="assets/js/owl.carousel.min.js"></script>