Posting photos to WordPress from email
See link below for PostMaster, which will let you post attachments to your WordPress blog from email (so you can post cell phone photos.)
It installed just as described, except I had to add: (remember to stick in your path for the one below)
if (empty($wp)) {
require_once('/home/<yourusername>/public_html/blog/wp-config.php');
}
after the first line (<?php) in the upgrade.php file. And, really, I added it to the rest of the php files versus thinking about it too much. ; )
»This post was processed by PostMaster