<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Amazon Media Manager 1.1</title>
	<atom:link href="http://www.denyerec.co.uk/amazon-media-manager-11-2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.denyerec.co.uk/amazon-media-manager-11-2</link>
	<description>Photography, Graphic Design, Art, Code...</description>
	<lastBuildDate>Mon, 22 Jan 2018 15:17:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.39</generator>
	<item>
		<title>By: Tom</title>
		<link>http://www.denyerec.co.uk/amazon-media-manager-11-2/comment-page-2#comment-1671</link>
		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Wed, 13 Jul 2005 10:25:54 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-1671</guid>
		<description><![CDATA[To get this to work, add 

&lt;code&gt;
require_once(&#039;admin.php&#039;);

$title = &#039;Media&#039;;&lt;/code&gt;

Above 

&lt;code&gt;require_once(&#039;admin-header.php&#039;);&lt;/code&gt;

In amazonphp.php.  Place amazonphp.php in your wp-admin folder.

In your menu.php folder, after 

&lt;code&gt;if ( get_option(&#039;use_fileupload&#039;) )
	$menu[45] = array(__(&#039;Upload&#039;), get_settings(&#039;fileupload_minlevel&#039;), &#039;upload.php&#039;);&lt;/code&gt;

Add this line

&lt;code&gt;$menu[50] = array(__(&#039;Media&#039;), 5, &#039;amazonphp.php&#039;);&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>To get this to work, add </p>
<p><code><br />
require_once('admin.php');</p>
<p>$title = 'Media';</code></p>
<p>Above </p>
<p><code>require_once('admin-header.php');</code></p>
<p>In amazonphp.php.  Place amazonphp.php in your wp-admin folder.</p>
<p>In your menu.php folder, after </p>
<p><code>if ( get_option('use_fileupload') )<br />
	$menu[45] = array(__('Upload'), get_settings('fileupload_minlevel'), 'upload.php');</code></p>
<p>Add this line</p>
<p><code>$menu[50] = array(__('Media'), 5, 'amazonphp.php');</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: llr</title>
		<link>http://www.denyerec.co.uk/amazon-media-manager-11-2/comment-page-2#comment-1424</link>
		<dc:creator><![CDATA[llr]]></dc:creator>
		<pubDate>Thu, 23 Jun 2005 01:08:30 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-1424</guid>
		<description><![CDATA[Love this script and its lack of bloat. fopen/read/close are disabled on the more security-conscious hosting servers, though. Any plans to update this script using curl?]]></description>
		<content:encoded><![CDATA[<p>Love this script and its lack of bloat. fopen/read/close are disabled on the more security-conscious hosting servers, though. Any plans to update this script using curl?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.denyerec.co.uk/amazon-media-manager-11-2/comment-page-2#comment-1181</link>
		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Tue, 07 Jun 2005 15:05:03 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-1181</guid>
		<description><![CDATA[I&#039;ve made a big mess of my blog trying to get this to work with v1.5.  UPDATE THE pluginfor 1.5! please.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve made a big mess of my blog trying to get this to work with v1.5.  UPDATE THE pluginfor 1.5! please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timtom</title>
		<link>http://www.denyerec.co.uk/amazon-media-manager-11-2/comment-page-2#comment-1050</link>
		<dc:creator><![CDATA[Timtom]]></dc:creator>
		<pubDate>Wed, 13 Apr 2005 12:21:33 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-1050</guid>
		<description><![CDATA[To fix version 1.3 to work with WP 1.5, you have to add &lt;code&gt;require_once(&#039;admin.php&#039;);&lt;/code&gt; &lt;b&gt;before&lt;/b&gt; &lt;code&gt;require_once(&#039;admin-header.php&#039;);&lt;/code&gt; and not merely replacing it, as the Listless Lawyer suggests. At least for me did it solve Danno&#039;s blank page syndrom.]]></description>
		<content:encoded><![CDATA[<p>To fix version 1.3 to work with WP 1.5, you have to add <code>require_once('admin.php');</code> <b>before</b> <code>require_once('admin-header.php');</code> and not merely replacing it, as the Listless Lawyer suggests. At least for me did it solve Danno&#8217;s blank page syndrom.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danno</title>
		<link>http://www.denyerec.co.uk/amazon-media-manager-11-2/comment-page-2#comment-933</link>
		<dc:creator><![CDATA[Danno]]></dc:creator>
		<pubDate>Sat, 12 Mar 2005 14:55:38 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-933</guid>
		<description><![CDATA[What am I doing wrong.. ive followed the instructions to the letter 3 times over now and when i click on the Amazon link in admin i  just get a blank page! Help!]]></description>
		<content:encoded><![CDATA[<p>What am I doing wrong.. ive followed the instructions to the letter 3 times over now and when i click on the Amazon link in admin i  just get a blank page! Help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Listless Lawyer</title>
		<link>http://www.denyerec.co.uk/amazon-media-manager-11-2/comment-page-2#comment-928</link>
		<dc:creator><![CDATA[The Listless Lawyer]]></dc:creator>
		<pubDate>Mon, 07 Mar 2005 23:23:02 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-928</guid>
		<description><![CDATA[I wrote up some quick notes on how I got the Amazon Media Manager to work with Wordpress 1.5. Those notes are &lt;a href=&quot;http://www.listlesslawyer.com/blog/?p=44&quot;&gt;here&lt;/a&gt;, in case anyone finds them useful.]]></description>
		<content:encoded><![CDATA[<p>I wrote up some quick notes on how I got the Amazon Media Manager to work with WordPress 1.5. Those notes are <a href="http://www.listlesslawyer.com/blog/?p=44">here</a>, in case anyone finds them useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denyerec&#8217;s Log - Photo Gallery, Comments and Observations - Content and photography &#169; M Denyer 2000-2004 &#187; Amazon Media Manager 1.3</title>
		<link>http://www.denyerec.co.uk/amazon-media-manager-11-2/comment-page-2#comment-705</link>
		<dc:creator><![CDATA[Denyerec&#8217;s Log - Photo Gallery, Comments and Observations - Content and photography &#169; M Denyer 2000-2004 &#187; Amazon Media Manager 1.3]]></dc:creator>
		<pubDate>Mon, 24 Jan 2005 09:44:41 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-705</guid>
		<description><![CDATA[[...] 1044 hrs  				&#160;  			     			  					Thanks to a kind fellow called Justin Baeder, the &lt;a href=&quot;http://www.denyerec.co.uk/index.php?p=63&quot; target=&quot;_blank&quot;&gt;Amazon Media Manager&lt;/a&gt; has received a bit of an update. It should now work on WordPress 1. [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] 1044 hrs  				&nbsp;  			     			  					Thanks to a kind fellow called Justin Baeder, the <a href="http://www.denyerec.co.uk/index.php?p=63" target="_blank">Amazon Media Manager</a> has received a bit of an update. It should now work on WordPress 1. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denyerec&#8217;s Log - Photo Gallery, Comments and Observations - Content and photography &#169; M Denyer 2000-2004 &#187; Amazon Media Manager 1.3</title>
		<link>http://www.denyerec.co.uk/amazon-media-manager-11-2/comment-page-2#comment-704</link>
		<dc:creator><![CDATA[Denyerec&#8217;s Log - Photo Gallery, Comments and Observations - Content and photography &#169; M Denyer 2000-2004 &#187; Amazon Media Manager 1.3]]></dc:creator>
		<pubDate>Mon, 24 Jan 2005 09:44:38 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-704</guid>
		<description><![CDATA[[...] 1044 hrs  				&#160;  			     			  					Thanks to a kind fellow called Justin Baeder, the &lt;a href=&quot;http://www.denyerec.co.uk/index.php?p=63&quot; target=&quot;_blank&quot;&gt;Amazon Media Manager&lt;/a&gt; has received a bit of an update. It should now work on WordPress 1. [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] 1044 hrs  				&nbsp;  			     			  					Thanks to a kind fellow called Justin Baeder, the <a href="http://www.denyerec.co.uk/index.php?p=63" target="_blank">Amazon Media Manager</a> has received a bit of an update. It should now work on WordPress 1. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The mind of TheChris &#187; TheMind v2.0</title>
		<link>http://www.denyerec.co.uk/amazon-media-manager-11-2/comment-page-2#comment-691</link>
		<dc:creator><![CDATA[The mind of TheChris &#187; TheMind v2.0]]></dc:creator>
		<pubDate>Fri, 21 Jan 2005 05:41:29 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-691</guid>
		<description><![CDATA[[...] I made my question more specific.  Being the wonderful human I am, I shall link him&#8230;.&lt;a href=&quot;http://www.denyerec.co.uk/index.php?p=63&quot;&gt;NOW&lt;/a&gt;! 	Once I figured out to get all of that installed with my alcohol fueled brain I went to work on the [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] I made my question more specific.  Being the wonderful human I am, I shall link him&#8230;.<a href="http://www.denyerec.co.uk/index.php?p=63">NOW</a>! 	Once I figured out to get all of that installed with my alcohol fueled brain I went to work on the [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beautifully Letdown &#187; Hosting issues</title>
		<link>http://www.denyerec.co.uk/amazon-media-manager-11-2/comment-page-2#comment-690</link>
		<dc:creator><![CDATA[Beautifully Letdown &#187; Hosting issues]]></dc:creator>
		<pubDate>Thu, 20 Jan 2005 19:00:08 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-690</guid>
		<description><![CDATA[[...] ome of the plugins that I want to use employ. For instance, I want to use Denyerec&#8217;s &lt;a href=&quot;http://www.denyerec.co.uk/index.php?p=63&quot;&gt;Amazon Media Manager&lt;/a&gt; but it uses fopen to retrieve media images from Amazon. This is disabled by my host [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] ome of the plugins that I want to use employ. For instance, I want to use Denyerec&#8217;s <a href="http://www.denyerec.co.uk/index.php?p=63">Amazon Media Manager</a> but it uses fopen to retrieve media images from Amazon. This is disabled by my host [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
