Moblogging script SIMSI

The Simsi is a moblog script written in PHP and developed by Marc Rohlfing at www.rowlff.de/simsi/

It came in handy for me when I was completing a master’s thesis at DCU. For part of our project we needed to parse incoming email and MMS mobile phone messages and extract the contents and attachments. This user generated content we received from the 3G mobiles phones (sponsored by 3Ireland, thanks!) would subsequently create a presentation. a dynamic story board of user experience of you will. The SIMSI moblog code helped us to understand how to achieve this collection part of the project.

While working with the script I added support for 3GPP mobile video and fixed some email date formatting issue.

Unfortunately I did not hear back from Marc Rohlfing , the original author of the script when I tried to contact him via email. Recently the link to http://www.rowlff.de/simsi went dead.

So I’m putting this up here as there may be others out may benefit from it as we did.

Short description

It’s a blog script an you can update by sending email/MMS messages from your phone(or not) to your email address.

Long Description

You send email/MMS messages containing text/images/video from your phone to a designated email address.

The moblog script will open that mailbox, extract the messages and save the attachments. The messages and attachments save saved into an xml file and a webpages containing the messages is presented in the browser.

Install

Extract and copy the directory containing the script to your webserver.
Download

Configure

In the index.php set following:

$MAIL_SERVER = “mail_server_here”;
$MAIL_USERNAME = “your_email_username”;
$MAIL_PASSWORD = “your_email_password”;

That’s it.

Now send a MMS to the email address. And browse to the location of the index.php

Happy moblogging!!

7 Responses to “Moblogging script SIMSI”

  1. September 30th, 2007 at 12:40 pm

    The official sort of page is found here:

    http://simsi.datacrux.org/

    I did some work on Simsi in Nov 2003 and integrated it into a minimalistic web/wap framework. Just now (Sep2007) moved my site to WordPress.

  2. October 23rd, 2007 at 1:41 pm

    [...] all the details here [...]

  3. October 31st, 2007 at 8:20 pm

    Excited to give this a try! What does the $MAIL_QUERY_INTERVAL = 4;

    stand for in terms of seconds or minutes?

    Thanks!

    Michael

  4. Jamie

    October 31st, 2007 at 11:58 pm

    HI Michael,

    It’s time in seconds.

    Check out the further explanation of the variables at the link given by Tasnim in the first comment. (BTW thanks for that Tasnim)
    http://simsi.datacrux.org/

    Best of luck :-)

  5. Tyler

    December 15th, 2007 at 3:20 am

    Hi.

    I have tried to download the file at this site and at http://simsi.datacrux.org/.
    Neither one has worked. Is there any other way I could get the script.

    Thanks so much.

  6. admin

    December 18th, 2007 at 12:41 pm

    Hi Tyler,

    That’s strange.

    Do you manage to download the file and extract the php files?

    Thanks
    Jamie

  7. Airdata

    December 19th, 2007 at 10:06 pm

    What if you use Sprint? The video extension for Sprint is .3g2 does this need to change or can both GSM and CDMA types (.3gp & .3g2) both be used? What is the “subtype” for .3g2?

    TIA

Leave a Reply