<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Module: Embed Images</title>
        <description>[b][color=#FF0000]Important: this module requires Phorum 5.2.16-RC2 or newer[/color][/b]

This module implements several image viewers that can be used for viewing images inside forum messages. The images are shown as scaled down thumbnails in the message, so large images won&#039;t break the page layout. By clicking the image, the users can view the full size image in the configured viewer.

The module will recognize:
[list]
[*] \[img]...\[/img] BBcode style images
[*]  HTML style images (if the HTML module is enabled)
[*] Image attachments that are added to the body by the [url=http://www.phorum.org/phorum5/read.php?62,125586]Embed Attachment module[/url]
[*] Bare image URLs that point to .jpg, .png or .gif files
[/list]

Features:
[list]
[*] A maximum width and/or height for images can be configured. If an image
exceeds the allowed size, a thumbnail image will be generated.
[*] Phorum 5.2&#039;s image API code is used for consistent image scaling.
[*] Images for which a thumbnail is generated will be shown in a frame
containing a looking glass icon to inform the user that a larger view
is available.
[*] For viewing the image in its full size, multiple viewers are available:
browser, LightBox, SlimBox and Dynamic Drive&#039;s thumbnail viewer.
[*] Images that are inside a link (using BBcode [url=...]...[/url] or
... if the HTML module is enabled) will be shown
in a frame containing a link icon to inform the user that by clicking the
image, a different URL will be loaded.
[*] Two thumbnail caching methods are available. By default the Phorum cache
layer is used. However, this is a non-permanent cache, since it does have
a TTL (time to live) for the cached items. In the module settings, you can
configure a filesystem path for storing the thumbnail cache. This cache is
permanent.
[*] When using the built-in filesystem cache system, it is possible to specify
the http URL at which this cache directory is accessible through the web.
By doing so, the module will use links that point directly to the thumbnail
images. This is the fastest caching option available, since the images don&#039;t
have to be served through the script. Please read the security notice in the
module settings if you want to use this feature.
[*] For clients that support Ajax, the module implements staged loading of
the embedded images if they are not available in the cache yet.
This makes it possible to show a &quot;Loading ...&quot; notification and to
present real errors in case the server cannot serve an image for some
reason. This mainly was done to have clear visual feedback when previewing
a new message. This prevents user reports about not working message
previews in case the image scaling is slow for some reason (big image,
slow remote server, busy system, etc.).
[*] JavaScript is not neccessary for the client. Without JavaScript, the
module will gracefully fall back to a basic non-JavaScript solution.
[/list]

[code]
Changelog:
----------

2016-08-31 v1.1.5 Oliver Riesen-Mallmann 

    - Made XHTML 1.0 Transitional compliant.

2015-09-16 v1.1.4 Oliver Riesen 

    - Fixed various undefined index warnings.

2011-01-12 v1.1.3

    - Upgraded the FancyBox code to version 1.3.4.
      Thanks to phorum.org user &quot;noe&quot; for doing some prework on a issue
      that occurred with FancyBox in combination with a new version of
      jQuery (1.4.4). The fix for that is included in this release.

2010-10-22 v1.1.2

    - Fixed formatting of embedded images in signatures on the
      user&#039;s control center start page.

    - Fixed the CSS code for Fancybox to correctly show the shadows
      for the lightbox.

    - Implemented debugging features to help people track issues
      with this module. In the module settings page, checks are done to
      see if HTTP GET and image scaling support is available on the hosting
      platform. Furthermore, a debugging switch can be enabled, which
      makes the embedded images in the front end return a detailed debug
      log of the image loading and scaling process.

    - Added new German language files. Thanks to Oliver Riesen!

2010-10-18 v1.1.1

    - Fixed an image displaying issue for FancyBox in MSIE. This was a well
      known issue with the FancyBox CSS code and the relative image paths that
      are used in there. It was fixed by loading and filtering the CSS code,
      to replace all image URLs with absolute URLs for those images.

2010-10-16 v1.1.0

    - Implemented two new viewers for the Embed Images module:
      * jQuery Lightbox (http://leandrovieira.com/projects/jquery/lightbox/)
      * FancyBox (http://fancybox.net)

    - The two new viewers make use of the jQuery library that is bundled with
      Phorum 5.2.16 and higher. For this reason, the required Phorum
      version for this module has been set to 5.2.16.

    - Added French translation. Thanks to Phorum user cactux.
      In relation with the French translation, a bug was fixed that prevented
      the use of a &#039; character in the loading message.

    - Fixed rendering of automatically embedded attachments when doing a
      preview during a message edit operation. Before, the image would
      show up as [embed_image XXXXXXXXXX].

2009-06-01 v1.0.9

    - Made the module compatible with changes in the 5.3 development tree.

2008-07-31 v1.0.8

    - Implemented slimbox 1.64 + mootools 1.2 as a new image viewer.

2008-06-23 v1.0.7

    - Added some more HTML validation fixes to the Dynamic Drive image viewer,
      as provided by Oliver Riesen.

2008-05-15 v1.0.6

    - Made BBcode \[url] recognition case insensitive to match
      the BBcode module behavior.

    - Updated the German language files with new language files
      provided by Oliver Riesen.

    - Added some HTML validation fixes to the Dynamic Drive image viewer,
      as provided by Oliver Riesen.

2008-03-03 v1.0.5

    - A small (backward compatible) change to make the Embed Images module
      compatible with the Image API for Phorum 5.2.7 or higher. The updated
      Image API scales down images as JPG instead of PNG. This module did not
      handle the MIME type &quot;image/jpeg&quot; for caching the data yet.

    - Added Russian translation. Thanks to Phorum user EugenR.

2008-01-18 v1.0.4

    - Use &quot;@ini_set&quot; instead of &quot;ini_set&quot;, to let the module ignore
      problems on systems where the ini_set() function was disabled
      by the administrator.

    - Changed the slimbox &quot;domready&quot; event to &quot;load&quot; to prevent conflicts
      in MSIE. We can safely do this without causing images to be clickable
      only after the full page loaded, because we have some custom code
      in the module that will setup a viewer for the images right after
      putting them in the page.

2007-12-12 v1.0.3

    - Added German translation. Thanks Hiiri!

    - Added clear:both style for  tags in the message body to make
      floating divs behave better. This is also in the main template,
      but since people might not copy that code, I added the styling
      in the template for this module as well.

2007-12-11 v1.0.2

   - Added &quot;.jpeg&quot; as a recognized extension for images.

   - Removed some htmlspecialchar() calls around phorum_get_url(), which
     could lead to non-working URLs in some environments.

2007-11-26 v1.0.1

   - Implemented different behavior for images that do not have to be
     scaled down. Before, they would not be clickable to open them in a
     viewer. Now they are clickable, but they will not be shown using
     the magnifier icon. The main reason for this is to make the image
     part of a slideshow if a slideshow based viewer like Lightbox or
     Slimbox is used.

2007-11-25 v1.0.0

- Initial release.
[/code]</description>
        <link>https://www.phorum.org/phorum5/read.php?62,125584,125584#msg-125584</link>
        <lastBuildDate>Thu, 16 Apr 2026 20:47:01 -0400</lastBuildDate>
        <generator>Phorum 5.2.22</generator>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,162221#msg-162221</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,162221#msg-162221</link>
            <description><![CDATA[ Is anyone using this module with php 7.0.x?   When I upgrade my php from 5.6 to 7.0.x . it breaks the images so I had to downgrade to get it back. <br />
<br />
If you are running it with 7.0, will you share how you got it to work?  <br />
<br />
Thank you<br />
Bill]]></description>
            <dc:creator>CBiLL</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 11 Feb 2019 12:00:56 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,161330#msg-161330</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,161330#msg-161330</link>
            <description><![CDATA[ Hi,<br />
<br />
take care when you are doing your tests! I had a similar problem with broken images and I lost a lot of time to recognize that I had to empty the browser cache for each new test...<br />
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 27 Oct 2016 06:01:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,161312#msg-161312</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,161312#msg-161312</link>
            <description><![CDATA[ Hi,<br />
<br />
I&#039;m doing test. In one discussion, there is a broken image. I control the path calculated by &quot;store files on disk &quot; module with the timestamp of my image, and it looks ok : path calculated exist, and it&#039;s the good one, with the good format (AAAA/MMDD/HH/&lt;file_id&gt;)...]]></description>
            <dc:creator>nnx</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 24 Oct 2016 08:21:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,161311#msg-161311</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,161311#msg-161311</link>
            <description><![CDATA[ Because you can upload a new file and it works properly, the storage code and the embed image code is working.<br />
<br />
The previous instance of this problem with similar symptoms turned out to be a time zone issue.<br />
<a href="http://www.phorum.org/phorum5/read.php?61,154229,155072#msg-155072" target="_blank" >Re: All uploaded images broken after the upgrade</a>  <br />
<br />
I would suggest you read the comments in the store files on disk code, and the change log, since I am running out of suggestions.<br />
<br />
From <a href="https://github.com/Phorum/Module-store_files_on_disk/blob/master/store_files_on_disk.php" target="_blank"  rel="nofollow">store_files_on_disk.php</a><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />    // Old path format:<br />
    // active TZ based, YYYY/MMDD/HH/&lt;file_id&gt;<br />
    // This path is based on strftime(), which is timezone dependent.<br />
    // We switched to gmstrftime() to get rid of this dependency, because<br />
    // changing the server timezone resulted in changed (thus broken)<br />
    // file paths.</div></blockquote>]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sun, 23 Oct 2016 22:30:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,161310#msg-161310</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,161310#msg-161310</link>
            <description><![CDATA[ Hi,<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />2) You need to determine which time zone was used when using php 4.4.</div></blockquote>
<br />
On my host admin UI, I changed php version to 4.4 to find the current time zone. I use this code :<br />
<pre class="php bbcode_geshi"><div class="head">Language: PHP</div><span class="kw2">&lt;?php</span>
<span class="kw1">echo</span> <a href="http://www.php.net/date"><span class="kw3">date</span></a><span class="br0">&#40;</span><span class="st_h">';l jS \of F Y h:i:s A'</span><span class="sy0">;</span><span class="br0">&#41;</span><span class="sy0">;</span>
<span class="sy1">?&gt;</span></pre>
<br />
Date and time are exactly the same compared to my time zone (Europe/Paris). So I conclude that TimeZone are the same.<br />
<br />
Are you ok with that ?<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />3) Run a script on the server </div></blockquote>
<br />
I can&#039;t do that on my share hosting. I read the changelog of mod and found that the update should be automaticaly done.<br />
<br />
I&#039;m afraid on all I have to do just to have my images back...]]></description>
            <dc:creator>nnx</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sun, 23 Oct 2016 15:03:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,161309#msg-161309</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,161309#msg-161309</link>
            <description><![CDATA[ 1) First get a backup and verify that it works!<br />
<br />
2) You need to determine which time zone was used  when using php 4.4.<br />
    Set php 5.6 to that time zone. You may be able to have your own php.ini, try it or ask your host for assistance.<br />
    Your images should work. Verify they work as expected.<br />
<br />
3) Run a script on the server (using telnet, ssh, or whatever your host allows), that comes with the store files on disk mod.<br />
    This will convert all of the files and links to use GMT, so the problem does not happen again.<br />
    If you are unable to run the script on the server, your host could run it for you.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sun, 23 Oct 2016 13:46:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,161308#msg-161308</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,161308#msg-161308</link>
            <description><![CDATA[ I looked at php documentation and timezone exist since php 5.x.<br />
<br />
I try to upload and attach a new image. It works very well. I have to convert old image to new system but how ? :/]]></description>
            <dc:creator>nnx</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sun, 23 Oct 2016 12:38:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,161307#msg-161307</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,161307#msg-161307</link>
            <description><![CDATA[ If you upload a new image on php 5.6, can you see and access it?]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sun, 23 Oct 2016 11:20:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,161306#msg-161306</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,161306#msg-161306</link>
            <description><![CDATA[ Hello,<br />
<br />
Thanks for your help.<br />
<br />
I did a mistake : I use &quot;Store file on disk&quot; ;)<br />
<br />
I can&#039;t see my php.ini file because I use a shared hosting... <br />
<br />
I took a look at phpinfo :<br />
- With php 5.6, my actual configuration, images are broken, timezone is set to &quot;Europe/Paris&quot; (I&#039;m from Paris).<br />
- With my old php configuration (php 4.4), images are ok, phpinfo doesn&#039;t show timezone :/<br />
<br />
I try to set a new directory for scaled images, but images are still broken.]]></description>
            <dc:creator>nnx</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sun, 23 Oct 2016 11:08:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,161303#msg-161303</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,161303#msg-161303</link>
            <description><![CDATA[ MySQL 4.x  is old and has not been tested with any of the 5.2 branch of Phorum.<br />
As best I can tell php 5.6 works with Phorum 5.2.x using the embed images module.  I have seen no issues on my test machine (Windows).<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />  I use this module to embed image. Images are stored in phorum database    .</div></blockquote>
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />  I don&#039;t use Tidy Output. But I use &quot;Store file on disk&quot; version 1.1.1.       </div></blockquote>
<br />
So which  storage are you using?<br />
<br />
If you store files on disk, make sure the path is reachable with a browser.<br />
<br />
If you &quot;enable debugging&quot;, you will not see images.<br />
Where are you storing thumbnails?     <br />
    I suggest you store them in their own directory, it helps with troubleshooting<br />
       &gt;&gt;  Cache directory for scaled images (empty = use standard Phorum cache)    ./picturesx     &lt;&lt;<br />
You should be able to access a file in this directory from your browser.<br />
<br />
Do you have a timezone set in php.ini that matches what was used previously?   This is a php requirement now.<br />
    Store files on disk does not work with already uploaded photos if the time zone is incorrect or different.<br />
         When it works, you run a conversion script that changes the links so they use GMT.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sat, 22 Oct 2016 17:01:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,161301#msg-161301</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,161301#msg-161301</link>
            <description><![CDATA[ Hi,<br />
<br />
Thanks for your help,<br />
<br />
I try many things viewed in these threads but nothing work. I have the last phorum version, so I use this fix :<br />
[<a href="http://www.phorum.org/phorum5/read.php?61,156894,158359#msg-158359" target="_blank" >www.phorum.org</a>]<br />
<br />
I don&#039;t use Tidy Output. But I use &quot;Store file on disk&quot; version 1.1.1.<br />
<br />
With &quot;system sanity check&quot; everything is OK except MySQL version. I use an old 4.0.26...<br />
<br />
I checked &quot;Enable debugging...&quot; and I have this error : <br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />Image error<br />
Debug info:<br />
Load local file: 309<br />
Load local image file<br />
Create thumbnail using 400x300 boundary<br />
Creating thumbnail failed: Running getimagesize() on the image data failed</div></blockquote>
<br />
:/]]></description>
            <dc:creator>nnx</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sat, 22 Oct 2016 15:15:28 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,161300#msg-161300</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,161300#msg-161300</link>
            <description><![CDATA[ The following search results will show most of the recent image issue topics.<br />
<br />
<a href="http://www.phorum.org/phorum5/search.php?62,search=images,author=scott+finegan,page=1,match_type=ALL,match_dates=0,match_forum=ALL,match_threads=0" target="_blank" >Broken image threads</a>]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Fri, 21 Oct 2016 15:44:54 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,161299#msg-161299</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,161299#msg-161299</link>
            <description><![CDATA[ Hello,<br />
<br />
I changed my php version to 5.6 and I discovered that all images are missing messages. I had this error message :<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />Image error<br />
Running getimagesize() on the image data failed<br />
open image URL</div></blockquote>
<br />
When I clicked on &quot;open image URL&quot; I have an other error message.<br />
<br />
I use this module to embed image. Images are stored in phorum database.<br />
<br />
Do you have any advice ?<br />
<br />
Thanks !]]></description>
            <dc:creator>nnx</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Fri, 21 Oct 2016 14:56:58 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,160795#msg-160795</guid>
            <title>Re: Module: Embed Images TEST</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,160795#msg-160795</link>
            <description><![CDATA[ New version 1.1.5:<br />
<br />
<pre class="bbcode">
2016-08-31 v1.1.5 Oliver Riesen-Mallmann &lt;oliver@riesen.org&gt;
    - Made XHTML 1.0 Transitional compliant.
</pre>]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Wed, 31 Aug 2016 08:10:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,158360#msg-158360</guid>
            <title>Re: Module: Embed Images TEST</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,158360#msg-158360</link>
            <description><![CDATA[ Have been having big problems with inline image display, which used to work on my boards. This is a test.]]></description>
            <dc:creator>Keith X</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 19 May 2016 23:41:14 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,156065#msg-156065</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,156065#msg-156065</link>
            <description><![CDATA[ <pre class="bbcode">
2015-09-16 v1.1.4 Oliver Riesen &lt;oliver@riesen.org&gt;

    - Fixed various undefined index warnings.
</pre>]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Wed, 16 Sep 2015 07:42:27 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,155457#msg-155457</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,155457#msg-155457</link>
            <description><![CDATA[ Hi there great module...<br />
<br />
How can i hide the href caption that is below the picture...... It displays the filename etc...<br />
<br />
I am using Slimbox.<br />
<br />
Thanks,<br />
<br />
TTV]]></description>
            <dc:creator>TTV</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 02 Oct 2014 09:49:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,155130#msg-155130</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,155130#msg-155130</link>
            <description><![CDATA[ Small code problem in Embed_Images&#039; <b>settings.php</b>:<br />
<br />
the check in <b>Debugging Problems -&gt; Download Test</b> looks for the <span style="color:#FF0000">&lt;html&gt;</span> tag (as a text string) after trying to download the main google.com page.  Google uses lots of different versions of that tag depending on it&#039;s changeable daily look and feel, for instance, today it looks like this:<br />
<br />
<pre class="bbcode">
&lt;html itemscope=&quot;&quot; itemtype=&quot;[<a href="http://schema.org/WebPage&quot" target="_blank"  rel="nofollow">schema.org</a>]; lang=&quot;en&quot;&gt;</pre>
<br />
so I get a <b>&quot;Not OK&quot;</b> message.  It might be better to look for the closing <span style="color:#FF0000">&lt;/html&gt;</span> tag, or even better the word &quot;<span style="color:#FF0000">google</span>&quot; ?  Just a suggestion.<br />
<br />
The reason I was looking so deep in the Embed_Image.php and it&#039;s settings.php scripts was that I couldn&#039;t get images to show in the phorum.  <br />
<br />
After 3 days of digging I found that if <b>Enable Debugging in this module</b> is set to <span style="color:#FF0000">YES</span>, then you&#039;ll <b>always</b> get the broken image box and no thumbs will be saved to a cache directory, even if everything was working fine. <br />
<br />
None of these are in any way complaints - just posting what I found, and how I got it working for my particular phorum. <br />
<br />
dale]]></description>
            <dc:creator>dmcbeath</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 19 Jun 2014 22:21:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,154249#msg-154249</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,154249#msg-154249</link>
            <description><![CDATA[ My broken images are stored in the database.<br />
<br />
[<a href="http://www.phorum.org/phorum5/read.php?61,154229,154248#msg-154248" target="_blank" >www.phorum.org</a>]]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 02 Sep 2013 09:48:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,154232#msg-154232</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,154232#msg-154232</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Thomas Seifert</strong><br />
That message tells that the module is not enabled. Try to resave the modules screen with its state being enabled.</div></blockquote>
<br />
I resave it and no images. It not only just images in post. Also it avatar images that not loading anymore.  I just check my other 4 phorums on same server and all of the images are not showing up anymore. <br />
<br />
So I am thinking it have to do something with loading of image from disk that where the issues may be because I am using storage file on disk module.<br />
<br />
Bill]]></description>
            <dc:creator>CBiLL</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 02 Sep 2013 02:09:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,154231#msg-154231</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,154231#msg-154231</link>
            <description><![CDATA[ That message tells that the module is not enabled. Try to resave the modules screen with its state being enabled.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 02 Sep 2013 01:52:23 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,154227#msg-154227</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,154227#msg-154227</link>
            <description><![CDATA[ I am having the exact same problem after upgrading MySQL to a newer version because the version we were on EOL is this Dec 31th<br />
<br />
After the upgrade, all the images in post stopped working<br />
<br />
Here the log in events logger <br />
<br />
Message:<br />
<br />
PHP error: &lt;h1&gt;Modscript Error&lt;/h1&gt;No addon hook enabled for module &quot;embed_images&quot;<br />
<br />
PHP error generated at /home/garyk/public_html/addon.php:125<br />
<br />
Back trace:<br />
<br />
Function trigger_error called at<br />
{path to Phorum}/addon.php:125<br />
<br />
<br />
<br />
Any idea how to fix this?<br />
<br />
Thank you<br />
<br />
Bill]]></description>
            <dc:creator>CBiLL</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sun, 01 Sep 2013 21:41:42 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,153818#msg-153818</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,153818#msg-153818</link>
            <description><![CDATA[ Hi,<br />
<br />
this module will not work in combination with  the <a href="http://www.phorum.org/phorum5/read.php?62,142066" target="_blank" >Feedback Questionaires Module</a><br />
<br />
[<a href="http://www.phorum.org/phorum5/read.php?62,142066,153820#msg-153820" target="_blank" >www.phorum.org</a>]<br />
<br />
Anybody an Idea to solve this conflict?]]></description>
            <dc:creator>pat</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sat, 06 Jul 2013 13:40:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,153556#msg-153556</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,153556#msg-153556</link>
            <description><![CDATA[ I recently moved my Phorum to a new server and it seems I am having troubles getting this module/addon to function properly. I already have an open discussion about the issue here: [<a href="http://www.phorum.org/phorum5/read.php?61,153551" target="_blank" >www.phorum.org</a>]]]></description>
            <dc:creator>Robert Angle</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Fri, 12 Apr 2013 09:34:04 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,152927#msg-152927</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,152927#msg-152927</link>
            <description><![CDATA[ Is there anything more should I do to solve it?<br />
<br />
I hope someone help me, I appreciate.]]></description>
            <dc:creator>Toni</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 25 Dec 2012 22:39:52 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,152911#msg-152911</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,152911#msg-152911</link>
            <description><![CDATA[ Is that correct?<br />
<br />
field &quot;Destinations&quot; did I need do something with or leave as it?]]></description>
            <dc:creator>Toni</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 25 Dec 2012 08:11:53 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,152910#msg-152910</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,152910#msg-152910</link>
            <description><![CDATA[ Are you sure that *outgoing* port 80 is open?]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 25 Dec 2012 03:49:31 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,152906#msg-152906</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,152906#msg-152906</link>
            <description><![CDATA[ Hello dear,<br />
<br />
I have just this problem, Download test (tries to load [<a href="http://www.google.com" target="_blank"  rel="nofollow">www.google.com</a>]) NOT OK, I checked my server, and port 80 is open, does I need any changing in Plesk or in Apache, or in Firewall?<br />
<br />
The file http_get.php does I need upload it or leave it, because there already one file in same name in httpdocs/phorum/include/api/.<br />
<br />
Here is results Port check.<br />
<br />
PORT   STATE  SERVICE<br />
<br />
80/tcp open   http<br />
<br />
81/tcp closed hosts2-ns<br />
<br />
82/tcp closed xfer<br />
<br />
83/tcp closed mit-ml-dev<br />
<br />
84/tcp closed ctf<br />
<br />
85/tcp closed mit-ml-dev<br />
<br />
86/tcp closed mfcobol<br />
<br />
87/tcp closed priv-term-l<br />
<br />
88/tcp closed kerberos-sec]]></description>
            <dc:creator>Toni</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 24 Dec 2012 18:42:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,152833#msg-152833</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,152833#msg-152833</link>
            <description><![CDATA[ Right now, you have two solutions, either allow the users to create links in the message to embed the images or automatically embed all the images after the message and signature.<br />
<br />
To get any other action, you would need to write a module. One way of doing this would be to use the (3.14.5.) before_post hook This allows you to get the message after it has been submitted and before it is stored to the database.<br />
<br />
The module could be programmed to work as follows.<br />
Check to see if there are any attachments<br />
See if user has already embedded a link (ignore those)<br />
Program the module to generate the embed code where you want it in the message.<br />
return modified message.]]></description>
            <dc:creator>DavidVonB</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sun, 16 Dec 2012 11:23:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,125584,152828#msg-152828</guid>
            <title>Re: Module: Embed Images</title>
            <link>https://www.phorum.org/phorum5/read.php?62,125584,152828#msg-152828</link>
            <description><![CDATA[ David&#039;s solution definitely work...but this is not the solution....<br />
How can i restrict the posters in my forum use the same way as what David proposed?<br />
They usually upload and post directly...they won&#039;t go and create the link.]]></description>
            <dc:creator>autoven</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sat, 15 Dec 2012 19:20:39 -0500</pubDate>
        </item>
    </channel>
</rss>
