403Webshell
Server IP : 103.234.187.230  /  Your IP : 216.73.216.216
Web Server : Apache
System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/b2c.hellogtx.com/application/sites/tripees/layouts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/b2c.hellogtx.com/application/sites/tripees/layouts/footer.phtml
<?php
$object = Zend_Controller_Front::getInstance();
$modulename = $object->getRequest()->getModuleName();
$controller = $object->getRequest()->getControllerName();
$action = $object->getRequest()->getActionName();
$options = Zend_Controller_Front::getInstance()->getParam('bootstrap')->getOption('bootstrap');
function secureCodeT($agencySysId)
{
    $finalCode = $agencySysId;
    $checkId = hash('sha256', "GTX002-$finalCode");
    return $checkId;
}
$baseUrl    =  $options['siteUrl'];
$siteName    =  $options['siteName'];
$contactDetail = Zend_Controller_Action_HelperBroker::getStaticHelper('Custom')->getContactDetailForFooter();
$staticPageLink = Zend_Controller_Action_HelperBroker::getStaticHelper('Custom')->staticPageLink();
$destinationForFooterLink = Zend_Controller_Action_HelperBroker::getStaticHelper('Custom')->selectAllDestinationDisplayOnFooter();
$packTypeForFooterLink = Zend_Controller_Action_HelperBroker::getStaticHelper('Custom')->selectPackTypeForFooterLink();
$socialLinksForFooterLink = Zend_Controller_Action_HelperBroker::getStaticHelper('Custom')->selectSocialLinksForFooterLink();
$getrecentpost = Zend_Controller_Action_HelperBroker::getStaticHelper('Custom')->getrecentpost();
//echo "<pre>";print_r($destinationForFooterLink);die;
//echo"<pre>";print_r($contactDetail);die;
$tollfreenumber = ($contactDetail['phone']) ? $contactDetail['phone'] : $tollfreenumber;
$mobile = ($contactDetail['mobile']) ? $contactDetail['mobile'] : $tollfreenumber;
$currUrl = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
$whatsappnumber = ($contactDetail['whatsapp_no']) ? $contactDetail['whatsapp_no'] : $whatsappnumber;
$mydevice = Zend_Controller_Action_HelperBroker::getStaticHelper('General')->getDevice();
$agencySysId = $options['gtxagencysysid'];
$secureCode = secureCodeT($agencySysId);
$URLPay = $options['gtxBtoBsite'] . 'gtxpay.php?AgencySysId=' . $agencySysId . '&code=' . $secureCode;

$gtxpayUrl = $baseUrl . 'detail/index/view/id/' . base64_encode($URLPay);

$URL = $options['gtxBtoBsite'] . 'feedbackform.php?AgencySysId=' . $agencySysId . '&code=' . $secureCode;
$feedbackUrl = $baseUrl . 'detail/index/view/id/' . base64_encode($URL);
if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on')
    $url = "https://";
else
    $url = "http://";

$url .= $_SERVER['HTTP_HOST'];


$url .= $_SERVER['REQUEST_URI'];

$redirect_link_r = Zend_Controller_Action_HelperBroker::getStaticHelper("General")->GetFullUrl();

?>

<style>
    .table-bordered {
        margin: 7px;
    }

    .bgrr {
        background: #f5f2f2;
        border-radius: 10px;
        padding: 10px;
    }

    .mobile_show {
        display: none;
    }

    .download-app ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    footer .wave-decoration svg path {
        fill: #efe9e9 !important;
    }

    .download-app ul li {
        width: 25%;
        display: inline-block;
        margin-bottom: 10px;
    }

    .iata-footer {
        text-align: right;
        margin-right: 50px;
    }

    .iata-footer h4 {
        font-size: 16px;
        font-weight: 600;
        padding: 0px 0 0;
    }

    .iata-footer img {
        width: 40%;
    }

    .payment-options {
        display: flex;
        align-items: center;
        vertical-align: middle;
        height: 100%;
    }

    .copyright {
        background: #f5f2f2 !important;
        padding: 0;
    }

    .search-btn {
        background: var(--maincolor) !important;
        color: var(--black-bg-color) !important;
    }

    .subscribeBtn {
        height: auto !important;
    }

    .download-app h4 {
        font-size: 16px;
        font-weight: 600;
        padding: 0px 0 0;
    }

    .ft-title {
        font-weight: 500;
    }

    .footerbg_bg {
        background-color: #efe9e9;
    }

    button.subscribeBtn.news-btn.search-btn {
        background: var(--maincolor) !important;
        color: #333 !important;
    }

    .sticky-btns a {
        padding: 10px 20px;
        background: #252525;
        color: #fff !important;
        margin-bottom: 2px;
        border-radius: 4px;
        font-size: 16px;
        position: fixed;
        top: 33%;
        transform: translateY(-50%);
        right: -136px;
        transition: .3s all ease-out;
        width: 189px;
        z-index: 999;
        text-decoration: none;
        text-align: left;
    }

    .sticky-btns a span {
        margin-left: 3px;
    }

    .sticky-btns a:hover {
        right: 0;
        color: #fff;
    }

    .sticky-btns a i {
        margin-right: 12px;
        transition: .3s all ease-out;
    }

    .sticky-btns a.whatsapp-btn {
        background: #28a745;
        margin-top: 50px;
    }

    .social-icons li {
        background: var(--maincolor) !important;
    }

    .social-icons li:hover {
        background: var(--maincolor) !important;
    }

    .social-icons li a img {
        filter: invert(1);
    }

    @media(max-width:992px) {
        .mobile_show {
            display: block;
            margin-right: 15px;
        }

        .payment-options {
            position: relative;
            top: 0;
            padding: 10px 0 20px;
        }

        .iata-footer {
            text-align: center;
            margin-right: 0;
        }

        .mobile_hidden {
            display: none;
        }

        .wowi-footer ul li {
            position: relative;
        }

        .wowi-footer strong a {
            line-height: initial;
            display: inline-block;
            padding: 0;
            color: #000 !important;
        }

        .wowi-footer strong a::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

        .wowi-footer strong a:hover {
            background: transparent;
            color: #8d8c8c !important;
        }
    }

    @media(max-width:767px) {
        .sticky-btns {
            display: none;
        }
    }

    .filter-icon-moble {
        background: transparent;
    }
</style>

<footer class="footerbg_bg">
    <div class="footer-wave">
        <div class="wave-decoration">
            <div class="wave02">
                <svg version="1.1" width="2000" height="131" xmlns="http://www.w3.org/2000/svg"
                    xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 2000 131.2"
                    style="enable-background:new 0 0 2000 131.2;" xml:space="preserve">
                    <style type="text/css">
                        .st0 {
                            opacity: 0.25;
                            enable-background: new;
                        }

                        .st1 {
                            opacity: 0.35;
                            enable-background: new;
                        }
                    </style>
                    <path class="st0"
                        d="M-0.5,83.4c59.6,40.5,193.3,35,316.7-12.3C525.6-9.2,756.7-9.6,979.8,12.3s445.6,57.9,669.8,54.1C1821.1,63.5,1932,56,2000,53c0,36,0,76.4,0,76.4H1L-0.5,83.4z">
                    </path>
                    <path class="st1"
                        d="M309.2,46.1c265.1-57.8,453.7-19.6,687.9,6.8c285.1,32.2,564.2,63,863.4,33.4c94-9.3,119.5-19.6,139.5-19c0,32.2,0,63,0,63H0v-66C0,64.3,152.7,80.2,309.2,46.1z">
                    </path>
                    <path class="st1"
                        d="M344.5,54.9c82.3-26.3,167.2-46,253-36.5S767,51.6,851.9,67.8c272.3,52,522.5,16.7,819.3,5c90-3.5,293.8-13.6,328.8-12.6c0,24,0,71,0,71H-1v-59C-1,72.3,198.7,101.6,344.5,54.9z">
                    </path>
                    <path
                        d="M1731.8,97.1c-289.3,18.5-590.4,17.2-873.9-16.8C746,66.9,641.1,42.1,528.5,39.5s-249.3,31-353.7,69.9c-57.5,21.4-164.7,2.3-175.7-4.7c0,8,0,26.5,0,26.5h2003v-58C2002,73.3,1854.2,89.2,1731.8,97.1z">
                    </path>
                </svg>
            </div>
        </div>
    </div>

    <div class="container">
        <div class="row">
            <div class="col-lg-2 col-md-2 col-sm-4 col-12">
                <div class="ft-title mb-1 footer-nav-title">
                    About Company
                </div>
                <ul class="links pl-0">
                    <?php foreach ($staticPageLink as $key => $value) { ?>
                        <li class="">
                            <a
                                href="<?php echo $baseUrl; ?><?php echo $value['identifier']; ?>"><?php echo ucwords(strtolower($value['page_title'])); ?></a>
                        </li>
                    <?php } ?>
                    <!-- <li><a target="_blank" href="<?php echo $gtxpayUrl; ?>"><span class="dotft"></span>Pay Online (Atom)</a></li> -->
                    <!-- <li><a target="_blank" href="https://rzp.io/l/7VDHAbEz"><span class="dotft"></span>Pay Online (Razorpay)</a></li> -->
                    <li><a target="_blank" href="<?php echo $feedbackUrl; ?>"><span class="dotft"></span> Feedback</a>
                    </li>
                </ul>
            </div>

            <div class="col-lg-2 col-md-2 col-sm-4 col-12">
                <div class="ft-title mb-2 footer-nav-title">
                    Tours by Category
                </div>
                <ul class="links pl-0">
                    <?php foreach ($packTypeForFooterLink as $key => $value) {
                    ?>
                        <?php if ($key > 0 && $key < 8) {  ?>
                            <li class="">
                                <a
                                    href="<?php echo $baseUrl ?>tour-destination/category/<?php echo strtolower(Catabatic_Helper::getSeoName($value['Title'])); ?>"><?php echo $value['Title']; ?></a>
                            </li>
                    <?php }
                    } ?>
                </ul>
                <div class="clearfix"></div>
            </div>

            <div class="col-lg-2 col-md-2 col-sm-4 col-12">
                <div class="ft-title mb-2 footer-nav-title">
                    Destinations
                </div>
                <ul class="links pl-0">
                    <?php foreach ($destinationForFooterLink as $key => $value) {
                    ?>
                        <?php if ($key > 0 && $key < 8) {  ?>
                            <li class="">
                                <a
                                    href="<?php echo $baseUrl ?>tour-destination/<?php echo strtolower(Catabatic_Helper::getSeoName($value['Title'])); ?>/"><?php echo ucwords(Catabatic_Helper::getSeoName($value['Title'])); ?></a>
                            </li>
                    <?php }
                    } ?>
                </ul>
            </div>

            <div class="col-lg-2 col-md-2 col-sm-4 col-12">
                <div class="ft-title mb-2 footer-nav-title">
                    Packages
                </div>
                <ul class="links pl-0">
                    <li class=" "><a href="<?= $baseUrl ?>tour-destination/domestic-tour-packages.html"> Domestic
                            Packages</a></li>
                    <li class=" "><a href="<?= $baseUrl ?>tour-destination/international-tour-packages.html">
                            International Packages</a></li>
                </ul>
                <div class="clearfix"></div>
                <!-- <div class="footer_verfiedlogo mobile_show">
                    <img class="img-fluid" src="public/images/footer_logo_verified.png" alt="" title="" >
                </div> -->
            </div>

            <div class="col-lg-2 col-md-2 col-sm-4 col-12">
                <div class="ft-title mb-2 footer-nav-title">
                    Recent Travelogues
                </div>
                <ul class="links pl-0">
                    <?php foreach ($getrecentpost as $TravKey => $TravValue) { ?>
                        <?php if ($TravKey > 0 && $TravKey < 8) {  ?>
                            <li style="float: inherit;"><a
                                    href="<?php echo $baseUrl; ?><?php echo $TravValue['TravIdentifier'] ?>"><?php echo $TravValue['TravTitle'] ?></a>
                            </li>
                    <?php }
                    } ?>
                </ul>
            </div>

            <div class="col-lg-2 col-md-6 col-sm-4 col-12">
                <div class="ft-1">
                    <div class="ft-title mb-2">
                        Let’s stay connected
                    </div>
                    <ul class="social-icons ">
                        <?php foreach ($socialLinksForFooterLink as $key => $value) { ?>
                            <li><a target="_blank" alt="<?php echo $value['name']; ?>" title="<?php echo $value['name']; ?>"
                                    href="<?php echo $value['link']; ?>"><img
                                        src="<?php echo $baseUrl . 'public/images/social/' . strtolower(str_replace(" ", "-", $value['name'])); ?>.png"
                                        class="img-fluid" alt="social icon"></a></li>
                        <?php } ?>
                    </ul>
                    <div class="news-sec">
                        <form id="subscribe-form" autocomplete="off" method="post" class="newsletter clearfix">
                            <input id="send_email" type="text" autocomplete="off" name="email" maxlength="25"
                                class="news-field form-control1" placeholder="Enter Email">
                            <button type="submit" class="subscribeBtn news-btn search-btn">Subscribe</button>
                        </form>
                        <span id="eml"></span>
                    </div>
                </div>
            </div>
        </div>

        <div class="row mb-3 bgrr">
            <div class="col-md-3">
                <div class="payment-options">
                    <a href="#">
                        <img src="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss; ?>/images/credit-cards.png"
                            class="img-fluid" alt="credit cards">
                    </a>
                </div>
            </div>
            <div class="col-md-6">
                <!--     <div class="download-app">
                        <h4>Download App</h4>
                        <ul>
                            <li>
                                <a href="">
                                     <img src="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss; ?>/images/download-app-playstore.png" class="img-fluid">
                                </a>
                            </li>
                            <li>
                                <a href="">
                                     <img src="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss; ?>/images/download-app-appstore.png" class="img-fluid">
                                </a>
                            </li>
                        </ul>
                  
                    </div> -->
            </div>
            <div class="col-md-3">
                <div class="iata-footer">
                    <h4>Member of</h4>
                    <img class="img-fluid"
                        src="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss; ?>/images/iata-footer.png"
                        alt="" title="">
                </div>
            </div>
        </div>

        <!-- <div class="row">
            <div class="col-lg-12 col-md-12 col-sm-12 col-12">
                <div class="line"></div>
            </div>
        </div> -->
        <!--<div class="row">

                    <div class="offset-1 col-lg-8 col-md-8 col-6 col-12">
                        <div class="ft-title mt-5 mb-2 ">
                            Recent Travelogues
                        </div>
                        <ul class="links pl-0">
                            <?php /*foreach ($getrecentpost as $TravKey => $TravValue) { */ ?>
                                <li style="float: inherit;"><a href="<?php /*echo $baseUrl; */ ?>travelogue/<?php /*echo $TravValue['TravIdentifier']*/ ?>"><?php /*echo $TravValue['TravTitle']*/ ?></a></li>
                            <?php /*}*/ ?>
                        </ul>
                    </div>
                </div>-->

        <a id="back-to-top">
            <i class="fa fa-arrow-up" aria-hidden="true"></i>
        </a>

    </div>
    <div class="copyright">
        <div class="container">
            <div class="row">
                <div class="col-lg-4 col-md-12 col-sm-12 col-12">
                    <small class="copyright-txt">© <?php echo date("Y"); ?>
                        <strong><?php echo ucwords($siteName); ?></strong>.
                        All Rights Reserved.
                    </small>
                </div>
                <div class="col-lg-4 col-md-12 col-sm-12 col-12">
                    <!--<small class="copyright-txt cpy-moble" style="font-size:14px;">
                    Powered by <a target="_blank" href="http://www.hellogtx.com">
                        <span style="color:#0b74c4;">hello</span>
                        <span style="color:#fb5a2d">GTX</span></a></small>-->
                </div>
                <?php
                if (($modulename == 'default') && ($controller == 'flight')) { ?>

                <?php  } else { ?>
                    <div class="col-lg-4 col-md-12 col-sm-12 col-12 text-center">
                        <ul class="ft-btn-list">
                            <!-- <li> <a class="btn callIcon" href="tel:<?= $mobile ?>">
                                <i class="fa fa-phone" aria-hidden="true"></i>   Call Us</a>
                        </li>
                         <li> <a class="btn enquiry-Icon" data-toggle="modal" data-target="#myModa1Enquiry">
                                    <i class="fa fa-file-text-o"></i>  Send Enquiry</a>
                            </li>
                      
                        <li><a class="btn wtsapp-icon " href="whatsapp://send?text=Hello&amp;phone=<?php if (!empty($whatsappnumber)) {
                                                                                                        echo $whatsappnumber;
                                                                                                    } else {
                                                                                                        echo "9811192312";
                                                                                                    } ?>">
                                <i class="fa fa-whatsapp" aria-hidden="true"></i>
                                Whatsapp</a>
                        </li>
                        <?php if (($modulename == 'tours') && ($controller == 'package') && ($action == 'index')) { ?>
                            <li>
                                <a class="btn filter-icon filter-icon-moble" href="<?= $url ?>#listHotel">
                                    <i class="fa fa-filter" aria-hidden="true"></i>Filter</a>
                            </li>
                        <?php } ?> -->

                            <div class="col-md-12">
                                <div class="wowi-footer">
                                    <ul>
                                        <li>
                                            <span><i class="fa fa-home" aria-hidden="true"></i></span>
                                            <strong><a href="<?php echo $baseUrl; ?>">Search</a></strong>
                                        </li>
                                        <?php if (isset($_SESSION['User']['session'])) { ?>
                                            <li>
                                                <span><i class="fa fa-user" aria-hidden="true"></i></span>
                                                <strong><a href="<?php echo $baseUrl; ?>customer/myprofile">My
                                                        Booking</a></strong>
                                            </li>
                                        <?php } else { ?>
                                            <li data-toggle="modal" data-target="#myModa1sign-in">
                                                <span><i class="fa fa-user" aria-hidden="true"></i></span>
                                                <strong>My Booking</strong>
                                            </li>
                                        <?php } ?>
                                        <li>
                                            <span><i class="fa fa-envelope-o" aria-hidden="true"></i></span>
                                            <strong><a href="<?php echo $baseUrl; ?>contact-us">Support</a></strong>
                                        </li>
                                        <li>
                                            <span><i class="fa fa-whatsapp" aria-hidden="true"></i></span>
                                            <strong>
                                                <a class="whatsapp-btn"
                                                    href="https://wa.me/<?php echo $whatsappnumber; ?>?text=Hi %0a%0a I visited  <?php echo $siteName ?>  at  <?php echo $currUrl; ?>. I am interested in this offer. Do contact me to discuss it further.Thanks."
                                                    target="_blank">
                                                    Chat
                                                </a>
                                            </strong>
                                        </li>
                                        <?php if ($modulename == 'tours' && $controller == 'package' && $action == 'index') { ?>
                                            <li>
                                                <span><i class="fa fa-filter" aria-hidden="true"></i></span>
                                                <strong><a class="filter-icon filter-icon-moble"
                                                        href="<?= $url ?>#listHotel">Filter</a></strong>
                                            </li>
                                        <?php } ?>
                                    </ul>
                                </div>
                            </div>
                        </ul>
                    </div>
                <?php  }
                ?>
            </div>
        </div>
    </div>
    </div>
</footer>

<form id="auth_login_submit" method="POST" action="<?php echo $baseUrl; ?>customer/customerlogin">
    <div class="auth_login_submit">
        <input type="hidden" name="EmailId" id="EmailId" class="EmailId">
        <input type="hidden" name="CustomerSysId" id="CustomerSysId">
        <input type="hidden" name="AgencySysId" id="AgencySysId_">
        <input type="hidden" name="FirstName" id="FirstName">
        <input type="hidden" name="LastName" id="LastName">
        <input type="hidden" name="Password_cu" id="Password_cu">
        <input type="hidden" name="ContactNo1" id="Contacts">
        <input type="hidden" name="SecurityKey" id="SecurityKey">
        <input type="hidden" name="redirect_link_r" id="redirect_link_r" value="<?= $redirect_link_r ?>">
    </div>
</form>

<div class="sticky-btns">
    <a href="#" class="send-enquiry-btn btn enquiry-Icon sendRateEnuiryform" data-toggle="modal"
        data-target="#myModa1Enquiry"><i class="fa fa-file-text-o"></i> <span>Send Enquiry</span></a>
    <a class="whatsapp-btn"
        href="https://wa.me/<?php echo $whatsappnumber; ?>?text=Hi %0a%0a I visited  <?php echo $siteName ?>  at  <?php echo $currUrl; ?>. I am interested in this offer. Do contact me to discuss it further.Thanks."
        target="_blank"><i class="fa fa-whatsapp"></i> <span>Whatsapp</span></a>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit