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/b2bsite.hellogtx.com/application/layouts/template1/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/b2bsite.hellogtx.com/application/layouts/template1/left-navigation.phtml
<?php
$controllerName = Zend_Controller_Front::getInstance()->getRequest()->getControllerName();
$actionName = Zend_Controller_Front::getInstance()->getRequest()->getActionName(); 
$moduleName = Zend_Controller_Front::getInstance()->getRequest()->getModuleName(); 
$paramName = Zend_Controller_Front::getInstance()->getRequest()->getParams();
$active="class='active'";
$session = new Zend_Session_Namespace('sessionLogin_user');
?>
<section id="left-navigation" class="active">
<ul class="mainNav active">

    
    
    
<li>
    <a href="<?php echo $this->baseUrl("dashboard/agency"); ?>"  <?php echo ($controllerName=='agency' && $actionName=='index')? $active : '';?>>
        <i class="fa fa-dashboard"></i> <span>Dashboard</span>
    </a>
</li>



<li  <?php echo (($controllerName == 'index') || $controllerName=='supplier' or $controllerName=='customer'  or $controllerName=='leaddetail' || ($controllerName == 'agency-leads'))? $active : '';?>>
    <a href="#"  <?php echo ($controllerName=='supplier'  || ($controllerName == 'agency-leads') )? $active : '';?>>
        <i class="fa fa-support"></i> <span>CRM</span>
    </a>
	<ul>
        <li><a href="<?php echo $this->baseUrl('/customer/lead'); ?>" <?php echo ($controllerName=='customer' && $actionName=='lead' )? $active : '';?>>Leads</a></li>
        <li><a href="<?php echo $this->baseUrl('/crm/query'); ?>" <?php echo ($controllerName == 'query' && $actionName == 'index') ? $active : ''; ?>>Queries</a></li>
        <li><a href="<?php echo $this->baseUrl('/customer/listcustomer'); ?>" <?php echo ($controllerName=='customer' && $actionName=='listcustomer')? $active : '';?>>B2C Customer(s)</a></li>
        <li><a href="<?php echo $this->baseUrl('/customer/customer-proposal'); ?>" <?php echo ($controllerName=='customer' && $actionName=='customer-proposal')? $active : '';?>>B2C Proposal(s)</a></li>
        <li><a href="<?php echo $this->baseUrl('/customer/customer-response'); ?>" <?php echo ($controllerName=='customer' && $actionName=='customer-response')? $active : '';?>>Customers Response</a></li>
        <li><a href="<?php echo $this->baseUrl('/customer/listb2bcustomer'); ?>" <?php echo ($controllerName=='customer' && $actionName=='listb2bcustomer')? $active : '';?>>B2B Customer(s)</a></li>
        <li><a href="<?php echo $this->baseUrl('/crm/b2b-proposal'); ?>" <?php echo ($controllerName == 'b2b-proposal' && $actionName == 'index') ? $active : ''; ?>>B2B Proposal(s)</a></li>
        <li><a href="<?php echo $this->baseUrl('/supplier'); ?>"  <?php echo ($controllerName=='supplier' && $actionName=='index')? $active : '';?>>My Suppliers</a></li> 
        <li><a href="<?php echo $this->baseUrl('/supplier/supplierpackageenquiry'); ?>" <?php echo ($controllerName=='supplier' && $actionName=='supplierpackageenquiry')? $active : '';?>>Supplier Package Enquiry</a></li>
        <li><a href="<?php echo $this->baseUrl('/customer/listachievecustomer'); ?>" <?php echo ($controllerName=='customer' && $actionName=='listachievecustomer')? $active : '';?>>Archived Leads</a></li>
        
    </ul>  
</li>
<li style="display:none;" <?php echo ($controllerName == 'buyhotel' && in_array($actionName, array('search'))) || ((($moduleName=='insurance' && $controllerName=='index') || in_array($controllerName, array('flight','index')) && !in_array($actionName, array('index','add-flight-inventory')) || ($controllerName=='packagesearch' && in_array($actionName, array('index','search-result'))))) ? $active : '';?>>
    <a href="#">
        <i class="fa fa-shopping-cart"></i> <span>Buy</span>
    </a>
     <ul>
        <li><a href="<?php echo $this->baseUrl('/flight/search'); ?>" <?php echo ($controllerName=='flight' && in_array($actionName, array('search','search-result','passenger-details','review-booking','booking-confirmation')))? $active : '';?>>Flights</a></li>
        <li><a href="<?php echo $this->baseUrl('/buyhotel'); ?>" <?php echo ($controllerName=='buyhotel')? $active : '';?>>Hotels</a></li>  
        <li ><a href="<?php echo $this->baseUrl('/insurance/'); ?>" <?php echo ($moduleName=='insurance' && $controllerName=='index' && in_array($actionName, array('index','bookingconfirm','result','details','reviewbooking')))? $active : '';?>>Insurance</a></li>
        <li><a href="<?php echo $this->baseUrl('/packagesearch'); ?>" <?php echo ($controllerName=='packagesearch' && in_array($actionName, array('index','search-result'))) ? $active : ''; ?>>Packages</a></li>
    </ul>    
</li>

<li <?php echo ($controllerName == 'bookinghotel') || (($moduleName=='insurance' && $controllerName=='listings') && in_array($controllerName, array('flight','index','listings')) or ($controllerName=='packagesearch' ) && in_array($actionName, array('package-booking-list')) or ($controllerName=='activities' ) && in_array($actionName, array('activity-booking-list')) or ($controllerName=='visamaster' ) && in_array($actionName, array('visa-booking-list')) )? $active : '';?>>
    <a href="#">
        <i class="fa fa-check-square-o"></i> <span>Bookings</span>
    </a>
     <ul>
        <li><a href="<?php echo $this->baseUrl('booking/booking-flight'); ?>">Flights Ticket</a></li>
        <li><a href="<?php echo $this->baseUrl('booking/booking-flight/index/queue'); ?>">Flights Booking Queue</a></li>
        <li><a href="<?php echo $this->baseUrl('booking/bookinghotel'); ?>" <?php echo ($controllerName=='bookinghotel')? $active : '';?>>Hotels</a></li>
        <li><a href="<?php echo $this->baseURL('/packagesearch/package-booking-list');?>" <?php if($controllerName=='packagesearch' && in_array($actionName, array('package-booking-list'))){ echo $active; } ?>>Packages</a></li>
               <?php if(in_array($session->intLoggedinUserAgencySysId,unserialize(ALLOW_ACTIVITIES_AGENCYID_ARR))){ ?>
        <li><a href="<?php echo $this->baseURL('booking/activities/activity-booking-list');?>" <?php if($controllerName=='activities' && in_array($actionName, array('activity-booking-list'))){ echo $active; } ?>>Activities</a></li>
       <?php } ?>
        <li><a href="<?php echo $this->baseURL('visa/visamaster/visa-booking-list');?>" <?php if($controllerName=='visamaster' && in_array($actionName, array('visa-booking-list'))){ echo $active; } ?>>Visa</a></li>
    </ul>    
</li>

<li <?php echo (in_array($controllerName, array('accommodation','sightseeing','transport', 'package')) || ($controllerName == 'flight' && in_array($actionName, array('index'))))? $active : '';?> >
    <a href="#">
        <i class="fa fa-cubes"></i> <span>My Inventory</span>
    </a>
     <ul>
         <li><a href="<?php echo $this->baseUrl('/package'); ?>" <?php echo ($controllerName=='package')? $active : '';?>>Packages</a></li>
       <li><a href="<?php echo $this->baseUrl('/accommodation/manage'); ?>" <?php echo ($controllerName=='accommodation' && ($actionName =='manage' || $actionName =='inventory' || $actionName =='inventorynew' || $actionName =='rate-card' || $actionName =='add-hotels'))? $active : '';?>>Hotels</a></li>
       <?php if(in_array($session->intLoggedinUserAgencySysId,unserialize(ALLOW_ACTIVITIES_AGENCYID_ARR))){ ?>
        <li><a href="<?php echo $this->baseUrl('/activities/manage-activities'); ?>" <?php echo ($controllerName=='activities' && ($actionName =='index' || $actionName =='manage-activities' || $actionName =='add-activities-inventory'))? $active : '';?>>Activities</a></li>
       <?php } ?>
        <li><a href="<?php echo $this->baseUrl('/sightseeing/manage-sightseeing'); ?>" <?php echo ($controllerName=='sightseeing' && ($actionName =='index' || $actionName =='manage-sightseeing' || $actionName =='add-sightseeing-inventory'))? $active : '';?>>Sightseeing</a></li>
        <li><a href="<?php echo $this->baseUrl('/transport/manage-transport'); ?>" <?php echo ($controllerName=='transport' && ($actionName =='index' || $actionName =='manage-transport'))? $active : '';?>>Vehicles</a></li>
        <li><a href="<?php echo $this->baseUrl('/transports-route'); ?>" <?php echo ($controllerName=='transports-route' && ($actionName =='index' || $actionName =='add-transports-route'))? $active : '';?>>Transport Routes</a></li>
        <li><a href="<?php echo $this->baseUrl('/transports-route/bus-route'); ?>" <?php echo ($controllerName=='transports-route' && ($actionName =='bus-route' || $actionName =='add-bus-route'))? $active : '';?>>Bus Pickup Location</a></li>
	<li><a href="<?php echo $this->baseUrl('/visa/visamaster'); ?>" <?php echo ($controllerName=='visamaster')? $active : '';?>>Visa</a></li>
	
	<li><a href="<?php echo $this->baseUrl('/itinerary-description'); ?>" <?php echo ($controllerName=='itinerary-description')? $active : '';?>>Itinerary Description</a></li>
	<li><a href="<?php echo $this->baseUrl('/inventory-detail'); ?>" <?php echo ($controllerName=='inventory-detail')? $active : '';?>>Fixed Inventory Detail</a></li>
    
     </ul>    
</li>

<li>
    <a href="javascript://" <?php echo ($moduleName=='gtxnetwork')? $active : '';?>>
        <i class="fa fa-sitemap"></i> <span>GTX Network</span>
    </a>
     <ul>
        <li><a href="<?php echo $this->baseUrl('/gtxnetwork/network-proposal'); ?>" <?php echo ($moduleName == 'gtxnetwork' && $controllerName=='index' && $actionName=='network-proposal')? $active : '';?>>GTX Network Proposal</a></li>
        <li><a href="<?php echo $this->baseUrl('/gtxnetwork/network-enquiry'); ?>" <?php echo ($moduleName == 'gtxnetwork' && $controllerName=='index' && $actionName=='network-enquiry')? $active : '';?>>GTX Network Enquiry</a></li>
        <li><a href="<?php echo $this->baseUrl('/gtxnetwork/my-network-enquiry'); ?>" <?php echo ($moduleName == 'gtxnetwork' && $controllerName=='index' && $actionName=='my-network-enquiry')? $active : '';?>>My Network Enquiry</a></li>
    </ul>    
</li>

<li>
    <a href="javascript://" <?php echo ($moduleName=='finance')? $active : '';?>>
        <i class="fa fa-money"></i> <span>Finance</span>
    </a>
     <ul>
	 <li><a href="<?php echo $this->baseUrl('finance/payment-detail'); ?>" <?php echo ($moduleName == 'finance' && $controllerName=='index' && $actionName == 'payment-detail')? $active : '';?>>Daily Collection</a></li>
         <li><a href="<?php echo $this->baseUrl('finance/sales-report'); ?>" <?php echo ($moduleName == 'finance' && $controllerName=='index' && $actionName == 'sales-report')? $active : '';?>>Sales Report</a></li>
         <li><a href="<?php echo $this->baseUrl('finance/miscellaneous'); ?>" <?php echo ($controllerName=='miscellaneous')? $active : '';?>>Invoice</a></li>
    </ul>    
</li>

<?php  
if (count($session->todoreminderDetail) > 0){
	?>
    <li>
		<a data-toggle="modal" data-target="#todoreminderLeftNavModal" href="<?php echo $this->baseUrl('/customer/customer-all-todo-reminder-list/'); ?>">
			<i class="fa fa-list"></i>
            <span>To Do`s</span>
		</a>
    </li>
<?php }else{
?>
    <li>
		<a href="<?php echo $this->baseUrl('/dashboard/view-all-to-do/index/type/1'); ?>">
			<i class="fa fa-list"></i>
            <span>To Do`s</span>
		</a>
    </li>
<?php	
}
?>
<li>

    <a href="#">
        <i class="fa fa-magic"></i> <span>Magic Box</span>
    </a>
    <ul>
   	     <li><a href="<?php echo $this->baseUrl('/crm/customer-profiling'); ?>" <?php echo ($controllerName=='customer' && $actionName=='customer-profiling')? $active : '';?>>Magic Prospects</a></li>
   	     <li><a href="<?php echo $this->baseUrl('/crm/historical-data'); ?>" <?php echo ($controllerName=='customer' && $actionName=='historical-data')? $active : '';?>>Historical Data</a></li>
    </ul>
</li>

<!--/***************************************** /-->
 <?php  //if(in_array($session->intLoggedinUserAgencySysId,unserialize(ALLOW_ACTIVITIES_AGENCYID_ARR))){ ?>
<li <?php if($moduleName == 'marketing'){ echo $active;} ?>>
    <a href="#" <?php if($moduleName == 'marketing'){ echo $active;} ?>>

       <i class="fa fa-gears"></i> <span>Marketing</span>

<!--        <i class="fa fa-gears"></i>-->
        <img src="<?php echo $this->baseUrl('public/images/new-beta.gif') ?>"> <span >Marketing</span>

    </a>
    <ul>
        <li><a href="<?php echo $this->baseUrl('marketing/dashboard'); ?>" <?php if($controllerName == 'dashboard'){ echo $active;} ?>>Dashboard</a></li>
        <li><a href="<?php echo $this->baseUrl('marketing/list'); ?>" <?php if($controllerName == 'list'){ echo $active;} ?>>List</a></li> 
        <li><a href="<?php echo $this->baseUrl('marketing/template'); ?>" <?php if($controllerName == 'template'){ echo $active;} ?>>Templates</a></li>
        <li><a href="<?php echo $this->baseUrl('marketing/campaign'); ?>" <?php if($controllerName == 'campaign' && $actionName != 'default-campaign'){ echo $active;} ?>>Campaigns</a></li>
        <li><a href="<?php echo $this->baseUrl('marketing/campaign/default-campaign'); ?>" <?php if($controllerName == 'campaign' && $actionName == 'default-campaign'){ echo $active;} ?>>Default Campaign</a></li>
    </ul>    
</li>
 <?php  //} ?>
<!--/***************************************** /-->

<li style="display:none;">
    <a <?php if($controllerName=='operation'){ echo $active;} ?>>
        <i class="fa fa-magic"></i> <span>Operations</span>
    </a>
    <ul>
   	     <li><a href="<?php echo $this->baseUrl('/operation/proposal-required'); ?>" <?php echo ($controllerName=='operation' && $actionName=='proposal-required')? $active : '';?>>Proposal Required</a></li>
    </ul>
</li>
    <li <?php if($moduleName == 'subscription'){ echo $active;} ?>>
    <a href="#" <?php if($moduleName == 'subscription' && $controllerName == 'index'){ echo $active;} ?>>
        <i class="fa fa-gears"></i> <span>Subscription Plan</span>
    </a>
    <ul>
        <li><a href="<?php echo $this->baseUrl('subscription/index/your-plan'); ?>" <?php if($actionName == 'your-plan'){ echo $active;} ?>>Plan Detail</a></li>
        <li><a href="<?php echo $this->baseUrl('subscription/index/payment-history'); ?>" <?php if($actionName == 'payment-history'){ echo $active;} ?>>Payment History</a></li>
        <li><a href="<?php echo $this->baseUrl('subscription/index/email-statistics'); ?>" <?php if($moduleName == 'email-statistics'){ echo $active;} ?>>Email / SMS Statistics</a></li>
    </ul>
</li>
    <li <?php if($controllerName == 'department' || $controllerName == 'staff' || $controllerName == 'roles'){ echo $active;} ?>>
    <a href="#" <?php if($controllerName == 'department' || $controllerName == 'staff' || $controllerName == 'roles'){ echo $active;} ?>>

</li>
    <li <?php if($moduleName == 'staff-management' && ($controllerName == 'index') && ($actionName == 'index')){ echo $active;} ?>>
    <a href="#" <?php if(($moduleName == 'staff-management') && ($controllerName == 'department' || $controllerName == 'index' || $controllerName == 'roles')){ echo $active;} ?>>

        <i class="fa fa-users" ></i> <span>Staff Management</span>
    </a>
    <ul>
    <li><a href="<?php echo $this->baseUrl('staff-management/roles'); ?>" <?php if($moduleName == 'staff-management' && $controllerName == 'roles' ){ echo $active;} ?>>Role</a></li>
    <li><a href="<?php echo $this->baseUrl('staff-management/department'); ?>" <?php if($moduleName == 'staff-management' && $controllerName == 'department' ){ echo $active;} ?>>Department</a></li>                    
    <li><a href="<?php echo $this->baseUrl('staff-management'); ?>" <?php if($moduleName == 'staff-management' && $controllerName == 'index' && $actionName == 'index'){ echo $active;} ?>>Staff</a></li>
    <li><a href="<?php echo $this->baseUrl('staff-management/b2b-agency'); ?>" <?php if(($moduleName == 'staff-management') && ($controllerName == 'index') && ($actionName == 'agency' || $actionName == 'add-b2b-agency')){ echo $active;} ?>>B2B Agency</a></li>
    
    
    </ul>
</li>


<li <?php if(($moduleName == 'markup' || $moduleName == 'settings') && ($controllerName == 'index') && ($actionName == 'index' || $actionName == 'company-profile' || $actionName == 'add-tnc' || $actionName == 'email-templates' || $actionName == 'agency-market-place' || $actionName == 'lead-source')){ echo $active;} ?>>
    <a href="#" <?php if( ($moduleName == 'markup' || $moduleName == 'settings') && ($controllerName == 'index') && ($actionName == 'index' || $actionName == 'company-profile' || $actionName == 'add-tnc' || $actionName == 'email-templates' || $actionName == 'agency-market-place' || $actionName == 'lead-source')){ echo $active;} ?>>
        <i class="fa fa-gears"></i> <span>Settings</span>
    </a>
     <ul>
        <li><a href="<?php echo $this->baseUrl('settings/company-profile'); ?>" <?php if($controllerName == 'company-profile'){ echo $active;} ?>>Company Profile</a></li>
        <li><a href="<?php echo $this->baseUrl('settings/term-conditions'); ?>" <?php if($controllerName == 'term-conditions'){ echo $active;} ?>>Term &amp; Conditions</a></li> 
        <li><a href="<?php echo $this->baseUrl('markup'); ?>" <?php if($moduleName == 'markup' && $actionName == 'index'){ echo $active;} ?>>Markup</a></li>
        <li><a href="<?php echo $this->baseUrl('settings/email-templates'); ?>" <?php if( $moduleName == 'settings' && $actionName == 'email-templates'){ echo $active;} ?>>Email Templates</a></li>
        <li><a href="<?php echo $this->baseUrl('settings/agency-market-place'); ?>" <?php if( $moduleName == 'settings' && $actionName == 'agency-market-place'){ echo $active;} ?>>Agency MarketPlace</a></li>
       <li><a href="<?php echo $this->baseUrl('settings/lead-source'); ?>" <?php if($moduleName == 'settings' && $actionName == 'lead-source'){ echo $active;} ?>>Lead Source</a></li>
       <li><a href="<?php echo $this->baseUrl('settings/check-points'); ?>" <?php if($moduleName == 'settings' && $actionName == 'check-points'){ echo $active;} ?>>Check Points</a></li>
     </ul> 
</li>

<li <?php if(($moduleName == 'refer' && $controllerName == 'index' && ($actionName == 'index' || $actionName == 'list'))){ echo $active;} ?>>
    <a href="#" <?php if(($moduleName == 'refer' && $controllerName == 'index' && ($actionName == 'index' || $actionName == 'list') )){ echo $active;} ?>>
        <i class="fa fa-gears"></i> <span>Refer & Earn</span>
    </a>
     <ul>
        <li><a href="<?php echo $this->baseUrl('refer'); ?>" <?php if($actionName == 'index'){ echo $active;} ?>>Refer</a></li>
        <li><a href="<?php echo $this->baseUrl('refer/index/list'); ?>" <?php if($actionName == 'list'){ echo $active;} ?>>List</a></li> 
    </ul>    
</li>
    </ul>
    
    
    
    
 <div class="modal fade" id="todoreminderLeftNavModal"  tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
        <div class="modal-dialog  modal-lg">
            <div class="modal-content">
                    Please wait... 
            </div>
        </div>
    </div>
    
</section>
<?php if (count($session->todoreminderDetail) > 0){ ?>
<!-- for mail box popup-->
    <div class="mail_box">
    <a href="<?php echo $this->baseUrl('/agency/view-all-to-do/type/1'); ?>" target="_blank">
        <div class="pull-left">
            <span class="btn ls-red-btn btn-round icn"><i class="fa fa-envelope-o"></i></span>
        </div>
        <div class="pull-left text-left">
            <span>To-Do/Follow-Up Alert</span><br>
            
           <?php echo count($session->todoreminderDetail); ?> new activity in todo list
        </div>
    </a> 
        <a class="close-panel pull-right text_white" href="javascript:void(0)" onclick="$('.mail_box').hide();"><i class="fa fa-times"></i></a>
    </div>
    <script>
		setTimeout(function () {
			$('.mail_box').fadeOut(1000);;
		}, 80000);
	</script>
<?php } ?>
    

Youez - 2016 - github.com/yon3zu
LinuXploit