Send MMS's to VBulletin Threads

March 2006 ยท 1 minute read

I just recently put together a little script that will check an email address for incoming MMS (picture messages) and post them to a vBulletin thread. It is based off the work of a great script by Adrian Heydecker (http://wavestyle.ch) that h e made for the Wordpress blog.

I hacked it up for vBulletin. It is VERY primitive since I did not have enough time to make the MMS posts go through VB’s proper posting/replying procedure. So it does just a plain old mysql_query() that does and “INSERT” into the vb table that contains posts! Hah!

So please if someone knows the internal workings of VB (I don’t have time to look through the code) then please update this script to make it proper. :) As a result, post-count and all that good stuff will not increase from MMS-posting; sorry!

Well I hope you enjoy anyway! The source can be found here: http://blog.nemik.net/wp-filez/mms-mail.phps

It is licensed under the GPL and I’m not responsible if it breaks your forum/site!

Enjoy!