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/prathamtour.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/prathamtour.com/index.php
<?php
//die("hello");
// phpinfo();
    error_reporting( 0 );
//   ini_set('display_startup_errors', 1);
  //error_reporting(E_ALL);
// Define path to application directory
defined('APPLICATION_PATH')
    || define('APPLICATION_PATH', realpath(dirname(__FILE__) . '/application'));

// Define application environment
defined('APPLICATION_ENV')
    || define('APPLICATION_ENV', (getenv('APPLICATION_ENV') ? getenv('APPLICATION_ENV') : 'production'));

// Ensure library/ is on include_path
set_include_path(implode(PATH_SEPARATOR, array(
    realpath(APPLICATION_PATH . '/../library'),
    get_include_path(),
)));
define('ARR_SALUTION', serialize(array("1" => "Mr", "2" => "Mrs.", "3" => "Ms.", "6" => "Dr.")));
/** Zend_Application */
$foldername = 'prathamtour';
$HTTP_HOST = $_SERVER['HTTP_HOST'];

switch ($HTTP_HOST) {
case 'www.wowtripdeals.com':
                $foldername = 'highqholidayshop';
                break;  
case 'www.prathamtour.com':
                $foldername = 'prathamtour';
                break;
case 'packages.bookmytournow.com':
                $foldername = 'bookmytournow';
                break;
case 'www.uttarakhanddmc.org':
                $foldername = 'uttarakhanddmc';
                break;	
case 'www.friendsholidays.co.in':
                $foldername = 'friendsholidays';
                break;	
case 'www.rapidtravels.in':
                $foldername = 'rapidtravels';
                break;	
case 'www.pickyourvacay.com':
                $foldername = 'pickyourvacay';
                break;			
case 'www.kheruchiyatravelhub.com':
                $foldername = 'kheruchiyatravelhub';
                break;		
case 'www.travelurtrip.com':
                $foldername = 'travelurtrip';
                        break;
case 'www.sumanglamtravels.com':
                $foldername = 'sumanglamtravels';
                break;
case 'www.megablueandaman.com':
                $foldername = 'megablueandaman';
                break;
case 'www.pathikyourowntrip.com':
                $foldername = 'pathikyourowntrip';
                break;
case 'bookings.trawellsmith.com':
                $foldername = 'trawellsmith';
                break;
case 'online.highqholidayshop.com':
                $foldername = 'highqholidayshop';
                break;
case 'www.highqholidayshop.com':
                $foldername = 'highqholidayshop';
                break;				
case 'online.aashapuriholidays.in':
                $foldername = 'aashapuriholidays';
                break;
case 'www.remarkablejourneys.in':
                $foldername = 'remarkablejourneys';
                break;
case 'www.raotravels.com':
                $foldername = 'raotravel';
                break;
case 'www.jjstours.com':
                $foldername = 'jjstours';
                break;
case 'www.freesiaholidays.com':
             $foldername = 'freesiaholidays';
                    break;
				
  default:
   $foldername = 'prathamtour';
   break;
}
 
require_once 'Zend/Application.php';
require_once APPLICATION_PATH . '/configs/'.$foldername.'/constant.php';

// Create application, bootstrap, and run
$application = new Zend_Application(
    APPLICATION_ENV,
    APPLICATION_PATH . '/configs/'.$foldername.'/application.ini'
);

$application->bootstrap()
            ->run();

Youez - 2016 - github.com/yon3zu
LinuXploit