<?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: Fetchr4SSP v1.4 // Combining Flickr and SlideShowPro for Photo Gallery Goodness!</title>
	<atom:link href="http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/feed/" rel="self" type="application/rss+xml" />
	<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/</link>
	<description>An onslaught of expository excellence covering web design and development, politics and current events, faith and religion, guitar and music, programming... oh, and anything else.</description>
	<lastBuildDate>Tue, 22 May 2012 21:11:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: WarAxe</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-3/#comment-267181</link>
		<dc:creator>WarAxe</dc:creator>
		<pubDate>Sat, 06 Aug 2011 00:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-267181</guid>
		<description>Also... sometimes when folks are setting up the ssp.swf file they don&#039;t quite get the permissions right.  You can bypass any fuss by using the &quot;images.xml&quot; file, rather than the &quot;fetchr4ssp.php&quot; file as your XML source inside SSP.  This will work great, but just make sure that whenever you update Flickr you do a cache_refresh (or let your 24-hour CRON job do it).</description>
		<content:encoded><![CDATA[<p>Also&#8230; sometimes when folks are setting up the ssp.swf file they don&#8217;t quite get the permissions right.  You can bypass any fuss by using the &#8220;images.xml&#8221; file, rather than the &#8220;fetchr4ssp.php&#8221; file as your XML source inside SSP.  This will work great, but just make sure that whenever you update Flickr you do a cache_refresh (or let your 24-hour CRON job do it).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WarAxe</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-3/#comment-267180</link>
		<dc:creator>WarAxe</dc:creator>
		<pubDate>Sat, 06 Aug 2011 00:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-267180</guid>
		<description>If you have a lot of photos it takes a while to make all those calls to Flickr to build your images.xml file.  I think of how long it takes Flickr to load page after page of your photostream... and even though we&#039;re not pulling down full photos the Flickr API is not very fast.

If you read the Fetchr site, I suggested that you set up a CRON job (every decent web host has some CRON system built into its control panel to allow you to initiate a periodic web call).  If you have your Fetchr set to refresh every 25 hours... and you use a CRON to initiate a forced refresh (-----/fetchr4ssp.php?cache_refresh) every 24 hours, then you&#039;ll have one whole HOUR to allow the magic to happen.</description>
		<content:encoded><![CDATA[<p>If you have a lot of photos it takes a while to make all those calls to Flickr to build your images.xml file.  I think of how long it takes Flickr to load page after page of your photostream&#8230; and even though we&#8217;re not pulling down full photos the Flickr API is not very fast.</p>
<p>If you read the Fetchr site, I suggested that you set up a CRON job (every decent web host has some CRON system built into its control panel to allow you to initiate a periodic web call).  If you have your Fetchr set to refresh every 25 hours&#8230; and you use a CRON to initiate a forced refresh (&#8212;&#8211;/fetchr4ssp.php?cache_refresh) every 24 hours, then you&#8217;ll have one whole HOUR to allow the magic to happen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elke</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-3/#comment-267122</link>
		<dc:creator>elke</dc:creator>
		<pubDate>Fri, 05 Aug 2011 19:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-267122</guid>
		<description>hi,
i&#039;m having some issues and am not sure why. maybe it&#039;s the amount of photographs being processed by fetchr.
at any rate, more often than not all i get is a blank black page.
any ideas what i need to fix?</description>
		<content:encoded><![CDATA[<p>hi,<br />
i&#8217;m having some issues and am not sure why. maybe it&#8217;s the amount of photographs being processed by fetchr.<br />
at any rate, more often than not all i get is a blank black page.<br />
any ideas what i need to fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WarAxe</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-3/#comment-254261</link>
		<dc:creator>WarAxe</dc:creator>
		<pubDate>Fri, 17 Jun 2011 18:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-254261</guid>
		<description>@elke
CRON jobs are usually set somewhere obvious (hopefully) inside the hosting control center of your service provider.  Give your tech supports folks a message and ask them where you create CRON jobs at.

Also... as a last resort you can always set your cache refresh time to be 0 (never refreshes automatically) and then just run a manual refresh whenever you want it to index newly uploaded Flickr photos.</description>
		<content:encoded><![CDATA[<p>@elke<br />
CRON jobs are usually set somewhere obvious (hopefully) inside the hosting control center of your service provider.  Give your tech supports folks a message and ask them where you create CRON jobs at.</p>
<p>Also&#8230; as a last resort you can always set your cache refresh time to be 0 (never refreshes automatically) and then just run a manual refresh whenever you want it to index newly uploaded Flickr photos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elke</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-3/#comment-253911</link>
		<dc:creator>elke</dc:creator>
		<pubDate>Thu, 16 Jun 2011 16:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-253911</guid>
		<description>do you have any more information on this cron job? as far as i can tell my server would support it, but i have no idea how to go about setting it up.
at the moment my site loads incredibly slowly when it&#039;s being accessed the first time after the cache refresh.</description>
		<content:encoded><![CDATA[<p>do you have any more information on this cron job? as far as i can tell my server would support it, but i have no idea how to go about setting it up.<br />
at the moment my site loads incredibly slowly when it&#8217;s being accessed the first time after the cache refresh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WarAxe</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-3/#comment-248675</link>
		<dc:creator>WarAxe</dc:creator>
		<pubDate>Sat, 28 May 2011 01:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-248675</guid>
		<description>Send me an email.  That error is common and usually from a syntax error in teh config file when you made your customizations.</description>
		<content:encoded><![CDATA[<p>Send me an email.  That error is common and usually from a syntax error in teh config file when you made your customizations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shafiq</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-3/#comment-248642</link>
		<dc:creator>Shafiq</dc:creator>
		<pubDate>Fri, 27 May 2011 22:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-248642</guid>
		<description>Hi There ...

I&#039;ve purchased the commercial version for this software but when I run fetchr4ssp.php I recieve the following message:

Parse error: syntax error, unexpected $end in /home/website/public_html/fetchr4ssp/fetchr4ssp.php on line 1

I&#039;ve made sure and i&#039;m running PHP Version 5.3.5... Ive checked this via phpinfo function.

Any Ideas?

Many Thanks</description>
		<content:encoded><![CDATA[<p>Hi There &#8230;</p>
<p>I&#8217;ve purchased the commercial version for this software but when I run fetchr4ssp.php I recieve the following message:</p>
<p>Parse error: syntax error, unexpected $end in /home/website/public_html/fetchr4ssp/fetchr4ssp.php on line 1</p>
<p>I&#8217;ve made sure and i&#8217;m running PHP Version 5.3.5&#8230; Ive checked this via phpinfo function.</p>
<p>Any Ideas?</p>
<p>Many Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WarAxe</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-3/#comment-205117</link>
		<dc:creator>WarAxe</dc:creator>
		<pubDate>Fri, 12 Nov 2010 02:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-205117</guid>
		<description>@mekene
I don&#039;t think so.  I think you can always download your OWN images at the original resolution.  It might be that without a PRO account you can&#039;t download OTHER people&#039;s photos any bigger than &quot;large&quot;.  The Flickr forums may have more insight into that premise, though.</description>
		<content:encoded><![CDATA[<p>@mekene<br />
I don&#8217;t think so.  I think you can always download your OWN images at the original resolution.  It might be that without a PRO account you can&#8217;t download OTHER people&#8217;s photos any bigger than &#8220;large&#8221;.  The Flickr forums may have more insight into that premise, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mekene</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-3/#comment-205057</link>
		<dc:creator>mekene</dc:creator>
		<pubDate>Thu, 11 Nov 2010 10:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-205057</guid>
		<description>Actually what I meant is that I do not own a pro account.

Is it necessary to go pro to be able to fetch images higher than 1024px wide ?</description>
		<content:encoded><![CDATA[<p>Actually what I meant is that I do not own a pro account.</p>
<p>Is it necessary to go pro to be able to fetch images higher than 1024px wide ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WarAxe</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-3/#comment-204783</link>
		<dc:creator>WarAxe</dc:creator>
		<pubDate>Tue, 09 Nov 2010 23:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-204783</guid>
		<description>@mekene
Having a Pro account should NOT affect the sizes returned if you are the owner of the photos (or... if the owner of the photos was the one who got the API key).

Email me the &quot;fetchr4ssp.php&quot; file and I can take a look.  If what you&#039;re describing is correct then there&#039;s an error in the program (only had someone find one other one ever).  But nobody&#039;s mentioned that one, and it would be a BIG obvious one... so perhaps something else is going on.  I&#039;ll take a look if you send me the file.</description>
		<content:encoded><![CDATA[<p>@mekene<br />
Having a Pro account should NOT affect the sizes returned if you are the owner of the photos (or&#8230; if the owner of the photos was the one who got the API key).</p>
<p>Email me the &#8220;fetchr4ssp.php&#8221; file and I can take a look.  If what you&#8217;re describing is correct then there&#8217;s an error in the program (only had someone find one other one ever).  But nobody&#8217;s mentioned that one, and it would be a BIG obvious one&#8230; so perhaps something else is going on.  I&#8217;ll take a look if you send me the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mekene</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-3/#comment-204767</link>
		<dc:creator>mekene</dc:creator>
		<pubDate>Tue, 09 Nov 2010 21:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-204767</guid>
		<description>Hello,
I just bought fetchr4ssp and it&#039;s working fine.
I am trying to fetch my original size images because I want the fullscreen display to look nice, but the images are limited to 1024px wide even if I set :

$fetchr_settings[&#039;full_size&#039;] = &quot;Biggest&quot;;

Is this because I need a pro flickr account ?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I just bought fetchr4ssp and it&#8217;s working fine.<br />
I am trying to fetch my original size images because I want the fullscreen display to look nice, but the images are limited to 1024px wide even if I set :</p>
<p>$fetchr_settings['full_size'] = &#8220;Biggest&#8221;;</p>
<p>Is this because I need a pro flickr account ?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WarAxe</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-3/#comment-204381</link>
		<dc:creator>WarAxe</dc:creator>
		<pubDate>Mon, 08 Nov 2010 00:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-204381</guid>
		<description>The setting...

$fetchr_settings[&#039;full_size&#039;] = &quot;Bigger&quot;;

...is what sets the actual album image.


Did you reset your cache (essentially rebuilding your images.xml file) to see if private photos show up?  If you have problems send em an email.</description>
		<content:encoded><![CDATA[<p>The setting&#8230;</p>
<p>$fetchr_settings['full_size'] = &#8220;Bigger&#8221;;</p>
<p>&#8230;is what sets the actual album image.</p>
<p>Did you reset your cache (essentially rebuilding your images.xml file) to see if private photos show up?  If you have problems send em an email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-2/#comment-204369</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 07 Nov 2010 22:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-204369</guid>
		<description>I got the token but my private photos are still not showing up. Is there another setting that I&#039;m missing.

I&#039;m still not sure how to use a medium (500px) photo for the album and a small (240px) thumbnail for the nav?

The only setting I see is:
$fetchr_settings[&#039;thumbnail_size&#039;] = &quot;Square&quot;;
Looks like that sets the nav thumbnails and the album image.</description>
		<content:encoded><![CDATA[<p>I got the token but my private photos are still not showing up. Is there another setting that I&#8217;m missing.</p>
<p>I&#8217;m still not sure how to use a medium (500px) photo for the album and a small (240px) thumbnail for the nav?</p>
<p>The only setting I see is:<br />
$fetchr_settings['thumbnail_size'] = &#8220;Square&#8221;;<br />
Looks like that sets the nav thumbnails and the album image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WarAxe</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-2/#comment-203852</link>
		<dc:creator>WarAxe</dc:creator>
		<pubDate>Thu, 04 Nov 2010 23:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-203852</guid>
		<description>@drec
If you haven&#039;t already... email me the exact URL you are using inside your Flash file.  Yes, using a generic &quot;images.xml&quot; file is a great way to test to see if Fetchr is the problem, or if actually no matter what images.xml file you try and use there is a path problem.  So it douns like a path problem most likely.</description>
		<content:encoded><![CDATA[<p>@drec<br />
If you haven&#8217;t already&#8230; email me the exact URL you are using inside your Flash file.  Yes, using a generic &#8220;images.xml&#8221; file is a great way to test to see if Fetchr is the problem, or if actually no matter what images.xml file you try and use there is a path problem.  So it douns like a path problem most likely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drec</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-2/#comment-202954</link>
		<dc:creator>drec</dc:creator>
		<pubDate>Sat, 30 Oct 2010 03:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-202954</guid>
		<description>Thanks.

OK, so I sorted out the error message with your help(been busy so only gotten back to this)only for a new error to replace it; Slideshow Data cannot be found, check xml file path and type. 
I couldn&#039;t find the xml file so like Jared above I added a file called images.xml and changed permissions.  I&#039;ve got this currently on my live site(very old post) http://drecart.com/2009/11/currumbin-rock/ down the very bottom. Everything else this page is served up by Director(also added flickr.com and www.flickr.com to my cross-domain file) It&#039;ll be something simple I have missed.</description>
		<content:encoded><![CDATA[<p>Thanks.</p>
<p>OK, so I sorted out the error message with your help(been busy so only gotten back to this)only for a new error to replace it; Slideshow Data cannot be found, check xml file path and type.<br />
I couldn&#8217;t find the xml file so like Jared above I added a file called images.xml and changed permissions.  I&#8217;ve got this currently on my live site(very old post) <a href="http://drecart.com/2009/11/currumbin-rock/">http://drecart.com/2009/11/currumbin-rock/</a> down the very bottom. Everything else this page is served up by Director(also added flickr.com and <a href="http://www.flickr.com">http://www.flickr.com</a> to my cross-domain file) It&#8217;ll be something simple I have missed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WarAxe</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-2/#comment-202021</link>
		<dc:creator>WarAxe</dc:creator>
		<pubDate>Sun, 24 Oct 2010 18:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-202021</guid>
		<description>@drec
Do you have a Flickr PRO account?  If not... be sure you have nothing in the token value.  Otherwise send me an email with the fetchr4ssp.php file in it and I&#039;ll try.

BTW, stunning photos!!!</description>
		<content:encoded><![CDATA[<p>@drec<br />
Do you have a Flickr PRO account?  If not&#8230; be sure you have nothing in the token value.  Otherwise send me an email with the fetchr4ssp.php file in it and I&#8217;ll try.</p>
<p>BTW, stunning photos!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drec</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-2/#comment-202005</link>
		<dc:creator>drec</dc:creator>
		<pubDate>Sun, 24 Oct 2010 16:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-202005</guid>
		<description>Hi, I&#039;m giving your script a go and following the ways above but have hit a wall and only get this error message;
error message=”User ID xxx does not exist” /

The same API key is working on a Flickr/WordPress Plugin ok - I&#039;ve tried both Live and Localhost environment with no luck. Running PHP 5.2.9-2 locally

drec</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m giving your script a go and following the ways above but have hit a wall and only get this error message;<br />
error message=”User ID xxx does not exist” /</p>
<p>The same API key is working on a Flickr/WordPress Plugin ok &#8211; I&#8217;ve tried both Live and Localhost environment with no luck. Running PHP 5.2.9-2 locally</p>
<p>drec</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WarAxe</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-2/#comment-197495</link>
		<dc:creator>WarAxe</dc:creator>
		<pubDate>Fri, 24 Sep 2010 00:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-197495</guid>
		<description>1)  It&#039;s all set right in the &quot;fetchr4ssp.php&quot; config file.

2)  Make sure you read the instructions in the config file when setting your callback URL.  If you skipped that part then Flickr doesn&#039;t know where your &quot;Fetchr4ssp.php&quot; file is on the internet to &quot;call back to&quot;.</description>
		<content:encoded><![CDATA[<p>1)  It&#8217;s all set right in the &#8220;fetchr4ssp.php&#8221; config file.</p>
<p>2)  Make sure you read the instructions in the config file when setting your callback URL.  If you skipped that part then Flickr doesn&#8217;t know where your &#8220;Fetchr4ssp.php&#8221; file is on the internet to &#8220;call back to&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-2/#comment-197397</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 23 Sep 2010 06:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-197397</guid>
		<description>1) Is there any way to use a medium (500px) photo for the album and a small (240px) thumbnail for the nav?

2) I&#039;m having an issue getting my token. I get sent to the &quot;Oops! Flickr can&#039;t find a valid callback URL.&quot; page.</description>
		<content:encoded><![CDATA[<p>1) Is there any way to use a medium (500px) photo for the album and a small (240px) thumbnail for the nav?</p>
<p>2) I&#8217;m having an issue getting my token. I get sent to the &#8220;Oops! Flickr can&#8217;t find a valid callback URL.&#8221; page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WarAxe</title>
		<link>http://negative99.com/general/fetchr4ssp-combining-flickr-and-slideshowpro-for-photo-gallery-goodness/comment-page-2/#comment-189316</link>
		<dc:creator>WarAxe</dc:creator>
		<pubDate>Wed, 14 Jul 2010 21:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://negative99.com/?p=434#comment-189316</guid>
		<description>@Simon
Yes, for what you want to do the easiest thing is to use multiple copies of Fetchr in a single site.  I keep them in separate folders carefully named so I know what&#039;s what.</description>
		<content:encoded><![CDATA[<p>@Simon<br />
Yes, for what you want to do the easiest thing is to use multiple copies of Fetchr in a single site.  I keep them in separate folders carefully named so I know what&#8217;s what.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

