SMF SSI.php Functions

Current Version: 2.1.6

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:

Code: [Select]
<?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.

Recent Topics Function

Code (simple mode)

Code: [Select]
<?php ssi_recentTopics(); ?>

Code (advanced mode)

Code: [Select]
<?php ssi_recentTopics($num_recent = 8, $exclude_boards = null, $include_boards = null, $output_method = 'echo'); ?>

Result

[ค้าๆขายๆ] รับทำ SEO แบบรับประกันอันดับ โดย JKNGOAL วันนี้ เวลา 13:24:01
[ค้าๆขายๆ] ✔✔✔▲▲▲รับทำ SEO-โปรดันอันดับ + web 2.0 สูง 2,900บาท/คีย์สำหรับเว็บไซต์▲▲▲✔✔✔ โดย smon19 วันนี้ เวลา 11:34:40
[ค้าๆขายๆ] อยากขายระบบทุกอย่าง ประกาศขายบ้าน หอพัก พระเครื่อง รถยนต์ ระบบร้านซ่อม หางาน2000 โดย divthcom2 วันนี้ เวลา 11:09:19
[ค้าๆขายๆ] บริการ Domain Name, Web Hosting, VPS, Dedicated Server, SSL คุณภาพดี ราคาถูก โดย NaiTan วันนี้ เวลา 09:03:21
[ค้าๆขายๆ] [Hosting] Hostneverdie ที่สุดของความเสถียรและ SEO (เปิดนานกว่า 14 ปี!) โดย Twenty-One วันนี้ เวลา 07:53:41
[ค้าๆขายๆ] บริการรับทำbacklink2.0และbacklinlk BLOGGERสายคุณภาพรับทำทุกสาย โดย Somkit0305 วันนี้ เวลา 06:54:27
[ค้าๆขายๆ] บริการรับทำSEOทุกสายในราคาหลักพันค่ะ บริการรับทำอันดับและรับทำบทความค่ะทุกสาย โดย Somkit0305 วันนี้ เวลา 06:53:13
[ค้าๆขายๆ] รับติด Backlink โฆษณาอื่นๆ ราคาโปร 900/ปี โดย โหลดเกม.com วันนี้ เวลา 04:25:29

Recent Posts Function

Code

Code: [Select]
<?php ssi_recentPosts(); ?>

Result

[ค้าๆขายๆ] Re: รับทำ SEO แบบรับประกันอันดับ โดย JKNGOAL วันนี้ เวลา 13:24:01
[ค้าๆขายๆ] Re: รับทำ SEO แบบรับประกันอันดับ โดย tstewjqc2022 วันนี้ เวลา 12:57:09
[ค้าๆขายๆ] Re: ✔✔✔▲▲▲รับทำ SEO-โปรดันอันดับ + web 2.0 สูง 2,900บาท/คีย์สำหรับเว็บไซต์▲▲▲✔✔✔ โดย smon19 วันนี้ เวลา 11:34:40
[ค้าๆขายๆ] อยากขายระบบทุกอย่าง ประกาศขายบ้าน หอพัก พระเครื่อง รถยนต์ ระบบร้านซ่อม หางาน2000 โดย divthcom2 วันนี้ เวลา 11:09:19
[ค้าๆขายๆ] Re: บริการ Domain Name, Web Hosting, VPS, Dedicated Server, SSL คุณภาพดี ราคาถูก โดย NaiTan วันนี้ เวลา 09:03:21
[ค้าๆขายๆ] Re: [Hosting] Hostneverdie ที่สุดของความเสถียรและ SEO (เปิดนานกว่า 14 ปี!) โดย Twenty-One วันนี้ เวลา 07:53:41
[ค้าๆขายๆ] Re: บริการรับทำbacklink2.0และbacklinlk BLOGGERสายคุณภาพรับทำทุกสาย โดย Somkit0305 วันนี้ เวลา 06:54:27
[ค้าๆขายๆ] Re: บริการรับทำSEOทุกสายในราคาหลักพันค่ะ บริการรับทำอันดับและรับทำบทความค่ะทุกสาย โดย Somkit0305 วันนี้ เวลา 06:53:13

Recent Poll Function

Code

Code: [Select]
<?php ssi_recentPoll(); ?>

Result

Top Boards Function

Shows top boards by the number of posts.

Code

Code: [Select]
<?php ssi_topBoards(); ?>

Result

บอร์ด กระทู้ กระทู้
Cafe ใหม่ 64,051 1,102,407
Amazon ใหม่ 17,070 296,872
Adsense ใหม่ 19,265 244,093
CMS & Free Script ใหม่ 30,147 242,691
Tools ใหม่ 11,216 175,614
วิจารณ์เว็บไซต์ ใหม่ 9,327 163,960
E-commerce ใหม่ 8,047 151,709
Programming ใหม่ 17,714 140,948
Host & Domain (register) ใหม่ 10,432 131,429
Host & Domain (general) ใหม่ 12,638 120,845

Top Topics

Shows top topics by the number of replies or views.

Code (show by number of views)

Code: [Select]
<?php ssi_topTopicsViews(); ?>

Result

Code (show by number of replies)

Code: [Select]
<?php ssi_topTopicsReplies(); ?>

Result

Top Poll Function

Shows the most-voted-in poll.

Code

Code: [Select]
<?php ssi_topPoll(); ?>

Result

Top Poster Function

Shows the top poster's name and profile link.

Code

Code: [Select]
<?php ssi_topPoster(); ?>

Result

Latest Member Function

Shows the latest member's name and profile link.

Code

Code: [Select]
<?php ssi_latestMember(); ?>

Result

ยินดีต้อนรับสมาชิกใหม่ของเรา palmwasuthorn

Member of the Day

Shows one random member of the day. This changes once a day.

Code

Code: [Select]
<?php ssi_randomMember('day'); ?>

Result

Who's Online Function

This function shows who are online inside the forum.

Code

Code: [Select]
<?php ssi_whosOnline(); ?>

Result

1 ผู้มาเยือน, 0 ผู้ใช้

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

Code: [Select]
<?php ssi_logOnline(); ?>

Result

1 ผู้มาเยือน, 0 ผู้ใช้

Login Function

Shows a login box only when user is not logged in.

Code

Code: [Select]
<?php ssi_login(); ?>

Result

 
 

Logout Function

Shows a logout link only when user is logged in.

Code

Code: [Select]
<?php ssi_logout(); ?>

Result

Welcome Function

Greets users or guests, also shows user's messages if logged in.

Code

Code: [Select]
<?php ssi_welcome(); ?>

Result

ยินดีต้อนรับสู่ ThaiSEOBoard.com โปรด เข้าสู่ระบบ หรือ ลงทะเบียน

Today's Calendar Function

Code

Code: [Select]
<?php ssi_todaysCalendar(); ?>

Result

Today's Birthdays Function

Code

Code: [Select]
<?php ssi_todaysBirthdays(); ?>

Result

Today's Holidays Function

Code

Code: [Select]
<?php ssi_todaysHolidays(); ?>

Result

Today's Events Function

Code

Code: [Select]
<?php ssi_todaysEvents(); ?>

Result

Recent Calendar Events Function

Code

Code: [Select]
<?php ssi_recentEvents(); ?>

Result

Forum Stats

Shows some basic forum stats: total members, posts, topics, boards, etc.

Code

Code: [Select]
<?php ssi_boardStats(); ?>

Result

สมาชิกทั้งหมด: 98,469
กระทู้ทั้งหมด: 3,322,498
หัวข้อทั้งหมด: 230,514
หมวดหมู่ทั้งหมด: 6
บอร์ดทั้งหมด: 44

News Function

Shows random forum news.

Code

Code: [Select]
<?php ssi_news(); ?>

Result

[direct=http://www.sellzabuy.com]เปิดตัวระบบ Affiliate ใหม่  SellZabuy.com ค่าคอม 30% ... สมัครเลย [/direct]

Board News Function

Shows the latest posts from read only boards, or a specific board.

Code

Code: [Select]
<?php ssi_boardNews(); ?>

Result

xx ช่วงเวลาที่มีความรู้สึกดีๆ กับ Thaiseoboard.com (2010)

06 กุมภาพันธ์ 2026, 13:21:55 โดย tumtac
ช่วงเฟื่องฟูเลยล่ะ มีเพื่อนร่วมอุดมการณ์เพียบ ไปมิตติ้งเพื่อแจกหนังสือบ้าง มีโอกาสนั่งคุยกับเจ้าของเวปตัวเป็นๆ และได้หยอกล้อกับบรรดาแอดมินที่น่ารักและนับถือ

อย่างว่า วันเวลาเปลี่ยน ใจคนเปลี่ยน สันดานก็เปลี่ยน

ไม่ได้หวังว่าที่แห่งนี้จะกลับไปเหมือนดังเก่า แต่อย่าให้มันดูแย่ไปกว่านี้เลย...


1 ความคิดเห็น | เขียนความคิดเห็น

xx thaiseoboard ควรเป็นเว็บ สีขาว ไม่ใช่เเหล่งมั่วสุม เว็บผิดกฏหมาย เว็บสีเทา

31 มกราคม 2026, 16:09:35 โดย JKNGOAL
ส่วนตัวผมอยากให้เว็บกลับมาเป็นสีขาวอีกครั้งคับ
เข้ามาในเว็บเจอเเต่พวกเว็บสายเทา เว็บผิดกฏหมาย เว็บดูหนัง เว็บพนัน เว็บดูการ์ตูนละเมิดลิขสิทธิ์ เว็บโป๊ อื่น ๆ
อยากให้เจ้าหน้าที่ CIB ตำรวจไซเบอร์
เข้ามาตรวจเว็บนี้บ่อย ๆ ทวงคืน เว็บ TSB สีขาว กันเถอะครับ  :wanwan003:
9 ความคิดเห็น | เขียนความคิดเห็น

xx บอร์ดโดน Hack : รบกวนทุกคนช่วยแจ้งปัญหาหน่อยครับ!

23 ธันวาคม 2025, 11:56:46 โดย โซวบักท้ง

ตอนนี้บอร์ดโดน Hack ครั้งใหญ่อยู่นะครับ

ช่วงหลายวันที่ผ่านมา มีทั้ง User หาย , ห้องหาย , คนโดนแบน , ฯลฯ

ตอนนี้ทางทีมงานพยายามแก้ปัญหาอยู่นะครับ  แต่เข้าใจว่ายังไม่สามารถแก้ปัญหาได้ทั้งหมด

ดังนั้น ใครเจอปัญหาอะไร  รบกวนช่วยแจ้งเข้ามาที่กระทู้นี้ด้วยนะครับ

ขอบคุณทุกๆคนมากๆเลยครับ
79 ความคิดเห็น | เขียนความคิดเห็น

xx เรื่องสมาชิกโดน Block

19 ธันวาคม 2025, 21:57:40 โดย bubbleball
สมาชิกบางคนอาจโดน block โดยไม่ทราบสาเหตุ ไม่แน่ใจว่าทำไม

เมื่อเช้ามีแอดมินแจ้งผมแล้วหลังจากไล่ลบสแปม แล้วจู่ๆ โดน block จากบอร์ด

ผมลองเช็คในระบบแอดมินก็ไม่เจอ และพบว่ามีปัญหานี้หลายคน

ผมได้แจ้งทางคุณโซวแล้ว ปรากฎว่าก็โดนเหมือนกัน

เดี๋ยวไงรอดูนะครับว่าจะแก้ไขได้หรือเปล่า
35 ความคิดเห็น | เขียนความคิดเห็น

xx ++ ท่านคิดว่า คนที่ลงในห้อง((ค้าขาย,จ้างงาน)) เขาจะซื่อสัตย์กับท่านเหรอ ++

11 กุมภาพันธ์ 2020, 11:28:41 โดย boardseo
ผมหมายถึงพวกที่ ไม่ลงรายละเอียดติดต่อใดๆไว้เลย

มีแค่ไลน์ไอดี หรือ เฟส หรือ อย่างใดอย่างหนึ่ง

ตอนมันยังไม่ได้เงินมันก็คุยดี ครับ คะ ทำได้ทุกอย่าง บุกน้ำลุยไฟ

พอมันได้เงินแล้ว ถ้ามันปิดหนีละ..จะทำยังไง ปิดเฟสหนีบ้าง ไม่ตอบเฟสบ้าง ไม่ตอบไลน์ หรือปิดไลน์หนี ไม่รับโทรศัพท์

ผมมาเตือนด้วยความหวังดีครับ เหนื่อยนะที่จะไล่ลบกระทู้พวกนี้ แต่ผมก็ตั้งใจทำเพราะกลัวจะมีคนตกเป็นเหยื่อ

เพราะห้องเขามีกฎไว้อย่างชัดเจน http://www.thaiseoboard.com/index.php/topic,3133.0.html

ทุกวันนี้อะลุ้มอล่วยถึงขั้น มีแค่ ชื่อ นามสกุล+เฟส+ไลน์+เบอร์โทร ถึงจะไม่แจ้งที่อยู่ก็ยังรอด(แต่ไม่แนะนำให้ทำนะครับ ให้ทำตามกฎเถอะ)

ท่านผู้ที่จะซื้อ ลองคิด วิเคราะห์ แยกแยะดูนะครับ ว่าที่ผมกล่าวมามันจริงไหม :wanwan017: :wanwan017:
8 ความคิดเห็น

Menubar Function

Displays a menu bar, like one displayed at the top of the forum.

Code

Code: [Select]
<?php ssi_menubar(); ?>

Result

Quick Search Function

Code

Code: [Select]
<?php ssi_quickSearch(); ?>

Result

Recent Attachments Function

Code

Code: [Select]
<?php ssi_recentAttachments(); ?>

Result

Show Single Poll

Shows a poll in the specified topic.

Code

Code: [Select]
<?php ssi_showPoll($topicID); ?>

Result

Not shown because it needs specific topic ID that contains a poll.

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 overridden by passing the 2nd parameter as true.

Code

Code: [Select]
<?php ssi_fetchPosts($postIDs, $isOverride); ?>

Result

Not shown because it needs a specific post ID.

Show Single Member

Shows the specified member's name and profile link.

Code

Code: [Select]
<?php ssi_fetchMember($memberIDs); ?>

Result

Not shown because it needs a specific member ID.

Show Group Members

Shows all members in a specified group.

Code

Code: [Select]
<?php ssi_fetchGroupMembers($groupIDs); ?>

Result

Not shown because it needs specific membergroup IDs.

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

Code: Select
<?php require("SSI.php"); ?> <!DOCTYPE html> <html> <head> <title>SSI.php example for home page</title> <style> 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="noopener" rel="license" href="https://creativecommons.org/licenses/publicdomain/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/publicdomain/88x31.png"></a> This sample website layout is dedicated to the <a target="_blank" rel="noopener" rel="license" href="https://creativecommons.org/licenses/publicdomain/">Public Domain</a>. </div> </div> </body> </html>

Result