Questions tagged [smf]

SMF can refer to either Silverlight Media Framework or Simple Machines Forum or a Solaris service manager or Standard MIDI File. For disambiguation, please use the MMPPF tag for the Silverlight Media Framework questions, as it's the new official name.

This tag is ambiguous.

For Simple Machines Forum

Simple Machines Forum is at https://www.simplemachines.org/.

For Silverlight Media Framework

Please use the tag for the Silverlight Media Framework questions, as it's the new official name.

Description from the official Wiki for Microsoft's SMF: https://archive.codeplex.com/?p=smf

Microsoft's open source media player framework - a component of the Microsoft Media Platform.

This project was formerly known as the Silverlight Media Framework (SMF). enables developers to quickly deploy a robust, scalable, customizable media player for IIS Smooth Streaming delivery. The MMPPF builds on the core functionality of the Smooth Streaming Client (formerly known as the "Smooth Streaming Player Development Kit") and adds a large number of additional features, including an extensibility API that allows developers to create plugins for the framework. The MMPPF also now includes full support for Windows Phone 7 so developers can incorporate high-end video playback experiences in their Windows Phone 7 applications.

For Service Management Facility

A feature of the Solaris operating system. See https://en.wikipedia.org/wiki/Service_Management_Facility.

For Standard MIDI File

See https://en.wikipedia.org/wiki/MIDI#Standard_files.

81 questions
0
votes
1 answer

Strange $zend_framework codes in files (Wordpress, SMF)

About a week ago, I found some strange code in all of my wordpress and SMF sites' files. The code is in every file which uses Wordpress' or SMF's API, even if it's not a default file of the specified system. It's starting with a $zend_framework…
TMS
  • 43
  • 1
  • 12
0
votes
0 answers

SMF Error: SMF could not connect to the database

I have a website built in CakePHP and I am using SMF as forum. I have kept the forum folder in webroot. Forum is fetching user session from cakephp and autologins the user into the forum. Forum tables are kept in same database. Whenever a user…
cartina
  • 1,409
  • 13
  • 21
0
votes
1 answer

PHP - Not echoing data from a MySQL database, but no errors?

So I have this PHP code: Note: I do use mysqli_connect() further up. $result = mysqli_query($con,"SELECT * FROM `smf_messages` WHERE `id_board` = 18"); if(!$result) { echo "

Couldn't fetch news posts. Error code 2.

"; …
0
votes
1 answer

SMF Simple Machine Forum - Apply CSS style ONLY to the homepage

I would like to apply a CSS class to the tag ONLY on the homepage on my SMF forum. My problem is that I cannot seem to find any documented PHP code for SMF to detect the homepage, and only apply the CSS to that. Something like "if is home, echo…
Zach Nicodemous
  • 9,097
  • 9
  • 45
  • 68
0
votes
1 answer

Smf image upload troubles

Folks, kindly help me. Have the following issue with smf 2.0.4 (latest) User cannot upload image even the smallest one. Other file extensions pass well. Tried the following: tracking $_FILES - no errors, uploading as admin, adding extra attachment…
iwtech.ru
  • 39
  • 1
  • 8
0
votes
2 answers

How do i decode the SMF mysql password field

I currently use SMF as my forum software but i'm currently building a my own customized forum software and i would need to import the entries from my SMF database into my new database. I noticed that Mysql uses a sha1 way of encoding passwords…
Afam
  • 29
  • 1
  • 8
0
votes
1 answer

Convert WP Password to SMF Password

I need to import users from Wordpress to SMF. I have access to database, we all passwords hashes from smf and WP, but I cant figure it out how to convert them to be albe to clone account with those 2 engines. Any clue how to do that?
Avatarus
  • 141
  • 4
  • 15
0
votes
1 answer

Can I modify this javascript to not reload the current window?

I've inherited a forum which has an unsupported and abandoned mod that makes the entire td element that enclosing any link to sub-forums or threads clickable. It's meant as a usability measure, making it easy to just click on the big table cell that…
kbrookes
  • 13
  • 6
0
votes
1 answer

how to integrate SMF with CodeIgniter?

I am working on a project that will solely use the SMF member system. Meaning that SMF is the only member system that I am using to have logins, not my own system along with SMF, just plain SMF. However, I am running into one problem... I need to…
ShoeLace1291
  • 4,551
  • 12
  • 45
  • 81
0
votes
5 answers

PHP how sha1 get this?

I have my own little website and encrypting with sha1, now i try connect it to a SMF forum, but the sha1 codes is not the same? My code $password = "thisisatestpass"; $encrypted_password=sha1($password); echo $encrypted_password;…
0
votes
1 answer

How to play any format of media file in the Microsoft's SMF HTML5 Player

The HTML5 media player of SMF Framework has just a few media codecs like ogg vorbis, and mp4, so is there any way to play a media file of say, flv format or mkv or mp3 format? And also, is there any way with which we can play local media files if…
Anuj Kaithwas
  • 803
  • 1
  • 10
  • 30
0
votes
1 answer

Pass URL to XAML at runtime

I want to pass a URL to a SMFPlayer at runtime, is there a way to do this in XAML without Binding ? Instead of statically setting the source like I've done below. So basically the user clicks a button associated with a specific object. A URL field…
Fabii
  • 3,820
  • 14
  • 51
  • 92
0
votes
1 answer

Trying to add a Wordpress header to the top of a SMF, but the stylesheets are mixed up

I have a Wordpress site (installed in root) and a Simple Machines Forum (in /forums). I've spent hours trying to add the Wordpress header over the SMF, but with little luck. I've probably looked at 50+ guides on the subject as well, but the only…
LaserWraith
  • 13
  • 1
  • 3
0
votes
1 answer

Facebook Connect - Login

I want to intergrate facebook login with my SMF ( Simple Machines ) Forum PHP based. Now they modules that was written is for SMF is 2 years old and not working with current version in addition all download links are broken so i cant find any help…
Sterling Duchess
  • 1,970
  • 16
  • 51
  • 91
-1
votes
2 answers

Fetching a global variable with an OO application

I have an SMF forum installed, which is a non-OO application. I'm hoping to create an additional application in a directory within the forum, that includes the SSI file from SMF and then uses the functions from within SMF, but in an Object Oriented…
Chris Evans
  • 1,235
  • 10
  • 14