kohjhjhصثقص5572hjkhk7872ثقصثقgdfgdg
Ele57885fddfg872782782782 hjkhj782dfgfghgقفغفغفقhfg555434536
/
home4
/
kisgavwq
/
.trash
/
Upload FileeE
HOME
<?php //index.php session_start(); require_once("includes/settings.php"); require_once("includes/database.php"); require_once("includes/classes/db.cls.php"); require_once("includes/classes/sitedata.cls.php"); require_once("includes/functions/common.php"); require_once("includes/classes/Pages.cls.php"); require_once("includes/classes/Menus.cls.php"); require_once("includes/classes/DBquery.cls.php"); require_once("includes/classes/News.cls.php"); require_once("includes/classes/Announcement.cls.php"); $conn = mysqli_connect(SYSTEM_DBHOST, SYSTEM_DBUSER, SYSTEM_DBPWD, SYSTEM_DBNAME); $newsObj = new News(); $res = $newsObj->getNewsLimit(6); $total = $res['NO_OF_ITEMS']; $annoObj = new Announcement(); $resa = $annoObj->getAnnoLimit(6); $totaly = $resa['NO_OF_ITEMS']; $db = new SiteData(); $pageObj = new Pages(); $menuObj = new Menus(); $Dbqur = new dbquery(); $project_sql = mysqli_query($conn, "select * from tbl_homecontent where id = 1 "); $hedrow = mysqli_fetch_array($project_sql); if($_REQUEST['act']=='sendMail'){ if($_REQUEST['vercode']==$_SESSION["vercode"]){ $name = $_REQUEST['name']; $phone = $_REQUEST['phone']; $email = $_REQUEST['email']; $state = $_REQUEST['state']; $message = $_REQUEST['message']; $email_from = $email; // Sender EMAIL ID $email_subject = "New Quick Enquiry For The Eventage"; // The Subject of the email $email_message .= "Full Name : ".$name."<br>"; $email_message .= "Phone No. : ".$phone."<br>"; $email_message .= "E-Mail ID : ".$email."<br>"; $email_message .= "State : ".$state."<br>"; $email_message .= "Message/Query : ".$message."<br>"; $a = "info@theeventage.co.in"; // Receiver Email ID $email_to=$a; $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= "From: ".$email_from; //$headers .= "`CC: adhsupport@gmail.com"; $ok = @mail($email_to, $email_subject, $email_message, $headers); if($ok) { ?> <script>window.location="index.php?msg=success";</script> <?php }else{ header("location:index.php?msg=errcode"); } } } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]--> <title>The eventage</title> <meta name="keywords" content="The eventage" /> <meta name="description" content="The eventage" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="copyright" content="Copyright 2020 The eventage"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="shortcut icon" href="img/<?=$hedrow['site_logo']?>"> <meta name="ROBOTS" content="index,follow"/> <meta name="revisit-after" content="3 days"/> <meta name="document-classification" content="The eventage"/> <meta name="publisher" content="The eventage"/> <meta name="author" content="The eventage"/> <meta name="copyright" content="The eventage"/> <meta name="language" content="en-us"/> <meta name="distribution" content="GLOBAL"/> <meta name="geo.region" content="INDIA"/> <meta name="geo.placename" content="Gujarat, India"/> <meta http-equiv="Content-Security-Policy" content="block-all-mixed-content" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <?php include("css.php");?> </head> <body> <div id="page"> <?php $popque=mysqli_query($conn, "SELECT * FROM `tbl_popupcontent` WHERE status=1"); if(mysqli_num_rows($popque)>0){ $prow = mysqli_fetch_array($popque); ?> <div class="popup"> <div class="cnt223"> <div > <a href="" class="close">X</a></div> <p style="text-align:center;"> <?php if ($prow['image']) { $pageid= $prow['rlink']; if(is_numeric($pageid)) { $sql_1 = "SELECT a.page_url,a.page_name from ".PAGES." a where a.page_id='$pageid'"; $res_1 = mysqli_fetch_array(mysqli_query($conn, $sql_1)); if(mysqli_num_rows(mysqli_query($conn, $sql_1))>0) { $pageid =$res_1['page_url']; $url="page.php?page=".$pageid; } else { $url = "javascript: void(0)"; } } else { $url = $pageid; } ?> <a href="<?=$url?>" target="_blank"><img src="img/<?php print $prow['image']; ?>" alt="The eventage"></a><?php } ?> <?php if ($prow['content']) { ?> <a href="<?=$url?>" target="_blank"> <?php echo $prow['content']; ?> </a><?php } ?> </p> </div> </div> <?php } ?> <?php include("header.php");?> <section class="slider" id="home"> <div id="main-slider" class="carousel"> <div id="carousel-example-generic1" class="carousel slide" data-ride="carousel"> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <?php $bannerque=mysqli_query($conn, "SELECT * FROM `tbl_banner` order by banner_sequence ASC"); while($brec=mysqli_fetch_array($bannerque)) { $bsec=$brec['banner_sequence'] ; if($bsec=='1') { $a="active"; } else { $a=""; } $menu_page= $brec['menu_page'] ; $page_res = $pageObj->getPageNames($menu_page); // print_r($page_res);exit; for($i=0;$i<$page_res['NO_OF_ITEMS'];$i++) { $page_id = $page_res['oDATA'][$i]['page_id']; $page_name = stripslashes($conn, $page_res['oDATA'][$i]['page_name']); // $page_url = stripslashes($conn, $page_res['oDATA'][$i]['page_url']); $page_url = $page_res['oDATA'][$i]['page_url']; // print($page_url);exit; if($menu_page==$page_id) { $url="page.php?page=".$page_url; } else { $url=$menu_page; } } ?> <div class="item <?=$a?>"> <a href="<?=$url?>" target="_blank" > <img src="upload_image/<?=$brec['banner_image']?>" alt="the eventage" title="the eventage" style="width:100%;" /> <div class="carousel-caption hide-text-shadow"> <h3 class="upper animation animated-item-1"> <?php echo $brec['banner_name']; ?> </h3> <h4><?php echo $brec['banner_desc']; ?></h4> </div> </a> </div> <?php } ?> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic1" role="button" data-slide="prev"> <span class="fa fa-angle-left fa-2x" aria-hidden="true"></span> <span class="sr-only">Previous</span></a> <a class="right carousel-control" href="#carousel-example-generic1" role="button" data-slide="next"> <span class="fa fa-angle-right fa-2x" aria-hidden="true"></span> <span class="sr-only">Next</span></a></div> </div> </section> <section class="page-section about"> <div class="container"> <div class="row"> <?php $siteq=mysqli_query($conn, "select * from tbl_sitedetails where id=1"); $siterec=mysqli_fetch_array($siteq); $heading = $siterec['headline']; $c_link= $siterec['c_link'] ; $page_res = $pageObj->getPageNames($c_link); //print_r($page_res); for($i=0;$i<$page_res['NO_OF_ITEMS'];$i++) { $page_id = $page_res['oDATA'][$i]['page_id']; $page_name = stripslashes($page_res['oDATA'][$i]['page_name']); $page_url = stripslashes($page_res['oDATA'][$i]['page_url']); if($c_link==$page_id) { $curl="page.php?page=".$page_url; } else { $curl=$c_link; } } ?> <div class="col-md-5"> <div> <img src="images/<?php print $siterec['hcimage']; ?>" alt="the eventage"> </div> </div> <div class="col-md-7"> <div class="about-text"> <h2 class="text-center"><?= $heading ?></h2> <div style="color: #000; font-size: 18px;"> <?= $siterec['content'] ?> </div> <div class="know-more" style="margin-top: 20px;"> <a href="<?=$curl ?>" class="btn" role="button">Know more</a> </div> </div> </div> </div> </div> </section> <div class="our-development-area"> <div class="achivement-holder" style=""> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 fact-counter"> <div class="col-md-3 col-sm-6 col-xs-12"> <?php $arec1 = $Dbqur->fetchSingle('tbl_achivements','*','id=4'); ?> <div class="develop count-number" data-count="<?=$arec1['count']?>"> <h2 class="counter"><?=$arec1['count']?></h2><span style="color:#fff;display:inline-block;font-size:45px;">+</span> <h2 class="second-h2"><?=$arec1['title']?></h2> </div> </div> <div class="col-md-3 col-sm-6 col-xs-12"> <?php $arec1 = $Dbqur->fetchSingle('tbl_achivements','*','id=3'); ?> <div class="develop count-number" data-count="<?=$arec1['count']?>"> <h2 class="counter"><?=$arec1['count']?></h2><span style="color:#fff;display:inline-block;font-size:45px;">+</span> <h2 class="second-h2"><?=$arec1['title']?></h2> </div> </div> <div class="col-md-3 col-sm-6 col-xs-12"> <?php $arec1 = $Dbqur->fetchSingle('tbl_achivements','*','id=2'); ?> <div class="develop count-number" data-count="<?=$arec1['count']?>"> <h2 class="counter"><?=$arec1['count']?></h2><span style="color:#fff;display:inline-block;font-size:45px;">+</span> <h2 class="second-h2"><?=$arec1['title']?></h2> </div> </div> <div class="col-md-3 col-sm-6 col-xs-12"> <?php $arec1 = $Dbqur->fetchSingle('tbl_achivements','*','id=1'); ?> <div class="develop count-number" data-count="<?=$arec1['count']?>"> <h2 class="counter"><?=$arec1['count']?></h2><span style="color:#fff;display:inline-block;font-size:45px;">+</span> <h2 class="second-h2"><?=$arec1['title']?></h2> </div> </div> </div> </div> </div> </div> </div> <section class="page-section tb-pad-30 " style="padding:20px 0"> <div class="page-inner3"> <?php $get_heading = $Dbqur->fetch_data("tbl_titles","id = 1");?> <h2><?=$get_heading[0]['title'];?></h2> </div> <section id="works" > <div class="container work-section"> <?php $get_heading = $Dbqur->fetch_data("tbl_titles","id = 2");?> <div class="row text-center"> <?php $glansql = mysqli_query($conn, "SELECT * FROM tbl_glance ORDER BY id DESC limit 4"); while($grow = mysqli_fetch_array($glansql)){ $pageid= $grow['more_link']; if(is_numeric($pageid)) { $sql_1 = "SELECT a.page_url,a.page_name from ".PAGES." a where a.page_id='$pageid'"; $res_1 = mysqli_fetch_array(mysqli_query($conn, $sql_1)); if(mysqli_num_rows(mysqli_query($conn, $sql_1))>0) { $pageid =$res_1['page_url']; $url="page.php?page=".$pageid; } else { $url = "javascript: void(0)"; } } else { $url = $pageid; } ?> <div class="col-sm-4 col-md-3 ash-best"> <div class="ash-con"> <div class="ash-con-img"> <img alt="The Eventage" src="images/glance/<?php print $grow['image']; ?>" style=""> </div> <h2><?php echo $grow['title'];?></h2> <div><?php echo substr($grow['details'],0,200);?></div> <a href="<?=$url ?>" target="_blank"><button class="btn btn-info asha-read-btn">Know More</button></a> </div> </div> <?php } ?> </div> </div> </section> </section> <section class="page-section tb-pad-30"> <div class="row discountSecWrap"> <div class="col-sm-12"> <?php $get_heading = $Dbqur->fetch_data("tbl_titles","id = 2");?> <h2 class="text-center"><?=$get_heading[0]['title'];?></h2> <p class="text-center">Here are some quick ways to reach us</p> </div> <div class="container"> <div class="row"> <div class="col-md-4 col-sm-4 needbox1"> <ul class="list-unstyled list-inline live_chat chat-hosting"> <li> <img src="img/chat.svg" alt="live_chat" class="img-responsive"> </li> <li><h3>Live Chat</h3> <p>Talk to our Sales Executive Now</p> </li> </ul> </div> <div class="col-md-4 col-sm-4 needbox2"> <ul class="list-unstyled list-inline quick_call"> <li> <img src="img/phone-call.svg" alt="quick_call" class="img-responsive"> </li> <li> <h3><span id="contactNumber"><span id="waybeo_num"> <?=$hedrow['phone']?> </span></span></h3> <p>For any Sales queries</p> </li> </ul> </div> <div class="col-md-4 col-sm-4 needbox3"> <ul class="list-unstyled list-inline instant_form"> <li> <img src="img/message.svg" alt="instant_form" class="img-responsive"> </li> <li> <h3>Get in Touch with Us</h3> <p><a href="mailto:<?=$hedrow['emailid']?>"><?=$hedrow['emailid']?></a></p> </li> </ul> </div> </div> </div> </div> </section> <section class="testimonial_sec"> <div class="container"> <?php $get_heading = $Dbqur->fetch_data("tbl_titles","id = 10"); $heading = $get_heading[0]['title']; $arr = explode(' ', $heading,2); $hed1 = $arr[0]; $hed2 = $arr[1]; //$hed3 = $arr[2]; ?> <div class="testimonails"> <div class="section-title text-left"> <?php $get_heading = $Dbqur->fetch_data("tbl_titles","id = 3");?> <h2 style="color: #343434;"><?=$get_heading[0]['title'];?></h2> </div> <div class="row"> <div class="col-md-12 text-center"> <div class="owl-carousel pagination-1" data-pagination="true" data-items="2" data-autoplay="false" data-navigation="false"> <?php $sql = mysqli_query($conn, "SELECT * FROM tbl1_testimonial ORDER BY id DESC"); while($data = mysqli_fetch_array($sql)){ ?> <div class="item"> <blockquote class="small-text"><?php echo $data['contents'];?></blockquote> <div class="client-details text-center"> <div class="client-image"> <img class="img-circle" src="upload_image/<?php echo $data['logo'];?>" alt="Shashwat juniors a play school" width="80" height="80" alt="Shashwat juniors a play school" /> </div> <div class="client-details"> <strong class="text-color"><?php echo $data['Name'];?></strong> </div> </div> </div> <?php } ?> </div> </div> </div> </div> </div> </section> <section id="clients" class="page-section tb-pad-30"> <div class="container"> <div class="section-title text-center" data-animation="fadeInUp"> <!-- Heading --> <?php $get_heading = $Dbqur->fetch_data("tbl_titles","id = 4");?> <h2 style="color: #343434;"><label class="label1"></label><?=$get_heading[0]['title'];?><label class="label2"></label></h2> </div> <div class="row"> <div class="col-md-12 text-center img-custom" data-animation="fadeInDown"> <div class="owl-carousel navigation-1" data-pagination="false" data-items="5" data-autoplay="true" data-navigation="true"> <?php $cquery=mysqli_query($conn, "SELECT * FROM tbl_client"); while($crow=mysqli_fetch_array($cquery)){ ?> <a href="#"> <img alt="The Eventage" src="images/logo_client/<?php print $crow['logo']; ?>" width="150" height="150" /></a> <!-- <h2><?php echo $crow['client_name'];?></h2> --> <?php } ?> </div> </div> </div> </div> </section> <section id="clients" class="page-section tb-pad-30"> <div class="container"> <div class="section-title text-center" data-animation="fadeInUp"> <!-- Heading --> <?php $get_heading = $Dbqur->fetch_data("tbl_titles","id = 6");?> <h2 style="color: #343434;"><label class="label1"></label><?=$get_heading[0]['title'];?><label class="label2"></label></h2> </div> <div class="row"> <div class="col-md-12 text-center img-custom" data-animation="fadeInDown"> <div class="owl-carousel navigation-1" data-pagination="false" data-items="5" data-autoplay="true" data-navigation="true"> <?php $cquery=mysqli_query($conn, "SELECT * FROM tbl_affiliation"); while($crow=mysqli_fetch_array($cquery)){ ?> <a href="#"> <img alt="The Eventage" src="images/logo_client/<?php print $crow['logo']; ?>" width="150" height="150" /></a> <!-- <h2><?php echo $crow['client_name'];?></h2> --> <?php } ?> </div> </div> </div> </div> </section> <?php include("footer.php");?> <?php include("js.php");?> </body> </html>