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/www/index.php.bak
<?php include 'connect.php';
$about = mysql_fetch_array(mysql_query("select * from page_content where content_id = 1 ")); 
$products = mysql_fetch_array(mysql_query("select * from page_content where content_id = 3 "));
$facilities = mysql_fetch_array(mysql_query("select * from page_content where content_id = 2 "));
$contact = mysql_fetch_array(mysql_query("select * from page_content where content_id = 4 "));
?>

<!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/1.jpg" alt="" /></li>
				<li><img src="images/2.jpg" alt="" /></li>
				<li><img src="images/3.jpg" alt="" /></li>
				<li><img src="images/4.jpg" alt="" /></li>
				<li><img src="images/5.jpg" alt="" /></li>
			</ul>
		</div>
		<ul class="pags">
			<li><a href="#"></a></li>
			<li><a href="#"></a></li>
			<li><a href="#"></a></li>
			<li><a href="#"></a></li>
			<li><a href="#"></a></li>
		</ul>
	</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 class="current"><a href="index.php">Home</a></li>
						<li><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>
		</div>
		<div class="clear"></div>
	</div>
</header>
<!--==============================content================================-->
<section id="content" class="content">
	<div class="content_my wrapper">
		<div class="grid_12">
			<div class="blocks wrapper">
				<div class="grid_4 alpha">
					<div class="border-1">
						<div class="item-2"><span></span></div>
						<p class="font-1 top-2"><?php echo $facilities['page_title']; ?>:</p>
						<p class="top-3"><?php echo substr($facilities['page_content'],0,140); ?> </p>
                        
						<p class="top-3"><a href="facilities.php" class="button"><strong>Read More</strong></a></p>
					</div>
				</div>
				<div class="grid_4">
					<div class="border-2">
						<div class="border-1">
							<div class="item-2 item-3"><span></span></div>
							<p class="font-1 top-2"><?php echo $products['page_title']; ?>:</p>
							<p class="top-3"><?php echo substr($products['page_content'],0,140); ?> </p>
							<p class="top-3"><a href="products.php" class="button"><strong>Read More</strong></a></p>
						</div>
					</div>
				</div>
				<div class="grid_4 omega">
					<div class="border-1 border-2">
						<div class="item-2 item-4"><span></span></div>
						<p class="font-1 top-2"><?php echo $contact['page_title']; ?>:</p>
						<p class="top-3"><?php echo $contact['page_content']; ?> 

						<p class="top-3"><a href="contact_us.php" class="button"><strong>Read More</strong></a></p>
					</div>
				</div>
			</div>
		</div>
		
	</div>
	<div class="clear"></div>
</section> 

<!--==============================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">
			<div class="head" ><?php echo $about['page_title']; ?>: </div>
			<p class="top-1"><img src="images/about.jpg" align="left" style="padding-right:10px;" >
            <?php echo substr($about['page_content'],0,600).'...'; ?>
<a href="about.php" class="link">Read More</a> &raquo; <br/>
<br/><br/></p>
		</div>
				
		<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>