fMoblog
Download: fMoblog v. 2.1
Support
Support forums can be found here
Notes
fMoblog is a moblog plugin for WordPress 1.5.x which enables the user to post images and a description from a cell phone. Pictures can also be uploaded by email. Creation of thumbnails is automatic and the image are displayed in a image gallery sorted by month. A dropdown list makes it easy to change month to display. Please check out my own moblog for a demo. fMoblog is valid XHTML.
The fMoblog must be on a static page, not in a post.
Requirements
- WordPress 1.5+
- Some plugin for running PHP code in posts.
- Exec PHP at http://soeren-weber.net/
- RunPHP at http://www.nosq.com/
- PHP support for imap_open() on your host.
- Note: Please consider that running PHP code within posts is a security risk.
- GD library
Installing
- Unzip to a directory.
- Put fmoblog.php, fmoblog_manage.php and fmoblog_options.php in your wp-content/plugins directory.
- Create directories fmoblog_pictures and fmoblog_thumbs in your wp-content folder and change permission to 755.
- Create a secret email account at your host for use only for fMoblog. (Ex. fMoblog@domain.com).
- Go to WordPress admin->plugins and press activate.
- Go to WordPress admin->options->fmoblog and input your incoming email server something like (incomingserver.domain.com), username and password. Input the size you want the image to be resized to and the number of thumbs to be displayed from fmoblog_get_latest() and the update intervall, and finally the thumbnail size for the sidebar. You can choose to show a quick tag for fMoblog.
- Press update options.
- Create a page and press the fMoblog quicktag or manually input
<!--fmoblog-->
where you want the photos to appear.
- You can include an image in a post with this function call:
<?php fmoblog_get_image('imagename', [thumb], [align]);?>imagename should be the name of the full size image without the path and the thumb should be true or false (optional), defaults to false. and image alignment (optional), defaults to ‘default’.
Ex 1. Thumbnail version of img.jpg left aligned.<?php fmoblog_get_img('img.jpg', true, 'left');?>Ex 2. Full version of img.jpg center aligned.
<?php fmoblog_get_img('img.jpg', false, 'center');?>Ex 3. Full version of img.jpg default aligned.
<?php fmoblog_get_img('img.jpg');?> - Start posting.
Posting images
You can either post from your cell phone as an email with the image attached or from your regular email. Simply attach (inline images are not supported)the picture and write as subject the title for the image and a image description in the email body contained within #-signs. Ex. #My text#. Or you can upload images from WordPress admin area, got to manage->fmoblog.
The image must be of jpg type, and only one image per e-mail.
Send and the next time the page is shown the emailed image will apperar. Post your images to your secret email account.
Deleting images
In the WortPress admin interface go to manage->fmoblog, here you can upload and delete images.
Changelog
- Version 1.0.1
- 2005-09-18: Adding slashes to subject line.
- 2005-09-19: Option added to specify image size for resizing.
- 2005-09-19: Added deleting images when logged in as administrator.
- 2005-09-20: Fixed problem involving foreach().
- Version 1.0.2
- 2005-09-23: Fixed problem with permalinks.
- 2005-09-24: Changed folders to be in wp-content
- Version 1.2
- 2002-09-30: Added support for more images from fmoblog_get_latest().
- Version 1.3
- 2005-10-05: Added update intervall for e-mail checking.
- Version 1.4
- 2005-10-13: Added function for image inclusion in posts.
- Version 2.0
- 2005-10-13: Added support for image description.
- Version 2.1
- 2005-10-13: Added WordPress admin interface for uploading and deleting images
If you’re updating from earlier version please go to admin->plugins and press “deactivate” and then press “activate” to update installation.
Support
If you are asking for support from me by comment or email please provide a link to your blog so I can see for myself. It sure makes support and debugging a lot more easy. And please do read the FAQ and the other comment before asking for support.
FAQ
- Q: Why don’t I see the latest images in my sidebar?
A: You need a plugin for running PHP in posts, see requirements. - Q: Why do I get a red error in my blog?
A: Your host do not support the imap_open function in their PHP-installation. - Q: Why do I get “no permission to write image. quitting ‚Ķ “?
A: You need to set permission for the folders as 775. - Q: Why is the image desription not showing?
A: The text in the e-mail body must be within #-signs. - Q: Why is the images not appearing?
A: The images must be as attachments, not as inline elements in the email.
Hi, I got your fMoblog plugin installed on my site. Great work! Just got one question, how does the email account work out.
write now I have it set up as
mail server: xxxx@joliver.org
username: xxxx
password: xxxx
is this correct and how frequently will the fMoblog receive the images?
Great hope you like it. Make an email address specially for the fmoblog and use it to post images to. Your mail server should be something like incomingmailserver.joliver.org and not your email address. The script gets the mail from the account at every page view.
If there are any problems please let me know.
Hi there. I’ve followed the install instructions, and have even reinstalled WordPress and fMoblog twice just to make sure it’s not a fault on the server but I keep getting the same problems. It doesn‚Äôt look like fMoblog is checking the e-mail address and to top things off on each page in WordPress I get an error “Warning: Invalid argument supplied for foreach() in wp-content/plugins/fmoblog.php on line 231″ Any ideas? Thanks, Brendan
Sorry Brendan I found an error about the email checking, I have corrected it now and you can download the new script.
Let me know if there are any problems.
Hi Fredrik. I’m still not having any luck! Do you have any other ideas?
Fredrik, your the man! that worked wonderfully and I now it fully functional. Thanks again.
Also, w/ version 1.0.1, the foreach string has been moved from line 231 to 271, since you need to upgrade to get it working.
Again GREAT JOB!!!!
Quick change for the sidebar.php entry… In order to successfully get this code to work you will need to format like such so that it is read as php code.
Oops, looks like it got taken literally…
“”
Ok, well I am on fire… lets try it again..
[?php fmoblog_get_latest(); ?]
Please change teh “[" and "]” to { and }
Instead of { and } it needs to be – Sorry for the typo.
Ok, Frederik, i’m sorry for litering your comments with my mistakes… Please delete the err’ed entries and combine in to one.
Argh.. i’m done, since it won’t let me enter the damn less than and greater than signs.
On the keyboard its [SHIFT-,] and [SHIFT-.]
Yea it’s confusing. I’m glad you got it to work.
How, I uploaded the zip file on the above link Download: “fMoblog v. 1.0.1,” it appears to be empty.
Oops.. I made a poo, forgot to add the files to the zip-file. They are there now.
Sorry about that.
Warning: imap_open(): Couldn’t open stream {:110/pop3/notls}INBOX in /home/thesup3/public_html/webblog/wp-content/plugins/fmoblog/fmoblog.php on line 110
could not connect to mailserver. quitting …
that is what my website looks like after i activate plugin. when i try to go to options, i get a 404 error.
I do get that kind of error on my site too and that happens when my host’s email server fails to open my inbox. Or there could be some restrictions on your host regarding applications using the imap_open function. Please download the latest version.
hi, I downloaded the latest.
i can now activate plugin, go to options and make adjustments. but when i go to view my site:
Warning: imap_open(): Couldn’t open stream {mail@thesuperstar.org:110/pop3/notls}INBOX in /home/thesup3/public_html/webblog/wp-content/plugins/fmoblog.php on line 113
could not connect to mailserver. quitting …
Yoy should not input your email adress in the server it should be your email server. Something like:
mailserver.superstar.org
hi,
I am trying to use your picure post, but am having trouble editing the homepage to include the pictures. I am using this code:
fmblog_get_latest(10);
but i am not sure i am putting it in the right place or that it is coded properly…please advise…
//
// fmblog_get_latest(10);
//
//
‘
‘fmblog_get_latest(10);
‘
‘
sorry…i can’t get the code I am trying to put up to show up!
This is what u supposed to put in there.
[?php fmoblog_get_latest; ?]
Just change the [] to <>, Ok?
first of all – thanks for the plugin, it’s really useful.
when I send an email from my computer, everythink is OK.
but when i use my phone (nokia 6820), this is what comes out:
Warning: imagecreatefromjpeg(): gd-jpeg: JPEG library reports unrecoverable error: in /home/benkling/public_html/wordpress/wp-content/plugins/fmoblog.php on line 31
Warning: imagecreatefromjpeg(): 'wp-content/fmoblog_pictures/11278902653939.jpg' is not a valid JPEG file in /home/benkling/public_html/wordpress/wp-content/plugins/fmoblog.php on line 31
Warning: imagesx(): supplied argument is not a valid Image resource in /home/benkling/public_html/wordpress/wp-content/plugins/fmoblog.php on line 33
Warning: imagesy(): supplied argument is not a valid Image resource in /home/benkling/public_html/wordpress/wp-content/plugins/fmoblog.php on line 34
Warning: Division by zero in /home/benkling/public_html/wordpress/wp-content/plugins/fmoblog.php on line 36
Warning: imagecreatetruecolor(): Invalid image dimensions in /home/benkling/public_html/wordpress/wp-content/plugins/fmoblog.php on line 37
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/benkling/public_html/wordpress/wp-content/plugins/fmoblog.php on line 38
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/benkling/public_html/wordpress/wp-content/plugins/fmoblog.php on line 39
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/benkling/public_html/wordpress/wp-content/plugins/fmoblog.php on line 40
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/benkling/public_html/wordpress/wp-content/plugins/fmoblog.php on line 41
Warning: imagecreatefromjpeg(): gd-jpeg: JPEG library reports unrecoverable error: in /home/benkling/public_html/wordpress/wp-content/plugins/fmoblog.php on line 47
Warning: imagecreatefromjpeg(): 'wp-content/fmoblog_pictures/11278902653939.jpg' is not a valid JPEG file in /home/benkling/public_html/wordpress/wp-content/plugins/fmoblog.php on line 47
Warning: imagesx(): supplied argument is not a valid Image resource in /home/benkling/public_html/wordpress/wp-content/plugins/fmoblog.php on line 50
Warning: imagesy(): supplied argument is not a valid Image resource in /home/benkling/public_html/wordpress/wp-content/plugins/fmoblog.php on line 51
after that, everything gets back to normal, and it adds an empty picture to my gallery. any ideas why?
btw, the “delete this picture” and your credit is not clickable on my site…
Ben:
It looks as you have some sort of permission problem. I will send you a new scritp for you to test. Please let me know how it goes.
hey, hi i am a newbie in this all…where do i have to put the “fmblog_get_latest(x);” in? I mean in which file!
grettings
rob
Put this in your “sidebar.php” somewhere. But skip the “x” in fmoblog_get_latest(); OK.
okay thanks i will try it…can i put a number instead of the “x” to set the numbers of pictures shown?
ah next problem: the plugin “has no permissions to write” in the folders i created….but i put them both to 777! hows that???
Please download the fMoblog again and try, I have made some changes.
Hi,
Just recently got into WordPress and have installed your plug-in which is so close to working………I hope. Resolved a number of problems but now stuck with the following, I have tried to debug the code as I have many years codig experience but not in PHP or the framework of WordPress.
The first problem is I am managing to connect to mail server to retrieve pictures but they are not getting processed fully. For example there were 2 messages to retrieve, both were processed as there were 2 entries in the wp_images table with subject that matched the e-mails. But there was only one image in the fmoblog_pictures folder and nothing in the fmoblog_thumbs.
Second problem but unsure if related I am getting the following message which is displayed at bottom of main page:
PHP Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in c:Inetpubwwwrootwp-contentpluginsfmoblog.php on line 254
HELP PLEASE
Hi again,
In trying to get this resolved I took your function create_thumbnail and hardcoded some values in a test.php as follows and ran it:
and that worked apart from the last line!!! But it took test.jpg and created a t_test.jpg thumbnail in thumbnails directory ok.
I have also noticed that the names of the images in the fmoblog_pictures folder are like follows 26cf4d06db34e7298de5480a2743b34c_1.jpg. But in the database like 11280410717154.jpg which implies they are not being renamed properly?
HELP AGAIN
Ooops code did not appear prob because of the PHP tags, here it is again:
$original = imagecreatefromjpeg(“C:/Inetpub/wwwroot/wp-content/fmoblog_pictures/test.jpg”);
$twidth = 128;
$owidth = imagesx($original);
$oheight = imagesy($original);
$ratio = $owidth / $twidth;
$theight = $oheight / $ratio;
$thumbnail = imagecreatetruecolor($twidth, $theight);
imagecopyresampled($thumbnail, $original, 0, 0, 0, 0, $twidth, $theight, $owidth, $oheight);
imagejpeg($thumbnail, “C:/Inetpub/wwwroot/wp-content/fmoblog_thumbs/t_test.jpg”);
imagedestroy($original);
imagedestroy($thumbnail);
re(“Test”);
HI. What is the minimum permissions that need to be set on the fmoblog_pictures and fmoblog_thumbs?
Thanks.
Dan
I can’t get the sidebar to show photos. I’ve added
[?php fmoblog_get_latest; ?] (changing the end caps to ) but nothing shows. I’m putting that code in sidebar.php. Is there something I’m missing? Thanks.
Hi Dan,
Sorry to use this to reply but it should be fmoblog_get_latest(); i.e. you’re missing the ()
Did you get your permissions sorted? I am still having problems with renaming the files, for example I have put the following line in a seperate php file:
rename(“wp-content/fmoblog_pictures/e11648c650b08784ee80473b17047143_1.jpg”,
“C:/Inetpub/wwwroot/wp-content/fmoblog_pictures/temp.jpg”);
but it gives the error:
PHP Warning:
rename(wp-content/fmoblog_pictures/e11648c650b08784ee80473b17047143_1.jpg,
wp-content/fmoblog_pictures/temp.jpg)
[function.rename]: Permission denied in wp-contentpluginstest.php on line 4
Despite setting ALL permissions correctly, I think!
Any help appreciated.
Regards
Mark
Mark: I have some idea what your problem could be. IIS servers use the rename function a little diffrent then Apache. I have made some changes in the script for this resason but I have no IIS to test on. I can send you the script for you to test.
# Create a page and press the fMoblog quicktag or manually input [!–fmoblog–] just change the [] to where you want the photos to appear.
Exactly what does that mean?
Erica:
It means that you go to wp-admin and create a page. Where you write your text write this [!--fmoblog--] change the [] for . I can not write as it should be, if I did a fmoblog would appear here in the comment.
OK?
Scratch that, I’ve got it, sort of.
no permission to write image. quitting … wp-content/fmoblog_pictures
You need write permission on those folders.
chmod 775.
i did that and still am getting that error.
i had to chmod to 777 to get it to work. thats not very secure is it?
I have installed it but on my page it always says:
“No pictures this month, please check out the archives.”
I have e-mailed it about 5 times, but it never shows anything, any help would be great.
If anyone has yahoo messenger and can help, my name is: tkvisions
Cheers
I am getting this now:
Warning: imap_open(): Couldn’t open stream {mail.ohwhatanight.info:110/pop3/notls}INBOX in /home/night/public_html/wp-content/plugins/fmoblog.php on line 128
could not connect to mailserver. quitting …
Have you set the update interval in WPadmin->options->fmoblog?
“could not connect to mailserver. quitting ‚Ķ” Exactly what it says, the email server do not respond try a little later.
As a test i set the update intervals to 1 minunte.
Still doesnt worh though
Everything seems to be going okay, but I too am getting the:
no permission to write image. quitting … wp-content/fmoblog_pictures
I’ve chmod to both 775 & 777 with no results. Any suggestions as to where else I might look to solve this problem?
Thanks again!
Great plug-in, works great. I was just wondering if there was a way to change the title “Latest in gallery” to something else?
Sure Travis check to fmoblog.php in line 337.
Thanks, worked wonderfully!!!
He Fred, had another question. Was wondering if there was a way to add a description to the pictures after you post them?
Just a note – I solved my problem.
Your script is hard coded so that if someone has their wp-content folder somewhere other than http://www.theirsite.com/wp-content/ they will get that error.
He Fred, had another question. Was wondering if there was a way to add a description to the pictures after you post them?
Hello.
I’ve installed fmoblog.
Almost everything works. But all “fmoblog pages and foto’s” are having the link:
http://www.myweblog.com/II This is my weblog II/wp-content/fmoblog_pictures/test.jpg
This “II This is my weblog II” appears everywhere. Only my “front-fmoblog” page is ok (http://www.myweblog.com/index.php?page_id=10)
How, and where can I remove the title of my weblog, so that my links will work properly?
Thanks very very much !!
Greetz from Holland
what would be cool is a function that the user can show a specific image in a post with a [!-–fmoblog_imgXX–-] and have that image show.
Brian-
That’s a good idea.
I am using your great plug-in at http://mblog247.com/
I want to have a VERY SIMPLE index page for cellphone browswers so I created a cell directory and placed both a html and a php index page in this folder. SO you can visit either
http://mblog247.com/cell/index.html or
http://mblog247.com/cell/index.php
EVEN if its hardwired code – can someone tell me what will the http://mblog247.com/cell/index.php page need to get rid of that error?
thanks
Harry
Harry-
I guess that you have the cell folder outside your wordpress installation and therefore the function cannot be found. The plugin requires that the script that requests the functions are inside the wp-installation.
Great plugin! While I’m a complete newbie at blogs and am just getting my first one set up, I’ve had no problems installing plugins. I think I’ve set your’s up correctly – it appears in both the sidebar and on a page, the only problem that I’m having is that no pictures show up (a minor detail)! I’m not seeing any error messages and it appears as if the pictures I am sending to the e-mail account are being received and then collected by fMoblog. After that, they just seem to disappear entirely. I installed ExecPHP too and that seems to be working just fine. Any other ideas?
Thanks!
Jeff-
Thanks, It would make debugging much easier for me if you could provide me with a link to your blog so I can see it for myself.
Wow, that was fast!
The blog is located at:
http://www.bassoonman.com/blog
Jeff-
You should put [!--fmoblog--] on a page of it’s own and not in the sidebar.
You shold put [?php fmoblog_get_latest(); ?] in the sidebar.
Thanks! I’ll try that.
Jeff
Fredrik, thanks for the update! I’ve modified the code to allow a user to pass in the imageID instead of a filename to show a single image. Makes it a bit easier now, since I don’t have to remember filenames, just get hte ID from the Pages that was created in step 8 of the installation process.
Fredrik, Travis had a good question. Is there a way to add descriptions to pictures from your blog instead of your phone?
hi fredrik. I lloked for a lot of days for an solution.
and I think your one is the best for my work.
I have two questions.
first: I have installed runPHP and execPHP. also i installed yor script. I installed open_imap, I have the mail account.
great. It works.
I send an mail. It will automaticly drop in the folder fmoblog_pictures & fmoblog_thumbs. It will show in the sidebar in “Latest from my moblog”.
but the overview page. nothing will happen.
what is going wrong ?
question 2:
is there an other way to send images to yor script without email ?
I like to have an gallery under ech normal post.
I am a photograher. and i wan’ to write about each shooting and want to show some pics like you do with your script.
please help.
kind regards
maxim
[Your host do not support the imap_open function in their PHP-installation.]
So do they have to switch something on to get it going
http://mightysplace.com/wordpress/
peter-
Yes they do need to switch something on.
Hi Fredrik looks like i cant do it, this is the reply i got from my host [ Unfortunately that script is not supported at this time. I would recommend using a system that does not require IMAP access to the mail servers.]
Hi! I have set up fMoblog at my blog, but it does not seem to work. I have tried to post to it several times, but nothing appears. Can you give me any pointers to what I can try?
No error messages?
1. Do you have the correct setup for your email server?
2. Check the update interval in admin->options->fmoblog.
3. Are you attaching the images in ther email message? No inline images.
Please read the FAQ.
1. Yes.
2. I have changed it several times, but it does not seem to help.
3. Yes. I have tried sending the pictures as MMS and email from my phone. I am not sure how the phone handles pictures in MMS, but I know they are acting as attachments when sending email.
Are there any ways to find out if the script runs or not (like a debugging tool)?
The problem was that the server didn’t have imap_open installed. So even though I think I know the answer to this question, but is it possible to use the moblog without using imap_open, or by using some other function?
Fred,
Great addition to v2.0!! I love the description addition!! Also, I saw the faq that the picture has to be an attachment. I’ve included my pictures in the message itself many times and it was added to my moblog. Just wanted to say THANKS.
Travis-
Thanks, yes it does work with inline too but it’s not what I recommend.
Hi Fred,
I use your plugin to send pics from my pocketpc. therefore i soon asked myself the question if your code allows to attach multiple images to the mail?
I tried to do that but only the first one showed up.
Maybee it might be something for the next version?
We could e.g. seperate the descriptions and titles like this:
#1# Description Image 1 #1#
#2# Description Image 2 #2#
Anyway thx for this great plugin which it already is at this time!
Jan-
Yes the plugin can only manage one picture at a time. And yes i’ts a very good idea for the next release. Thanks.
Hi,
I am testing out your plugin at the above address and have not been able to retrieve an uploaded picture although I know that the email has arrived at the specified address.
I just get the ”no pictures this month message”.
What could I be doing wrong?
neil-
Please read the install section above at #8. The fMoblog must be on a page, not in a post.
OK,
I have made a page but I still am unable to get any photos to show.
I have checked folder permissions.
My host runs imap_open.
Any clues?
Neil
[...] Okay, this is almost certainly going to get me into trouble at some point but I like this because it’s neat. I’ve just added the quite excellent fMobLog plug-in for WordPress which now allows me to e-mail photos I take with my camera phone directly to this web site so they appear to the right of this very post – automatically. As I have a habit of only taking very dubious photos with my camera phone then I can only being to imagine the chaos and wonder that will result when people discover that the photos I’m taking are ending up on this very web site. Enjoy. [...]
I really like your Plugin, Thank you! I use it for mi minidigitalcamera pics. I have just one question.
Is there a way to put a commentform under the pics, so that visitors can comment pictures. I mean a commentbox for every single picture, not for the whole fmoblog.
thanx
RHO-
No not at the moment.
Thank you!
Hi!! I have tested your plugin, and it’s great!! But I’m having some problem with adding description to my pictures. I¬¥m writing some text in the body ,#some text#, but only the image is showing up, any suggestions?
I’m using my SonyEricsson 750i.
Hi. Thank you fot the great plugin.
I got a question. Is it possibe to run the fMoblog if the IMAP server is different from the php server?
My host server does not support IMAP but my ISP supports it. Do I have to resign this awsome plugin?
ken-
No I’m sorry it is not possible, fMoblog require that PHP support IMAP.
Hello.
Thanks for the plugin. So far so good. But I do have one issue I can’t figure out.
I am new to WordPress and I have the plugin installed and working (grabs pics, etc), and in-fact I have the sidebar working as well. But when you click on the small pictures it is trying to open http://domainame.com/?page_id=&id=2, which for me opens the main site. Now I tried to make a page with the [!-fmoblog->] tag on it, but it just displays the tag when you go to that page.
So I guess my question is how do you get the small picture links to bring up the larger image? I know it’s something small I just can’t get it yet. Ideas anyone? Thanks!
Dave…
Ok well scratch the last question, just figured it out.
Dave Berzins-
The tag is
Hello,
Downloaded your plugin. Got it to display on the sidebar and it is uploading files. 2 problems I’m having. First let me say, I’m quite the novice @ this, still learning things, I’m a graphic designer so I have SOME exp @ web.
1). when the photos show in the sidebar… it creates a HUGE gap between the photos and my “archives” section… any ideas on how to eliminate that?
2). I’m having difficulty with the page… do I put inside the body of the page? I assume when you said create a page, you meant to create a new page from WP?
Any help would be greatly appreciated… I’ve tried other MOBLOG plugins and I have to say yours is thus far, very easy.
Many Thanks and Kind Regards,
Jason
Jason-
On some themes you must put the fmoblog_latest() inside li tags
Tried that… I got the page to finally work. But, however, I still have a huge gap if I place the fmoblog_latest before the “archives” or any other list. If I place it @ the bottom, it’s fine. But, I would like to have it @ the top… the “li” tag you told me to use didn’t help. *scratches head*
Thanks
Jason
There’s a file called fmoblog-manage.php in your installation package. What do we do with that???
managed to find out where managa.php goes… but i’m getting a fatal error Fatal error: Call to undefined function: get_option()
I’m getting the same problem. I put the fmoblog-manage.php into my admin folder. So the fmoblog manage function does work.
Any idea’s?
v.nice plug in btw!!!
hi, i seem to have a problem with permissions, it says something like ‘cannot write to wp-content/fmoblog, then when i refresh the message goes away. both folders are set to 755. also on the gallery page when i wrote the code, it just shows as text, no pics. sure its a dumb mistake from me but any info appreciated. ta.
fri-
Try to change the
edit ->
So the fmoblog manage function doesn’t work.
All files should be in the plugin directory.
Yep thats works
Cheers for your help
thanks for teh reply, seems to make no difference. i’ve just pasted the snip into the main page body is that right?! also it hangs the root page and the gallery page with a write-permissions error… should i change the entire wp-content to 755?
thanks for any help
http://taotonic.com/gallery/
hey I have been messing with your plugin and finally got it to pull email from my account. The only problem is when I go to gallery it displays
“Fatal error: Call to undefined function imagecreatefromjpeg() in (mywebroothere)wp-contentpluginsfmoblog.php on line 30″
and the image is posted again every time I refresh the page. and it shows only the little x for a placeholder. the picture is there as i can click on it though.
thanks for any help you can give
hoyter
hoyter.net
just an edit.
it appears that it is pulling the pictures correctly, it is not creatign the thumbnails though as there is nothing in the thumb folder
sorry for all the commenting
I found i was running 1.3 so i downloaded the new version 2.1? and it is still giving me the same issues but a few more. now it is still showing the little x instead of the thumb nail but the thumbnail no longer links to the full size picture
when I go to the manage page and try to upload an file i get
“Warning: unlink(../wp-content/fmoblog_thumbs/t_113368723655.jpg) [function.unlink]: No such file or directory in c:Hoyter.netwp-contentpluginsfmoblog-manage.php on line 104″
and when I try to delete and image, it deletes it from the list but gives me ”
Warning: unlink(../wp-content/fmoblog_pictures.jpg) [function.unlink]: No such file or directory in c:Hoyter.netwp-contentpluginsfmoblog-manage.php on line 103
Warning: unlink(../wp-content/fmoblog_thumbs/t_.jpg) [function.unlink]: No such file or directory in c:Hoyter.netwp-contentpluginsfmoblog-manage.php on line 104
hoyter-
It sounds to me that you don’t have the GD image library in your PHP installation.
I just discovered your great plugin but for some reason i can’t get pics to show (http://www.nyportfolio.com)
One other stupid question…in the mailserver setup…should it be the imap..pop or smtp address? I tried them all and I can’t get it to work…thanks!
D
[...] I added a mobile blog, moBlog (or a gallery of my mobile images) and you can find it on the sidebar under Pages. I’m using a self modified WordPress plug-in called fMoblog which is a fantastic plug-in that enables you to post mobile images via e-mail or through your WP Admin interface. [...]
[...] I tried to setup fmoblog but it requires the imap_open PHP function. I sent a little support inquiry and was told it’s not enabled for security reasons. Boo. Anyone know of a good moblogging plugin that doesn’t require imap_open? [...]
Hi, i’ve installed fmoblog. As you can see, the image doesn’t seem to show up. This is an image I emailed rather than MMS. With MMS for some reason it doesn’t grab the file from the server. I logged into webmail and it’s still sitting there. The file is as an attachment. Thanks in advance, Ainslee
love the script… but one little problem (prob not but its worth a try right?)
so ive looked around and cant find any information regarding my issue.
i can successfully email myself images and they do display on a page. but is there anyway i can have it create a new post on the frontpage with that one image?
please help me solve my problem! thank you very kindly in advance… tom.
btw: links.
script dir: http://infinitetwo.com/blog_alone/
page file: http://infinitetwo.com/blog_alone/?page_id=68
love the script… one little issue though.
ive looked around the site and googled my problem but cant find anything. please help.
i want to display the picture i send as a post and not just one one page. how can this be done?
please let me know, thank you in advance…
btw: links…
blog dir: http://infinitetwo.com/blog_alone/
page file: http://infinitetwo.com/blog_alone/?page_id=68
[...] „ÇDŽŮ„ÇDŽŮ„ÅØ„Åì„ÅÆ„ÄÅ”WP-DBManager 1.00 ÔºàDatabase Manager For WordPressԺⓄŮ„ÅÑ„ÅÜ„Éó„É©„Ç?„ǧ„É?„ÇífMoblog„Å®„ÅÑ„Å܄ɢ„Éñ„É?„Ç?„Éó„É©„Ç?„ǧ„É?Ôºà„Åì„Çå„ÅØÁµê±ÄIMAP„ÅÆ‰?øÁî®Áí?¢ɄÅ߉?ø„Åà„Å™„Åã„Å£„Åü„ÅåÔºâ„ÇíÂ?éÂÖ•„Åó„ÅüÈöõ„Å´„ÄÅÂêåÊôDŽŴ‰?ø„Å£„Ŷ„ÅÑ„Åü„ÄÇ„Åß„ÇÇ„Äʼn?ï„ÅÆ„Åü„ÇńŴ„ÅÇ„Çã„ÅÆ„Åã„Ű„Å£„Å®„ÇÇËߣ„Çâ„Å™„ÅÑ„Åß„ÅÑ„Åü„ÄÇ [...]
[...] Den fMoblog hab ich beim MiDiCa-Blog benutzt und auch das ist eigentlich nicht was ich suche. Dieser hat zwar die gew?ºnschte Thumbnail Gallery, jedoch nur Kommentarm??glichkeit unter allen Fotos und nicht f?ºr jedes einzelne,… . [...]
Hey Fredrik, I just reinstalled fmoblog on my WP 2.0 install. Plugin activated and I was able to successfully upload the image, but I can not get the page created. I added the required page tag, but it seems to ignore it with the new editor. Got any suggestions?
Hey what do I need to do in order to get my sidebar.php and gallery pages to have the same size thumbnails with different proportions of course? Exactly like it is here.
Could you implement this on next versions ?
http://www.huddletogether.com/projects/lightbox/
[...] „ÄÄ„ÄÄ fMoblogÔºåÂèØ‰ª•ËÆ©ÊâãÊú?Áõ¥Êé•ÂèëÈÄÅÂõæÁâáÂà?Blog‰?äÔºåËá™Âä®ÁîüÊàêÁº©Áï•ÂõæÂ??‰?îÂ?íÁ±ªÔºåÂæàÈÄÇÂêàmoblog„ÄÇ mobile moblog ÊâãÊú? [...]
Juan Antonio-
I could sure do that.. if I could find a reason.
Is there an update for WordPress 2 on the way?
In regards to: “Hey what do I need to do in order to get my sidebar.php and gallery pages to have the same size thumbnails with different proportions of course? Exactly like it is here”
It looks like all your images were of the same size when they were uploaded to the fmoblog. Is there a parser called to resize the images once fmoblog takes them, or does it only reduce by a percentage of the original when it creates a thumbnail? Reason i’m asking, I just want to know if I should keep all my fmoblog stuff at the same size so that I have a neat presentation on my sidebar and fmoblog page.
Yes I do upload the images with the same witdh height ratio.
Well I do not know if you will find a reason
but making the script more customizable to be use for all the “fans” is not a bad idea… I like the way that script shows it in big resolution
You are not attach to the height/weight desing on the WP theme…
Don’t you think you should give the original author of the actual imap/pop3 program the credit? Semsi or simse was the original name from whence the code came (even the same variables are used)
You should really give credit to the original simsi author. If you don’t, I will expose you on the wordpress forum.
first i must say that this is an awesome idea. some parts broke, missing… after a while i decided to mod it… and have done so quite a bit so far.
if anyone is interested my blog url is :
http://infinitetwo.com/getmegone/
example of post here :
http://infinitetwo.com/getmegone/01-20-2006/Buy-My-Car-Please/
what i changed was the posting to a page, i made it as a post instead. also adds it to a category and all that jazz…
most of the backend php code is direct with my server information. some rather. i will add config options as a menu so everyone can use it like i am.
(Fredrik Fahlstad: if you want to see what i have mod’ed ill send you a copy first. dont want to step on anyones toes here)
tom mcginn-
Cool, you may change as much as you like. I’m glad it’s a handy plugin.
Is there a way to get this to work with SprintPCS phones?
Mal-
I’m sorry but I have no idea.
[...] * Author: Fredrik Fahlstad * Plugin Site: http://www.fahlstad.se/wordpress/plugins/fmoblog * Author Site: http://www.fahlstad.se * Compatibility: WP 1.5 * License: GPL * Download URL: http://www.fahlstad.se/wp-content/downloads/fmoblog_1_3.zip [...]
[...] Fahlstad.se » fMoblog fMoblog is a moblog plugin for WordPress 1.5.x which enables the user to post images and a description from a cell phone. Pictures can also be uploaded by email. Creation of thumbnails is automatic and the image are displayed in a image gallery sorted by month. A dropdown list makes it easy to change month to display. Please check out my own moblog for a demo. fMoblog is valid XHTML. [...]
Hello,
This seems to be a great plugin for WP. But, I’m having some trouble setting it up.
When I try to upload through the WP admin I get the following error:
Warning: move_uploaded_file(../wp-content/fmoblog_pictures/greenaaron.jpg): failed to open stream: Permission denied in /home/doughboy/aspears-www/asBlog/wp-content/plugins/fmoblog-manage.php on line 71
Warning: move_uploaded_file(): Unable to move ‘/tmp/phppl5h7t’ to ‘../wp-content/fmoblog_pictures/greenaaron.jpg’ in /home/doughboy/aspears-www/asBlog/wp-content/plugins/fmoblog-manage.php on line 71
ERROR: Unable to upload file.
Warning: imagecreatefromjpeg(../wp-content/fmoblog_pictures/.jpg): failed to open stream: No such file or directory in /home/doughboy/aspears-www/asBlog/wp-content/plugins/fmoblog-manage.php on line 23
Warning: imagesx(): supplied argument is not a valid Image resource in /home/doughboy/aspears-www/asBlog/wp-content/plugins/fmoblog-manage.php on line 25
Warning: imagesy(): supplied argument is not a valid Image resource in /home/doughboy/aspears-www/asBlog/wp-content/plugins/fmoblog-manage.php on line 26
Warning: Division by zero in /home/doughboy/aspears-www/asBlog/wp-content/plugins/fmoblog-manage.php on line 28
Warning: imagecreatetruecolor(): Invalid image dimensions in /home/doughboy/aspears-www/asBlog/wp-content/plugins/fmoblog-manage.php on line 29
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/doughboy/aspears-www/asBlog/wp-content/plugins/fmoblog-manage.php on line 30
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/doughboy/aspears-www/asBlog/wp-content/plugins/fmoblog-manage.php on line 31
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/doughboy/aspears-www/asBlog/wp-content/plugins/fmoblog-manage.php on line 32
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/doughboy/aspears-www/asBlog/wp-content/plugins/fmoblog-manage.php on line 33
Warning: imagecreatefromjpeg(../wp-content/fmoblog_pictures/.jpg): failed to open stream: No such file or directory in /home/doughboy/aspears-www/asBlog/wp-content/plugins/fmoblog-manage.php on line 40
Warning: imagesx(): supplied argument is not a valid Image resource in /home/doughboy/aspears-www/asBlog/wp-content/plugins/fmoblog-manage.php on line 43
Warning: imagesy(): supplied argument is not a valid Image resource in /home/doughboy/aspears-www/asBlog/wp-content/plugins/fmoblog-manage.php on line 44
Beller-
Change the permission for the upload folders to 755.
I did. I Ftp’d to my site through the terminal and ran the chmod command. Chmod 755 . Do i have to do the whole wp-content directory? Thanks for the quick response
Beller-
No just set permission on fmoblog_thumbs and fmoblog_pictures. All this can be found in the installing and FAQ above.
i have installed fmoblog on a site http://www.tonybatman.com
and it used to work just fine then one day the images stopped being “clickable” (i can still upload and see the thumbs)
..i have evne tried switching themes and added the code but cannot seem to get it back the way it was (perfect).
any suggestions?
never mind i fixed it…
my stupid mistake
its late i am tired …sorry for the post
[...] http://www.fahlstad.se/wordpress/plugins/fmoblog/ [...]
Has anyone been able to successfully get INLINE image in MMS messages to save using imap_open?
worked out the initial problem was a gallery2 installation and calling the fMoblog page gallery…
now its uploading pics from ‘manage’ in wordpress2 but say if I upload an image called cmb125.jpg with a title ‘tester’ then in the online ‘fmoblog_pictures’ folder it appears as ’11401533374961.jpg’ and doesnt come up on the display page at all. meanwhile if i try to delete the image from the manage section, it gives the errors: ‘Warning: unlink(../wp-content/fmoblog_pictures11401533374961.jpg): No such file or directory in /home/taotonic/public_html/wp-content/plugins/fmoblog-manage.php on line 103′. is it missing a ‘/’ after the fmoblog_pictures’ folder or sth? any suggestions appreciated…
[...] Galerie photo fmoblog [...]
I have installed fmoblog and I get no errors, but it does not seem the script checks the email. Any pointers to what I can try to make it work?
tried everything, installed the plugin, activated it, set up a dedicated email account, created the page etc.
when I send an email to this account, it shows up there (as planned) but then the plugin grabs the email (also as planned) and sends it into nirvana (NOT as planned) – no traces in any of the created directories and (of course) not on the wordpress page as well.
not a single image ever made it to the page, which can be found under “Fotos von unterwegs”.
Any idea?
Thanks for your help!
Addendum: Direct upload via WordPress/Manage works great, but it seems that everything sent by mail is considered not to originate from $ALLOWED_SENDERS (which is currently set to @).
Please advise.
Spacecaptain-
Please download again, I have made some changes.
Fredrik,
thanks for the update, unfortunately it still does not work. I don’t get any error messages (and manual upload using WordPress/manage still works well), but all emails sent to the “secret” account dissapear.
It seems that your plugin checks the account, and then deletes the whole email without processing it. I know that the email reaches the account (because I have set up a automatic CC: for this account to another account for testing purposes). Image is attached (no inline) and everything seems to be ok, except that the images do not show up on the WordPress page.
Does your script inlude some check for allowed senders? If yes, can I switch it off?
My WordPress installation is completey standard, no other paths, just a few translation changes.
Thank you for your kind help.
By the way, I am running WordPress 1.5.2
Hi Fredrik
Your moblog rocks. All i would like to ask is if there is anyway for the pictures to be resized, as the full pics currently are too big for my main page and cover up the side bar. Any ideas?
I have a quick question. I’m setting up a WP2 blog and am interested in this plugin. Reading through the installation instructions I came across “Please consider that running PHP code within posts is a security risk.”
Isn’t WordPress running php within posts all the time? Would this script be any less secure than using PHP to pull data from SQL? Sorry if this is so simple that its eluding me, I’m just trying to understand if I’m opening any security holes with this plugin.
Thanks in advance.
[...] Hab auf fahlstad.se ein sehr interessantes Mobblog-Script entdeckt, muss ich demn?§chst mal ausprobieren: Fahlstad.se ¬ª fMoblog [...]
I’m having the same problem as spacecaptain. The email gets sent from my phone fine, shows up in the email fine, is retrieved from the email fine bt fMoblog, deleted from the email server, but no image ever gets added to fMoblog. Adding an image manually through the manage function works fine.
Well i’m not certain, but based on what i’m seeing through trial and error with heavy use of debug statements, fMoblog simply doiesn’t work properly with how my phone sends picture mail. My provider is Sprint and i’m using a Samsung a900 phone. It works fine with Flickr but doesn’t seem to work here. I’d much rather use fMoblog if theres anyway to get it working, but for now it looks like i’ll have to go back to Flickr
Sorry to flood the comments but wanted to let you know what I found. In the end what I found was the problem was the way the Sprint picture mail works. The image is NOT attached, but rather an HTML email is sent to the email address containing a standard img src markup tag pointing to the image on the Sprint Picture Mail website. Hence the reason fMoblog doesn’t parse it properly.
I’ve pretty much totally rewritten the mail handling code in fMoblog, and I still have more code to write to handle descriptions properly, but I do now have it working on Sprint picture mail. Its very specific to Sprint picture mail though so won’t work on anythign else. However if there is anyone else out there who uses Sprint, i’d be more than happy to share the code with Fredrik.
Hey Fredrik….
I installed this today.. and everything seems to work ok except 2 things…..
one… the descriptions don’t show when I email from my phone… I put everything between # signs and still nothing….
two… I can’t get my sidebar to show the latest image… I put in the code [?php fmoblog_get_latest; ?] in my sidebar.php.. but it seems to not be working…. and I did put in the runPHP plugin and made sure the runPHP box is checked in the page I created… any ideas?
An excellent plugin!…however, I am facing one problem. As far as I can see, it has not been brought up in the communciation above. The first and second time I sent to my blog (from a Nokia phone) appeared perfectly correct. After that, nomatter what I try, it will not update with additional images. I originally used RunPHP and has now installed ExecPHP, but with the same result. I do not know if my provider supports imap_open () , but considering it worked at first, I presume they do. There are no signs of error, just no updates to the moblog page. Would greatly appreciate your comments.
Does the moblog work with the newst WordPress 2.0.2?
Hello,
I’m a huge moblog fan and i always wanted to have one for my own. So i installed fmoblog and set the permissions for the folders. But still i get de message “no permission to write image. quitting … wp-content/fmoblog_pictures”. What can it be? Where can i fix the problem? In fmoblog-manage.php, change the $PICTURE_FOLDER = ..//wp-content/fmoblog_pictures/? My weblog is in de following path: weblog/wordpress/wp-content/fmoblog_pictures.
Thank u!
Chris
Chris-
Check your permissoin again, some ftp programs doesn’t get it right.
The path is correct, perhaps your webhotell does not allow these kind of file manupulations. Check with them.
Fredrik
I Checked the permissions and tried another program but the problem is still:
Warning: unlink(../wp-content/fmoblog_pictures/.jpg): No such file or directory in /www/nl.klicked/public_html/weblog/wordpress/wp-content/plugins/fmoblog-manage.php on line 103
Warning: unlink(../wp-content/fmoblog_thumbs/t_.jpg): No such file or directory in /www/nl.klicked/public_html/weblog/wordpress/wp-content/plugins/fmoblog-manage.php on line 104
This is when i delete a file in the fmoblog admin. When i trie to uload the file it says upload succesful. In the frontend i get de same error with the permissions.. en no image. Same story with sending with my mobile.
Great plugin! Got it installed, the images are showing up in the side bar, though Im having the same problem as Chris was last October. When I click on a thumbnail from the sidebar it goes to the blog homepage. I have setup a page for the moblog and put in . Im sure Im missing a really simple step, but I just cant figure it out.
If anyone has any advice, Id love to hear it!
Thanks again for this great pluin!
whoops, above I wanted to say I have added the less than exclamation dash dash fmoblog dash dash greater than piece of code.
[...] I’ve upgraded WordPress to version 2.02, and all is working great. I’ve ditched rumgallery in favor of fGallery, as it seems more stable, and more recently worked on. Fredrik helped me out by modifiying some CSS problems, and all is happy! Additionally, I’ve started using fMoblog to manage photos I take on the road with my cell phone. Pretty neat stuff. Also, alas, the digg script in the sidebar is gone. [...]
Hi!
After a little bit of tinkering i got your plugin to work. Love it!
But im missing a feature. I would like to have my moblog posts to be posted in my blog as a standard post, and that you could choose in wich category the moblog post should fall under.
Hope you understand my thoughts. Im not that good at english. Maybe we shoud discuss it in swedish
regards
/Patrik
Hi !
I’m having a few problems aligning the latest thumbnail, I would like to align it to the right, but it keeps coming up in the centre
Can you help!?
If you look at my site you’ll know what I mean, I want it to look like a Polaroid picture
Regards
Nap
ermm.. i tried everything.. all i get when i upload image from.. the wpadmin -manage- fmoblog is
ERROR: Unable to upload file.
Thats all?? i dont get it why.. i followed exactly as the instruction said..
plz help..
Saran-
First of all you have
on your fMoblog page, this is wrong it should say. Check permissions on your folders.Thanks! Better than running Gallery with integration plugin for my use.
Some install trouble for me: Crashed during activate, caused by wp-admin/upgrade*.php was deleted.
And why would anyone do that? I thought I was beeing safer when deleting files I thought was only used to upgrade to 2.x
hi fredrik,
its me again
the one who want to change so much on your script.
what I try to whant is to send .3gp video files via mail to the script.
I have a good quicktime embed code to display the files on a website.
I failed to mofify the script.
I replace all .jpg with .3gp
replace the img tag with the embed tag.
the big problem ist the automatic thumbnail and rezise function.
do you see a way to modify the script for using it with video files ?
kind regards from germany
maxim
I installed the plugin, but I don’t get any response.
The page only shows “No pictures this month, please check out the archives.”
I tried to write a wrong mailserver address, but I don’t even get an error message.
small info update: I tried to put an echo in the function fmoblog_getmail() and it doesn’t print out. Seems that it doesn’t run the function at all…
Is this plugin not working for anyone else in the new wp update?
In the plugins page it seems to fill the screen with the plugin code, although it seems to still pump out the pictures.
I also would like to integrate Lightbox into this excellent moblog software. I’m using the Lightbox plugin for WP that automatically changes all links to images to Lightbox popups.
All I need to make this work is for the thumbnails to link directly to their full size counterparts. I have been tinkering with the PHP, but I can’t figure it out. Is this harder than it seems? Any help is appreciated.
Great work, Fredrik. Really love your stuff.
Well I finally got this working. Was pretty simple, actually. The solution, for anyone else wondering how to use this with Lightbox, is to change line 300 from:
$fblog .= "imgid'>to:
$fblog .= "sixfourdata' rel='lightbox'/>You also need this Lighbox JS WP plugin installed. One very nice benefit of this method is it enables you to run fmoblog on your front page, as a post, basically converting a wordpress install into a standalone moblog.
Thanks again for the great plugin, Fredrik.
Wow, that code didn’t come through at all (I did use the code tag). Oh well, hopefully you can still figure it out.
Great work with the plug-ins! The fMoblog plugin works fine if I upload an image from the WPAdmin—>Manage—>fMoblog; however, if I send an image (attached) via e-mail it does not download put it up on the page. In fact it doesn’t even check the mailbox for new messages.
I know you’re busy with other things as the last time you checked this page was a little over two months ago, but if you get a chance just a quick look would be nice….
Thanks!
As of the not checking email, plese take a look at the requriments, you need imap_open in your PHP installation and GD library for the image proccessing. Check with your web hotel.
lvlolvlo: Yup, you are right.
maxim: Not at the time.
Jeremy: Thanks.
Exactly the plugin I have been looking for the past couple of weeks! Great!
I have some problems sending email from my phone, but that is not something I expect you to help me with.
I’ll figure that one out myself…
What I do seem to have some problems with, are receiving mail from my gmail-account. (Made one dedicated for this purpose).
Tried editing this line in fmoblog.php:
if (! $mail = imap_open( “{” . $MAIL_SERVER . “:110/pop3/notls}INBOX”, $MAIL_USERNAME, $MAIL_PASSWORD))
to this:
if (! $mail = imap_open( “{” . $MAIL_SERVER . “:995/pop3/ssl/novalidate-cert}INBOX”, $MAIL_USERNAME, $MAIL_PASSWORD))
To try to connect to the POP-SSL service of Gmail. But so far I seem to have no luck. Are there any way to enable debugging, so I could easily see where it fails?
I finally found out!
The sollution was so simple, I am ashamed not to have seen it. But to cheer myself up, I have discovered hundres of others with the same problem while using google. So I’ll just have to start posting in forums to help others now.
The sollution was simply to use ‘@gmail.com’ after my username. It won’t accept only “username”, one must juse “username@gmail.com” =)
Well, now it’s all up-and-running. And I’m loving it.
One question though; Is it possible to get the plugin to display the Title, and maybe also the description, underneat the picture in the Sidebar?
Would love that
Thanks for this great plugin! I have searched and searched a long time. I knew exactly what I wanted, and what kind of functions. Suddenly I found your plugin, and you saved my day!
Sorry for spamming you like this. But if I may request some other feature for the next version, I would say some kind of commenting-feature would be nice. Maybe just use the one already in WordPress, by simply integrating it in the script somehow? … I’m no programmer, so I’ll leave that one up to someone who knows what they’re doing.
Thanks again!
// J??rn
Hi!
I can’t get the email to work. When I’m activate exec-php, I get this error message: Parse error: parse error, unexpected ‚Äò[‚Äô in C:homekunder6821mathias.zetterfeldt.sewp-contentpluginsexec-php.php(45) : eval()‚Äôd code on line 9. What does th?°t mean? Is that the problem why I can’t get the email message right? It seems that fMoblog never checks the email…
Everything else is working…almost..when I click on a thumbnail (which I uploaded in the admin part of WP) I get the big picture, but my sidebar is under the page…not right of the picture as it should be…
Can somebody, maybe Fredrik help me out?
Mathias : check with the exec-php plugin creator.
Greetings! Your site has very much impressed me. I wish to share with you beautiful things. Look here http://www.settune.com there is a tremendous picture! Excuse for troubling, if it is not pleasant to you.
Hi Frederick,
Killer plug-in! I’ve made it past the hard part and everything is installed and running. Before I get my site up and running i’d like it to look like your fMoblog sample site with the photos lining up in a horizontal row. On my site they just stack up in vertical columns. How can I make my blog look like yours. Here’s what i have so far:
http://www.irenec.com/wordpress/?page_id=3
Thanks so much ahead of time for your help!
Hi Frederick,
Great plug-in! I love it. I’ve gotten past the hard part – everything is installed correctly and running no problem. My question is do I get the images to line up horizontally like on your sample fmoblog site? My photos line up vertically and my page will get awefully long if they keep stacking vertically rather than across the page. I would really appreciate your help!
sorry I missed a word in my question –
HOW do I get the images to line up horizontally like on your same fmoblog site?
I apologize for the multiple comments.
Scratch those comments…i got it to work. Some html hid in my page creation that I couldn’t see. Thnx. -Willy
I have problem,
WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_images ADD PRIMARY KEY id (id)
[...] Finally… I found a good moblog script for wordpress. Check out the new moblog here. There’s just two test images in there at the moment. I am having some problems with manual upload, but it really doesn’t matter cause I upload them all from my sidekick. I had so many problems with the other plugins. This one I just had to email my host and ask them to turn imap_open on for me. The link to the new and old moblog is on the sidebar. [...]
Hej Fredrik jag t?§nkte test din fmoblog men har fastnat.
Jag har ett webbhotell hos one.com och nu ?§r det inst?§llningarna jag ej fattar
Mailserver vad ska det st?• d?§r ? om det ej ska vara ?§nns email ska det vara pop3 eller smtp n?•got ? Och sedan ska jag skriva in anv och l??sen till ftp ?
Hopps p?• svar
Super easy install and a wonderful product! Thank you for it!
hi there,
my WP can’t seem to find the options page. Is this my own fault or just something else?
thanks,
jordan
Quick fix for the thumnail display in the manage page. If you have your WP installed in a subdirectory instead of the server root the thumbnail images are broken. I fixed it by changing line 203 in the fmoblog-manage.php file from:
"sixfourdata'>to
"sixfourdata'>Nice module by the way. Is there any way to have the photos automatically go into a post instead of collecting in a gallery?
Thanks!
— Dan
Hi, I have seen a few users with this same issue. All of the answers point to permissions, BUT1 that does not add up. Like in my issue and some others, the script works fine with some images, but does not post thumbs ofr slighly larger images. I feel pretty strong that the issue is in the code, not allowing the thumbs to be created for images larger than a certain size.
See below:
Hi,
Very nice work on this script. It is just what I am looking for.
I have installed it on a couple of different domains, but I get the same issue no matter what I do. I can upload some images just fine, but some that are just a tiny bit larger will not produce a thumbnail. They still upload, and the larger images is there if you click on the thumb placeholder, but it brings up some error codes each time I try to post a larger images format. It appears to be a highth and width issue more than a file size issue. None of these imagea are more than about 60K, but the ones that do not produce thumbs are just a little wider format I guess.
here is the site, you can see what I mean, if you click on the x’s where the thumbs should be.
http://kgb.texttoweb.com/?page_id=3
Here are the errors that are produced whenever I upload a pic much lager than 500 pixels wide:
Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: ‘wp-content/fmoblog_pictures/11651611499433.jpg’ is not a valid JPEG file in /home/httpd/vhosts/texttoweb.com/subdomains/kgb/httpdocs/wp-content/plugins/fmoblog.php on line 30
Warning: imagesx(): supplied argument is not a valid Image resource in /home/httpd/vhosts/texttoweb.com/subdomains/kgb/httpdocs/wp-content/plugins/fmoblog.php on line 32
Warning: imagesy(): supplied argument is not a valid Image resource in /home/httpd/vhosts/texttoweb.com/subdomains/kgb/httpdocs/wp-content/plugins/fmoblog.php on line 33
Warning: Division by zero in /home/httpd/vhosts/texttoweb.com/subdomains/kgb/httpdocs/wp-content/plugins/fmoblog.php on line 35
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/httpd/vhosts/texttoweb.com/subdomains/kgb/httpdocs/wp-content/plugins/fmoblog.php on line 36
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/httpd/vhosts/texttoweb.com/subdomains/kgb/httpdocs/wp-content/plugins/fmoblog.php on line 37
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/httpd/vhosts/texttoweb.com/subdomains/kgb/httpdocs/wp-content/plugins/fmoblog.php on line 38
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/httpd/vhosts/texttoweb.com/subdomains/kgb/httpdocs/wp-content/plugins/fmoblog.php on line 39
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/httpd/vhosts/texttoweb.com/subdomains/kgb/httpdocs/wp-content/plugins/fmoblog.php on line 40
Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: ‘wp-content/fmoblog_pictures/11651611499433.jpg’ is not a valid JPEG file in /home/httpd/vhosts/texttoweb.com/subdomains/kgb/httpdocs/wp-content/plugins/fmoblog.php on line 46
Warning: imagesx(): supplied argument is not a valid Image resource in /home/httpd/vhosts/texttoweb.com/subdomains/kgb/httpdocs/wp-content/plugins/fmoblog.php on line 49
Warning: imagesy(): supplied argument is not a valid Image resource in /home/httpd/vhosts/texttoweb.com/subdomains/kgb/httpdocs/wp-content/plugins/fmoblog.php on line 50
Can you please provide some assistance?
Thanks,
Dave Beightol
oh yes, you can post to it with this address:
k@t2w.us
thanks
Hey, love your script works really well! Was using Mafia, but had some problems so moved it over to Fmoblog, just a few issues that hopefully you can solve!
1. Is it possible to simply display all the pictures on the one page, instead of using the calender system, so say 20 images per page, and you simply go thought the pages
http://joi.ito.com/moblog/
2. To be able to use Permalink
Hopefully you can help me out
[...] http://www.fahlstad.se/wp-plugins/fmoblog/ [...]
I’ve installed per instructions. I also have runPHP installed. fMoblog is not retrieving from server.
Here is my error message.
Warning: imap_open() [function.imap-open]: Couldn’t open stream {mail.slablog.net:110/pop3/notls}INBOX in /home/slabalb6/public_html/wp-content/plugins/fmoblog.php on line 128
could not connect to mailserver. quitting …
my web page is http://www.slablog.net
Go to the right sidebar and click on blog photos
I have looked at my server PHP setup but really don’t know if it has imap and GD Library. Can you check it with ‘info.php’ and tell me?
Thanks
Okay, I tinkered around until I finally got it to work. It didn’t say anywhere, but I figured out I had to add/change the server,user,pw parameters in the fmoblog_manage.php file. Then I also had to change the permissions to 777 in the pictures and thumbs directories. What a puzzle! But once I got it working it was sweet. Thanks!
[...] In case anyone was wondering the last couple of posts have been me trying to figure out my new cell phone features of blogging by remote. I had to download and install the FMOBLOG plugin for WordPress so that I can just send a photo in an email to an email which is used only for the purpose of posting pictures. I then have to email, in regular text, a code of PHP code so the picture will appear in a post. Otherwise one would have to look at thumbnails in the sidebar and click on one to see the large image that would be associated with an email post. WHEW! [...]
[...] fMoblog Idag hittade jag även en annan moblog-plugin till WordPress, kallad fMoblog, som är skriven av en svensk. Det borde kanske fungera bättre med MMS:en från Telenor, så jag tänkte jag skulle prova på det också. Att supportsidan är snygg och utvecklaren verkar stå för ett flertal andra praktiska WordPress-plugin förämsrar ju inte heller saken. [...]
HI
This plugin doesn’t work for me. I tried going into the Admin page and I get a 404 so I copy the fmoblog_options.php file into wp-admin folder and then I get Fatal error: Call to undefined function get_option() in /home/.chasm/neopangea/jmrpub.com/blog/wp-content/plugins/fmoblog_2_1/fmoblog_options.php on line 6
What am I doing wrong?
post made with fmoblog would be like normal post which made with pc?they’ll be in pages like regular post or i need to put some codes every time?whenever i mail, the post would be published or what? thanks for any answer.
Hi, it will be nice if I can get this to work, but I am getting a database error. Any help will be appreciated. I am running the latest version of WP.
Thanks,
Javy
The database error is this (Sorry forgot to include in first post):
WordPress database error: [Table 'db199431877.wp_images' doesn't exist]
SELECT * FROM wp_images WHERE date LIKE ‘%2007-06%’ ORDER BY imgid DESC
WordPress database error: [Table 'db199431877.wp_images' doesn't exist]
SELECT DISTINCT DATE_FORMAT(date,’%Y-%m’) as dates, count(date) as counts, imgid FROM wp_images GROUP BY dates ORDER BY imgid DESC
It’s the first time i ran through your site and I found it very informative and interesting. Nicely done! when plane is table it will compute boy
I enjoyed reading your stuff. Cool site. chair can increase pair
[...] fMoblog [...]
Two thumbs up!!! to anticipate opponents you should be very white
Your website is wonderfull. I’ll come visit again. when plane do plane love
You have some really cool stuff at your site. I’m sure gonna come back here. standard grass is always universal grass
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
50 ?? WordPress ????????…
?????? – Aniga Gallery – Batch Image Uploader – Duh Gallery – ImageManager – WP Image Gallery – fMoblog – Pop-up Image Gallery – PhotoZip – PictPress……
[...] fMoblog [...]
[...] fMoblog [...]
[...] fMoblog – Te posibilita publicar imágenes y su descripción desde un celular. [...]
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
[...] Jag försöker fixa så att jag kan blogga via MMS men det går inte speciellt bra, så nu tror jag att jag ger upp för idag. Har kikat på flera olika plugins men inte hittat något som funkar som jag vill. [...]
[...] Domain Mirror – плагин позволÑющий управлÑть уÑтановкой wordpress в другом домене. Download Counter – плагин Ñчитающий количеÑтво загрузок Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ блога или Ñайта. Email Users – плагин позволÑющий раÑÑылать пиÑьма зарегиÑтрируемым пользователÑм. Enforce WWW Preference – Ñовершает 301 редирект (домены Ñ http://voozzy.com и http://www.voozzy.com) Excerpt Editor – плагин позволÑющий автоматичеÑки наÑтраивать выдержки-резюме Ñтатей. FeedBurner FeedSmith – плагин Ð´Ð»Ñ RSS, позволÑющий проводить подпиÑку на фид вашего блога через Feedburner. Fix Database – плагин проверÑющий базу данных WordPress на наличие ошибок и уÑтранÑющий их. Genki Pre-Publish Reminder – позволÑет пиÑать Ð½Ð°Ð¿Ð¾Ð¼Ð¸Ð½Ð°Ð½Ð¸Ñ Ð²Ð¾ Ð²Ñ€ÐµÐ¼Ñ Ð½Ð°Ð¿Ð¸ÑÐ°Ð½Ð¸Ñ Ñтатей, например о категориÑÑ… которые нужно Ñоздать Ð´Ð»Ñ Ñтатьии пр. Google Analyticator – вÑтавлÑет код от Google Analytics в каждую Ñтраницу Ñайта. Google Sitemaps Generator – плагин Ñоздающий sitemap Ð´Ð»Ñ Ð±Ð»Ð¾Ð³Ð° на WordPress. GT Post Approval – плагин добавлÑющий в админку блога кнопки “подтвердить” “отменить” Ð´Ð»Ñ Ð±Ð»Ð¾Ð³Ð¾Ð² Ñ ÑоавторÑтвом. Instant Update – обновлÑет WordPress до Ñвежей верÑии одним кликом. Just Unzip – позволÑет загружать ZIP-файлы в окно Ð´Ð»Ñ Ð½Ð°Ð¿Ð¸ÑÐ°Ð½Ð¸Ñ Ñтатей, Ð½Ð°Ð¶Ð¸Ð¼Ð°Ñ ÐºÐ½Ð¾Ð¿ÐºÑƒ Just Unzip – раÑпаковываем и аÑÑоциируем Ñ Ñ‚ÐµÐºÑƒÑ‰Ð¸Ð¼ поÑтом. Khanh’s Instant Notepad (KIN) – плагин добавлÑющий запиÑную книжку в админку блога. Leprakhauns Word Count – Ñчётчик Ñлов в Ñтатье. Mass Post Manager – позволÑет удалÑть вÑе Ñтатьи в категории за один клик. Mutliply – плагин позволÑющий админиÑтрировать Ñразу неÑколько блогов. NextGEN Gallery – добавлÑет галерею картинок в админку блога. OneClick Install – мощный загрузчик и уÑтановщик плагинов или тем, которые загружаютÑÑ Ð² запакованом виде и требуют разархивации. Page Link Manager – позволÑет легко перемещать и прÑтать Ñтраницы. Permacop – позволÑет делать редирект Ñтраниц блога на другие URL. Post2Page – плагин позволÑющий приÑваивать новые URL, например, еÑли Ñтраничка была удалена, а у многих Ñтоит ÑÑылка на вашу Ñтраницу, то можно приÑвоить другой Ñтраничке название прежней. PlugInstaller – плагин помощник в уÑтановке и раÑпаковке новых уÑтанавливаемых плагинов. podPress – плагин Ð´Ð»Ñ Ð¿ÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ð¹ подкаÑтов. Search and Replace – ищет во вÑех ÑтатьÑÑ… блога заданную фразу и заменÑет её. Share This – плагин кнопок Ñоциальных закладок. Simple Pop-up Images – при клике на превью картинки во вÑплывающем окне выводит полное изображение. Site Unavailable – позволÑет отобразить Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ñ‚ÐµÐ»ÐµÐ¹ что Ñайт временно не работает! Ðо не Ð´Ð»Ñ Ð°Ð´Ð¼Ð¸Ð½Ð°. Throttle – мониторит нагрузку на Ñайт и отключает во Ð²Ñ€ÐµÐ¼Ñ Ð¿ÐµÑ€ÐµÐ³Ñ€ÑƒÐ·Ð¾Ðº не ÑущеÑтвенные процеÑÑÑ‹. Wikipedia-NoFollow – добавлÑет атрибут NoFollow в гипер-ÑÑылки на Wikipedia. WordPress Mobile Edition – упрощает вид блога Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ð½Ð° КПК. WordTube – плагин позволÑющий проигрывать видео Ñохранённое на Вашем хоÑтинге также Ñодержит Flash-плеер. WPAds – позволÑет “развешивать” баннеры и текÑтовую рекламу в любом меÑте вашего блога. WP-Custom Login – позволÑет менÑть изображение в админÑкой чаÑти Ð´Ð»Ñ Ð·Ð°Ñ€ÐµÐ³Ð¸Ñтрированных пользователей. WP- DBManager – плагин дающий возможноÑть Ð´Ð»Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ Ñ Ð±Ð°Ð·Ð¾Ð¹ данных: Ñохранение, воÑÑтановление, бекап, делать ÑамоÑтоÑтельные запроÑÑ‹. WP-phpMyAdmin – позволÑет без входа в phpMyAdmin иметь быÑтрыи доÑтуп к базам данных PHP. WP Plugins Tracker – помогает проводить проверку вÑех плагинов на наличие поÑледней верÑии. WP Super Edit – визуальный drag-drop редактор Ñ Ð±Ð¾Ð»ÑŒÑˆÐ¸Ð¼Ð¸ возможноÑÑ‚Ñми наÑтроек. WP-Table – позволÑет вÑтавлÑть таблицы drag-drop, а также поддерживает импорт таблиц. Плагины WordPress – мультимедиа Aniga Gallery – позволÑет Ñоздавать галереи из изображений Ñ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸ÐµÐ¼. Batch Image Uploader – загрузка и одновременное изменение размера изображениÑ. Duh Gallery – Ñоздаёт фотогалерею из изображений загруженных на WordPress. ImageManager – имеет возможноÑть загрузки и проÑмотра изображений Ñ Ñлементарными функциÑми обрезки и разворота изображениÑ. WP Image Gallery – помогает Ñоздать в админке блога галерею из изображений и позволÑет добавлÑть Ñту галерею в поÑÑ‚. fMoblog – плагин Ð´Ð»Ñ Ð¿ÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ð¹ изображений Ñ Ð¾Ð¿Ð¸Ñанием Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð³Ð¾ телефона. Pop-up Image Gallery – плагин Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð³Ð°Ð»ÐµÑ€ÐµÐ¹ изображений Ñ Ð½Ð°Ð²Ð¸Ð³Ð°Ñ†Ð¸ÐµÐ¹. PhotoZip – позволÑет загрузить в .zip файле готовую галерею. PictPress – плагин позволÑющий в автоматичеÑком режиме Ñоздавать поÑÑ‚ из директории на вашем Ñервере Ñ ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ°Ð¼Ð¸, изменÑÑ Ð¸ подгонÑÑ Ñ€Ð°Ð·Ð¼ÐµÑ€Ñ‹ “на лету”. [...]
[...] FMoblog. Bir mobilden gönderdiğiniz resimlerden galeri oluşturur [...]
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
[...] I’ve upgraded WordPress to version 2.02, and all is working great. I’ve ditched rumgallery in favor of fGallery, as it seems more stable, and more recently worked on. Fredrik helped me out by modifiying some CSS problems, and all is happy! Additionally, I’ve started using fMoblog to manage photos I take on the road with my cell phone. Pretty neat stuff. Also, alas, the digg script in the sidebar is gone. Lots of photos are missing, presumed backed up. I’ll get them in correctly shortly. [...]
[...] fMoblog – 利用手机贴图 [...]
I found this error when execute the page..
Please help me, what must to do
WordPress database error: [Table 'balijb_wrdp1.wp_images' doesn't exist]
SELECT * FROM wp_images WHERE date LIKE ‘%2007-10%’ ORDER BY imgid DESC
WordPress database error: [Table 'balijb_wrdp1.wp_images' doesn't exist]
SELECT DISTINCT DATE_FORMAT(date,’%Y-%m’) as dates, count(date) as counts, imgid FROM wp_images GROUP BY dates ORDER BY imgid DESC
[...] If you need to know how to set up your WordPress blog to do this, read this article for the fix for text not showing up in emailed posts, and the program to install the photo gallery. If anyone needs some tips on how to do this, please let me know. [...]
Thanks for this great plug in! Two things – I don’t understand what I need to do to get a larger view of the thumbnail.
And – this doesnt work with Sprint picture mail – but hardly anything does. I guess I need to switch – or find a programmer with sprint that can hack into your mod.
Thanks again!
[...] [...]
[...] Pop-up Images – при клике на превью картинки во вÑплывающем окне выводит полное изображение. Site Unavailable – позволÑÐµÑ‚Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ñ‚ÐµÐ»ÐµÐ¹ что Ñайт временно не работает! Ðо не Ð´Ð»Ñ Ð°Ð´Ð¼Ð¸Ð½Ð°. Throttle – мониторит нагрузку на Ñайт и Ð¾Ñ‚ÐºÐ»ÑŽÑ‡Ð°ÐµÑ‚Ð²Ñ€ÐµÐ¼Ñ Ð¿ÐµÑ€ÐµÐ³Ñ€ÑƒÐ·Ð¾Ðº не ÑущеÑтвенные процеÑÑÑ‹. Wikipedia-NoFollow – добавлÑет атрибут NoFollow в гипер-ÑÑылки на Wikipedia. WordPressEdition – упрощает вид блога Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ð½Ð° КПК. WordTube – плагин позволÑющий проигрывать видео Ñохранённое нахоÑтинге также Ñодержит Flash-плеер. WPAds – позволÑет “развешивать†баннеры и текÑтовую рекламу в любомвашего блога. WP-Custom Login – позволÑет менÑть изображение в админÑкой чаÑти Ð´Ð»Ñ Ð·Ð°Ñ€ÐµÐ³Ð¸ÑтрированныхWP- DBManager – плагин дающий возможноÑть Ð´Ð»Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ Ñ Ð±Ð°Ð·Ð¾Ð¹ данных: Ñохранение, воÑÑтановление, бекап, делатьзапроÑÑ‹. WP-phpMyAdmin – позволÑет без входа в phpMyAdmin иметь быÑтрыи доÑтуп к базам данных PHP. WP Plugins Tracker – помогаетпроверку вÑех плагинов на наличие поÑледней верÑии. WP Super Edit – визуальный drag-drop редактор Ñ Ð±Ð¾Ð»ÑŒÑˆÐ¸Ð¼Ð¸Ð½Ð°Ñтроек. WP-Table – позволÑет вÑтавлÑть таблицы drag-drop, а также поддерживает импорт таблиц. Aniga Gallery – позволÑетгалереи из изображений Ñ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸ÐµÐ¼. Batch Image Uploader – загрузка и одновременное изменение размераDuh Gallery – Ñоздаёт фотогалерею из изображений загруженных на WordPress. ImageManager – имеет возможноÑтьи проÑмотра изображений Ñ Ñлементарными функциÑми обрезки и разворота изображениÑ. WP Image Gallery – помогаетв админке блога галерею из изображений и позволÑет добавлÑть Ñту галерею в поÑÑ‚. fMoblog – плагин длÑизображений Ñ Ð¾Ð¿Ð¸Ñанием Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð³Ð¾ телефона. Pop-up Image Gallery – плагин Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð³Ð°Ð»ÐµÑ€ÐµÐ¹ изображений ÑPhotoZip – позволÑет загрузить в .zip файле готовую галерею. PictPress – плагин позволÑющий в автоматичеÑком режимепоÑÑ‚ из директории на вашем Ñервере Ñ ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ°Ð¼Ð¸, изменÑÑ Ð¸ подгонÑÑ Ñ€Ð°Ð·Ð¼ÐµÑ€Ñ‹ “на летуâ€. Another Flickr –читателÑм проÑматривать превью изображений вашего аккаунта на Flickr и по клику увидеть полноценноеBubbleShare – показ фотогалерей аккаунта на BubbleShare. Facebook Photos – показ фотогалерей аккаунта на Facebook. Flickr Photo Album –Ñеты фотографий аккаунта на Flickr в виде альбомов на WordPress. FlickrRSS – покывает поÑледние Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð»ÑŽÐ±Ð¾Ð³Ð¾Flickr по заданным параметрам (тегу, группе, типу пользователÑ). ImageShack Uploader – показ галерей изображенийImageShack. Slickr Gallery – показ изображений и фотоÑетов Ñ Ð°ÐºÐºÐ°ÑƒÐ½Ñ‚Ð° на Flickr на AJAX. Enlarger – плагин позволÑющий поиз превью подгрузить изображение в полном размере. IImage Panorama – плагин позволÑет Ñоздать круговую панораму изи отобразить её в поÑте. Image Headlines – Ñоздаёт текÑтовые Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ð½Ð°Ð·Ð²Ð°Ð½Ð¸Ð¹ заголовков Ñтатей. Lightbox 2 –позволÑет показывать изображение в реальном размере по клику и выводит его в форме лайтбокÑа. Multi-Topic Icon:позволÑет приÑвоить к каждой категории блога иконку и впоÑледÑтвии вмеÑто Ð½Ð°Ð·Ð²Ð°Ð½Ð¸Ñ ÐºÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ð¸ показываетÑÑRandom Image – Ñлучайно выбирает картинку из предыдущих поÑтов и публикует вмеÑте Ñо ÑÑылкой на поÑÑ‚ откудакартинка. Transparent PNG Fix – позволÑет избежать проблем Ñ â€œÐ¿Ñ€Ð¾Ð·Ñ€Ð°Ñ‡Ð½Ñ‹Ð¼Ð¸â€ PNG. WP Wetfloor – Ñоздаёт “популÑрный вÑффект Ð¾Ñ‚Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ð¹. Audio Player – позволÑет добавить в поÑты проÑтой MP3-плеер. XSFP Player – Flash-плеер вDG PlayingNow Updater – показывает мелодии, которые вы проÑлушиваете на iTunes, MSN Messenger или J. River Media Center. EZ-Scrobbler –ваши мелодии Ñ last.fm. iTunes Spy – показ ваших треков Ñ iTunes. Pandora Feeds – показывает ваши данные Ñ Pandora: ÑпиÑокзакладки по мелодиÑм и иÑполнителÑм. onAirNow – плагин показывающий Ñамые поÑледние композициина iTunes или WinAmp. Odeo – добавлÑет в блог подкаÑÑ‚ Ñохранённый на Odeo. PodPress – многофункциональный плагинподкаÑтинга, включающий Ñоздание фидов, ÑтатиÑтику и проч. iPodCatter – плагин помогающий Ñоздать фид длÑподкаÑтов Ñ iTunes. Evoca Browser Mic – позволÑет получать от читателей блога голоÑовые комментарии Ñ Ð¿Ð¾Ñледующейпубликации.Odiogo – конвертирует текÑÑ‚ Ñтатьи в звуковую запиÑÑŒ Ð´Ð»Ñ Ð¿ÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ð¸ в блог. Anarchy Media Player –разнообразных форматов аудио и видео. Easy Inline SWF – позволÑет вÑтавлÑть файлы .swf без обременительныхSeeTheFace – инÑтрумент Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи и публикации видео в блог. Extreme Video – проигрыватель .flv файлов. YouTube Brackets –ввеÑти Ð°Ð´Ñ€ÐµÑ YouTube файла и получить embed-код Ð´Ð»Ñ Ð²Ñавки и публикации. wordTube – видеоплеер Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ð¸Ñ€ÑƒÐµÐ¼Ñ‹Ð¼ меню.– позволÑет показать в Ñтатье или в Ñайдбаре галереи загруженные на YouTube. YouTube Video Gallery – показывает превьюгалереи Ñ YouTube. Bluetrait Event Viewer (BTEV) – ÑтатиÑтика вÑех входов в админку, ÑтатиÑтика по удалённымпаролÑм, некорректным входам. Bsuite – отÑлеживает загрузки Ñтраниц, поиÑковые запроÑÑ‹, и переходы Ñоблога. CountPosts – показывает количеÑтво поÑещений Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð¹ Ñтраницы иÑÐºÐ»ÑŽÑ‡Ð°Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратора. DownloadCounter -загрузок файлов прикреплённых к Ñтатье. Dschini Bot Checker – позволÑет узнать какие Ñтраницы и какой из поиÑковыхпоÑетил их, а также чаÑтоту их поÑещений. Feed Statistics – плагин отÑлеживающий Rss и позволÑющий узнать по какимкликают читатели и какие Ñтатьи они читают. FeedBurner SiteStats Enabler – плагин помогающий уÑтановить Ñкрипт от FeedBurner.StandardStats – упрощает процеÑÑ ÑƒÑтановки FeedBurner и помогает отÑлеживать ÑтатиÑтику фида. FeedStats – ÑтатиÑтикапо времени чтениÑ. FirStats – ÐœÐ½Ð¾Ð³Ð¾Ð¾Ð¿Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ ÑтатиÑтика на Ajax в админке блога. GoStats web counter – уÑтанавливаетв блог. Lightstats – ÑтатиÑтика по ÑтатьÑм, комментариÑм и категориÑм в виде панели. Live – отÑлеживание активноÑтиблога в реальном времени. Open Web Analytics – СтатиÑтика проÑмотра Ñтраниц, уникальных поÑещений, переходов ÑÑайтов, переходов по Ñайту, отображение географичеÑкого раÑÐ¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ñ‡Ð¸Ñ‚Ð°Ñ‚ÐµÐ»ÐµÐ¹ на Google Earth.Time – показывает количеÑтво Ñтатей и комментариев к ним Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ чаÑа Ñуток, Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы можно было Ð»ÑƒÑ‡ÑˆÐµÐ²Ñ€ÐµÐ¼Ñ Ð´Ð»Ñ Ð¿ÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ð¹ в блог. Search Phrases – ÑтатиÑтика поиÑковых запроÑов в блоге.  [...]
[...] fMoblog – Postez des images avec des descriptions depuis votre téléphone mobile. [...]
[...] fMoblog – Postez des images avec des descriptions depuis votre téléphone mobile. [...]
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
I love this script, it’s really perfect.
[...] [...]
[...] Image Management Tools Aniga Gallery – Allows you to create picture galleries that use the WordPress comment system. Batch Image Uploader – Upload and resize multiple images to your blog at once. Duh Gallery – Simply creates a photo gallery from your uploads folder in WordPress. ImageManager – Includes interface for browsing and uploading images and basic tools such as cropping and rotating. WP Image Gallery – Create photo galleries from within WordPress and display them in posts. fMoblog – Post pictures with descriptions from a mobile phone. Pop-up Image Gallery – Photo gallery plugin with various options for transitions PhotoZip – For quickly uploading photos; allows you to simply upload a .zip file to create an image gallery. PictPress – Automatically generates a picture post from a directory on your server. Resizes pictures on the fly. Importing Images from Other Services Another Flickr – Allows your readers to browse thumbnails from your Flickr albums and go directly to full size images. BubbleShare – Display photo galleries from your BubbleShare account. Facebook Photos – Shows thumbnails of photos from your linked Facebook account. Flickr Photo Album – Pulls in your Flickr photo sets and displays them as albums in WordPress. FlickrRSS – Displays most recent images from any RSS feed from Flickr such as a user, group, or tags page. Fotobook – Import your Facebook photo albums into a WordPress page. ImageShack Uploader – Upload an image to ImageShack’s free storage service and insert a thumbnail into your posts. Slickr Gallery – AJAX photo gallery that pulls in images and photosets from Flickr. Smugmug Gallery Bar – Insert photos from your Smugmug account into blog posts. Image Display Effects & Hacks Enlarger – Displays a thumbnail but loads the bigger image in the background so when clicked the full size version loads instantly. IImage Panorama – Helps you create a 360 degree panorama picture to add to your blog. Image Headlines – Create cool text images for the titles of your posts. Lightbox 2 – Generates thumbnails that when clicked load in a lightbox. [...]
[...] Multimedia By admin • Feb 10th, 2008 • Category: Plugins Image Management ToolsAniga Gallery – Allows you to create picture galleries that use the WordPress comment system.Batch Image Uploader – Upload and resize multiple images to your blog at once.Duh Gallery – Creates a photo gallery from your uploads folder in WordPress.ImageManager – Includes interface for browsing and uploading images and basic tools such as cropping and rotating.WP Image Gallery – Create photo galleries from within WordPress and display them in posts.fMoblog – Post pictures with descriptions from a mobile phone.Pop-up Image Gallery – Photo gallery plugin with various options for transitions.PhotoZip – Allows you to upload a .zip file to create an image gallery.PictPress – Automatically generates a picture post from a directory on your server and resizes pictures on the fly.Importing Images from Other ServicesAnother Flickr – Allows your readers to browse thumbnails from your Flickr albums and go directly to full size images.BubbleShare – Display photo galleries from your BubbleShare account.Facebook Photos – Shows thumbnails of photos from your linked Facebook account.Flickr Photo Album – Pulls in your Flickr photo sets and displays them as albums in WordPress.FlickrRSS – Displays most recent images from any RSS feed from Flickr such as a user, group, or tags page.Fotobook – Import your Facebook photo albums into a WordPress page.ImageShack Uploader – Upload an image to ImageShack’s free storage service and insert a thumbnail into your posts.Slickr Gallery – AJAX photo gallery that pulls in images and photosets from Flickr.Smugmug Gallery Bar – Insert photos from your Smugmug account into blog posts.Image Display Effects & HacksEnlarger – Displays a thumbnail but loads the bigger image in the background so when clicked the full size version loads instantly.IImage Panorama – Helps you create a 360 degree panorama picture to add to your blog.Image Headlines – Create cool text images for the titles of your posts.Lightbox 2 – Generates thumbnails that when clicked load in a lightbox.Multi-Topic Icon: Shows images that represent each of the categories assigned to a blog post.Random Image – Pulls a random image from your blog and links back to the post it came from.Transparent PNG Fix – Make sure your PNG files don’t look nasty.WP Wetfloor – Create the ever-popular reflection effect for the images on your blog.Playing MusicDel.icio.us MP3 Player – Makes links to MP3s in your posts playable and easily postable to del.icio.us.Audio Player – Inserts a simple MP3 player into your posts that plays uploaded audio files.XSFP Player – Flash player that allows you to embed music on your blog via http.What Am I Listening To?DG PlayingNow Updater – Displays the song you are currently listening to on iTunes, MSN Messenger, or J. River Media Center.EZ-Scrobbler – Displays your most recently listened to tracks on last.fm.iTunes Spy – Displays your most recently listened to tracks on iTunes.Pandora Feeds – Displays data from Pandora feeds, for example, a list of your stations, bookmarked songs, and bookmarked artists.onAirNow – Now playing plugin that displays most recent song from iTunes or WinAmp.Podcasting ToolsOdeo – Embed a podcast that you recorded on Odeo.Podcast Release – A “release†form for guests of your podcast, accepting your terms.PodPress – Full featured plugin for podcasters including feed generation, iTunes preview, and download stats.iPodCatter – Helps podcasters create a valid feed for the podcast directory on iTunes.Miscellaneous Audio ToolsEvoca Browser Mic – Allow your blog readers to send you voice comments which you can later post to your blog.Odiogo – Converts your text to speech and provides a link for your readers to listen to your posts.Video ToolsAnarchy Media Player – Plays a wide variety of audio/video file formats in the appropriate player on your blog.Easy Inline SWF – Allows you to insert Flash files in .swf format into your posts without any weird tags.SeeTheFace – Complete tool for recording video and posting it to your blog.Extreme Video – Plays any .flv file on your blog with support for YouTube, Google Video, Quicktime, and more.Noembedder – Automatically adds a noembed section to any embedded content that does not already have one.YouTube Brackets – Allows you to simply enter a URL for a YouTube video versus copying and pasting embed code.wordTube – Video player that includes the ability to program a menu of videos.TubePress – Display YouTube galleries as blog posts or a sidebar item.YouTube Video Gallery – Displays thumbnails for any gallery from YouTube.vPIP – vPIP stands for “Videos Playing In Place,†meaning it will only embed after a specified image or link is clicked by the user. [...]
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
[...] FMoblog. Bir mobilden gönderdiğiniz resimlerden galeri oluşturur [...]
Funkar detta på WordPress 2.3.3?
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
what are the settings for gmail?
[...] [...]
[...] fMoblog – Upload and display images from your cell phone. [...]
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
[...] fMoblog – Upload and display images from your cell phone. [...]
Business opportunity for self motivated people that can work from home
marketing a range of Aloe Vera
Products. Earn unlimited funds by developing your own sales distributors in
any World markets.
Please visit us.
http://www.mlm-mall.com/
[...] Have you tried searching plugins on the WordPress website? I know that there are a couple that allow you to post photos from a phone. Do you host the blog on your domain or through WordPress? I host mine on my domain and used a plugin called fMoblog (Fahlstad.se » fMoblog, WordPress moblog plugin). Also, try searching for the term moblog (mobile blogging) and that may turn up some results as well. Hope this helps. [...]
[...] fMoblog – Upload and display images from your cell phone. [...]
[...] fMoblog per pubblicare immagini con relative descrizioni da apparecchi mobile. [...]
Seria muito bom um exemplo das fotos aqui no site…
[...] fMoblog – Upload and display images from your cell phone. [...]
[...] fMoblog – Te posibilita publicar imágenes y su descripción desde un celular. [...]
Hello Fahlstad.
I really enjoyed your fMoblog-plugin earlier, on a blog I had. I’m now concidering using it again – but have you stopped the making of it totally?
Would be great to have one “more compatible” with the new WordPress, with this plugin in the WordPress Extension directory, and with some more features… Would love to be able to make something like this myself, but I have no programming skills
Would you ever consider making more out of this great plugin?
Kind regards from Norway,
jorno
is it easy to use this plugin? I mean to i have to point user to wab to use it?
Thanks
Thanks for your fast email response
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
[...] the service to be better than the plugins that I use with WordPress on this website (those being fMoblog and NextGEN [...]
[...] fMoblog – Te posibilita publicar imágenes y su descripción desde un celular. [...]
[...] fMoblog – Postez des images avec des descriptions depuis votre téléphone mobile. [...]
Hello. For some reason pictures in the full size are not displayed? The page address: http://vzapase.ru/? page_id=329
Thanks.
[...] fMoblog – Te posibilita publicar imágenes y su descripción desde un celular. [...]
[...] fMoblog – Te posibilita publicar imágenes y su descripción desde un celular. [...]
[...] fMoblog – Te posibilita publicar imágenes y su descripción desde un celular. [...]
[...] fMoblog – Postez des images avec des descriptions depuis votre téléphone mobile. [...]
[...] fMoblog – 通过手机å‘表图片。 [...]
[...] fMoblog – Te posibilita publicar imágenes y su descripción desde un celular. [...]
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
[...] fMoblog – Te posibilita publicar imágenes y su descripción desde un celular. [...]
[...] to the next solution: fmoblog plugin. What it does is allow you to send images from your cell phone and post them to your [...]
Does this plugin support mobile text updates?
Occasionally, due to my career, I have large swaths of time where I have to entertain myself and have quite a bit of time for blogging. Right now I am writing the post as an email, then copying and pasting to my WordPress site. If I send them to WordPress’ blog by email feature, the text is encoded into Base64, so if I want them to show up I have to access my blog via the web browser. But doing this is slow and painful. I have figured out how to post photos, and I often take advantage of that. But as a writer, I would really like to have text posting capabilities.
Please help! I’ve been looking for a solution for several weeks now, and haven’t figured it out yet!
[...] fMoblog — Картинки Ñ Ð¾Ð¿Ð¸Ñанием Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ñ… телефонов. [...]
Any idea on this error when going to the page:
Warning: imap_open() [function.imap-open]: Couldn’t open stream {mail.stangsgarage.com:110/pop3/notls}INBOX in C:Inetpubvhostsstangsgarage.comhttpdocswp-contentpluginsfmoblog_2_1fmoblog.php on line 128
could not connect to mailserver. quitting …
[...] изображений и позволÑет добавлÑть Ñту галерею в поÑÑ‚. fMoblog – плагин Ð´Ð»Ñ Ð¿ÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ð¹ изображений Ñ Ð¾Ð¿Ð¸Ñанием Ñ [...]
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
[...] fMoblog – Upload and display images from your cell phone. [...]
[...] Fahlstad Design fMoblog WordPress moblog plugin Posted by root 3 hours ago (http://www.fahlstad.se) You are not attach to the height weight desing on the wp theme allows you to create picture galleries that use the wordpress comment system Discuss | Bury | News | Fahlstad Design fMoblog WordPress moblog plugin [...]
[...] fMoblog – Te posibilita publicar imágenes y su descripción desde un celular. [...]
[...] fMoblog – Картинки Ñ Ð¾Ð¿Ð¸Ñанием Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ñ… телефонов. [...]
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
[...] fMoblog – Картинки Ñ Ð¾Ð¿Ð¸Ñанием Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ñ… телефонов. [...]
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
[...] fMoblog – Картинки Ñ Ð¾Ð¿Ð¸Ñанием Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ñ… телефонов. [...]
[...] fMoblog – Upload and display images from your cell phone. [...]
[...] изображений и позволÑет добавлÑть Ñту галерею в поÑÑ‚. fMoblog – плагин Ð´Ð»Ñ Ð¿ÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ð¹ изображений Ñ Ð¾Ð¿Ð¸Ñанием Ñ [...]
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
[...] FMoblog. Bir mobilden gönderdiğiniz resimlerden galeri oluşturur [...]
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
[...] fMoblog – Te posibilita publicar imágenes y su descripción desde un celular. [...]
[...] FMoblog. Bir mobilden gönderdiğiniz resimlerden galeri oluşturur [...]
[...] rotating. WP Image Gallery Create photo galleries from within WordPress and display them in posts. fMoblog Post pictures with descriptions from a mobile phone. Pop-up Image Gallery Photo gallery plugin [...]
[...] to the next solution: fmoblog plugin. What it does is allow you to send images from your cell phone and post them to your [...]
[...] fMoblog – Te posibilita publicar imágenes y su descripción desde un celular. [...]
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
[...] can upload images and text via your cell phone (or email) using the moblog plugin. Truly handy if your site is based on offline [...]
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
[...] fMoblog – Upload and display images from your cell phone. [...]
[...] fMoblog – Te posibilita publicar imágenes y su descripción desde un celular. [...]
[...] fMoblog – Te posibilita publicar imágenes y su descripción desde un celular. [...]
[...] fMoblog – Post pictures with descriptions from a mobile phone. [...]
[...] fMoblog – Отправка изображений Ñ Ð¾Ð¿Ð¸Ñание Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð³Ð¾ телефона. [...]
[...] fMoblog – Te posibilita publicar imágenes y su descripción desde un celular. [...]
[...] fMoblog – плагин Ð´Ð»Ñ Ð¿ÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ð¹ изображений Ñ Ð¾Ð¿Ð¸Ñанием Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð³Ð¾ телефона. [...]
[...] fMoblog – Postez des images avec des descriptions depuis votre téléphone mobile. [...]