Monkey Albino

Linux altar53.supremepanel53.com 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
/ home1/ bdapparelinfo/ www/

//home1/bdapparelinfo/www/sub_index_header.php

<?php
	include_once ('config.php'); 
///////////////////////allvarable word///////////
$bjmea_admin="bjmea-1463dbf457e80c13-admin";
/////////////////////////////////////////////////
	$sq=$_REQUEST["sq"]; 
	$SQL = "select * from pages_content,add_list where pages_content.company_id =add_list.id and company_id='$sq'";
	$query = mysql_query($SQL);	 				
	$result = mysql_fetch_array($query);  
?>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
<title>bdapparelinfo.com-<?php echo $Company_Name = $result['company_name'];?></title> 
<meta name="Keywords" content="Garments Factory, Textiles Mills, Knitwears Factory, Spinning, Dyeing, Printing, Buying House, Machineries, Parts and Garments Accessories">
<meta name="Description" content="Garments Factory, Textiles Mills, Knitwears Factory, Spinning, Dyeing, Printing, Buying House, Machineries, Parts and Garments Accessories"> 

<link href="sub_index_files/style2.css" rel="stylesheet" type="text/css">
<link href="sub_index_files/style.css" rel="stylesheet" type="text/css">  
</head> 

<body>
				<?php 									
					if ($result) { 
					$ID = $result['id'];
					$Company_Name = $result['company_name'];
					$Pages_Name = $result['content_pages_name'];
					$Title = $result['title'];
					$Description = $result['description'];
					$Email = $result['email'];
					$Images_Align = $result['images_align'];
					$Images = $result['image'];
					$bannar = $result['image_bannar'];
					$bannar_top = $result['image_bannar_top'];
				?>

<div id="topWarp">
 <div id="top">
  <span style="float:right; margin:0px 3px 0 0; font-size:14px; font-weight:bold;"> <a href="index.php"> www.bdapparelinfo.com</a></span>
 </div>
</div>
 <?php 
 echo "<style>
#header{background-image:url($bjmea_admin/upload/$bannar_top);background-position:bottom;background-repeat:no-repeat;background-size:cover;clear:both;width:972px;margin:auto;}
#header h1 a:link,#header h1 a:visited,#header h1 a:hover{color:#FFF;}
 
 </style>
 "; ?>
<div id="header">
  <div id="name">
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tbody><tr>
        <td class="logow">
		
		  </td>
        <td height="84">
          <h1 style=" font-size:32px; "><a href="#"> <?php //echo $Company_Name;?></a> <span>  &nbsp; <?php //echo $result['des'];?> </span>
          </h1></td>
      </tr>
    </tbody></table>
  </div>
  <div id="nav">

			<?php 
				  $sq=$_REQUEST["sq"]; 
				  echo " 
						<li><a href='company_info.php?sq=$sq'> About Us</a></li>
          				<li><a href='product_list.php?sq=$sq'> Our Product  </a></li>
						<li><a href='sub_index_other_pages.php?sq=$sq'> Contact </a></li>
						<!--<li><a href='send_inquery.php?id=$ID' target=\"_blank\"> Send Inquery</a></li>-->";

			?>
			
		</div>
	</div>
	
<?php } else { ?>
<div class="error" align="center">Not Registered For the Sub Domain Yet ! Please try again later !
	<?php 
		echo"<html>";
		echo"<head>
		<meta http-equiv=refresh content=1;url=index.php>";
		echo"</head>";
		echo"</html> ";
	?>
</div>
<?php } ?>