| Server IP : 210.245.233.93 / Your IP : 216.73.216.226 Web Server : Apache/2.2.15 (CentOS) System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : apache ( 48) PHP Version : 5.3.3 Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/airchats.com.hk/en/ |
Upload File : |
<?php require_once('../webadmin/configure.php');?>
<!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=utf-8" />
<?php //SEO
$result1 = mysql_query("SELECT * FROM seo WHERE pagepath = 'Home' ");
$row1 = mysql_fetch_array($result1,MYSQL_ASSOC);
?>
<title><?=$row1{'seotitle'};?></title>
<meta name="keywords" content="<?=$row1{'seokey'};?>">
<meta name="description" content="<?=$row1{'seodesc'};?>" />
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<style type="text/css">
<!--
body {
margin: 0px;
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
background-color:#FFFFFF;
position: relative;
scrollbar-base-color: #666666;
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #FCFCFC;
scrollbar-darkshadow-color: #333333;
scrollbar-face-color: #E8E8E8;
scrollbar-highlight-color: #CCCCCC;
scrollbar-shadow-color: #CCCCCC;
scrollbar-track-color: #F2F2F2;
}
.aboutusmore {
font-family: Arial;
font-size: 12px;
color: #000000;
text-decoration: none;
padding:10px;
background-color:#FFFFFF;
}
.title {
font-family: "Times New Roman";
font-size: 24px;
color: #DEB408;
text-decoration: none;
font-style:italic;
}
-->
</style>
</head>
<body>
<?php
$result1 = mysql_query("SELECT * FROM home ORDER BY homeid ASC ");
$row1 = mysql_fetch_array($result1,MYSQL_ASSOC);
?>
<table width="720" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td width="720" align="left" valign="top" class="aboutusmore"><?=$row1{'homedesc'};?></td>
</tr>
</table>
</body>
</html>
<?php mysql_close($dbh);?>