WP Moblog hack

Got a new PC-Phone - this one comes with a camera. So I’ve been looking for a way to do moblogs with WP - and found this:

Space Monkey Mafia - Moblog Hack

(Haven’t tested it out yet - but probably will tonight) Works like a charm! :D One note if you try to use this script (a mistake I made, someone else might make the same…) in smm-getPop.php, there’s a line you’re supposed to edit for $tmp_folder - it doesn’t say this - but this is the server path to the temp folder… :)

6 Responses to “WP Moblog hack”

  1. Christine Says:

    What was I thinking? I should have known you posted about it here! Thanks for the tip - I’ll check it out as soon as Cingular gets my e-mail function working again!

  2. Tek Says:

    I need to get a picture phone!!! How can I call myself a tek geek and NOT have one!!

    *sobs*

  3. Tek Says:

    Okay, now I have one of these nifty phones but I cannot seem to get this to work at all. I think something I did in the config is not correct.

  4. StarzAbove Says:

    I’m getting the following error:

    ‘; ?>
    Fatal error: Call to undefined function: imap_open() in /home/username/public_html/wordpress/smm-getPop.php on line 46

    (but the username has my real username)
    All I did was change the mentioned variables - any ideas what I may be doing wrong?

    Thanks!

  5. Jennifer Says:

    Did you contact the script author? (imap_open() is a native PHP function - I wonder if your server doens’t support it? “Open an IMAP stream to a mailbox” - I can see why maybe some server-admins may not want to allow this…)

    Either way - I’d contact the script author…

  6. StarzAbove Says:

    Thanks so much, but I went with the one that is based on the wp-mail.php code found here:
    http://blade.lansmash.com/index.php?p=39
    but I used the code further adjusted for thumbnails here:
    http://www.dwelle.org/archives/2004/07/27/adding-thumbnailing-to-wp-mailphp/

    Just in case anyone is looking for a shorter shortcut than I took, working on this for the past day or two :)