อ้างอิง : กดเข้าจากลิ้งค์หน้าเว็บจะพาไปที่ลิ้งค์ www.ชื่อโดเมน.com/index.php?topic=1.msg1;topicseen#new
ถึงความจริงต้องลิ้งค์ไปที่ www.ชื่อโดเมน.com/forum/index.php?topic=1.msg1;topicseen#new
ไม่ทราบว่าต้องไปแก้ไฟล์ไหนหรอกครับให้ลิ้งค์มันตรงกัน
ไฟล์ Show_ssi_recentTopics1.php
<?php require("forum/SSI.php"); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Language" content="th">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="refresh" content="900" >
<title>โชว์กระทู้์ล่าสุด smf2.0.2 | welovethailand.com</title>
<base target="_blank">
<style type="text/css">
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0066FF;}
a {font-size: 12px;color: #E79A0C;}
a:link { color: navy; text-decoration: none}
a:visited { color: #0000FF; text-decoration: none}
a:active { color: #FF9900; text-decoration: underline}
a:hover { color: Orange; text-decoration: underline}
td { height:22px}
</style>
</head>
<body >
<!--เริ่ม recentTopics แบบ ssi_recentTopics2 แบบใส่ตาราง-->
<?php
$welovetopic = ssi_recentTopics('10',array(4,5,6), array(1,2,3),'array'); //10 กระทู้ที่ต้องการให้แสดง, array(4,5,6)บอร์ดที่จะไม่ให้แสดง, array(1,2,3)บอร์ดที่จะให้แสดง ปล่อยว่าง array() มาทุกบอร์ด (ให้ใส่เพียงอันใดอันหนึ่งแล้วเว้นว่างอีกอันหนึ่งไว้)
echo'
<table width="770" border="1" cellpadding="0" cellspacing="0" bordercolor="#E8E8E8">
<tr>
<td width="500" bgcolor="#F4F4F4"><div align="center"><strong>หัวข้อ</strong></div></td>
<td width="50" bgcolor="#F4F4F4"><div align="center"><strong>อ่าน</strong></div></td>
<td width="50" bgcolor="#F4F4F4"><div align="center"><strong>ตอบ</strong></div></td>
<td width="170" bgcolor="#F4F4F4"><div align="center"><strong>วัน/เวลา</strong></div></td>
</tr>';
foreach ($welovetopic as $post)
{
echo'
<tr>
<td><a href="', $post['href'], '">', $post['subject'], ' </a>', $txt['by'], ' ', $post['poster']['link'], '</td>
<td bgcolor="#F4F4F4"><div align="center">', $post['views'],'</div></td>
<td bgcolor="#F4F4F4"><div align="center">',$post['replies'],'</div></td>
<td bgcolor="#F4F4F4"><div align="center">', $post['time'],'</div></td>
</tr>';
}
echo'
<tr>
<td bgcolor="#F4F4F4"> </td>
<td bgcolor="#F4F4F4"> </td>
<td bgcolor="#F4F4F4"> </td>
<td bgcolor="#F4F4F4"> </td>
</tr>
</table>
';
?>
<!--จบ recentTopics แบบ ssi_recentTopics2 แบบใส่ตาราง-->
</body>
</html>ไฟล์ index.html (หน้าแรก ตำแหน่งที่ให้เว็บบอร์ดโชว์ครับ)
<div align="left">
<iframe src="Show_ssi_recentTopics1.php" frameBorder="0" width="200%" height="600px" scrolling="no"allowtransparency="true"></iframe>
</div>edit เพิ่มเติมนะครับ : เวลากดเข้าลิ้งค์หน้าเว็บเเล้วจะขึ้น Not Found
The requested URL www.ชื่อโดเมน.index.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
ขอขอบคุณล่วงหน้านะครับ