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

Set custom user details in laravel auth

I'm having smf forum where using smf_members table in db. There are fields like this: array(32) { ["groups"]=> array(2) { [0]=> int(1) [1]=> int(25) } ["possibly_robot"]=> bool(false) ["id"]=> string(2) "28" …
PooX
  • 71
  • 8
0
votes
1 answer

Sync laravel with SMF

i have one question. How or is possible to store data from SMF SSI (api) into Laravel Auth. Is there way to sync that two script or any other way to store data from SMF and use as Auth:: throw framework website beside forum script. Thank you.
PooX
  • 71
  • 8
0
votes
0 answers

How to pass data from sources to template function?

If I make a SELECT query from the sources file (sources/Example.php), then how would I pass the returned data to the template function being called? sources/Example.php function DoSomething() { global $context; loadTemplate('Example'); …
asprin
  • 9,579
  • 12
  • 66
  • 119
0
votes
0 answers

How to migrate one column of a table from one specific database to another database column?

I have migrate SMF to phpBB and it would be great if I could migrate this data now. I have some SQL knowledge, but for this is just too much :oops: I would need an SQL that would grab the country_flag column from smf_members table on tarantino_smf…
0
votes
1 answer

How to stop a service using Solaris / illumos / OpenIndiana SMF manifest?

I'm writing a SMF configuration file for smartd and I see in various examples that I have two options: using PID files like (from apcupsd) echo "Stopping apcupsd power management ...\c" if [ -f ${APCPID} ]; then THEPID=`cat ${APCPID}` …
FarO
  • 161
  • 11
0
votes
1 answer

htaccess rewrite rule - vBulletin to SMF

I've recently migrated a forum from vBulletin to SMF and I'm having trouble creating a RewriteCond/RewriteRule that converts the URL http://www.fjcc.com.au/showthread.php?t=3133&page=2 to the URL…
FJCC AU
  • 1
  • 2
0
votes
1 answer

Newly created inetd service always in maintenance state in solaris 11

Till solaris 10, below were the steps I followed to create an inetd service which worked fine for me, below are steps: Open /etc/inet/inetd.conf file and add my application binary with all required arguments as line below: myApp_5000 stream tcp…
mSatyam
  • 531
  • 7
  • 25
0
votes
1 answer

Unrecognized status byte in Midi file

I've been working on Midi file for some time and I stuck on some kind of status byte of thing. According to the standard Midi file format there is no such a things. So, Can someone tell what is this 3 bytes information "00 a040". I know that "00" is…
Nomi G
  • 23
  • 4
0
votes
1 answer

Getting an "8: Undefined offset: 1" error when re-installing forum mod

To preempt this being marked as a duplicate question, please understand that I have zero experience with PHP coding/syntax and I am struggling to apply a general answer to my specific problem. I think I've figured out where the problem is coming…
0
votes
1 answer

SMF Forum shows 404 on all pages

I am a newbie to smf forums. I just transferred all my smf forum files and database to my new host. After setting all my path to urls and directories through my repair_settings.php , I am getting my home page without any errors, but all other pages…
Oops
  • 1,373
  • 3
  • 16
  • 46
0
votes
1 answer

Enforce running a service before another one on Solaris smf

I am trying to set other services to be dependant on mine (in order to enforce mine to run first) using the Solaris SMF system. I know I can use the tag in the other service manifest and make it depends on my service, but I would like to avoid…
Eytan Naim
  • 159
  • 14
0
votes
1 answer

recommend library and programming language for video encoding

I want to write soap webservice like Coconut Coconut::Job.create( "api_key" => "k-api-key", "vars" => {"cdn" => "s3://accesskey:secretkey@mybucket", "vid" => 1234}, "source" => "mysite.com/media/video.mp4", "outputs" => { "mp4" =>…
Ebrahim Poursadeqi
  • 1,776
  • 2
  • 17
  • 27
0
votes
1 answer

SMF urls to Xenforo urls - Redirect via htaccess

I need to redirect old urls of an SMF forum system to new Xenforo. Old url is : http://www.example.com/forum/index.php?topic=XXXX.0 and new url is : http://www.example.com/forum/threads/XXXX/ What is the true htaccess code?
motahhari
  • 3
  • 3
0
votes
4 answers

How i can compare the result in one query or two?

I am trying to fetch last 10 topics from smf database but topics are in two separate tables. Subject, Post Time and Message ID in smf_messages. Topic ID and Topic First Message in smf_topics. I wrote this code to fetch topics but i dont know how to…
Sezer Toker
  • 23
  • 11
0
votes
0 answers

how convert content mysql from latin1_swedish_ci to utf8-persian-ci

I have a vb forum with a huge amount of data I need a way to convert this forum database tables and contetnt charset with thier data from latin1_swedish_ci to utf8-persian-ci How to do this ? my old froum used of SMF 2.0.x and For example, if stored…
Afshin
  • 1
  • 2