HEX
Server: LiteSpeed
System: Linux s3512.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: surajaut (1797)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/surajaut/public_html/backup-about.php
<?php include 'connect.php';
$about = mysql_fetch_array(mysql_query("select * from page_content where content_id = 1 ")); 

?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Suraj Automobiles</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="keywords" content="Your keywords">
<meta name="author" content="Your name">
	<link rel="stylesheet" type="text/css" media="screen" href="styles.css">
	<!--<link href='http://fonts.googleapis.com/css?family=Ruthie' rel='stylesheet' type='text/css'>-->
	<script src="js/jquery-1.7.2.min.js"></script>
	<script src="js/jquery.easing.1.3.js"></script>
	<script src="js/scripts.js"></script>
	<script src="js/menu.js"></script>
	<script src="js/slider.js"></script>

	<script>
		$(window).load(function(){
			$('.slider')._slid({
				show:0,
				pauseOnHover:true,
				prevBu:'prev',
				nextBu:'next',
				playBu:false,
				duration:1000,
				preset:'fade',
				pagination:'.pags',
				pagNums:false,
				slideshow:7000,
				numStatus:false,
				banners:false,
				waitBannerAnimation:false,
				progressBar:false
			})
		})
	</script>
    <SCRIPT TYPE="text/javascript">
	
var message="Sorry, right-click has been disabled";
function clickIE() {if (document.all) {(message);return false; }}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {alert("Sorry, right-click has been disabled");return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
 </SCRIPT>
	
</head>
<body>
<!--==============================header=================================-->
<header>
	<div class="slider-block">
		<div class="slider">
			<ul class="items">
            
				<li><img src="images/navi_page_bg.jpg" alt="" /></li>
				
			</ul>
             
		</div>
		
	</div>
	<div class="head-content">
		<div class="content_my">
			<div class="grid_12">
				<div align="center">
				<h1 class="extra-wrap"><a href="#"><img src="images/suraj-auto.png"></a></h1>
                </div>
				<div class="clear"></div>
				<nav>
					<ul class="sf-menu">
						<li ><a href="index.php">Home</a></li>
						<li class="current"><a href="about.php">About Us </a></li>
						<li><a href="facilities.php">Facilities</a></li>
						<li><a href="products.php">Products</a>
                        <ul>
                        <li><a href="deluxe.php">Deluxe AC Bus</a></li>
                        <li><a href="schoolbus.php">School Bus</a></li>
                        <li><a href="special_vehicle.php">Special Vehicle</a></li>
                        <li><a href="tourist_buses.php">Tourist Bus</a></li>
                        <li><a href="city_bus.php">City Bus</a></li>
                        <li><a href="sleeper_coaches.php">Sleeper Coaches</a></li>
                        <li><a href="tipplers.php">Tipplers</a></li>
                        <li><a href="newarrival.php">New Arrivals</a></li>
                        <li><a href="launch.php">New Launch 2012</a></li>
                        </ul>
                        </li>
						
						<li><a href="contact_us.php">Contact Us</a></li>
					</ul>     
					<div class="clear"></div>
				</nav>
                
                
                <div class="tran-div-wh" style="height:auto;">
            
            <h2><?php echo $about['page_title']; ?>:</h2><br/>
            <div class="images">
            <div class="con"><img src="images/about_us.jpg" width="805" height="216">
            <?php echo $about['page_content']; ?>
            </div>
                
             
           
            
            </div>
		</div>
			</div>
		</div>
		
		<div class="clear"></div>
	</div>
</header>
<!--==============================content================================-->
 

<!--==============================footer=================================-->
<footer class="wrapper top-8">
	<div class="content_my">
		<div class="grid_12 border-2"></div>
		
	
		
		<div class="clear"></div>
		<div class="grid_6"><p class="top-1">Suraj Automobiles &copy; 2013  :  <a class="color-2" href="#">Privacy Policy</a><br />
			<!-- Do not remove -->Design by <a class="color-2" href="http://www.visualcreations.in">Visual Creations</a><!-- end --></p>
		</div>
		
	</div>
</footer>
</body>
</html>