<?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"
	>
<channel>
	<title>Comments on: PayPal integraion for Zenphoto - zenPayPal</title>
	<atom:link href="http://qelix.com/blog/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/feed/" rel="self" type="application/rss+xml" />
	<link>http://qelix.com/blog/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/</link>
	<description>Random thoughts of an average mind</description>
	<pubDate>Fri, 30 Jul 2010 01:44:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Zenphoto &#187; zenPaypal</title>
		<link>http://qelix.com/blog/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-155</link>
		<dc:creator>Zenphoto &#187; zenPaypal</dc:creator>
		<pubDate>Sat, 14 Nov 2009 12:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qelix.com/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-155</guid>
		<description>[...] by Stephane Huc (hucste) based on the original plugin developed and now abandoned by Ebrahim Ezzy [...]</description>
		<content:encoded><![CDATA[<p>[...] by Stephane Huc (hucste) based on the original plugin developed and now abandoned by Ebrahim Ezzy [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zenphoto &#187; Third party plugin zenPaypal gets update</title>
		<link>http://qelix.com/blog/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-154</link>
		<dc:creator>Zenphoto &#187; Third party plugin zenPaypal gets update</dc:creator>
		<pubDate>Sat, 07 Nov 2009 17:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qelix.com/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-154</guid>
		<description>[...] of the older zenPaypal plugin that has been abandoned quite some time ago by its original developer Ebrahim Ezzy (Nimbuz) who moved on to his eZenphoto package which sadly is still no [...]</description>
		<content:encoded><![CDATA[<p>[...] of the older zenPaypal plugin that has been abandoned quite some time ago by its original developer Ebrahim Ezzy (Nimbuz) who moved on to his eZenphoto package which sadly is still no [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://qelix.com/blog/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-151</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Mon, 27 Jul 2009 16:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qelix.com/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-151</guid>
		<description>I'm amending my last post.

Here's an updated installation guide with steps I figured out via trial/error.

Let me know if you still need more details.  Perhaps together we can all create a better document.

I'll post an update once I figure out how to do the paypal integration.

Stuart L. Riley


INSTALLATION GUIDE

Updated by Stuart L. Riley  (slriley@ymail.com)
July 27, 2009


1. "upload" directory contains all the files and folders required for installation. Copy this directory or the contents of this directory to your desired location, usually root (/).

1.a  Be sure to do steps 2-5 first, beford uploading.  It's easier to edit files locally on your pc, then upload.

1.b  By "upload", this means all files &#38; folders UNDER the "upload" folder, not the upload folder itself.

1.c  "Usually root..." is not very descriptive, so I'll elaborate....   In ZenPhoto, you can create individual galleries by installing ZenPhoto in individual folders under your "public_html" folder.  I have 2 folders so far:  Private and Public.  In the ZenPhoto admin screen, under "edit", I see these folders as 2 separate galleries.  If I want to add paypal capability to either gallery, I'll upload these files &#38; folders to the folder with that gallery name.  But first, backup your gallery folder contents (no need to backup the album) before you upload the edited files (per steps 2-5) to the gallery folder.


2. Create a Database and Import "db.sql" to the database.

2.a  For hosted web sites, you will need to create the database through them.  Consult your host site administrator, if you don't know how to do this.

2.b  Your hosted site should have a way to run SQLs.  I use Hostmonster, so I'm familiar with how they handle it.  I can run this SQL via PHPMyAdmin.



3. Update database details (user, pass and db name) in the following files:
    - upload/zp-core/zp-config.php
    - upload/shop/db/access.inc.php

3.a  Do this editing BEFORE uploading to your web site.  It's easier to do the editing on your local pc.

3.b  This is pretty much self-explainatory.  If you don't know the syntax for your database name, user name, etc., you should consult your host site's administrator.  This took me awhile to decode, but once I understood it, I got it to work.


4. Update RewriteBase path in upload/.htaccess.

4.a  Same as 3.


5. All Done!

5.a  Well, not quite.  You still need to do the setup via the admin screens.  Links are listed below.

5.b  If you are not familiar with the syntax, you can access the eZenPhoto admin screen by typing the following in the url field at the top of your browser:  www.websitename.com/shop/admin/, where "websitename" is the name of your website, and I'm assuming "com", but you may replace this with whatever you use: net, org, etc.

5.c This is as far as I got up to now.  I still need to connect this all to paypal itself.  I'll add more to this as I figure it out.

Zenphoto Admin: /zp-core/admin.php (Default User:Password = admin:admin)
Shop Admin: /shop/admin/ (Default User:Password = admin:admin)

If you've any questions regarding Zenphoto, please post on Zenphoto Forums. For feedback &#38; suggestions regarding eZenphoto, please email info@ezenphoto.com.</description>
		<content:encoded><![CDATA[<p>I&#8217;m amending my last post.</p>
<p>Here&#8217;s an updated installation guide with steps I figured out via trial/error.</p>
<p>Let me know if you still need more details.  Perhaps together we can all create a better document.</p>
<p>I&#8217;ll post an update once I figure out how to do the paypal integration.</p>
<p>Stuart L. Riley</p>
<p>INSTALLATION GUIDE</p>
<p>Updated by Stuart L. Riley  (slriley@ymail.com)<br />
July 27, 2009</p>
<p>1. &#8220;upload&#8221; directory contains all the files and folders required for installation. Copy this directory or the contents of this directory to your desired location, usually root (/).</p>
<p>1.a  Be sure to do steps 2-5 first, beford uploading.  It&#8217;s easier to edit files locally on your pc, then upload.</p>
<p>1.b  By &#8220;upload&#8221;, this means all files &amp; folders UNDER the &#8220;upload&#8221; folder, not the upload folder itself.</p>
<p>1.c  &#8220;Usually root&#8230;&#8221; is not very descriptive, so I&#8217;ll elaborate&#8230;.   In ZenPhoto, you can create individual galleries by installing ZenPhoto in individual folders under your &#8220;public_html&#8221; folder.  I have 2 folders so far:  Private and Public.  In the ZenPhoto admin screen, under &#8220;edit&#8221;, I see these folders as 2 separate galleries.  If I want to add paypal capability to either gallery, I&#8217;ll upload these files &amp; folders to the folder with that gallery name.  But first, backup your gallery folder contents (no need to backup the album) before you upload the edited files (per steps 2-5) to the gallery folder.</p>
<p>2. Create a Database and Import &#8220;db.sql&#8221; to the database.</p>
<p>2.a  For hosted web sites, you will need to create the database through them.  Consult your host site administrator, if you don&#8217;t know how to do this.</p>
<p>2.b  Your hosted site should have a way to run SQLs.  I use Hostmonster, so I&#8217;m familiar with how they handle it.  I can run this SQL via PHPMyAdmin.</p>
<p>3. Update database details (user, pass and db name) in the following files:<br />
    - upload/zp-core/zp-config.php<br />
    - upload/shop/db/access.inc.php</p>
<p>3.a  Do this editing BEFORE uploading to your web site.  It&#8217;s easier to do the editing on your local pc.</p>
<p>3.b  This is pretty much self-explainatory.  If you don&#8217;t know the syntax for your database name, user name, etc., you should consult your host site&#8217;s administrator.  This took me awhile to decode, but once I understood it, I got it to work.</p>
<p>4. Update RewriteBase path in upload/.htaccess.</p>
<p>4.a  Same as 3.</p>
<p>5. All Done!</p>
<p>5.a  Well, not quite.  You still need to do the setup via the admin screens.  Links are listed below.</p>
<p>5.b  If you are not familiar with the syntax, you can access the eZenPhoto admin screen by typing the following in the url field at the top of your browser:  <a href="http://www.websitename.com/shop/admin/" rel="nofollow">http://www.websitename.com/shop/admin/</a>, where &#8220;websitename&#8221; is the name of your website, and I&#8217;m assuming &#8220;com&#8221;, but you may replace this with whatever you use: net, org, etc.</p>
<p>5.c This is as far as I got up to now.  I still need to connect this all to paypal itself.  I&#8217;ll add more to this as I figure it out.</p>
<p>Zenphoto Admin: /zp-core/admin.php (Default User:Password = admin:admin)<br />
Shop Admin: /shop/admin/ (Default User:Password = admin:admin)</p>
<p>If you&#8217;ve any questions regarding Zenphoto, please post on Zenphoto Forums. For feedback &amp; suggestions regarding eZenphoto, please email <a href="mailto:info@ezenphoto.com">info@ezenphoto.com</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://qelix.com/blog/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-150</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Mon, 27 Jul 2009 13:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qelix.com/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-150</guid>
		<description>Is it ZenPayPal or eZenPhoto?

Installation instructions say to edit line 43.  Ok, so I looked through the messages and found that this is line 43 in images.php.  Where is this file?

Also, themes that don't work correctly -- with no feedback on reported issues.

Don't get me wrong, I like ZenPhoto for personal photos.

But I'm not sure if anyone who is trying to develop a serious commercial site would want to use this.

The support and documentation is very thin on this product.

I'll continue looking into this, but I'm starting to look elsewhere, and I may add these comments to the ratings sites.</description>
		<content:encoded><![CDATA[<p>Is it ZenPayPal or eZenPhoto?</p>
<p>Installation instructions say to edit line 43.  Ok, so I looked through the messages and found that this is line 43 in images.php.  Where is this file?</p>
<p>Also, themes that don&#8217;t work correctly &#8212; with no feedback on reported issues.</p>
<p>Don&#8217;t get me wrong, I like ZenPhoto for personal photos.</p>
<p>But I&#8217;m not sure if anyone who is trying to develop a serious commercial site would want to use this.</p>
<p>The support and documentation is very thin on this product.</p>
<p>I&#8217;ll continue looking into this, but I&#8217;m starting to look elsewhere, and I may add these comments to the ratings sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: test user</title>
		<link>http://qelix.com/blog/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-132</link>
		<dc:creator>test user</dc:creator>
		<pubDate>Thu, 14 May 2009 10:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qelix.com/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-132</guid>
		<description>demo sites not working!</description>
		<content:encoded><![CDATA[<p>demo sites not working!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F.B. Spector</title>
		<link>http://qelix.com/blog/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-130</link>
		<dc:creator>F.B. Spector</dc:creator>
		<pubDate>Wed, 22 Apr 2009 13:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qelix.com/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-130</guid>
		<description>PLEASE contact me ASAP, I need to hire someone to help me modify this.</description>
		<content:encoded><![CDATA[<p>PLEASE contact me ASAP, I need to hire someone to help me modify this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F.B. Spector</title>
		<link>http://qelix.com/blog/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-129</link>
		<dc:creator>F.B. Spector</dc:creator>
		<pubDate>Sat, 11 Apr 2009 20:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qelix.com/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-129</guid>
		<description>Need help with this a bit, is there someone we can pay to aid? Want to figure a way to have options for selling. We used it for a client who sells polished car part...www.polish-this.com. Desperate to use ZenPhoto as it perfect for his needs.</description>
		<content:encoded><![CDATA[<p>Need help with this a bit, is there someone we can pay to aid? Want to figure a way to have options for selling. We used it for a client who sells polished car part&#8230;www.polish-this.com. Desperate to use ZenPhoto as it perfect for his needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bbcgphoto</title>
		<link>http://qelix.com/blog/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-125</link>
		<dc:creator>bbcgphoto</dc:creator>
		<pubDate>Tue, 17 Feb 2009 05:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qelix.com/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-125</guid>
		<description>Interested in using paypal with Zenphoto.  Are you still involved in this actively, I would like to be able to customize at least groups with different prices, perhaps using individual paypal buttons with different pricing rather than coding the prices into the zenphoto side of things ??</description>
		<content:encoded><![CDATA[<p>Interested in using paypal with Zenphoto.  Are you still involved in this actively, I would like to be able to customize at least groups with different prices, perhaps using individual paypal buttons with different pricing rather than coding the prices into the zenphoto side of things ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VitalBodies</title>
		<link>http://qelix.com/blog/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-123</link>
		<dc:creator>VitalBodies</dc:creator>
		<pubDate>Sat, 24 Jan 2009 05:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qelix.com/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-123</guid>
		<description>The demo links are broken...</description>
		<content:encoded><![CDATA[<p>The demo links are broken&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://qelix.com/blog/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-119</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sat, 10 Jan 2009 12:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qelix.com/2008/04/07/paypal-integraion-for-zenphoto-zenpaypal/#comment-119</guid>
		<description>Great plugin!

Can you please tell me how to inclue Album Title in checkout?

Thanks</description>
		<content:encoded><![CDATA[<p>Great plugin!</p>
<p>Can you please tell me how to inclue Album Title in checkout?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
