SMF SSI.php Functions

Current Version: 2.1.1

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

[Forex Funds Indexes Commodites Gold Silver Oil Crypto (เทรดทอง ค่าเงิน MT4 MT5)] ข่าวแดงสำคัญในตลาด Forex ใน 1 เดือนมีอะไรบ้าง มีผล USD ตัวอย่างเดือน พ.ย. 2024 โดย junjao พฤศจิกายน 14, 2024, 01:59:29 PM
[Comment แสดงความคิดเห็น (Register)] SEO ทำอย่างไร? คู่มือฉบับย่อสำหรับมือใหม่ โดย junjao พฤศจิกายน 05, 2024, 09:35:01 PM
[Comment แสดงความคิดเห็น (Register)] การลง Windows ใหม่ เพื่ออะไร โดย junjao พฤศจิกายน 05, 2024, 09:31:57 PM
[Forex Funds Indexes Commodites Gold Silver Oil Crypto (เทรดทอง ค่าเงิน MT4 MT5)] exness การเพิ่มวงเงินฝาก จากเดิม 30,000 USD ให้มากขึ้น ทำอย่างไร โดย junjao พฤศจิกายน 04, 2024, 10:55:47 AM
[Comment แสดงความคิดเห็น (Register)] อาชีพที่มีเงินเดือนสูงสุดในประเทศไทย โดย junjao พฤศจิกายน 02, 2024, 12:27:33 PM
[Forex Funds Indexes Commodites Gold Silver Oil Crypto (เทรดทอง ค่าเงิน MT4 MT5)] ลูกค้าใหม่ exness ภายใน 1 พ.ย. ถึง 30 ธ.ค. 2567 รับเสื้อ หมวก แก้ว ส่งฟรี โดย junjao ตุลาคม 31, 2024, 09:11:52 PM
[Forex Funds Indexes Commodites Gold Silver Oil Crypto (เทรดทอง ค่าเงิน MT4 MT5)] exness ลูกค้าชาวเมียนมา (พม่า) ในไทยสมัครได้อย่างไร โดย junjao ตุลาคม 31, 2024, 09:07:56 PM
[คอมพิวเตอร์ อินเตอร์เน็ต โดเมนเนม โฮสติ้ง] การตั้งค่า Recent posts ใน SMF ทำอย่างไร โดย junjao ตุลาคม 13, 2024, 10:40:54 AM

Recent Posts Function

Code

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

Result

[Forex Funds Indexes Commodites Gold Silver Oil Crypto (เทรดทอง ค่าเงิน MT4 MT5)] ข่าวแดงสำคัญในตลาด Forex ใน 1 เดือนมีอะไรบ้าง มีผล USD ตัวอย่างเดือน พ.ย. 2024 โดย junjao พฤศจิกายน 14, 2024, 01:59:29 PM
[Comment แสดงความคิดเห็น (Register)] SEO ทำอย่างไร? คู่มือฉบับย่อสำหรับมือใหม่ โดย junjao พฤศจิกายน 05, 2024, 09:35:01 PM
[Comment แสดงความคิดเห็น (Register)] การลง Windows ใหม่ เพื่ออะไร โดย junjao พฤศจิกายน 05, 2024, 09:31:57 PM
[Forex Funds Indexes Commodites Gold Silver Oil Crypto (เทรดทอง ค่าเงิน MT4 MT5)] exness การเพิ่มวงเงินฝาก จากเดิม 30,000 USD ให้มากขึ้น ทำอย่างไร โดย junjao พฤศจิกายน 04, 2024, 10:55:47 AM
[Comment แสดงความคิดเห็น (Register)] อาชีพที่มีเงินเดือนสูงสุดในประเทศไทย โดย junjao พฤศจิกายน 02, 2024, 12:27:33 PM
[Forex Funds Indexes Commodites Gold Silver Oil Crypto (เทรดทอง ค่าเงิน MT4 MT5)] ลูกค้าใหม่ exness ภายใน 1 พ.ย. ถึง 30 ธ.ค. 2567 รับเสื้อ หมวก แก้ว ส่งฟรี โดย junjao ตุลาคม 31, 2024, 09:11:52 PM
[Forex Funds Indexes Commodites Gold Silver Oil Crypto (เทรดทอง ค่าเงิน MT4 MT5)] exness ลูกค้าชาวเมียนมา (พม่า) ในไทยสมัครได้อย่างไร โดย junjao ตุลาคม 31, 2024, 09:07:56 PM
[คอมพิวเตอร์ อินเตอร์เน็ต โดเมนเนม โฮสติ้ง] การตั้งค่า Recent posts ใน SMF ทำอย่างไร โดย junjao ตุลาคม 13, 2024, 10:40:54 AM

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

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

Please welcome junjao, our newest member.

Member of the Day

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

Code

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

Result

junjao
สอบถาม ได้ที่ jun_jao2000@hotmail.com

Who's Online Function

This function shows who are online inside the forum.

Code

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

Result

474 บุคคลทั่วไป, 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

475 บุคคลทั่วไป, 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

Welcome to JunJao.Com ตอบคำถาม คอมพิวเตอร์ อินเตอร์เน็ต การเขียนโปรแกรม Forex MT4 MT5 . Please log in or sign up.

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

จำนวนสมาชิกทั้งหมด: 1
จำนวนตอบกระทู้ทั้งหมด: 1,403
จำนวนหัวข้อทั้งหมด: 1,378
จำนวนหมวดหมู่ทั้งหมด: 5
จำนวนบอร์ดทั้งหมด: 23

News Function

Shows random forum news.

Code

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

Result

Exness ลงทะเบียนระบบใหม่ ใส่รหัสพาร์ทเนอร์ 73208
https://www.exness.com/boarding/sign-up/a/73208?lng=th
1. เลือกประเทศ ไทย
2. อีเมล์จริงของคุณ
3. รหัสผ่าน
* รหัสผ่านต้องมีความยาว 8-15 ตัว
* ใช้ทั้งอักษรตัวพิมพ์ใหญ่และตัวพิมพ์เล็ก
* ใช้ทั้งตัวเลขและตัวอักษรภาษาอังกฤษ
* ห้ามใช้อักขระพิเศษ (!@#$%^&*., และอื่นๆ)
4. ใส่รหัสพาร์ทเนอร์ 73208

Board News Function

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

Code

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

Result

xx การตั้งค่า Recent posts ใน SMF ทำอย่างไร

ตุลาคม 13, 2024, 10:40:54 AM โดย junjao
การตั้งค่า Recent posts ใน SMF ทำอย่างไร

เข้าเมนู Admin --> Configuration --> Theme Setting --> Number of recent posts to display on board index:

พิมพ์ 10 ถึง 300 ได้เลย
0 ความคิดเห็น | แสดงความคิดเห็น

xx code เก่า banner ลอย 2 ข้าง

ตุลาคม 01, 2024, 07:33:24 PM โดย junjao

<style type="text/css">

body{
   font-size:12px; font-family:Arial;
}

#FloatingLayer507{position:absolute;left:800;top:10; z-index:1000; font-size:12px; font-weight:bold; margin-left:10px;}
#FloatingLayer507 img{ display:block; border:0px;}
#FloatingLayer507 a{ color:#000; text-decoration:none;}
#FloatingLayer507 a:hover{ color: #FF0000;}

#FloatingLayer508{position:absolute;left:200;top:10; z-index:1000;font-size:12px; font-weight:bold; margin-left:10px;}
#FloatingLayer508 img{ display:block; border:0px;}
#FloatingLayer508 a{ color:#000; text-decoration:none;}
#FloatingLayer508 a:hover{ color: #FF0000;}

</style>

<body>

<!--โค๊ด ป้ายที่ 1-->
<script type="text/javascript">var FloatingAd_Timeout507=6000000;var startX507 =818;var startY507 = 10;var FloatingAd_Layer507 = "FloatingLayer507";</script>
<div id="FloatingLayer507">
<a href="#" onClick="closebar_th507(); return false">x [close]</a>

</div>
<script type="text/javascript" src="float.js"></script>
<!--จบโค๊ด ป้ายที่ 1-->
<!--โค๊ด ป้ายที่ 2-->
<script type="text/javascript">var FloatingAd_Timeout508=6000000;var startX508 =218;var startY508 = 10;var FloatingAd_Layer508 = "FloatingLayer508";</script>
<div id="FloatingLayer508">
<a href="#" onClick="closebar_th508(); return false">x [close]</a>

</div>
<script type="text/javascript" src="float_left.js"></script>
<!--จบโค๊ด ป้ายที่ 2-->
</body>
0 ความคิดเห็น | แสดงความคิดเห็น

xx ปิด เปิด อินเตอร์เน็ต windows10 , 11

กันยายน 26, 2024, 04:03:23 PM โดย junjao
ปิด เปิด อินเตอร์เน็ต windows10 , 11

windows 10
ให้เข้าเมนู Change adaper options
Ethernet คลิก Disable

windows 11
เข้าเมนู advanced network setting
Ethernet คลิก Disable
0 ความคิดเห็น | แสดงความคิดเห็น

xx แก้ไข 2 หน้าจอ เปลี่ยน icon จอหลัก

กันยายน 26, 2024, 04:01:15 PM โดย junjao
แก้ไข 2 หน้าจอ เปลี่ยน icon จอหลัก

เข้าเมนู Display เลือกจอ 1 หรือ 2

คลิกถูกที่ make this main display
0 ความคิดเห็น | แสดงความคิดเห็น

xx การ update driver mainboard โดยใช้โปรแกรมฟรี

กันยายน 22, 2024, 01:52:07 PM โดย junjao
การ update driver mainboard โดยใช้โปรแกรมฟรี

เข้าไปที่ Device Manager ดูตัวที่ยังขาดอยู่

เข้าเว็บ www.download.com พิมพ์ driver เลือก Driver Booster

ลงโปรแกรม แล้วเลือก driver ที่ยังขาดอยู่ ทำตามรูปประกอบ
0 ความคิดเห็น | แสดงความคิดเห็น

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

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