SMF SSI.php Functions
Current Version: 2.0
This file is used to demonstrate the capabilities of SSI.php using PHP include functions. The examples show the include tag, then the results of it.
Include Code
To use SSI.php in your page add at the very top of your page before the <html> tag on line 1 of your php file:
<?php require("SSI.php"); ?>
Some notes on usage
All the functions have an output method parameter. This can either be "echo" (the default) or "array"
If it is "echo", the function will act normally - otherwise, it will return an array containing information about the requested task. For example, it might return a list of topics for ssi_recentTopics.
This functionality can be used to allow you to present the information in any way you wish.
Additional Guides & FAQ
Need more information on using SSI.php? Check out Using SSI.php article or the SSI FAQ.
Recent Topics Function
Code (simple mode)
<?php ssi_recentTopics(); ?>
Code (advanced mode)
<?php ssi_recentTopics($num_recent = 8, $exclude_boards = null, $include_boards = null, $output_method = 'echo'); ?>
Result
[ประกาศซื้อขายทั่วไป] | Content ID.📢 633 วิธีการทดลองเสาเข็มที่นิยมใช้ในขณะนี้ โดย deam205 | วันนี้ เวลา 08:56:08 |
[General Community] | oli studio 10.0 โดย Tutorials72 | วันนี้ เวลา 08:55:23 |
[General Community] | oli studio 10.0 โดย manual27 | วันนี้ เวลา 08:55:21 |
[ประกาศซื้อขายทั่วไป] | น้ำยาล้างคราบปูนน้ำยาผสมคอนกรีตน้ำยาผสมคอนกรีต,ยางบวมน้ำ โดย Ailie662 | วันนี้ เวลา 08:52:58 |
[General Community] | oli esp flowsheet 10.0 โดย manual27 | วันนี้ เวลา 08:52:11 |
[General Community] | oli esp flowsheet 10.0 โดย Tutorials72 | วันนี้ เวลา 08:52:10 |
[ประกาศซื้อขายทั่วไป] | ช่างทำดอกกุญแจมอเตอร์ไซค์นอกสถานที่ 24 ชั่วโมง ดอกหาย ดอกหัก ซ่อมคอ ภายใน 30 นาที โดย Fern751 | วันนี้ เวลา 08:50:15 |
[General Community] | landmark EDT 5000.17.2 2023 โดย manual27 | วันนี้ เวลา 08:49:02 |
Recent Posts Function
Code
<?php ssi_recentPosts(); ?>
Result
[ประกาศซื้อขายทั่วไป] | Content ID.📢 633 วิธีการทดลองเสาเข็มที่นิยมใช้ในขณะนี้ โดย deam205 | วันนี้ เวลา 08:56:08 |
[General Community] | oli studio 10.0 โดย Tutorials72 | วันนี้ เวลา 08:55:23 |
[General Community] | oli studio 10.0 โดย manual27 | วันนี้ เวลา 08:55:21 |
[ประกาศซื้อขายทั่วไป] | น้ำยาล้างคราบปูนน้ำยาผสมคอนกรีตน้ำยาผสมคอนกรีต,ยางบวมน้ำ โดย Ailie662 | วันนี้ เวลา 08:52:58 |
[General Community] | oli esp flowsheet 10.0 โดย manual27 | วันนี้ เวลา 08:52:11 |
[General Community] | oli esp flowsheet 10.0 โดย Tutorials72 | วันนี้ เวลา 08:52:10 |
[ประกาศซื้อขายทั่วไป] | ช่างทำดอกกุญแจมอเตอร์ไซค์นอกสถานที่ 24 ชั่วโมง ดอกหาย ดอกหัก ซ่อมคอ ภายใน 30 นาที โดย Fern751 | วันนี้ เวลา 08:50:15 |
[General Community] | landmark EDT 5000.17.2 2023 โดย manual27 | วันนี้ เวลา 08:49:02 |
Top Boards Function
Shows top boards by the number of posts.
Code
<?php ssi_topBoards(); ?>
Result
บอร์ด | หัวข้อ | กระทู้ |
---|---|---|
General Community | 47,550 | 76,749 |
ประกาศซื้อขายทั่วไป | 19,225 | 29,040 |
General Thai Support | 2,922 | 3,833 |
SMF Coding Discussion | 1,061 | 2,490 |
Showcase | 1,712 | 1,921 |
Graphics and Templates | 857 | 1,565 |
Scripting Help | 494 | 1,368 |
Administration and Functionality | 1,072 | 1,357 |
Install and Upgrade Help | 1,196 | 1,349 |
Fixed or Bogus Bugs | 752 | 1,252 |
Top Topics
Shows top topics by the number of replies or views.
Code (show by number of views)
<?php ssi_topTopicsViews(); ?>
Result
Code (show by number of replies)
<?php ssi_topTopicsReplies(); ?>
Result
Top Poster Function
Shows the top poster's name and profile link.Code
<?php ssi_topPoster(); ?>
Result
Latest Member Function
Shows the latest member's name and profile link.
Code
<?php ssi_latestMember(); ?>
Result
Member of the Day
Shows one random member of the day. This changes once a day.
Code
<?php ssi_randomMember('day'); ?>
Result
Who's Online Function
This function shows who are online inside the forum.
Code
<?php ssi_whosOnline(); ?>
Result
Log Online Presence
This function logs the SSI page's visitor, then shows the Who's Online list. In other words, this function shows who are online inside and outside the forum.
Code
<?php ssi_logOnline(); ?>
Result
Login Function
Shows a login box only when user is not logged in.
Code
<?php ssi_login(); ?>
Result
Logout Function
Shows a logout link only when user is logged in.
Code
<?php ssi_logout(); ?>
Result
Welcome Function
Greets users or guests, also shows user's messages if logged in.
Code
<?php ssi_welcome(); ?>
Result
Today's Calendar Function
Code
<?php ssi_todaysCalendar(); ?>
Result
Today's Birthdays Function
Code
<?php ssi_todaysBirthdays(); ?>
Result
Today's Holidays Function
Code
<?php ssi_todaysHolidays(); ?>
Result
Today's Events Function
Code
<?php ssi_todaysEvents(); ?>
Result
Forum Stats
Shows some basic forum stats: total members, posts, topics, boards, etc.
Code
<?php ssi_boardStats(); ?>
Result
จำนวนตอบกระทู้ทั้งหมด: 128,584
จำนวนหัวข้อทั้งหมด: 81,250
จำนวนหมวดหมู่ทั้งหมด: 6
จำนวนบอร์ดทั้งหมด: 19
Board News Function
Shows the latest posts from read only boards, or a specific board.
Code
<?php ssi_boardNews(); ?>
Result
แจ้งเปลี่ยนโดเมนเนมของเว็บไซต์ SMF Thailand เนื่องจากโดเมน ThaiSMF.com ขายไปแล้ว
แต่ขณะนี้ (8/02/2021) ได้มีผู้สนใจโดเมนซื้อโดเมน thaismf.com ไปเรียบร้อยแล้ว แต่เว็บไซต์ยังคงทำงานต่อไปได้โดยใช้โดเมนเนม http://smf.racingweb.net แทน
จึงแจ้งมาให้ทราบ
ดาวน์โหลด SMF 2.0.13 แบบติดตั้งใหม่และอัพเกรดพร้อมไฟล์ภาษาไทย (11/04/2017)
ในไฟล์ดังกล่าว มี SMF เวอร์ชั่น 2.0.13 พร้อมภาษาไทยอักขระ UTF-8 ติดตั้งไว้ให้แล้ว ไม่ต้องติดตั้งภาษาไทยเพิ่มเติมอีก
สำหรับอัพเกรดฟอรั่ม จากเวอร์ชั่นเก่ากว่า 2.0.13 ให้ดาวน์โหลดไฟล์ thaismf_2-0-13_upgrade.zip
ในไฟล์ดังกล่าว มี SMF เวอร์ชั่น 2.0.13 พร้อมภาษาไทยอักขระ UTF-8 ติดตั้งไว้ให้แล้ว ไม่ต้องติดตั้งภาษาไทยเพิ่มเติมอีก
สำหรับผู้ที่ดาวน์โหลด SMF เวอร์ชั่น 2.0.13 มาจากเว็บไซต์ของ SMF
ให้ดาวน์โหลดเฉพาะไฟล์ภาษาไทย thai-utf8-2-0-13.zip
ไฟล์ภาษาไทยนี้ใช้เฉพาะ SMF ที่ใช้อักขระ UTF-8 เท่านั้น ถ้าฐานข้อมูลคุณยังใช้ TIS-620 อยู่ ต้องแปลงฐานข้อมูลให้เป็นแบบ UTF-8 ให้เรียบร้อยก่อน
* วิธีแปลงฐานข้อมูลจาก TIS-620 ให้เป็น UTF-8 ให้เข้าไปที่ ผู้ดูแล/บำรุงรักษา
Convert HTML-entities to UTF-8 characters แล้วก็เลือก "Proceed" (หรือ "ดำเนินต่อไป") หลังจากนั้น เมนูภาษาไทยต่างๆ จะเป็นตัวอักษรที่อ่านไม่ได้ ให้ติดตั้งไฟล์ภาษาไทยที่อยู่ใน thai-utf-8.zip เข้าไปหลังจากนั้นจึงจะใช้งานได้ตามปกติ
ประมูลโดเมน ThaiSMF.com สนใจคลิกที่นี่
ประวัติความเป็นมาของโดเมน ThaiSMF.com และเว็บไซต์นี้
เมื่อก่อนผมทำเว็บไซต์ด้วยซอร์ฟแวร์ที่ชื่อ YaBB SE เขียนด้วยโค้ด php ซึ่งเป็นฟอรั่มที่พัฒนาต่อยอดมาจาก YaBB ที่เขียนด้วยโค้ด cgi perl
ตอนนั้นเคยมีคนไทยแปลภาษาไทยให้กับ YaBB SE ในช่วงเริ่มต้น จากนั้นคนแปลก็หายสาปสูญ ไม่แปลเพิ่มหลังจากฟอรั่มอัปเดทเป็นเวอร์ชั่นใหม่ๆ ผมก็เลยต้องลงมือแปลเองเพื่อใช้กับเว็บไซต์ของตัวเอง
จนมาถึงจุดที่ YaBB SE หยุดพัฒนาและเปลี่ยนมาเป็น SMF หรือ Simple Machines Forum ที่ใช้งานในปัจจุบันนี้
ในขณะนั้นเริ่มมีเว็บไซต์ของไทยใช้ฟอรั่ม smf มากขึ้น และเห็นว่าไหนๆ ผมก็แปลภาษาไทยมาหลายเวอร์ชั่นแล้ว รวมทั้งปุ่มภาษาไทยผมก็ทำให้ด้วยนะ
ผมตัดสินใจเปิดเว็บไซต์ smf สำหรับคนไทยเลยดีกว่า จะได้เป็นแหล่งรวบรวม พบปะพูดคุย สำหรับคนไทยที่ใช้ฟอรั่ม smf และผมจะได้แจกไฟล์ภาษาไทยพร้อมปุ่มในที่เดียวเลย
(เมื่อก่อนที่เว็บนี้มีกระทู้เกี่ยวกับ smf เยอะมาก แต่เนื่องจากฐานข้อมูลพัง เพราะอะไรผมก็จำไม่ได้แล้ว ก็เลยต้องมาเริ่มต้นใหม่ แหล่งความรู้ต่างๆ ที่ผมเคยโพสต์ก็หายไปหมด)
มีจุดเริ่มต้นก็ต้องมีจุดจบ
smf เป็นฟอรั่มฟรีครับ การพัฒนาก็พัฒนาแบบช่วยๆ กัน แบบช้าๆ (ก่อนที่ผมจะตัดสินใจไปพัฒนาฟอรั่มอื่น) ซึ่งผมยังมองว่า smf เป็นฟอรั่มฟรีที่ดีที่สุดที่ผมเคยใช้มา
หลังจากปี 2011 ผมไม่ได้แปลภาษาไทยหรือพัฒนาฟอรั่ม smf แล้ว ก็เลยทิ้งฟอรั่มนี้ไปนานมาก และเร็วๆ นี้จะลบข้อมูลทุกอย่าง
สิ่งที่เหลืออยู่สำหรับคนที่สนใจเอาไปต่อยอดได้ นั้นคือ โดเมน ThaiSMF.com ผมจดเอาไว้เมื่อวันที่ 17 ธันวาคม 2003 หรือเมื่อ 13 ปีที่แล้ว ไม่ติดแบนใดๆ ทั้งสิ้น มีลิ้งค์กลับมาที่ thaismf.com จากไฟล์ภาษาไทยที่ผมแปลอยู่หลายเว็บ ส่วนค่า PR คงไม่มีเพราะโดเมน thaismf.com ถูก redirect มาที่ smf.racingweb.net ด้วยเหตุผลเรื่องสถิติที่รวมเอาไว้ในเว็บเดียวกัน
ผู้ที่ประมูลได้โดเมนนี้ไป สามารถต่อยอดเกี่ยวกับ smf ได้ไม่รู้จบ หรือจะเอาไปทำอย่างอื่นก็แล้วแต่
ผมขอขายโดเมนนี้ที่ราคา 8,000 บาท
โดเมนจดที่ public domain registry ใครที่เป็นสมาชิกหรือจดโดเมนที่นี่อยู่แล้วก็ย้ายง่ายๆ แต่ถ้าย้ายไปที่อื่นก็ไม่มีปัญหา
ธนาคาร | ชื่อบัญชี | สาขา | เลขที่บัญชี |
กรุงเทพ | วริศ อ่อนระยับ | ท่าพระ | 141-4-15948-1 |
กสิกรไทย | วริศ อ่อนระยับ | จรัญสนิทวงศ์ 11 | 085-2-35080-6 |
ไทยพาณิชย์ | วริศ อ่อนระยับ | เพชรเกษม 18 | 070-2-09306-6 |
ถ้าสนใจซื้อโดเมนนี้กรุณาต้องการติดต่อเบอร์โทร 062-353-8955 หรืออีเมล์ racingweb[at]gmail.com ห้ามโพสต์ตอบกระทู้นี้นะครับ ผมไม่ได้เข้ามาบ่อยๆ
ดาวน์โหลด SMF 2.0 RC5 แบบติดตั้งใหม่และอัพเกรดพร้อมไฟล์ภาษาไทย (13/03/2011)
ในไฟล์ดังกล่าว มี SMF เวอร์ชั่น 2.0 RC5 พร้อมภาษาไทยอักขระ UTF-8 ติดตั้งไว้ให้แล้ว ไม่ต้องติดตั้งภาษาไทยเพิ่มเติมอีก
สำหรับอัพเกรดฟอรั่ม จากเวอร์ชั่นเก่ากว่า 2.0 RC4 ให้ดาวน์โหลดไฟล์ thaismf_2-0-rc5_upgrade.zip
ในไฟล์ดังกล่าว มี SMF เวอร์ชั่น 2.0 RC5 พร้อมภาษาไทยอักขระ UTF-8 ติดตั้งไว้ให้แล้ว ไม่ต้องติดตั้งภาษาไทยเพิ่มเติมอีก
สำหรับผู้ที่ดาวน์โหลด SMF เวอร์ชั่น 2.0 RC5 มาจากเว็บไซต์ของ SMF
ให้ดาวน์โหลดเฉพาะไฟล์ภาษาไทย thai-utf-8.zip
ไฟล์ภาษาไทยนี้ใช้เฉพาะ SMF ที่ใช้อักขระ UTF-8 เท่านั้น ถ้าฐานข้อมูลคุณยังใช้ TIS-620 อยู่ ต้องแปลงฐานข้อมูลให้เป็นแบบ UTF-8 ให้เรียบร้อยก่อน
* วิธีแปลงฐานข้อมูลจาก TIS-620 ให้เป็น UTF-8 ให้เข้าไปที่ ผู้ดูแล/บำรุงรักษา
Convert HTML-entities to UTF-8 characters แล้วก็เลือก "Proceed" (หรือ "ดำเนินต่อไป") หลังจากนั้น เมนูภาษาไทยต่างๆ จะเป็นตัวอักษรที่อ่านไม่ได้ ให้ติดตั้งไฟล์ภาษาไทยที่อยู่ใน thai-utf-8.zip เข้าไปหลังจากนั้นจึงจะใช้งานได้ตามปกติ
ดาวโหลด SMF 1.1.11 + ไทย FULL PACK ที่นี่ 10/12/2552
ลองติดตั้งดูแล้วใช้งานได้ดี
และแบ่งปันเพื่อนลองดาวโหลดใช้ดู
http://kawna.com/download/thai-utf8_smf_1-1-11_install.rar
หากมีข้อแนะนำส่งอีเมลที่ [email protected]
Recent Attachments Function
Code
<?php ssi_recentAttachments(); ?>
Result
ไฟล์ | ข้อความโดย | ดาวน์โหลด | ขนาดไฟล์ |
---|---|---|---|
smfIsu.jpg | x-code | 1470 | 118.52kB |
okehlife2.jpg | chutng | 1025 | 66.22kB |
okehlife.jpg | chutng | 1009 | 42.4kB |
18-10-2553 12-45-19.jpg | x-code | 1326 | 75.23kB |
4444.jpg | freedome01 | 1192 | 185.21kB |
err.bmp | redcap | 996 | 2025.05kB |
smferr.jpg | redcap | 1005 | 1171.93kB |
Untitled.jpg | jambon | 1210 | 221.93kB |
Untitled.jpg | jambon | 1213 | 221.93kB |
1.jpg | hawks | 1157 | 8.63kB |
Show Single Poll
Shows a poll in the specified topic.
Code
<?php ssi_showPoll($topicID); ?>
Result
Show Single Post
Fetches a post with a particular IDs. By default will only show if you have permission to the see the board in question. This can be overriden by passing the 2nd parameter as true.
Code
<?php ssi_fetchPosts($postIDs, $isOverride); ?>
Result
Show Single Member
Shows the specified member's name and profile link.
Code
<?php ssi_fetchMember($memberIDs); ?>
Result
Show Group Members
Shows all members in a specified group.
Code
<?php ssi_fetchGroupMembers($groupIDs); ?>
Result
Home Page Sample
This sample uses the following features: ssi_recentTopics(), ssi_logOnline(), ssi_welcome(), and ssi_boardNews(). ssi_recentTopics() is fetched using the array method, to allow further customizations on the output.Code
<?php require("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%; background: #DFDFDF; color: #FFFFFF; margin: 0 }
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 { background: #52514E; width: 100%; border: 1px solid midnightblue; line-height: 150%; margin: 0; }
#header,#footer { color: lightgray; background-color: #2A2825; clear: both; padding: .5em; }
#leftbar { background: #DF7E00; float: left; width: 160px; margin: 0; padding: 1em; }
#leftbar a { color: #000000; text-decoration: underline; }
#content { margin-left: 190px; padding: 1em; }
#navigation { float: right; }
#navigation a:link,#navigation a:visited { color: #FF9000; }
</style>
</head>
<body>
<div id="container">
<div id="header">
<div id="navigation">
<a href="#">Link</a> | <a href="#">Link</a> | <a href="#">Link</a> | <a href="#">Link</a> | <a href="#">Link</a>
</div>
<h1 class="header">YourWebsite.com</h1>
</div>
<div id="leftbar">
<h3>Recent Forum Topics</h3>
<ul>
<?php
// Using array method to show shorter display style.
$topics = ssi_recentTopics(8, null, null, 'array');
foreach ($topics as $topic)
{
// Uncomment the following code to get a listing of array elements that SMF provides for this function.
// echo '<pre>', print_r($topic), '</pre>';
echo '
<li><a href=\"', $topic['href'], '\">', $topic['subject'], '</a> ', $txt['by'], ' ', $topics[$i]['poster']['link'], '</li>';
}
unset($topics);
?>
</ul><br />
<h3>Online Users</h3>
<?php ssi_logOnline(); ?>
</div>
<div id="content">
<?php ssi_welcome(); ?><br /><br />
<h2>News</h2>
<?php ssi_boardNews(); ?>
</div>
<div id="footer">
<a target="_blank" rel="license" href="http://creativecommons.org/licenses/publicdomain/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/publicdomain/88x31.png" /></a>
This sample website layout is dedicated to the <a target="_blank" rel="license" href="http://creativecommons.org/licenses/publicdomain/">Public Domain</a>.
</div>
</div>
</body>
</html>