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
[ДРУГИЕ РЕГИОНЫ] | dolphin imaging 12.0 full от Foplips00 | Сегодня в 03:43:39 |
[ДРУГИЕ РЕГИОНЫ] | PIX4D Fields от Foplips00 | Сегодня в 03:37:42 |
[ДРУГИЕ РЕГИОНЫ] | PLECS Standalone 4.7.5 x64 от Foplips00 | Сегодня в 03:27:03 |
[ДРУГИЕ РЕГИОНЫ] | Romax DESIGNER R23 от Foplips00 | Сегодня в 03:20:07 |
[Информация и мы] | Hacklink Panel Giriş - Güvenilir SEO Backlink Hizmeti | Hacklink от Tanitim2024 | Сегодня в 03:14:15 |
[ДРУГИЕ РЕГИОНЫ] | fastgrid 3.5 от Foplips00 | Сегодня в 03:09:25 |
[Информация и мы] | HACKLINK PANEL GIRIS 2025 от Tanitim2024 | Сегодня в 03:06:35 |
[ДРУГИЕ РЕГИОНЫ] | PROOSIS (PROPULSION OBJECT-ORIENTED SIMULATION) от Foplips00 | Сегодня в 03:00:12 |
Recent Posts Function
Code
<?php ssi_recentPosts(); ?>
Result
[ДРУГИЕ РЕГИОНЫ] | dolphin imaging 12.0 full от Foplips00 | Сегодня в 03:43:39 |
[ДРУГИЕ РЕГИОНЫ] | PIX4D Fields от Foplips00 | Сегодня в 03:37:42 |
[ДРУГИЕ РЕГИОНЫ] | PLECS Standalone 4.7.5 x64 от Foplips00 | Сегодня в 03:27:03 |
[ДРУГИЕ РЕГИОНЫ] | Romax DESIGNER R23 от Foplips00 | Сегодня в 03:20:07 |
[Информация и мы] | Hacklink Panel Giriş - Güvenilir SEO Backlink Hizmeti | Hacklink от Tanitim2024 | Сегодня в 03:14:15 |
[ДРУГИЕ РЕГИОНЫ] | fastgrid 3.5 от Foplips00 | Сегодня в 03:09:25 |
[Информация и мы] | HACKLINK PANEL GIRIS 2025 от Tanitim2024 | Сегодня в 03:06:35 |
[ДРУГИЕ РЕГИОНЫ] | PROOSIS (PROPULSION OBJECT-ORIENTED SIMULATION) от Foplips00 | Сегодня в 03:00:12 |
Top Boards Function
Shows top boards by the number of posts.
Code
<?php ssi_topBoards(); ?>
Result
Раздел | Тем | Сообщений |
---|---|---|
Информация и мы | 148 662 | 250 155 |
Общие вопросы | 120 646 | 146 383 |
Общие вопросы современного мира | 13 766 | 35 103 |
ДРУГИЕ РЕГИОНЫ | 22 830 | 24 612 |
Общий взгляд | 5 700 | 10 491 |
РФ и бывшие союзные республики | 1 067 | 9 958 |
США | 1 687 | 6 419 |
ФОРУМ ПОЛИТИЧЕСКОЙ КРЕАЦИИ | 1 781 | 5 282 |
Экономика | 2 040 | 4 908 |
ЕВРОПА | 765 | 4 646 |
Top Topics
Shows top topics by the number of replies or views.
Code (show by number of views)
<?php ssi_topTopicsViews(); ?>
Result
Просмотров | Ответов | |
---|---|---|
Экономический кризис в США | 425 178 | 1 109 |
Delhi Call Girls Service | 377 762 | 1 416 |
Европиздец | 330 724 | 949 |
Сирия - Ливия №2 | 282 749 | 580 |
Вы бы стали покупать права на машину? | 280 234 | 4 |
Приколы 2.0. | 243 338 | 1 239 |
Япона мать... | 224 118 | 462 |
Государство без налогов? | 211 605 | 389 |
Армия США | 188 492 | 456 |
Как изменилось Ваше отношение к Кургиняну за последний год. | 183 102 | 444 |
Code (show by number of replies)
<?php ssi_topTopicsReplies(); ?>
Result
Просмотров | Ответов | |
---|---|---|
Delhi Call Girls Service | 377 762 | 1 416 |
Приколы 2.0. | 243 338 | 1 239 |
Экономический кризис в США | 425 178 | 1 109 |
Европиздец | 330 724 | 949 |
Сирия - Ливия №2 | 282 749 | 580 |
Когда и какого ожидать супостата? | 149 502 | 511 |
Япона мать... | 224 118 | 462 |
Армия США | 188 492 | 456 |
Как изменилось Ваше отношение к Кургиняну за последний год. | 183 102 | 444 |
[Telegram: @deepD10] where to apply for Liechtenstein id card, passport, degree | 6 945 | 420 |
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
Dubai Business Setup
Business Setup in Dubai - Start your new business |
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
Всего сообщений: 520 817
Всего тем: 330 306
Всего категорий: 6
Всего разделов: 33
News Function
Shows random forum news.
Code
<?php ssi_news(); ?>
Result
Board News Function
Shows the latest posts from read only boards, or a specific board.
Code
<?php ssi_boardNews(); ?>
Result
Hacklink Panel Giriş - Güvenilir SEO Backlink Hizmeti | Hacklink
[size=24]Hacklink[/size]
[size=24]Hacklink Giriş[/size]
[size=24]Buy Hacklink[/size]
[size=24]Hacklink Satın Al[/size]
Hacklink Panel Giriş - Güvenilir SEO Hizmeti | Hacklink Satın Al
Hacklink, arama motoru optimizasyonunda (SEO) önemli bir yere sahip olan ve sitenizin otoritesini artırmak için kullanılan etkili bir backlink stratejisidir. Hacklink panel giriş işlemleriyle, doğru ve güvenilir kaynaklardan alınan hacklinkler sayesinde sitenizin arama sonuçlarında üst sıralara çıkmasını sağlayabilirsiniz. Ancak, bu yöntemin doğru ve etik çerçevede kullanılması, uzun vadede olumlu sonuçlar almanızı sağlar.
Hacklink satın almak isteyenler için güvenilir hacklink hizmeti sunan platformlar, genellikle kullanıcı dostu paneller aracılığıyla hızlı ve etkili bağlantılar sunar. Bu panellerde, belirli anahtar kelimeler için özelleştirilmiş hizmetler alabilir, sitenizin SEO performansını detaylıca analiz edebilirsiniz.
Hacklink satın alırken dikkat edilmesi gerekenler:
- Güvenilir ve referansları iyi olan platformları tercih edin.
- Aşırıya kaçmadan, sitenizin organik görünümünü bozmadan kullanın.
- Doğru anahtar kelimelerle bağlantı kurulumunu sağlayın.
Hacklink kullanımı ile ilgili daha fazla bilgi almak ve panel girişleri hakkında rehber niteliğindeki içeriklere ulaşmak için güvenilir SEO danışmanları ve kaynaklardan yararlanabilirsiniz.
HACKLINK PANEL GIRIS 2025
[size=24]HACKLINK PANEL GIRIS 2025[/size]
[size=24]Hacklink[/size]
[size=24]Hacklink Giriş[/size]
[size=24]Buy Hacklink[/size]
[size=24]Hacklink Satın Al[/size]
Gaming Mini PC
https://peladn.com/products/wo4-amd-6900hx-mini-pc
جلب الحبيب عن طريق الهاتف 00491634511222
نحن نمتلك 17 رابط دوفلو ذات جودة عالية
من يرغب تبادل الروابط الخلفية النصية
يرجي التواصل معنا عبر الايميل
Exchange guest post
We provide you with 17 high quality Duflo Backlinks
Who wants to exchange text Backlinks
Please contact us via email
links127@hotmail.com
الشيخ الروحاني جلب الحبيب و خلال ساعة 00491634511222 لجلب الحبيب
شيخ روحاني
رقم ساحر سعودي
رقم ساحر سعودي
رقم ساحر حقيقي
شيخ روحاني
BERLINintim
wikimedia.cc
جلب الحبيب
جلب الحبيب
جلب الحبيب
جلب الحبيب
جلب الحبيب
جلب الحبيب
جلب الحبيب
جلب الحبيب
جلب الحبيب
جلب الحبيب
جلب الحبيب
جلب الحبيب
جلب الحبيب
جلب الحبيب
casinoberlin
جلب الحبيب
شيخ روحاني
BERLINintim
تبادل جيست بوست
شيخ روحاني
الشيخ الروحاني جلب الحبيب و خلال ساعة 00491634511222 لجلب الحبيب
معالج روحانى 00491634511222
004917637777797 الشيخ الروحاني جلب الحبيب و خلال ساعة
Exchange guest post
We provide you with 17 high quality Duflo Backlinks
Who wants to exchange text Backlinks
Please contact us via email
links127@hotmail.com
تبادل جيست بوست
نحن نمتلك 17 رابط دوفلو ذات جودة عالية
من يرغب تبادل الروابط الخلفية النصية
يرجي التواصل معنا عبر
00491634511222 الواتس اب
https://www.rauhane.net/
https://www.elso9.com
https://www.s3udy.org
https://www.eljnoub.com
https://www.q8yat.org
https://hurenberlin.com
https://wikimedia.cc
http://www.alfalaki.net
https://www.jeouzal.org/
https://www.jaouzal.org/
https://www.sheikhrohani.de
https://www.myemairat.de
https://www.saudieonline.de
https://www.nejetaa.de
https://www.iesummit.de
https://www.jalbalhabeb.de
https://www.alukah.de
https://www.mqaall.de
https://www.elbalad.de
https://www.muhtwa.de
https://www.mawdoo3.de
https://casinoberlin.eu
https://jalbalhabeb.org/
https://telegra.ph/kiki-09-20-3
https://telegra.ph/BERLINintim-09-20
https://rauhane11.hashnode.dev/dor-shykh-rohany-fy-almgtmaa
https://rauhane112.blogspot.com/2024/09/blog-post_23.html
004917637777797
اهلا وسهلا بكم في صفحتنا وشكرا للعجاب في الصفحه لمشاهده جميع المقاطع وغيرها يمكنم الاشتراك بالقناة على اليوتيوب وتفعيل الجرص ليصلكم كل جديد من القناة
الشيخ الروحاني جلب الحبيب و خلال ساعة
الشيخ الروحاني جلب الحبيب و خلال ساعة 00491634511222 لجلب الحبيب
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>