hello...
first off... I am not a programmer and I know next to nothing about PHP, but I believe my problem is relatively simple.
I want to use the simsi moblog php script (http://www.rowlff.de/simsi/) to post photos from my mobile phone to my homepage...
THE PROBLEM
I've installed the code on my site and it works great for images sent by email from my desktop... however, when i send jpgs via email from my mobile phone, i get the error that the image is not a valid jpeg file...
I've beleive that the jpgs from my nokia must not be compatible with the GD function ImageCreateFromJpeg() which is used in the script to create thumbnails of the sent images... i think it is a compression issue... but this is beside the point.
when the script checks my email account the messages are properly parsed and the attached images are properly saved to a directory on my site and these can be viewed in my browser when i enter the exact file URL.
I would like to change the original php code to bypass the function create_thumbnail() so that the original images are displayed instead of the hyperlinked thumbnails (which fail to be created).
The complete blog package consists of one index.php, a popup.php for viewing the thumbnails and a template.html file. All of the important code seems to be in the index.php which creates/reads/updates an rss.xml file
If anyone can help me out, i'd really appreciate it...
THE CODE
since the code is too long to paste in... I've posted it here as a .txt file... : http://andredunford.com/simsi/simsi_php.txt
thanks in advance for the help