<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DAP Documentation &#187; DAP</title>
	<atom:link href="http://www.digitalaccesspass.com/doc/category/dap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalaccesspass.com/doc</link>
	<description>Documentation for DigitalAccessPass.com</description>
	<lastBuildDate>Mon, 26 Jul 2010 23:59:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Moving DAP From One Host (or Domain) To Another</title>
		<link>http://www.digitalaccesspass.com/doc/moving-dap-from-one-host-or-domain-to-another/</link>
		<comments>http://www.digitalaccesspass.com/doc/moving-dap-from-one-host-or-domain-to-another/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 15:50:38 +0000</pubDate>
		<dc:creator>Veena Prashanth</dc:creator>
				<category><![CDATA[Activation]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[DAP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=460</guid>
		<description><![CDATA[Here&#8217;s how you can move an existing DAP installation from one host  &#8211; or domain &#8211; to another.

Log in to your web hosting control panel, go to &#8220;phpMyAdmin&#8221;, select your WordPress database (which is where the DAP tables are also installed, by default)


Do an &#8220;Export&#8221; of just the DAP tables. Select the &#8220;SQL&#8221; option and [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how you can move an existing DAP installation from one host  &#8211; or domain &#8211; to another.</p>
<ul>
<li>Log in to your web hosting control panel, go to &#8220;phpMyAdmin&#8221;, select your WordPress database (which is where the DAP tables are also installed, by default)</li>
</ul>
<ul>
<li>Do an &#8220;Export&#8221; of just the DAP tables. Select the &#8220;SQL&#8221; option and select &#8220;Save as File&#8221;. All DAP database tables start with the text &#8220;dap_&#8221;. Save this file on your desktop &#8211; let&#8217;s say you call it &#8220;dapexport.sql&#8221; (it could also be &#8220;dapexport.txt&#8221; &#8211; does not matter what the exact extension is &#8211; .txt or .sql).</li>
</ul>
<ul>
<li>Make a back up of the dap-config.php file (located in the &#8220;dap&#8221; directory on your old site/domain) on your desktop</li>
</ul>
<ul>
<li>At your new site, install WordPress</li>
<li>Copy the database info from your new blog&#8217;s &#8220;wp-config.php&#8221; to the &#8220;dap-config.php&#8221; file stored on your desktop.</li>
<li>Then log in to your web hosting control panel of your new site, go to &#8220;phpMyAdmin&#8221;, select your WordPress database, go to the &#8220;SQL&#8221; tab, open the export file from above (dapexport.sql), copy the contents, paste into the SQL tab and hit &#8220;Go&#8221;. All dap data from your old site is now on your new site.</li>
<li>Upload all dap files to your new site (don&#8217;t do full installation &#8211; just upload the files).</li>
<li>Also upload the LiveLinks files to wp-content/plugins/ .</li>
<li>Upload the new dap-config.php file from your desktop to the &#8220;dap&#8221; folder on your new site.</li>
<li>Log in as WP admin, and activate the LiveLinks plugin. It should give you a warning that DAP is already installed. That&#8217;s ok, that&#8217;s what we want it to say.</li>
<li>That&#8217;s it. DAP is now moved over from your old site to your new site.</li>
<li>Log into your DAP Dashboard using your old DAP admin login info, and you&#8217;re all set.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/moving-dap-from-one-host-or-domain-to-another/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress User Sync</title>
		<link>http://www.digitalaccesspass.com/doc/wordpress-user-sync/</link>
		<comments>http://www.digitalaccesspass.com/doc/wordpress-user-sync/#comments</comments>
		<pubDate>Tue, 04 May 2010 17:24:20 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[3rd Party Integration]]></category>
		<category><![CDATA[Access Control]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[DAP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[LiveLinks]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Users]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress FAQ]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=385</guid>
		<description><![CDATA[NOTE: This content is for advanced users only, who understand the concept of user tables, database, etc. If you don&#8217;t understand any of this, then just ignore this &#8211; you don&#8217;t really need to know this in order to use DAP. This is only an explanation for those who wish to go under the hood [...]]]></description>
			<content:encoded><![CDATA[<p><strong>NOTE: This content is for advanced users only, who understand the concept of user tables, database, etc. If you don&#8217;t understand any of this, then just ignore this &#8211; you don&#8217;t really need to know this in order to use DAP. This is only an explanation for those who wish to go under the hood of DAP and its integration with WordPress.</strong></p>
<p>As you probably already know, WordPress has its own user database.</p>
<p>DAP has its own User database, and doesn&#8217;t use the WordPress database &#8211; for many reasons, not limited to the following&#8230;</p>
<p>1) Ability to store more user information than what WordPress allows</p>
<p>2) More powerful user search, profile updates, affiliate information, etc.</p>
<p>So, if you want to use any WordPress based plugins &#8211; like WordPress Forums or Subscribe2Blog &#8211; these forums are looking at WordPress&#8217; native user database.</p>
<p>Now comes the necessity of &#8220;syncing&#8221; the DAP user data and your WordPress user data.</p>
<p>In the DAP Dashboard, in &#8220;<strong>Setup </strong>&gt; <strong>Config </strong>&gt; <strong>Advanced</strong>&#8220;, you will see two settings for syncing DAP &amp; WP user data.</p>
<p><a href="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/05/dap-wp-sync.png"><img class="alignnone size-full wp-image-386" style="border: 1px solid black;" title="dap-wp-sync" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/05/dap-wp-sync.png" alt="" width="493" height="96" /></a></p>
<h3>(1) Sync DAP User data and WP User data</h3>
<p>If you turn this to  &#8220;<strong>Y</strong>&#8221; (for &#8220;Yes&#8221;), then every time someone logs  into DAP, their DAP user data (just name and email) is  automatically &#8220;synced&#8221; with WordPress user data. If you set this to &#8220;N&#8221;, then no data will be transferred from DAP to WordPress.</p>
<h3>(2) Sync WP  data only for PAID users</h3>
<p>This one matters only if you have set <strong> (1)</strong> above to &#8220;Y&#8221;.</p>
<p>If you want <strong>only your &#8220;PAID&#8221;  members</strong> to be synced with WordPress, then set this to &#8220;<strong>Y</strong>&#8220;.</p>
<p>If  you want <strong>both &#8220;FREE&#8221; and &#8220;PAID&#8221; members</strong> synced with WordPress, then set this to &#8220;<strong>N</strong>&#8220;.</p>
<p>Here&#8217;s how it actually works:</p>
<ol>
<li>For the sync to work, you must first setup and save the above 2 config settings</li>
<li>After you save the above two config settings, make sure you log out of DAP and re-log in (if you are/were logged in and testing as a regular user), because only then, the Config settings above will take effect.</li>
<li>Your user must log in through a DAP login form (not the WP login form).</li>
<li>Make sure the user is redirected to <strong>any part of your WordPress blog</strong> after log in. This can be done via &#8220;Logged In URL&#8221; setting in DAP Config.</li>
<li>The user can be redirected to any WP page, WP post or even your blog home page &#8211; that&#8217;s the only time the &#8217;syncing&#8217; kicks in.</li>
<li>When user lands on any page/post of your WP blog, then the DAP LiveLinks plugin (which you have already installed &amp; enabled) kicks of the &#8220;sync&#8221;, copies the logged in member&#8217;s name and email over to the WordPress user table, and also automatically logs him into your WordPress blog.</li>
</ol>
<p>That&#8217;s all there is to it.</p>
<p>Also see: <a href="http://www.digitalaccesspass.com/doc/forum-integration/">Forum Integration</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/wordpress-user-sync/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DAP -vs- The Competition</title>
		<link>http://www.digitalaccesspass.com/doc/dap-versus-the-competition/</link>
		<comments>http://www.digitalaccesspass.com/doc/dap-versus-the-competition/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 17:35:15 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[DAP]]></category>
		<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=191</guid>
		<description><![CDATA[How does DAP fare when compared to the competition?
We have created a WordPress Membership Plugin Review Chart to help you decide for yourself.
All Facts. No Opinions. Fair as fair can be.
Obviously, we don&#8217;t know our competitors&#8217; products as well as we know ours.
So if we missed something, then do let us know below and we&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>How does DAP fare when compared to the competition?</p>
<p>We have created a <a href="http://DigitalAccessPass.com/showdown.php" target="_self">WordPress Membership Plugin Review Chart</a> to help you decide for yourself.</p>
<p>All Facts. No Opinions. Fair as fair can be.</p>
<p>Obviously, we don&#8217;t know our competitors&#8217; products as well as we know ours.</p>
<p>So if we missed something, then do let us know below and we&#8217;ll do our best to fix any errors and/or omissions asap.</p>
<p>Also, if you have any other questions, comments, corrections or suggestions, feel free to leave them below.</p>
<p>- Ravi Jayagopal</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/dap-versus-the-competition/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Upgrading to DAP version 1.0</title>
		<link>http://www.digitalaccesspass.com/doc/upgrading-to-dap-version-10/</link>
		<comments>http://www.digitalaccesspass.com/doc/upgrading-to-dap-version-10/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 14:59:07 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[DAP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=23</guid>
		<description><![CDATA[The following is relevant to you only if you are &#8220;Upgrading&#8221; DAP from an earlier version.
Yay, DAP version 1.0 is here! (click here to see the what changed )
This is an important update, so do not skip this.
Here&#8217;s how to upgrade to the new version:
1. Download the zip file and unzip to desktop. You should [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The following is relevant to you only if you are &#8220;Upgrading&#8221; DAP from an earlier version.</strong></p>
<p>Yay, DAP version 1.0 is here! (click here to see the <a href="http://www.DigitalAccessPass.com/changelog.php">what changed</a> )</p>
<p>This is an important update, so do not skip this.</p>
<p>Here&#8217;s how to upgrade to the new version:</p>
<p>1. Download the zip file and unzip to desktop. You should now see a folder by name &#8220;dap&#8221; on your desktop.</p>
<p>2. Overwrite the contents of your current &#8220;dap&#8221; folder on your site with the contents of the new &#8220;dap&#8221; folder on your desktop.</p>
<p>3. Do not try to use any admin functionality yet. Visit the following link:<br />
<a href="http://YourSite.com/dap/update.php" target="_blank">http://YourSite.com/dap/update.php</a> and follow the instructions on your screen.</p>
<p><strong>NOTE: Replace YourSite.com with your actual domain name</strong>.</p>
<p>That&#8217;s it!</p>
<p><strong>&lt;sidebar&gt; </strong></p>
<p>This is just for your information&#8230;.</p>
<p>We have moved the email and header/footer templates from text files into the database, as some web hosts were very weird with file permissions and were causing issues. So all files which were previously located under <em>/dap/templates/email/</em> and <em>/dap/templates/content/</em> have now been moved to the database.</p>
<p>The contents of these template files have been copied over as-is to your database. But just as a sanity check, visit your &#8220;Admin &gt; Templates&#8221; screen and double-check the content of these templates.</p>
<p><strong>&lt;/sidebar&gt;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/upgrading-to-dap-version-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Welcome to DigitalAccessPass.com</title>
		<link>http://www.digitalaccesspass.com/doc/welcome-to-digitalaccesspasscom/</link>
		<comments>http://www.digitalaccesspass.com/doc/welcome-to-digitalaccesspasscom/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 20:27:34 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[DAP]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=3</guid>
		<description><![CDATA[This is the documentation blog for DigitalAccessPass.com &#8211; lovingly nicknamed &#8220;DAP&#8221;   .
Here&#8217;s where you will (or should) find all information related to the installation, and use of DAP, both as a User as well as an Admin.
If there&#8217;s anything missing, or you have any questions or comments, feel free to email us.
- Ravi [...]]]></description>
			<content:encoded><![CDATA[<p>This is the documentation blog for <a href="http://www.DigitalAccessPass.com" target="_blank">DigitalAccessPass.com</a> &#8211; lovingly nicknamed &#8220;DAP&#8221; <img src='http://www.digitalaccesspass.com/doc/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  .</p>
<p>Here&#8217;s where you will (or should) find all information related to the installation, and use of DAP, both as a User as well as an Admin.</p>
<p>If there&#8217;s anything missing, or you have any questions or comments, feel free to <a href="http://www.DigitalAccessPass.com/contactus.php" target="_blank">email us</a>.</p>
<p>- Ravi Jayagopal<br />
<a href="http://www.DigitalAccessPass.com" target="_blank">DigitalAccessPass.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/welcome-to-digitalaccesspasscom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
