<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>none of this matters &#187; PHP</title>
	<atom:link href="http://blog.nemik.net/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nemik.net</link>
	<description></description>
	<lastBuildDate>Thu, 10 Dec 2009 05:32:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Send MMS&#8217;s to VBulletin Threads</title>
		<link>http://blog.nemik.net/2006/02/send-mmss-to-vbulletin-threads/</link>
		<comments>http://blog.nemik.net/2006/02/send-mmss-to-vbulletin-threads/#comments</comments>
		<pubDate>Wed, 01 Mar 2006 02:36:21 +0000</pubDate>
		<dc:creator>nemik</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.nemik.net/2006/02/28/send-mmss-to-vbulletin-threads/</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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 (<a title="http://wavestyle.ch" target="_blank" href="http://wavestyle.ch">http://wavestyle.ch</a>) that h<br />
e made for the Wordpress blog.</p>
<p>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&#8217;s proper posting/replying procedure. So it does just a plain old mysql_query() that does and &#8220;INSERT&#8221; into the vb table that contains posts! Hah!</p>
<p>So please if someone knows the internal workings of VB (I don&#8217;t have time to look through the code) then please update this script to make it proper. <img src='http://blog.nemik.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
As a result, post-count and all that good stuff will not increase from MMS-posting; sorry!</p>
<p>Well I hope you enjoy anyway! The source can be found here: <a title="http://blog.nemik.net/wp-filez/mms-mail.phps" target="_blank" href="http://blog.nemik.net/wp-filez/mms-mail.phps">http://blog.nemik.net/wp-filez/mms-mail.phps</a></p>
<p>It is licensed under the GPL and I&#8217;m not responsible if it breaks your forum/site!</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nemik.net/2006/02/send-mmss-to-vbulletin-threads/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
