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
:
/
home2
/
apca
/
public_html
/
Upload File:
files >> //home2/apca/public_html/page.php
<?php session_start(); error_reporting(0); include('includes/config.php'); include("includes/head.php"); include('includes/header.php'); $pagetype=$_GET['type']; $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"; //echo "Got to line ".__LINE__." in ".__FILE__." bgImgClass is $bgImgClass <br /><br />"; ?> <section class="page-header <?php echo $bgImgClass;?>"> <div class="container"> <div class="page-header_wrap"> <div class="page-heading"> <h1><?php echo htmlentities($result->PageName); ?></h1> </div> <ul class="coustom-breadcrumb"> <li><a href="#">Home</a></li> <li><?php echo htmlentities($result->PageName); ?></li> </ul> </div> </div> <!-- Dark Overlay--> <div class="dark-overlay"></div> </section> <section class="about_us section-padding"> <div class="container"> <div class="row"> <div class="section-header col-sm-12"> <h2><?php echo htmlentities($result->PageName); ?></h2> <p><?php echo $result->detail; ?> </p> </div> <?php } }?> </div> </div> </section> <!-- /About-us--> <<!--Footer --> <?php include('includes/footer.php');?> <!-- /Footer--> <!--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 --> <!-- Scripts --> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/js/interface.js"></script> <!--Switcher--> <script src="assets/switcher/js/switcher.js"></script> <!--bootstrap-slider-JS--> <script src="assets/js/bootstrap-slider.min.js"></script> <!--Slider-JS--> <script src="assets/js/slick.min.js"></script> <script src="assets/js/owl.carousel.min.js"></script> </body> </html>