<?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: WordPress Email Notification Plugin v2.1</title>
	<atom:link href="http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/feed/" rel="self" type="application/rss+xml" />
	<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/</link>
	<description></description>
	<lastBuildDate>Tue, 09 Feb 2010 03:48:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian Groce</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-34</link>
		<dc:creator>Brian Groce</dc:creator>
		<pubDate>Thu, 03 Mar 2005 20:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-34</guid>
		<description>Yes, that will cause some SPAM filters.

As of version 2.1 the from field should be pulled from the DB and use the info you entered.

Something like: Blog Name

If I come across a possible cause, I&#039;ll let you know.</description>
		<content:encoded><![CDATA[<p>Yes, that will cause some SPAM filters.</p>
<p>As of version 2.1 the from field should be pulled from the DB and use the info you entered.</p>
<p>Something like: Blog Name</p>
<p>If I come across a possible cause, I&#8217;ll let you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-33</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Thu, 03 Mar 2005 06:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-33</guid>
		<description>few more questions...

the emails are coming through From a blank sender, just a dash/hyphen. i&#039;d imagine that might cause problems w/ spam filters, any idea how to fix that?

second, didn&#039;t quite figure out what to take out to get the double-spacing to go away, tried a few things, no dice.

but i&#039;m ecstatic i got the other part working thanks to your help :)</description>
		<content:encoded><![CDATA[<p>few more questions&#8230;</p>
<p>the emails are coming through From a blank sender, just a dash/hyphen. i&#8217;d imagine that might cause problems w/ spam filters, any idea how to fix that?</p>
<p>second, didn&#8217;t quite figure out what to take out to get the double-spacing to go away, tried a few things, no dice.</p>
<p>but i&#8217;m ecstatic i got the other part working thanks to your help <img src='http://watershedstudio.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-32</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Thu, 03 Mar 2005 06:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-32</guid>
		<description>that was it!!!

import_request_variables(&#039;GP&#039;);

is all i needed, thanks :D</description>
		<content:encoded><![CDATA[<p>that was it!!!</p>
<p>import_request_variables(&#8216;GP&#8217;);</p>
<p>is all i needed, thanks <img src='http://watershedstudio.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Groce</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-31</link>
		<dc:creator>Brian Groce</dc:creator>
		<pubDate>Thu, 03 Mar 2005 05:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-31</guid>
		<description>If it can&#039;t find the file you should get an error stating:

&quot;failed to open stream: No such file or directory in&quot;

If it can&#039;t select from the DB, it should tell you that as well.

After looking a bit closer, I believe line 10 of index.php can be removed/commented out:

include_once (dirname(dirname(dirname(dirname(__FILE__)))) . &quot;/wp-config.php&quot;);

As for the spacing, that&#039;s all in the plugin.  Just look for preg_replace and you&#039;ll see quite a few lines.

I&#039;m not sure if that would cause a conflit in some cases, but is something I&#039;m going to clean up for v2.2.</description>
		<content:encoded><![CDATA[<p>If it can&#8217;t find the file you should get an error stating:</p>
<p>&#8220;failed to open stream: No such file or directory in&#8221;</p>
<p>If it can&#8217;t select from the DB, it should tell you that as well.</p>
<p>After looking a bit closer, I believe line 10 of index.php can be removed/commented out:</p>
<p>include_once (dirname(dirname(dirname(dirname(__FILE__)))) . &#8220;/wp-config.php&#8221;);</p>
<p>As for the spacing, that&#8217;s all in the plugin.  Just look for preg_replace and you&#8217;ll see quite a few lines.</p>
<p>I&#8217;m not sure if that would cause a conflit in some cases, but is something I&#8217;m going to clean up for v2.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-30</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Thu, 03 Mar 2005 05:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-30</guid>
		<description>also, how do i make it not double-space when i have it include the content in the email?</description>
		<content:encoded><![CDATA[<p>also, how do i make it not double-space when i have it include the content in the email?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-29</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Thu, 03 Mar 2005 05:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-29</guid>
		<description>yeah they are...

it almost seems like it&#039;s not using the right database info in the plugin though... but wouldn&#039;t it at least bark at me or give me an error when i tried to update via the admin panel if it wasn&#039;t right?</description>
		<content:encoded><![CDATA[<p>yeah they are&#8230;</p>
<p>it almost seems like it&#8217;s not using the right database info in the plugin though&#8230; but wouldn&#8217;t it at least bark at me or give me an error when i tried to update via the admin panel if it wasn&#8217;t right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Groce</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-27</link>
		<dc:creator>Brian Groce</dc:creator>
		<pubDate>Thu, 03 Mar 2005 05:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-27</guid>
		<description>As long as the values are correct and it is the same DB used for WP, it looks good to me.</description>
		<content:encoded><![CDATA[<p>As long as the values are correct and it is the same DB used for WP, it looks good to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-28</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Thu, 03 Mar 2005 05:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-28</guid>
		<description>here is my wpemn_config.php

# CONFIG SECTION

  # Database Information
  $db     = &#039;arcade_wordpress&#039;;
  $dbuser = &#039;arcadefire&#039;;
  $dbpass = &#039;password&#039;; (not really my password
  $dbhost = &#039;localhost&#039;; // localhost is default

# END CONFIG SECTION</description>
		<content:encoded><![CDATA[<p>here is my wpemn_config.php</p>
<p># CONFIG SECTION</p>
<p>  # Database Information<br />
  $db     = &#8216;arcade_wordpress&#8217;;<br />
  $dbuser = &#8216;arcadefire&#8217;;<br />
  $dbpass = &#8216;password&#8217;; (not really my password<br />
  $dbhost = &#8216;localhost&#8217;; // localhost is default</p>
<p># END CONFIG SECTION</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Groce</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-26</link>
		<dc:creator>Brian Groce</dc:creator>
		<pubDate>Thu, 03 Mar 2005 05:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-26</guid>
		<description>At the top of the install script and the top of the plugin index page.</description>
		<content:encoded><![CDATA[<p>At the top of the install script and the top of the plugin index page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-25</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Thu, 03 Mar 2005 05:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-25</guid>
		<description>hmm...  where would i add that?</description>
		<content:encoded><![CDATA[<p>hmm&#8230;  where would i add that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Groce</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-24</link>
		<dc:creator>Brian Groce</dc:creator>
		<pubDate>Thu, 03 Mar 2005 05:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-24</guid>
		<description>I&#039;m using PHP 4.3.10 and haven&#039;t had any issues, but Jeff said he was having an issue with PHP 4.1+ where he had to add the line below to some WP files in order to pass variables.

import_request_variables(gp, &quot;&quot;);

Did it not write to the file upon install (it needs to be CHMOD 666 before running the script)?  If wpemn_config.php is empty, incorrect or not included, the admin panel will not work.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using PHP 4.3.10 and haven&#8217;t had any issues, but Jeff said he was having an issue with PHP 4.1+ where he had to add the line below to some WP files in order to pass variables.</p>
<p>import_request_variables(gp, &#8220;&#8221;);</p>
<p>Did it not write to the file upon install (it needs to be CHMOD 666 before running the script)?  If wpemn_config.php is empty, incorrect or not included, the admin panel will not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-23</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Thu, 03 Mar 2005 05:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-23</guid>
		<description>i manually configured the settings i wanted in wp_email_list_config for now, but still can&#039;t use anything in the admin panel</description>
		<content:encoded><![CDATA[<p>i manually configured the settings i wanted in wp_email_list_config for now, but still can&#8217;t use anything in the admin panel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-22</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Thu, 03 Mar 2005 04:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-22</guid>
		<description>PHP 4.3.8 (cgi) (built: Jul 16 2004 08:32:27)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
    with the ionCube PHP Loader v2.5, Copyright (c) 2002-2004, by ionCube Ltd.</description>
		<content:encoded><![CDATA[<p>PHP 4.3.8 (cgi) (built: Jul 16 2004 08:32:27)<br />
Copyright (c) 1997-2004 The PHP Group<br />
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies<br />
    with the ionCube PHP Loader v2.5, Copyright (c) 2002-2004, by ionCube Ltd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-21</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Thu, 03 Mar 2005 04:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-21</guid>
		<description>my blog is just the root of my website:

http://www.arcadefire.net

mailist is

http://www.arcadefire.net/maillist/

i&#039;ll try and make that modification and see how that works.</description>
		<content:encoded><![CDATA[<p>my blog is just the root of my website:</p>
<p><a href="http://www.arcadefire.net" rel="nofollow">http://www.arcadefire.net</a></p>
<p>mailist is</p>
<p><a href="http://www.arcadefire.net/maillist/" rel="nofollow">http://www.arcadefire.net/maillist/</a></p>
<p>i&#8217;ll try and make that modification and see how that works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Groce</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-20</link>
		<dc:creator>Brian Groce</dc:creator>
		<pubDate>Thu, 03 Mar 2005 04:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-20</guid>
		<description>solace,

So the notification part works, but nothing in the admin panel does?  If that&#039;s the case you probably need to update line 18 of index.php in the plugin directory.

Try changing:
include (&quot;$DOCUMENT_ROOT/maillist/wpemn_config.php&quot;);

To:
 include (ABSPATH.&quot;/maillist/wpemn_config.php&quot;);

And see if that does anything for you.

Also, what version of PHP are you running?

And where is the maillist folder located in relation to where WordPress resides?</description>
		<content:encoded><![CDATA[<p>solace,</p>
<p>So the notification part works, but nothing in the admin panel does?  If that&#8217;s the case you probably need to update line 18 of index.php in the plugin directory.</p>
<p>Try changing:<br />
include (&#8220;$DOCUMENT_ROOT/maillist/wpemn_config.php&#8221;);</p>
<p>To:<br />
 include (ABSPATH.&#8221;/maillist/wpemn_config.php&#8221;);</p>
<p>And see if that does anything for you.</p>
<p>Also, what version of PHP are you running?</p>
<p>And where is the maillist folder located in relation to where WordPress resides?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-19</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Thu, 03 Mar 2005 04:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-19</guid>
		<description>it seems like i&#039;m having the same problem as Sam, that it appears to work correctly, but no matter what i update, nothing takes. it doesn&#039;t appear to touch the database.</description>
		<content:encoded><![CDATA[<p>it seems like i&#8217;m having the same problem as Sam, that it appears to work correctly, but no matter what i update, nothing takes. it doesn&#8217;t appear to touch the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-18</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Thu, 03 Mar 2005 04:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-18</guid>
		<description>i&#039;m also having problems with the plugin. i&#039;ve got it installed and seemingly working correctly, but anything i modify from the admin panel does not take, none of the options at all.</description>
		<content:encoded><![CDATA[<p>i&#8217;m also having problems with the plugin. i&#8217;ve got it installed and seemingly working correctly, but anything i modify from the admin panel does not take, none of the options at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Groce</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-17</link>
		<dc:creator>Brian Groce</dc:creator>
		<pubDate>Thu, 03 Mar 2005 04:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-17</guid>
		<description>Jeff, I&#039;ll have to look into that.

==================================
Sam,

How are you running the install script?

If you enter in your info into the form fields, it *should* insert the data into your DB (which should be the same DB WP uses).

Are you saying that everything works except for the Update Settings?</description>
		<content:encoded><![CDATA[<p>Jeff, I&#8217;ll have to look into that.</p>
<p>==================================<br />
Sam,</p>
<p>How are you running the install script?</p>
<p>If you enter in your info into the form fields, it *should* insert the data into your DB (which should be the same DB WP uses).</p>
<p>Are you saying that everything works except for the Update Settings?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Snow</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-16</link>
		<dc:creator>Sam Snow</dc:creator>
		<pubDate>Thu, 03 Mar 2005 02:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-16</guid>
		<description>Another suggestion --

If there are no entries in the wp_email_list_config table the web interaface is not able to add any entries. It is only able to modify once data is present in the table.

I am still having trouble with the install. While the install script does run (without errors!) and create the wpemn_config.php file, it does so with all empty entries and did not create the database structure (even though it said it did). When I did all of that by hand I will still not able to modify any of the database information via the web interface (though I could display the config info from the web interface).

My troublshooting time for the evening is spent. I may try again, or I my try another solution.

Sam</description>
		<content:encoded><![CDATA[<p>Another suggestion &#8211;</p>
<p>If there are no entries in the wp_email_list_config table the web interaface is not able to add any entries. It is only able to modify once data is present in the table.</p>
<p>I am still having trouble with the install. While the install script does run (without errors!) and create the wpemn_config.php file, it does so with all empty entries and did not create the database structure (even though it said it did). When I did all of that by hand I will still not able to modify any of the database information via the web interface (though I could display the config info from the web interface).</p>
<p>My troublshooting time for the evening is spent. I may try again, or I my try another solution.</p>
<p>Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Snow</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/comment-page-1/#comment-15</link>
		<dc:creator>Sam Snow</dc:creator>
		<pubDate>Thu, 03 Mar 2005 01:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-15</guid>
		<description>I have a packaging suggestion for your next release. Currently you unzip and get the following:
 unzip email_notification_v2.1.zip
Archive:  email_notification_v2.1.zip
   creating: wordpress/
   creating: wordpress/wp-content/
   creating: wordpress/wp-content/plugins/
   creating: wordpress/wp-content/plugins/wp-email-notification/
  inflating: wordpress/wp-content/plugins/wp-email-notification/index.php
  inflating: wordpress/wp-content/plugins/wp-email-notification/block_export.php
  inflating: wordpress/wp-content/plugins/wp-email-notification/block_import_form.php
  inflating: wordpress/wp-content/plugins/wp-email-notification/block_import_insert.php
  inflating: wordpress/wp-content/plugins/wp-email-notification/block_reports.php
  inflating: wordpress/wp-content/plugins/wp-email-notification/block_send_email.php
  inflating: wordpress/wp-content/plugins/wp-email-notification/email_notification_2.1.php
  inflating: wordpress/wp-content/plugins/wp-email-notification/block_update_settings.php
   creating: _docs/
  inflating: _docs/install.txt
  inflating: _docs/subscribe_example.html
  inflating: _docs/readme.txt
   creating: maillist/
  inflating: maillist/index.php
  inflating: maillist/install.php
 extracting: maillist/wpemn_config.php


My blog is not installed at &quot;wordpress&quot;, though your packaging makes that assumption. If you were you remove the wordpress level to the dir then I could have just placed the  zip inside my blog directory and then unzipped (and everything would go in the correct place). Currenty I am having to manually move a bunch as stuff to the correct location.

Thanks... back to the install for me.

Sam</description>
		<content:encoded><![CDATA[<p>I have a packaging suggestion for your next release. Currently you unzip and get the following:<br />
 unzip email_notification_v2.1.zip<br />
Archive:  email_notification_v2.1.zip<br />
   creating: wordpress/<br />
   creating: wordpress/wp-content/<br />
   creating: wordpress/wp-content/plugins/<br />
   creating: wordpress/wp-content/plugins/wp-email-notification/<br />
  inflating: wordpress/wp-content/plugins/wp-email-notification/index.php<br />
  inflating: wordpress/wp-content/plugins/wp-email-notification/block_export.php<br />
  inflating: wordpress/wp-content/plugins/wp-email-notification/block_import_form.php<br />
  inflating: wordpress/wp-content/plugins/wp-email-notification/block_import_insert.php<br />
  inflating: wordpress/wp-content/plugins/wp-email-notification/block_reports.php<br />
  inflating: wordpress/wp-content/plugins/wp-email-notification/block_send_email.php<br />
  inflating: wordpress/wp-content/plugins/wp-email-notification/email_notification_2.1.php<br />
  inflating: wordpress/wp-content/plugins/wp-email-notification/block_update_settings.php<br />
   creating: _docs/<br />
  inflating: _docs/install.txt<br />
  inflating: _docs/subscribe_example.html<br />
  inflating: _docs/readme.txt<br />
   creating: maillist/<br />
  inflating: maillist/index.php<br />
  inflating: maillist/install.php<br />
 extracting: maillist/wpemn_config.php</p>
<p>My blog is not installed at &#8220;wordpress&#8221;, though your packaging makes that assumption. If you were you remove the wordpress level to the dir then I could have just placed the  zip inside my blog directory and then unzipped (and everything would go in the correct place). Currenty I am having to manually move a bunch as stuff to the correct location.</p>
<p>Thanks&#8230; back to the install for me.</p>
<p>Sam</p>
]]></content:encoded>
	</item>
</channel>
</rss>
