www.busaba.tk
ตามรูปเลย ต้องแก้ที่ SSI หรือ iframe อะ
iframe ใน index.html ของผม
<iframe src="webboard/SSI_modify.php" frameborder="0" scrolling="no" allowtransparency="true"> </iframe>
ตัวที่เชื่อมต่ออะไม่รู้เรียกว่าไร
<?php require("C:\\AppServ\\www\\webboard\\SSI.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>
<title>SSI.php example for home page</title>
<style type="text/css">
body {
font-family: Arial, Tahoma, sans-serif;
font-size: 80%;
color: #FFFFFF;
margin: 0;
width: 840px;
} #container #recent {
background-color: #999;
border-top-width: 20px;
border-top-style: solid;
border-top-color: #333;
color: #333;
}
#container #recent h3 {
color: #000;
}
ul,ol { padding-left: 19px; margin: 0; }
li { font-size: 11px; }
h1,h2,h3 { margin: 0; padding: 0; }
h3 { font-size: 15px; }
a:link,a:visited { color: #FF9000; text-decoration: none; }
a:hover {
text-decoration: underline;
}
#container {
width: 100%;
border: 2px solid #000;
line-height: 150%;
margin: 0;
}
#header,#footer {
color: #003;
clear: both;
padding: .5em;
background-color: #333;
}
#leftbar
{
float: right;
width: 160px;
margin: 0;
padding: 1em;
background-color: #0F0;
border-top-width: 20px;
border-top-color: #000;
border-top-style: solid;
color: #000;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #000;
border-bottom-color: #000;
border-left-color: #000;
}
#leftbar a { color: #000000; text-decoration: underline; }
#content {
padding: 1em;
color: #000;
background-color: #999;
border-top-width: 25px;
border-top-style: solid;
border-top-color: #666;
}
#container #Onlineuser {
border-top-width: 20px;
border-top-style: solid;
border-top-color: #333;
background-color: #999;
color: #000;
}
#new {
text-align: center;
margin: auto;
}
#new #news {
background-color: #999;
border: 2px solid #000;
text-align: center;
margin-right: 200px;
margin-bottom: 30px;
margin-left: 200px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 16px;
color: #000;
}
a:link {
color: #000;
}
a:visited {
color: #000;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<div id="new"><div id="news"><?php ssi_news(); ?><br /><br /> </div></div>
<div id="container">
<div id="header">
<h1 class="header">.- แนะนำควรใช้ Chrome และ Firefox -.
</h1>
</div>
<div id="leftbar"> <?php ssi_userinfo(); ?>
<br /><br /> </div>
<div id="content">
<h2>News</h2>
<?php ssi_boardNews(); ?>
</div>
<div id="recent">
<h3>Recent Forum Topics</h3> <ul>
<?php ssi_recentTopics($num_recent = 8, $exclude_boards = null, $include_boards = null, $output_method = 'echo'); ?>
</div>
<div id="Onlineuser">
<h3>Online Users</h3> <?php ssi_logOnline(); ?> <br /><?php ssi_latestMember(); ?>
</div>
<div id="footer">
</div>
</div>
</body>
</html>


ลิงค์หัวข้อ:
http://dexmore.com/topic/10688