|
|
|
ผมอยากได้code ดึงกระทู้มาใส่หน้าเวบครับช่วยด้วยครับ คือผมอยากได้ code ดึงกระทู้มาใส่หน้าเวบครับ ผมใช้บอร์ด smf |
|
|
|
|
|
|
|
ผมไม่เก่งภาษานะครับพยายามศึกษาช่วยทีเถอะครับ
|
|
|
|
|
Date :
2011-01-11 14:51:14 |
By :
คนน่าสงสาร |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?php require("board/SSI.php"); ?>
<?php
$list = "12"; // ต้องการให้โชว์กี่กระทู้ล่ะ ใส่เข้าไปได้เลย
$sboard = "1"; // ใส่ 0 ถ้าต้องการกระทู้จากบอร์ดทุกบอร์ด และใส่ 1 ถ้าต้องการเจาะจงบอร์ด
if (empty($board)) {
$board = "5"; // เปลี่ยนตรงนี้ถ้าอยากให้บอร์ดไหนเป็นค่า default
}
?>
<html>
<head>
<meta http-equiv="Content-Language" content="th">
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<link rel="stylesheet" type="text/css" href="Css/head.css">
<title>:: <?=$list ?> กระทู้ล่าสุด ::</title>
<base target="_blank">
</head>
<body bgcolor=#20433D>
<table width="100%" border="0" cellpadding="0" cellspacing="1">
<tr>
<th></th>
</tr>
<tr>
<td ><table width="100%" border="0" cellpadding="0" cellspacing="3">
<tr>
<td>
<?
include("Settings.php");
$host = $db_server;
$user = $db_user;
$pass = $db_passwd;
$database = $db_name;
$prefix = $db_prefix."topics";
$prefix2 = $db_prefix."messages";
@mysql_connect($host,$user,$pass) or die("ขออภัย ขณะนี้ไม่สามารถติดต่อฐานข้อมูลได้ กรุณาเข้าชมใหม่ภายหลัง");
$charset ="SET NAMES 'tis620'";mysql_query($charset)
or die('Invalid query: ' . mysql_error());
if ($sboard=="0") {
$Sql = "SELECT * FROM $prefix order by ID_TOPIC DESC limit 0,$list ";
} elseif ($sboard=="1") {
$Sql = "SELECT * FROM $prefix where ID_BOARD='$board' order by ID_TOPIC DESC limit 0,$list ";
}
$result = mysql_db_query($database,$Sql);
$nrow = mysql_num_rows($result);
while ($num = mysql_fetch_array($result)) {
$tid = $num["ID_TOPIC"];
$bid = $num["ID_BOARD"];
$fid = $num["ID_FIRST_MSG"];
$view = $num["numViews"];
$reply = $num["numReplies"];
$msql = "select * from $prefix2 where ID_MSG='$fid'";
$mresult = mysql_db_query($database,$msql);
$marr = mysql_fetch_array($mresult);
$title = $marr["subject"];
$poster = $marr["posterName"];
$today = date("d m y");
$time = date("d/m/y", $marr["posterTime"]);
if ($today==$time) {
$time = date("d/m/y", $marr["posterTime"]);
}
echo "<span class='news_16'>\n";
echo "<img src=more2.gif width=14 height=8 border=0 alt='Topic $tid'> \n";
echo "<a href='index.php?board=$bid;action=display;threadid=$tid' target='_blank'>$title </a></span><span class='textwhite3'>$time</span><span class='textyell1'> (</span><span class='textred'> $reply </span><span class='textwhite3'> / </span><span class='textwhite3'>$view </span><span class='textyell1'>)</span><br> \n";
}
?>
</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
|
|
|
|
|
Date :
2011-01-11 14:54:47 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
error อ่ะะครับ
|
|
|
|
|
Date :
2011-01-11 15:01:30 |
By :
คนน่าสงสาร |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่มีใครตอบช่วยหน่อยครับ
|
|
|
|
|
Date :
2011-01-11 19:38:19 |
By :
คนน่าสงสาร |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองดูเว็บนี้ครับ
|
ประวัติการแก้ไข 2011-02-07 09:31:29
|
|
|
|
Date :
2011-02-07 09:30:27 |
By :
itloei |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|