<?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; Setup</title>
	<atom:link href="http://www.digitalaccesspass.com/doc/category/setup/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>Use Aweber Webform to Sign-up Users</title>
		<link>http://www.digitalaccesspass.com/doc/use-aweber-webform-to-signup/</link>
		<comments>http://www.digitalaccesspass.com/doc/use-aweber-webform-to-signup/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 23:58:11 +0000</pubDate>
		<dc:creator>Veena Prashanth</dc:creator>
				<category><![CDATA[Activation]]></category>
		<category><![CDATA[Aweber]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=496</guid>
		<description><![CDATA[If you use email parsing to integrate DAP and Aweber, then the Aweber list will always be double-opt-in.
But if you want your Aweber list to be single-opt-in, then you can use the Aweber webform (instead of DAP sign-up form) and follow the steps below to integrate DAP with Aweber.
1. Go to DAP admin panel -&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>If you use email parsing to integrate DAP and Aweber, then the Aweber list will always be double-opt-in.</p>
<p>But if you want your Aweber list to be single-opt-in, then you can use the Aweber webform (instead of DAP sign-up form) and follow the steps below to integrate DAP with Aweber.</p>
<p>1. Go to DAP admin panel -&gt; manage products page.</p>
<p>2. Note down the product Id of the product to which you want to signup the users.</p>
<p>3. There is a file called dap-aweber.php in your /dap folder. Make a  copy of that file and call it dap-aweber-&lt;productId&gt;.php. Replace  &lt;productId&gt; with the product Id you noted in step 2.<br />
If the productId = 2, then you will end up with a file called dap-aweber-2.php.</p>
<p>4. Open this file (dap-aweber-2.php), and change this line:<br />
$default_product_id = 1; //Change this to any product id from DAP</p>
<p>So, in this example, change it to:<br />
$default_product_id = 2; //Change this to any product id from DAP</p>
<p>Upload this file back to /dap folder on your site.</p>
<p>3. Now login to AWeber, select your single-opt-in list in AWeber -&gt; Webform -&gt; click on &#8216;Go to Step 2&#8242; towards the bottom of the  page.</p>
<p>http://screencast.com/t/ZTE0MDhhYTY</p>
<p>Click on the thankyou page dropdown and select &#8216;custom page&#8217;.<br />
Set the thank you Page URL to http://&lt;yoursite.com&gt;/dap/dap-aweber-&lt;productId&gt;.php<br />
Replace &lt;yoursite.com&gt; with the name of your site. Replace &lt;productId&gt; with the product Id you noted in step 2.</p>
<p>4. Use the Aweber web form for signing up customers (instead of dap direct signup form).</p>
<p>That&#8217;s it.</p>
<p>Everytime a users signs up via the aweber web form to your site, they will automatically be added to DAP.</p>
<p>You can configure the welcome/thankyou message in DAP to send out the dap login id and password<br />
OR<br />
You can leave the welcome/thankyou message in DAP empty. Configure DAP to generate a default password (DAP Admin -&gt;  Setup -&gt; config -&gt; Advanced) as shown in the screencast below and  set up an autoresponder in Aweber so when the users signup via the Aweber  form, they can receive their dap id/password details via Aweber  directly.</p>
<p>http://screencast.com/t/MjY0NGI3</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/use-aweber-webform-to-signup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing Login Form</title>
		<link>http://www.digitalaccesspass.com/doc/customizing-login-form/</link>
		<comments>http://www.digitalaccesspass.com/doc/customizing-login-form/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 04:27:39 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[Merge Tags]]></category>
		<category><![CDATA[Setup]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=493</guid>
		<description><![CDATA[When you use the merge tag %%LOGIN_FORM%% in a WordPress page, the tag is replaced by a login form that your member can use to log in to your membership site.
If you wish to customize the look &#38; feel or text of the form, then rename the file&#8230;
wp-content/plugins/DAP-WP-LiveLinks/DAP-WP-LoginForm.html
To&#8230;
wp-content/plugins/DAP-WP-LiveLinks/customDAP-WP-LoginForm.html
Basically you are adding the text &#8220;custom&#8221; to [...]]]></description>
			<content:encoded><![CDATA[<p>When you use the merge tag %%LOGIN_FORM%% in a WordPress page, the tag is replaced by a login form that your member can use to log in to your membership site.</p>
<p>If you wish to customize the look &amp; feel or text of the form, then rename the file&#8230;</p>
<blockquote><p>wp-content/plugins/DAP-WP-LiveLinks/DAP-WP-LoginForm.html</p></blockquote>
<p>To&#8230;</p>
<blockquote><p>wp-content/plugins/DAP-WP-LiveLinks/<strong>custom</strong>DAP-WP-LoginForm.html</p></blockquote>
<p>Basically you are adding the text &#8220;custom&#8221; to the beginning of the file name, that&#8217;s it.</p>
<p>And this new file will also reside in the same directory.</p>
<p>Once you have this new file in the directory, DAP will ignore the old, default file, and will only use your new custom version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/customizing-login-form/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Product Chaining</title>
		<link>http://www.digitalaccesspass.com/doc/product-chaining/</link>
		<comments>http://www.digitalaccesspass.com/doc/product-chaining/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 03:21:01 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Access Control]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Setup]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=486</guid>
		<description><![CDATA[Product Bundling
Any time someone gets access to PRODUCT A (either through direct signup, manual admin add, or purchase), then you can automatically give them access to PRODUCT B. And you can select whether they get PAID access to PRODUCT B or not.
Similarly, when someone is removed from PRODUCT A, you can also tell DAP to [...]]]></description>
			<content:encoded><![CDATA[<h3>Product Bundling</h3>
<p>Any time someone gets access to <strong>PRODUCT A </strong>(either through direct signup, manual admin add, or purchase), then you can automatically give them access to <strong>PRODUCT B</strong>. And you can select whether they get <strong>PAID</strong> access to <strong>PRODUCT B</strong> or not.</p>
<p>Similarly, when someone is removed from <strong>PRODUCT A</strong>, you can also tell DAP to automatically remove their access to <strong>PRODUCT B</strong>.</p>
<p>Very useful for bundling products.</p>
<h3>Product Access Automation</h3>
<p>User signs up as free user to <strong>PRODUCT A</strong>.</p>
<p>Later on, user buys <strong>PRODUCT B</strong> (which is, say, paid version of <strong>PRODUCT A</strong>).</p>
<p>If you set up Product Chaining, then you can automatically remove them from <strong>PRODUCT A</strong> when they purchase <strong>PRODUCT B</strong>.  So when you send an email to all <strong>PRODUCT A</strong> users asking them to purchase access to <strong>PRODUCT B</strong>, then you won&#8217;t be sending emails to those who have already purchased <strong>PRODUCT B</strong>.</p>
<p>Click on image below to open full size in a new window.</p>
<p><a href="http://www.digitalaccesspass.com/blog/wp-content/uploads/2010/04/productchaining2.jpg"><img class="alignnone" title="Product Chaining" src="http://www.digitalaccesspass.com/blog/wp-content/uploads/2010/04/productchaining2.jpg" alt="" width="633" height="394" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/product-chaining/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Product-Specific Details</title>
		<link>http://www.digitalaccesspass.com/doc/product-specific-details/</link>
		<comments>http://www.digitalaccesspass.com/doc/product-specific-details/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 18:59:40 +0000</pubDate>
		<dc:creator>Veena Prashanth</dc:creator>
				<category><![CDATA[Access Control]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Setup]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=473</guid>
		<description><![CDATA[Starting DAP v3.8, we have a new feature called &#8220;Product-Specific Details&#8220;.
This feature basically allows you to put all of the Product-specific details (including links available to the member as part of that Product) on a specific WordPress page.
Here&#8217;s how it works:
1. Go to DAP Dashboard &#62; Products &#62; Manage
2. Select the Product for which you [...]]]></description>
			<content:encoded><![CDATA[<p>Starting DAP v3.8, we have a new feature called &#8220;<strong>Product-Specific Details</strong>&#8220;.</p>
<p>This feature basically allows you to put all of the Product-specific details (including links available to the member as part of that Product) on a specific WordPress page.</p>
<p>Here&#8217;s how it works:</p>
<p>1. Go to <strong>DAP Dashboard</strong> &gt; <strong>Products</strong> &gt; <strong>Manage</strong></p>
<p>2. Select the Product for which you wish to generate the Product-specific details page. Note down the Product Id (it&#8217;s a number as shown below)</p>
<p><a href="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/getting-product-id.png"><img class="alignnone size-full wp-image-474" style="border: 1px solid black;" title="getting-product-id" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/getting-product-id.png" alt="" width="677" height="354" /></a></p>
<p>3. Create a new WordPress Page &#8211; give it any title you want. Put in the text&#8230;</p>
<blockquote><p><strong>%%PRODUCT_DETAILS_&lt;insert-product-id&gt;%%</strong></p></blockquote>
<p>So in the above example, since the Product Id is &#8220;1&#8243;, the merge code becomes:</p>
<blockquote><p><strong>%%PRODUCT_DETAILS_1%%</strong></p></blockquote>
<p><a href="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/product-details.png"><img class="alignnone size-full wp-image-475" style="border: 1px solid black;" title="product-details" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/product-details.png" alt="" width="651" height="263" /></a></p>
<p>Publish the page.</p>
<p>4. When you view the page, it will show the product&#8217;s details.</p>
<p><a href="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/product-details-example.png"><img class="alignnone size-full wp-image-476" style="border: 1px solid black;" title="product-details-example" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/product-details-example.png" alt="" width="672" height="332" /></a></p>
<p>That&#8217;s pretty much it as far as creating the Product details page is concerned.</p>
<h3>Where to use this</h3>
<p>Starting DAP v3.8, you can now take the permalink for this above page and enter it into the &#8220;<strong>Logged-in URL</strong>&#8221; field of the Product. This field is basically for specifying a Product-specific URL for showing users right after they login. So that way, when someone purchases this product, and logs in to your membership site, instead of showing the default member details page, you could show them just a product-specific page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/product-specific-details/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<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>Importing Users In Bulk Into DAP</title>
		<link>http://www.digitalaccesspass.com/doc/importing-users-in-bulk-into-dap/</link>
		<comments>http://www.digitalaccesspass.com/doc/importing-users-in-bulk-into-dap/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 20:27:00 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[3rd Party Integration]]></category>
		<category><![CDATA[3rd Party List Integration]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[User Status]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=455</guid>
		<description><![CDATA[DAP allows you to import users in bulk from an external system or database.
Pre-requisites for Importing Users
1) You must have already created the Product into which the users will be imported
2) The user list has to be in a CSV (comma separated) format (one user per line), with the exact format being:
Email,FirstName,LastName
LastName is optional. So [...]]]></description>
			<content:encoded><![CDATA[<p>DAP allows you to import users in bulk from an external system or database.</p>
<h3>Pre-requisites for Importing Users</h3>
<p>1) You must have already created the Product into which the users will be imported</p>
<p>2) The user list has to be in a CSV (comma separated) format (one user per line), with the exact format being:</p>
<blockquote><p><strong>Email,FirstName,LastName</strong></p></blockquote>
<p>LastName is optional. So your user list could have just</p>
<blockquote><p><strong>Email,FirstName</strong></p></blockquote>
<p>Example:</p>
<blockquote><p>Joe@example.com,Joe,Customer<br />
Jill@anothersite.com,Jill<br />
Bob@another.com,Bob,Member</p></blockquote>
<h3>How to do the actual import</h3>
<p><a href="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/06/bulk-add-users.png"><img class="alignnone size-full wp-image-457" style="border: 1px solid black;" title="bulk-add-users" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/06/bulk-add-users.png" alt="" width="569" height="399" /></a></p>
<p>1. Go to Users &gt; Add &gt; &#8220;Bulk-Add Multiple Users To A Product&#8221;</p>
<p>2. Paste your CSV list into the large text area</p>
<p>3. Select the Product into which you want to import the users</p>
<p>4. Check the &#8220;Mark Users as Paid&#8221; checkbox if you want them to have &#8220;Paid&#8221; access to the content (just as if they are actual paying members). If you don&#8217;t check it, they will all have access as a &#8220;Free&#8221; user (instead of a &#8220;Paid&#8221; user), which means they will only have access to content within the Product that you have marked as &#8220;Free&#8221;.</p>
<p>5. Click on the &#8220;Bulk Add Users&#8221; button.</p>
<p>That will first save this entire list as a CSV file in your <strong>/dap/admin/bulk</strong> folder on your site.</p>
<p>And then, the next time the Hourly cron (dap-cron.php) runs, it will add them one by one to the product, and send them emails as per your Product set up.</p>
<p>So if your Product has the &#8220;Thankyou-Email&#8221; subject and body filled out, it will individually send out each of the users that <em>thankyou</em> email.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/importing-users-in-bulk-into-dap/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Email Delivery</title>
		<link>http://www.digitalaccesspass.com/doc/troubleshooting-email-delivery/</link>
		<comments>http://www.digitalaccesspass.com/doc/troubleshooting-email-delivery/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 20:21:10 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[3rd Party Integration]]></category>
		<category><![CDATA[3rd Party List Integration]]></category>
		<category><![CDATA[Aweber]]></category>
		<category><![CDATA[Bulk Email]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Email Resources]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Username & Password]]></category>
		<category><![CDATA[Users]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=453</guid>
		<description><![CDATA[The Basics Of Sending Email Through Your Web Site
DAP is not an email service (like, say, Aweber).
DAP is just a script &#8211; a tool, like Microsoft Outlook or Thunderbird &#8211; that simply sends  out email using your web host&#8217;s email server.
It is your web host&#8217;s mail server that actually sends out the email to [...]]]></description>
			<content:encoded><![CDATA[<h3>The Basics Of Sending Email Through Your Web Site</h3>
<p>DAP is not an email service (like, say, Aweber).</p>
<p>DAP is just a script &#8211; a tool, like Microsoft Outlook or Thunderbird &#8211; that simply sends  out email using your web host&#8217;s email server.</p>
<p>It is your web host&#8217;s mail server that actually sends out the email to the recipient. So once DAP sends out the email, it has no control over what happens next.</p>
<p>It&#8217;s just like when you put your (regular mail) letter in the mailbox (post box). It is then up to the Postal Service to actually pick up your letter, and deliver to the destination address.</p>
<p>So if the emails that DAP sends out don&#8217;t get delivered to your recipients, there could be more than one reason for that.</p>
<h3>Server Blacklisting</h3>
<p>If your inexpensive (read as <em>cheap</em> <img src='http://www.digitalaccesspass.com/doc/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  <em>shared </em>web host is hosting a large number  of sites on one server, and one of them knowingly sends out spam (or mistakenly  gets flagged for spam), that will put the email deliverability of every  web site on that server in jeopardy, because your site now shares the  same IP address as that of an &#8220;alleged&#8221; spammer.</p>
<p>So your emails get sent to junk/spam folder by Gmail and Yahoo. Or  worse, they just totally disappear into the ether.</p>
<h3>Hourly Email-Sending Limits</h3>
<p>Almost all shared hosts have hourly email sending limits. For example, <a href="http://dream-host.biz" target="_blank">DreamHost</a> has an outgoing limit of 300 emails per hour. Which means, a total of only 300 emails can be sent out per hour through any web site hosted on DreamHost. All of the following count towards the 300 limit:</p>
<ul>
<li>Emails sent by any scripts on your site &#8211; like DAP</li>
<li>Your WordPress blog notification emails</li>
<li>Your WordPress admin emails,</li>
<li>WP forgot password emails,</li>
<li>WP comment notification emails,</li>
<li>Forum notification emails,</li>
<li>Forum emails sent to each other by your users,</li>
<li>Forum-software Admin notification emails,</li>
<li>Support software user and admin notification emails</li>
<li>Tell-a-friend emails</li>
<li>Viral-inviter type emails</li>
<li>Emails sent through Outlook or Thunderbird where you have set the outgoing SMTP server to be your web site&#8217;s SMTP server</li>
<li>Emails sent by others using the same SMTP server to send out emails-  like your business partners, employees, etc</li>
<li>DAP User welcome emails, Payment notification emails, Forgot password emails, Autoresponder emails, Broadcast emails, etc</li>
</ul>
<p>So do you see how quickly you can go over that hourly limit of 300 emails per hour?</p>
<p><strong>But here comes the worst part</strong></p>
<p>Once you go over that limit, any emails that are actually sent by you or the scripts running on your site, will not actually result in any kind of error. The mail server will respond by saying that the email(s) has been sent successfully, but in reality, on the backend, it quietly &#8220;snuffs out&#8221; the email. Which means, it doesn&#8217;t go anywhere &#8211; just gets sent to a &#8220;blackhole&#8221;. So you keep thinking that you sent out the email. DAP keeps thinking it has sent out the email. But in reality, the emails never actually get sent.</p>
<p>This is the same as you actually putting your letter into the mailbox at the Post Office. But then, imagine this: The postal worker who comes to pick up your mail, quietly goes to the back of the post office and dumps it all into one giant trash can, and destroys all of the mail. So you&#8217;re thinking you actually mailed out that important check to pay your utility bill. But the utility company never gets your check, and they slam you with a late fee.</p>
<h3>Possible Solutions</h3>
<p>1) DAP + Aweber (most expensive, most reliable)</p>
<p>2) DAP + 3rd party SMTP service provider (Fusemail.com or SMTP.com) (less expensive than Aweber, slightly less reliable too)</p>
<p>3) DAP + Good web host (cheapest, can have mixed results &#8211; all depends on your host).</p>
<p>You could always use DAP and external SMTP service provider  like Fusemail.com or SMTP.com to send out bulk mail through DAP while  totally bypassing your web host&#8217;s email system. This is probably the  next best thing to using a service like Aweber.</p>
<p>And if you can&#8217;t afford even that, then simply use DAP on a good web  host. We ourselves use just DAP and <a href="http://dream-host.biz" target="_blank">Dreamhost</a>&#8217;s email  servers to send out emails to all of our users.</p>
<p>And DAP also has  built-in job queues to schedule outgoing emails while also making sure  that you don&#8217;t exceed your web host&#8217;s hourly email sending limits  (dreamhost&#8217;s limit is 300 emails/hour, I think). We use multiple SMTP  servers from our own other web sites, all combined to be able to send a  few thousand emails per hour.</p>
<p>But even with a lot of planning, it is easy to go over the hourly limit.</p>
<p>So the next time you see in your Job Queue that emails were sent out successfully, but the recipient never received it, here are some things to check:</p>
<p>1) It landed in your recipient&#8217;s junk/spam folder. Ask them to whitelist or add your email address to their contacts list.</p>
<p>2) You have overshot the limit, so you would have to actually send out the email again.</p>
<p>3) Try to send out broadcasts during a low-traffic time &#8211; say like later in the night &#8211; when you&#8217;re not actively sending out emails, and using up precious email counts from that hourly quota.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/troubleshooting-email-delivery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting 1ShoppingCart &amp; ClickBank Integration</title>
		<link>http://www.digitalaccesspass.com/doc/troubleshooting-1shoppingcart-clickbank-integration/</link>
		<comments>http://www.digitalaccesspass.com/doc/troubleshooting-1shoppingcart-clickbank-integration/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 17:23:35 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[1ShoppingCart]]></category>
		<category><![CDATA[3rd Party Integration]]></category>
		<category><![CDATA[ClickBank]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[Cron]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Integration with Shopping Carts]]></category>
		<category><![CDATA[Payment Integration]]></category>
		<category><![CDATA[Payment Setup and Integration FAQ]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Transactions]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=445</guid>
		<description><![CDATA[The same troubleshooting steps apply for both 1ShoppingCart &#38; ClickBank integration.
There are a few different reasons why this may not be working.
1. Cron Not Running
The DAP email-processing cron that processes the 1SC emails is not  running. Check your webhost control panel -&#62; Cron job settings. Make  sure dap-emailorder.php is setup to run once [...]]]></description>
			<content:encoded><![CDATA[<p><em>The same troubleshooting steps apply for both 1ShoppingCart &amp; ClickBank integration.</em></p>
<p>There are a few different reasons why this may not be working.</p>
<h3>1. Cron Not Running</h3>
<p>The DAP email-processing cron that processes the 1SC emails is not  running. Check your webhost control panel -&gt; Cron job settings. Make  sure <strong>dap-emailorder.php</strong> is setup to run once every 10 minutes.</p>
<h3>2. No Notification Emails from 1SC</h3>
<p>The DAP cron is running but 1SC payment notification emails are not  reaching your mail server. Check the email account where you expect to  receive your 1SC payment notification emails and see if the order  notification email from 1SC is in that mail box.</p>
<h3>3. Incorrect Mail Server Settings</h3>
<p>The cron is running and the 1SC order notification email is reaching your  mail server &#8211; but you did not configure the mail server settings correctly in  DAP Dashboard -&gt; Setup -&gt; Config -&gt; Payment Processing.</p>
<p><strong>Email Server Where Order Emails Come In</strong><br />
<strong>Email Server  User Name</strong><br />
<strong>Email Server Password</strong></p>
<h3>4.&#8221;Read&#8221; Or Deleted Emails</h3>
<p>DAP only processes order notification emails that are in the &#8220;Unread&#8221; status, to prevent previously processed emails and other non-DAP emails from being repeatedly processed.</p>
<p>Also, if you &#8220;pop&#8221; off the emails from that mail box (means, your email client like Outlook or Thunderbird or Gmail is &#8220;removing&#8221; your emails from the server when it retrieves them), it means that when DAP logs in to that billing email address, there are no emails there to be processed &#8211; the mailbox is empty, or the 1SC payment notification emails have somehow gotten deleted from that mailbox.</p>
<p>So it is possible that DAP is able to  connect to your email server, but DAP is not finding any &#8220;unread&#8221; emails.  Please login to your email server and mark all the payment emails that  you want DAP to process&#8230; as &#8220;unread&#8221;. And also make sure that your email client does not remove the emails from that mail box.</p>
<h3>5.Product Name Mismatch</h3>
<p>There might be a &#8220;Product Name&#8221; mismatch. The product name has to  be EXACTLY the same (including case, spaces, etc) in both DAP as well as  in 1ShoppingCart. So if you have created a product by name &#8220;Widget A&#8221;,  make sure your 1shoppingcart product also has the exact same name  &#8220;Widget A&#8221;.</p>
<p>If everything is setup correctly, DAP cron will run every 10 minutes  and try to process all 1SC emails.</p>
<p>The next time the DAP cron  will run (every 10 minutes), it will pick up all the unread payment  emails from 1SC.</p>
<h3>6. Empty &#8220;Thankyou-Email Body/Subject&#8221;</h3>
<p>Welcome email is not getting sent.</p>
<p>Select  the product, and make sure there is some text in the &#8220;Thankyou-Email  Subject&#8221; and &#8220;Thankyou-Email Body&#8221;. Whatever is in these fields is what  gets sent immediately after someone purchases that product (or right  after you give them access from the backend).</p>
<p>Now go to DAP Dashboard -&gt; Users -&gt; Add .</p>
<p>Select the  product and manually add user. Now see if the thankyou email gets sent to that email id. If it got sent, then your product setup is correct.</p>
<p>Also  check the DAP Dashboard -&gt; Orders . Search for all orders, look up the order for the particular user in question by email.</p>
<p>Check the payment status and make sure there is no error there.</p>
<p>If you did all this and things are still not working,  please do  this:</p>
<p>1. Set DAP Dashboard &gt; Setup Config -&gt; Basic &gt; Log Level = 5<br />
2. Re-run  the 1SC test purchase<br />
3. Check the DAP Logs (DAP Dashboard &gt; System &gt; Logs) and send us the log text in there for troubleshooting by pasting it into a new support ticket.</p>
<h3>7. Sending Email &amp; Password To Buyer</h3>
<p>Make sure you have set the thank-you message with the right merge tags for Email and Password.</p>
<h3>8. Manually Running Cron</h3>
<p>First set DAP Dashboard &gt; Settings &gt; Config &gt; Log Level = 5</p>
<p>If  you feel that the orders were not processed in dap, then just login to  the 1SC email account where the sales/payment notification emails are  sitting, and mark those orders/emails as UNREAD that you want dap to  process.</p>
<p>Then manually run the cron script dap-emailorder.php cron by visiting the following link in the browser.</p>
<p><strong>http://www.yoursite.com/dap/dap-emailorder.php</strong></p>
<p>Replace  yoursite.com with the name of your site.</p>
<p>It will just display an  empty screen when complete.</p>
<p>Then check &#8220;Users &gt; Manage&#8221; to see if user has been created.</p>
<p>- <strong>Veena Prashanth</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/troubleshooting-1shoppingcart-clickbank-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duplicating Products</title>
		<link>http://www.digitalaccesspass.com/doc/duplicating-products/</link>
		<comments>http://www.digitalaccesspass.com/doc/duplicating-products/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 19:55:20 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Protecting Content]]></category>
		<category><![CDATA[Setup]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=440</guid>
		<description><![CDATA[If you have multiple products that have quite similar settings and content, you could save time by starting with just one product (either the lowest level, or the highest level), and then using the &#8220;Save As New&#8221; button to make an exact copy of that product, and then adding or removing content from this new [...]]]></description>
			<content:encoded><![CDATA[<p>If you have multiple products that have quite similar settings and content, you could save time by starting with just one product (either the lowest level, or the highest level), and then using the &#8220;Save As New&#8221; button to make an exact copy of that product, and then adding or removing content from this new copy to create new products.</p>
<p>So, let&#8217;s say you have say 3 membership levels: <strong>Silver</strong>, <strong>Gold</strong> and <strong>Platinum</strong>.</p>
<p>&#8220;Gold&#8221; will have all the content that &#8220;Silver&#8221; has, plus some more.</p>
<p>&#8220;Platinum&#8221; will probably have everything from &#8220;Gold&#8221;, plus some more.</p>
<p>So the way you could save time setting up all these 3 levels, is to either start with the lowest level, or the highest level.</p>
<p>Let&#8217;s say you start with the lowest level, &#8220;Silver&#8221;.</p>
<p>So create the &#8220;Silver&#8221; product fully, set up all the content dripping, email dripping etc.</p>
<p>And then once you&#8217;re done, while still editing the &#8220;Silver&#8221; product, click on the &#8220;Save as New&#8221; button (next to the &#8220;Save&#8221; button on the Product page).</p>
<p>That will create an exact duplicate of the &#8220;<strong>Silver</strong>&#8221; product &#8211; with all of its settings, content dripping and email dripping intact. And this copy will be called &#8220;<strong>Silver Copy</strong>&#8221; (just the text <em>Copy</em> added to the end). And this new copy will already be selected for you.</p>
<p>Now rename this new product from &#8220;Silver Copy&#8221; to &#8220;Gold&#8221;, save it, and then continue to add more content to it.</p>
<p>Then, finally, when &#8220;Gold&#8221; is fully ready, again do a &#8220;Save As New&#8221;, which would create a &#8220;Gold Copy&#8221; product.</p>
<p>Rename the &#8220;Gold Copy&#8221; product to &#8220;Platinum&#8221;, save it, and continue to add more content and emails to it.</p>
<p>Get the drift?</p>
<p>NOTE: On the flip site, you could also start by creating the &#8220;Platinum&#8221; product first, and then keep doing a &#8220;Save As New&#8221; and continue stripping out content to create the lower membership levels.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/duplicating-products/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Silent Import</title>
		<link>http://www.digitalaccesspass.com/doc/silent-import/</link>
		<comments>http://www.digitalaccesspass.com/doc/silent-import/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 18:46:37 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Bulk Email]]></category>
		<category><![CDATA[Cron]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Email Resources]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=433</guid>
		<description><![CDATA[You wish to do what we call a &#8220;silent&#8221; import. Basically, you don&#8217;t want DAP to send out the instant &#8220;thanky-you&#8221; email to the users being imported. Here&#8217;s how you do it with DAP.
1. Remove the &#8220;ThankYou-Email Subject&#8221; and &#8220;ThankYou-Email Body&#8221; from the Product into which you wish to import users. Save it in a [...]]]></description>
			<content:encoded><![CDATA[<p>You wish to do what we call a &#8220;silent&#8221; import. Basically, you don&#8217;t want DAP to send out the instant &#8220;thanky-you&#8221; email to the users being imported. Here&#8217;s how you do it with DAP.</p>
<p>1. Remove the &#8220;ThankYou-Email Subject&#8221; and &#8220;ThankYou-Email Body&#8221; from the Product into which you wish to import users. Save it in a text file for later, and save the Product.</p>
<p>2. Go ahead and do the bulk-add of users from &#8220;Users &gt; Add &gt; Bulk-Add Multiple Users To A Product&#8221;.</p>
<p>3. Wait for the DAP Hourly Cron to run and finish importing all users. Since the &#8220;ThankYou-Email Subject&#8221; and &#8220;ThankYou-Email Body&#8221; of the Product is empty at the time of import, DAP won&#8217;t send out those emails.</p>
<p>4. Once all the users have been imported, put back the &#8220;ThankYou-Email Subject&#8221; and &#8220;ThankYou-Email Body&#8221; text content, and save the Product.</p>
<p><strong>OPTIONAL</strong></p>
<p>5. At a later point, if you want, you can send out an Autoresponder email or a Broadcast email with the merge codes for the email and password, if you want the newly imported users to get their passwords.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/silent-import/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
