korsygfhrfggfhfgfffgffg6655665dtggggggzangaiide
Elehhjhjjkjkfpf6df56fd65ffff
/
home2
/
apcagkk2
/
mosampati.com
/
Upload FileeE
HOME
<?php include 'includes/config.php'; ob_start(); session_start(); if(!isset($_SESSION['prop_user'])) { header ("Location: login.php"); } $auctn_nm = "Villa/Bungalow"; $user_email = $_SESSION['prop_user']; $check_query = "SELECT * FROM user_dtls WHERE user_email='$user_email' AND status='A' "; $result4 = mysqli_query($conn, $check_query); if (mysqli_num_rows($result4) !== 1) { header ("Location: login.php"); exit(); } $selectquery="SELECT * FROM `user_dtls` WHERE user_email='$user_email' AND status='A' ORDER BY id DESC"; $query = mysqli_query($conn,$selectquery); $nums = mysqli_num_rows($query); $i=1; while($res = mysqli_fetch_array($query)) { $id = $res['id']; $user_id = $res['user_id']; $profile_pic = $res['profile_pic']; $user_nm = $res['user_nm']; $user_phone = $res['user_phone']; $user_email = $res['user_email']; $user_psw = $res['user_psw']; $otp_dtls = $res['otp_dtls']; $op_status = $res['op_status']; $verified_on = $res['verified_on']; $status = $res['status']; $created_on = $res['created_on']; $modified_on = $res['modified_on']; $back_photo = $res['back_photo']; $st_addres = $res['st_addres']; $address2 = $res['address2']; $country_nm = $res['country_nm']; $state_nm = $res['state_nm']; $city_nm = $res['city_nm']; $zip_code = $res['zip_code']; $gst_no = $res['gst_no']; if(empty($modified_on)) { $added_on = $created_on; } else { $added_on = $modified_on; } } if(isset($_GET['auction_id'])) { $auction_id=$_GET['auction_id']; $seluersy="SELECT * FROM `auctn_prop` WHERE aprop_id='$auction_id' ORDER BY id DESC"; $qsusery = mysqli_query($conn,$seluersy); $i=1; while($res = mysqli_fetch_array($qsusery)) { $row_id = $res['id']; $aprop_id = $res['aprop_id']; $categdory_nm = $res['category_nm']; $prop_img = $res['prop_img']; $place_actn = $res['place_actn']; $tot_area = $res['tot_area']; $bank_nm = $res['bank_nm']; $resrv_price = $res['resrv_price']; $emd_amnt = $res['emd_amnt']; $auctn_dt = $res['auctn_dt']; $auctn_tm = $res['auctn_tm']; $status = $res['status_mode']; $created_on = $res['posted_on']; $modified_on = $res['updated_on']; $prop_type = $res['prop_type']; $regd_no = $res['regd_no']; $veh_model = $res['veh_model']; $gld_wght = $res['gld_wght']; $brnch_nm = $res['brnch_nm']; $bcp_name = $res['bcp_name']; $bcp_email = $res['bcp_email']; $bcp_phone = $res['bcp_phone']; $bid_doc = $res['bid_doc']; if(empty($modified_on)) { $date_tis = $created_on; } else { $date_tis = $modified_on; } $newDate = date("jS M,Y", strtotime($auctn_dt)); $newTime = date('g:i A', strtotime($auctn_tm)); } $newDate = date("d-M-Y", strtotime($auctn_dt)); $newDadfte = date("d-m-Y", strtotime($auctn_dt)); $newTime = date('g:i A', strtotime($auctn_tm)); $newDsaate = date("Y-m-d", strtotime($auctn_dt)); date_default_timezone_set('Asia/Kolkata'); $dates_time = date('Y-m-d', time()); $aucc_dtt = date("Y-m-d", strtotime($auctn_dt)); $sql = "SELECT * FROM auction_paid WHERE user_id = '$user_id' AND category_nm = '$categdory_nm' AND auc_dt = '$aucc_dtt' AND pay_status = 'success' AND status = '1' "; $query = mysqli_query($conn,$sql); $row = mysqli_num_rows($query); if($row == 1) { header( "refresh: 2;url=auction-details.php?auction_id=$aprop_id" ); } else { header( "refresh: 2;url=auction-payment.php?auction_id=$aprop_id" ); } } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="author" content=""> <meta name="theme-color" content="#e33324"> <meta name="description" content="Property Service , Banking Solution & Service - Mosampati"> <meta name="keywords" content="Apartment, Estate Agency, Housing, Real Estate, Real Estate Broker, Real Estate Property, Single Property"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><?php echo $auctn_nm; ?> Auction Lists - Property Service , Banking Solution & Service - Mosampati</title> <!-- Favicon --> <link rel="shortcut icon" href="images/logo/mslogo.png"> <!-- CSS --> <link rel="stylesheet" href="css/stylesheet.css"> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap" rel="stylesheet"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <meta name="viewport" maximum-scale=1.0 user-scalable=no /> <meta name = "viewport" content = "width=device-width, minimum-scale=1.0, maximum-scale = 1.0, user-scalable = no"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="https://cdn.lineicons.com/3.0/lineicons.css" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/line-awesome/1.3.0/line-awesome/css/line-awesome.min.css" integrity="sha512-vebUliqxrVkBy3gucMhClmyQP9On/HAWQdKDXRaAlb/FKuTbxkjPKUyqVOxAcGwFDka79eTF+YXwfke1h3/wfg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/line-awesome/1.3.0/font-awesome-line-awesome/css/all.min.css" integrity="sha512-dC0G5HMA6hLr/E1TM623RN6qK+sL8sz5vB+Uc68J7cBon68bMfKcvbkg6OqlfGHo1nMmcCxO5AinnRTDhWbWsA==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <style> input { border: 1px solid #242c54 !important; } .my-account { background: #fff; box-shadow: 3px 4px 4px 6px rgb(0 0 0 / 20%); border-radius: 5px; } #titlebar { margin-bottom: 20px; } .card { border: none; margin-bottom: 24px; -webkit-box-shadow: 0 0 13px 0 rgba(236,236,241,.44); box-shadow: 0 0 13px 0 rgba(236,236,241,.44); } .avatar-xs { height: 2.3rem; width: 2.3rem; } .card-box { position: relative; color: #fff; padding: 20px 10px 40px; margin: 10px 0px; } .card-box:hover { text-decoration: none; color: #f1f1f1; } .card-box:hover .icon i { font-size: 100px; transition: 1s; -webkit-transition: 1s; } .card-box .inner { padding: 5px 10px 0 10px; } .card-box h3 { font-size: 27px; font-weight: bold; margin: 0 0 8px 0; white-space: nowrap; padding: 0; text-align: left; } .card-box p { font-size: 15px; } .card-box .icon { position: absolute; top: auto; bottom: 5px; right: 5px; z-index: 0; font-size: 72px; color: rgba(0, 0, 0, 0.15); } .card-box .card-box-footer { position: absolute; left: 0px; bottom: 0px; text-align: center; padding: 3px 0; color: rgba(255, 255, 255, 0.8); background: rgba(0, 0, 0, 0.1); width: 100%; text-decoration: none; } .card-box:hover .card-box-footer { background: rgba(0, 0, 0, 0.3); } .bg-blue { background-color: #00c0ef !important; } .bg-green { background-color: #00a65a !important; } .bg-orange { background-color: #f39c12 !important; } .bg-red { background-color: #d9534f !important; } a { text-decoration: none !important; } .utf-listing-features li span { padding-bottom: 5px; } .utf-signin-form-part::before { background: transparent; } .caption_strong_small { font-size: 13px; line-height: 12px; font-weight: 400; color: #42526E; } .input_counter_focused { font-size: 13px; line-height: 12px; font-weight: 400; color: #42526E; font-weight: bold; } .input_counter_focused:hover { color: #ff623f; } </style> </head> <body> <!-- Preloader Start --> <div class="preloader"> <div class="utf-preloader"> <span></span> <span></span> <span></span> </div> </div> <!-- Preloader End --> <!-- Wrapper --> <div id="wrapper"> <!-- Header Container --> <?php include 'includes/header.php'; ?> <!-- Header Container / End --> <!-- Titlebar --> <?php if(strstr(strtolower($_SERVER['HTTP_USER_AGENT']), 'mobile') || strstr(strtolower($_SERVER['HTTP_USER_AGENT']), 'android')) { ?> <div class="utf-user-profile-item" style="border-radius: 0 !important;"> <div class="utf-submit-page-inner-box" style="border-radius: 0 !important;"> <h3 style="border-radius: 0 !important;"> <a href="./" style="color: white;"><i class="fa fa-arrow-left" style="color: white;padding-right: 10%;"></i> </a> <?php echo $auctn_nm; ?> Auctions </h3> </div> </div> <?php } else { ?> <div class="parallax titlebar" data-background="images/listings-parallax.jpg" data-color="rgba(48, 48, 48, 1)" data-color-opacity="0.8" data-img-width="800" data-img-height="505"> <div id="titlebar"> <div class="container"> <div class="row"> <div class="col-md-12"> <h2><?php echo $auctn_nm; ?> Auction Lists</h2> <!-- Breadcrumbs --> <nav id="breadcrumbs"> <ul> <li><a href="./">Home</a></li> <li><?php echo $auctn_nm; ?> Auction Lists</li> </ul> </nav> </div> </div> </div> </div> </div> <?php } ?> <?php date_default_timezone_set('Asia/Kolkata'); $dates_time = date('Y-m-d', time()); $sexery="SELECT * FROM `auctn_prop` WHERE category_nm='$auctn_nm' AND STR_TO_DATE(auctn_dt, '%Y-%m-%d') >= STR_TO_DATE('$dates_time', '%Y-%m-%d') AND status_mode='A' ORDER BY id DESC"; $qusxry = mysqli_query($conn,$sexery); $nuxsdms = mysqli_num_rows($qusxry); ?> <style> @media (min-width: 992px) { .col-md-4 { width: 32.33333333%; } } </style> <!-- Content --> <section class="fullwidth" data-background-color="#ffffff" style="padding-top: 5px !important;"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="utf-section-headline-item centered margin-bottom-30 margin-top-0"> <h3 class="headline"> Available For Auction (<b><?php echo $nuxsdms; ?></b>)</h3> <!--<div class="utf-headline-display-inner-item">Most Popular Auction Properties</div>--> <!--<p class="utf-slogan-text">Lorem Ipsum is simply dummy text printing and type setting industry Lorem Ipsum been industry standard dummy text ever since when unknown printer took a galley.</p>--> </div> </div> <div class="col-md-12"> <?php if($nuxsdms > 0) { ?> <div class="row margin-bottom-40 margin-top-20"> <?php $seluersy="SELECT * FROM `auctn_prop` WHERE category_nm='$auctn_nm' AND STR_TO_DATE(auctn_dt, '%Y-%m-%d') >= STR_TO_DATE('$dates_time', '%Y-%m-%d') AND status_mode='A' ORDER BY id DESC"; $qsusery = mysqli_query($conn,$seluersy); $i=1; while($res = mysqli_fetch_array($qsusery)) { $row_id = $res['id']; $aprop_id = $res['aprop_id']; $category_nm = $res['category_nm']; $prop_img = $res['prop_img']; $place_actn = $res['place_actn']; $tot_area = $res['tot_area']; $bank_nm = $res['bank_nm']; $resrv_price = $res['resrv_price']; $emd_amnt = $res['emd_amnt']; $auctn_dt = $res['auctn_dt']; $auctn_tm = $res['auctn_tm']; $status = $res['status_mode']; $created_on = $res['posted_on']; $modified_on = $res['updated_on']; if(empty($modified_on)) { $date_tis = $created_on; } else { $date_tis = $modified_on; } $newDate = date("jS M,Y", strtotime($auctn_dt)); $newTime = date('g:i A', strtotime($auctn_tm)); ?> <a href="villa-auctions.php?auction_id=<?php echo $aprop_id; ?>"> <!-- <div class="col-md-4 margin-top-10 margin-bottom-30 padding-bottom-20 padding-top-20" style="background: #fff;--> <!--box-shadow: 3px 3px 3px 3px rgb(253 55 61 / 20%);border:1px solid #e89c9e;border-radius: 10px;"> --> <div class="col-md-4" style="background: #fff;box-shadow: 3px 3px 3px 3px rgb(253 55 61 / 20%);border:1px solid rgb(253 55 61/ 20%);border-radius: 10px;margin:5px;"> <h4 class="headline_part margin-top-10 margin-bottom-15"> <a href="villa-auctions.php?auction_id=<?php echo $aprop_id; ?>"> <i class="icon-material-outline-access-alarm" style="color: #fd373d;font-size: 16px;"></i> <?php echo $newDate; ?> <?php echo $newTime; ?> </a> </h4> <span class="utf-listing-address"><i class="icon-material-outline-location-on"></i> <a href="http://maps.google.com/maps?q=<?php echo $place_actn; ?>" target="_blank" > <span> <?php echo $place_actn; ?> </span> </a> </span> <a href="villa-auctions.php?auction_id=<?php echo $aprop_id; ?>"> <div class="utf-listing-user-info margin-top-10 margin-bottom-10" style="padding-top: 0px;padding-bottom: 0px;font-size: 14px;"> Published on : <?php echo $date_tis; ?></div> </a> </div> </a> <?php } ?> </div> <?php } else { ?> <div class="container-fluid margin-top-60"> <div class="row"> <div class="col-md-12"> <div class="card"> <div class="card-body cart"> <div class="col-sm-12 empty-cart-cls text-center"> <img src="images/logo/property_empty.png" width="130" height="130" class="img-fluid mb-4 mr-3"> <h3><strong>No Auction Available !</strong></h3> <h4>Auction information hasn't added yet, please wait :)</h4> </div> </div> </div> </div> </div> </div> <?php } ?> </div> </div> </div> </section> <!-- Footer --> <?php include 'includes/footer.php'; ?> <!-- Footer / End --> <!-- Back To Top Button --> <div id="backtotop"><a href="#"></a></div> </div> <!-- Wrapper / End --> <!-- Scripts --> <script src="scripts/jquery-3.3.1.min.js"></script> <script src="scripts/bootstrap.min.js"></script> <script src="scripts/chosen.min.js"></script> <script src="scripts/magnific-popup.min.js"></script> <script src="scripts/owl.carousel.min.js"></script> <script src="scripts/rangeSlider.js"></script> <script src="scripts/sticky-kit.min.js"></script> <script src="scripts/slick.min.js"></script> <script src="scripts/masonry.min.js"></script> <script src="scripts/mmenu.min.js"></script> <script src="scripts/tooltips.min.js"></script> <script src="scripts/typed.js"></script> <script src="scripts/custom_jquery.js"></script> <script> var typed = new Typed('.typed-words', { strings: ["Dream Home."," Apartments."," Residential."," Commercial."], typeSpeed: 80, backSpeed: 80, backDelay: 4000, startDelay: 1000, loop: true, showCursor: true }); </script> </body> </html>