moogento_nomorespam - Version 1.0.8.1

Version Notes

Small bug fixes.

Download this release

Release Info

Developer Magento Core Team
Extension moogento_nomorespam
Version 1.0.8.1
Comparing to
See all releases


Code changes from version 1.0.8 to 1.0.8.1

app/design/frontend/default/default/template/moogento/nomorespam/account_create.phtml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php /**
2
+ * Moogento
3
+ *
4
+ * SOFTWARE LICENSE
5
+ *
6
+ * This source file is covered by the Moogento End User License Agreement
7
+ * that is bundled with this extension in the file License.html
8
+ * It is also available online here:
9
+ * http://www.moogento.com/License.html
10
+ *
11
+ * NOTICE
12
+ *
13
+ * If you customize this file please remember that it will be overwrtitten
14
+ * with any future upgrade installs.
15
+ * If you'd like to add a feature which is not in this software, get in touch
16
+ * at www.moogento.com for a quote.
17
+ *
18
+ * ID pe+sMEDTrtCzNq3pehW9DJ0lnYtgqva4i4Z=
19
+ * File nomorespam_review.phtml
20
+ * @category Moogento
21
+ * @package noMoreSpam
22
+ * @copyright Copyright (c) 2014 Moogento <info@moogento.com> / All rights reserved.
23
+ * @license http://www.moogento.com/License.html
24
+ */ ?>
25
+ <div id="<?php echo Mage::helper("nomorespam")->getNmsId();?>">
26
+ <input type="text" name="<?php echo Mage::helper("nomorespam")->getNmsField1();?>" id="<?php echo Mage::helper("nomorespam")->getNmsField1()?>" value="<?php echo Mage::helper("nomorespam")->createValue(); ?>" style="display:none !important;" />
27
+ <input type="hidden" name="<?php echo Mage::helper("nomorespam")->getNmsField2();?>" id="<?php echo Mage::helper("nomorespam")->getNmsField2();?>" value="" />
28
+ <?php if(Mage::helper("nomorespam")->IsToofast() == 1):?>
29
+ <input type="hidden" id="<?php echo Mage::helper("nomorespam")->getNmsTooFast();?>" name="<?php echo Mage::helper("nomorespam")->getNmsTooFast();?>" value="<?php echo microtime(true) ?>" />
30
+ <?php endif;?>
31
+ </div>
32
+ <script type="text/javascript">
33
+ Element.addMethods({getText:function(element){a=$(element);return a.innerHTML;}});$(document).on('dom:loaded',function(){var b="<?php echo Mage::helper("nomorespam")->getNmsId();?>";var c=$(b).getText();if(c){$('form-validate').insert({top:c});$(b).remove();}});
34
+ </script>
app/design/frontend/default/default/template/moogento/nomorespam/newsletter.phtml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php /**
2
+ * Moogento
3
+ *
4
+ * SOFTWARE LICENSE
5
+ *
6
+ * This source file is covered by the Moogento End User License Agreement
7
+ * that is bundled with this extension in the file License.html
8
+ * It is also available online here:
9
+ * http://www.moogento.com/License.html
10
+ *
11
+ * NOTICE
12
+ *
13
+ * If you customize this file please remember that it will be overwrtitten
14
+ * with any future upgrade installs.
15
+ * If you'd like to add a feature which is not in this software, get in touch
16
+ * at www.moogento.com for a quote.
17
+ *
18
+ * ID pe+sMEDTrtCzNq3pehW9DJ0lnYtgqva4i4Z=
19
+ * File nomorespam_review.phtml
20
+ * @category Moogento
21
+ * @package noMoreSpam
22
+ * @copyright Copyright (c) 2014 Moogento <info@moogento.com> / All rights reserved.
23
+ * @license http://www.moogento.com/License.html
24
+ */ ?>
25
+ <div id="<?php echo Mage::helper("nomorespam")->getNmsId();?>">
26
+ <input type="text" name="<?php echo Mage::helper("nomorespam")->getNmsField1();?>" id="<?php echo Mage::helper("nomorespam")->getNmsField1()?>" value="<?php echo Mage::helper("nomorespam")->createValue(); ?>" style="display:none !important;" />
27
+ <input type="hidden" name="<?php echo Mage::helper("nomorespam")->getNmsField2();?>" id="<?php echo Mage::helper("nomorespam")->getNmsField2();?>" value="" />
28
+ <?php if(Mage::helper("nomorespam")->IsToofast() == 1):?>
29
+ <input type="hidden" id="<?php echo Mage::helper("nomorespam")->getNmsTooFast();?>" name="<?php echo Mage::helper("nomorespam")->getNmsTooFast();?>" value="<?php echo microtime(true) ?>" />
30
+ <?php endif;?>
31
+ </div>
32
+ <script type="text/javascript">
33
+ Element.addMethods({getText:function(element){a=$(element);return a.innerHTML;}});$(document).on('dom:loaded',function(){var b="<?php echo Mage::helper("nomorespam")->getNmsId();?>";var c=$(b).getText();if(c){$('newsletter-validate-detail').insert({top:c});$(b).remove();}});
34
+ </script>
app/design/frontend/default/default/template/moogento/nomorespam/nomorespam_contact.phtml ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php /**
2
+ * Moogento
3
+ *
4
+ * SOFTWARE LICENSE
5
+ *
6
+ * This source file is covered by the Moogento End User License Agreement
7
+ * that is bundled with this extension in the file License.html
8
+ * It is also available online here:
9
+ * http://www.moogento.com/License.html
10
+ *
11
+ * NOTICE
12
+ *
13
+ * If you customize this file please remember that it will be overwrtitten
14
+ * with any future upgrade installs.
15
+ * If you'd like to add a feature which is not in this software, get in touch
16
+ * at www.moogento.com for a quote.
17
+ *
18
+ * ID pe+sMEDTrtCzNq3pehW9DJ0lnYtgqva4i4Z=
19
+ * File nomorespam_contact.phtml
20
+ * @category Moogento
21
+ * @package noMoreSpam
22
+ * @copyright Copyright (c) 2014 Moogento <info@moogento.com> / All rights reserved.
23
+ * @license http://www.moogento.com/License.html
24
+ */ ?>
25
+ <div id="<?php echo Mage::helper("nomorespam")->getNmsId();?>">
26
+ <input type="text" name="<?php echo Mage::helper("nomorespam")->getNmsField1();?>" id="<?php echo Mage::helper("nomorespam")->getNmsField1()?>" value="<?php echo Mage::helper("nomorespam")->createValue(); ?>" style="display:none !important;" />
27
+ <input type="hidden" name="<?php echo Mage::helper("nomorespam")->getNmsField2();?>" id="<?php echo Mage::helper("nomorespam")->getNmsField2();?>" value="" />
28
+ </div>
29
+ <script type="text/javascript">
30
+ Element.addMethods({getText:function(element){a=$(element);return a.innerHTML;}});$(document).on('dom:loaded',function(){var b="<?php echo Mage::helper("nomorespam")->getNmsId();?>";var c=$(b).getText();if(c){$('contactForm').insert({top:c});$(b).remove();}});
31
+ </script>
app/design/frontend/default/default/template/moogento/nomorespam/nomorespam_review.phtml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php /**
2
+ * Moogento
3
+ *
4
+ * SOFTWARE LICENSE
5
+ *
6
+ * This source file is covered by the Moogento End User License Agreement
7
+ * that is bundled with this extension in the file License.html
8
+ * It is also available online here:
9
+ * http://www.moogento.com/License.html
10
+ *
11
+ * NOTICE
12
+ *
13
+ * If you customize this file please remember that it will be overwrtitten
14
+ * with any future upgrade installs.
15
+ * If you'd like to add a feature which is not in this software, get in touch
16
+ * at www.moogento.com for a quote.
17
+ *
18
+ * ID pe+sMEDTrtCzNq3pehW9DJ0lnYtgqva4i4Z=
19
+ * File nomorespam_review.phtml
20
+ * @category Moogento
21
+ * @package noMoreSpam
22
+ * @copyright Copyright (c) 2014 Moogento <info@moogento.com> / All rights reserved.
23
+ * @license http://www.moogento.com/License.html
24
+ */ ?>
25
+ <div id="<?php echo Mage::helper("nomorespam")->getNmsId();?>">
26
+ <input type="text" name="<?php echo Mage::helper("nomorespam")->getNmsField1();?>" id="<?php echo Mage::helper("nomorespam")->getNmsField1()?>" value="<?php echo Mage::helper("nomorespam")->createValue(); ?>" style="display:none !important;" />
27
+ <input type="hidden" name="<?php echo Mage::helper("nomorespam")->getNmsField2();?>" id="<?php echo Mage::helper("nomorespam")->getNmsField2();?>" value="" />
28
+ <?php if(Mage::helper("nomorespam")->IsToofast() == 1):?>
29
+ <input type="hidden" id="<?php echo Mage::helper("nomorespam")->getNmsTooFast();?>" name="<?php echo Mage::helper("nomorespam")->getNmsTooFast();?>" value="<?php echo microtime(true) ?>" />
30
+ <?php endif;?>
31
+ </div>
32
+ <script type="text/javascript">
33
+ Element.addMethods({getText:function(element){a=$(element);return a.innerHTML;}});$(document).on('dom:loaded',function(){var b="<?php echo Mage::helper("nomorespam")->getNmsId();?>";var c=$(b).getText();if(c){$('review-form').insert({top:c});$(b).remove();}});
34
+ </script>
app/etc/modules/Moogento_NoMoreSpam.xml ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ Moogento
4
+
5
+ SOFTWARE LICENSE
6
+
7
+ This source file is covered by the Moogento End User License Agreement
8
+ that is bundled with this extension in the file License.html
9
+ It is also available online here:
10
+ http://www.moogento.com/License.html
11
+
12
+ NOTICE
13
+
14
+ If you customize this file please remember that it will be overwrtitten
15
+ with any future upgrade installs.
16
+ If you'd like to add a feature which is not in this software, get in touch
17
+ at www.moogento.com for a quote.
18
+
19
+ ID pe+sMEDTrtCzNq3pehW9DJ0lnYtgqva4i4Z=
20
+ File Moogento_NoMoreSpam.xml
21
+ @category Moogento
22
+ @package noMoreSpam
23
+ @copyright Copyright (c) 2014 Moogento <info@moogento.com> / All rights reserved.
24
+ @license http://www.moogento.com/License.html
25
+ -->
26
+ <config>
27
+ <modules>
28
+ <Moogento_NoMoreSpam>
29
+ <active>true</active>
30
+ <codePool>community</codePool>
31
+ </Moogento_NoMoreSpam>
32
+ </modules>
33
+ </config>
package.xml CHANGED
@@ -1,19 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>moogento_nomorespam</name>
4
- <version>1.0.8</version>
5
  <stability>stable</stability>
6
  <license/>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Instant-on, no-setup spam protection for Magento.</summary>
10
  <description>Stop spam from your Contact Form and Product Review forms. No setup needed, it just works.</description>
11
- <notes>Small bug fixes.&#xD;
12
- Adds contact form and CMS checks.</notes>
13
  <authors><author><name>Jim Gilbert</name><user>auto-converted</user><email>moo@moogento.com</email></author></authors>
14
- <date>2014-08-17</date>
15
- <time>04:48:13</time>
16
- <contents><target name="magecommunity"><dir name="Moogento"><dir name="NoMoreSpam"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Contactdescription.php" hash="7ba638aa01e2f89ea3eabe6260baf228"/><file name="Hint.php" hash="80fcba4b693f087e2c5d420867630680"/></dir></dir></dir></dir><file name="Nomorespam.php" hash="0e6304f8c74a24521e7886e19f213ac1"/></dir><dir name="Helper"><file name="Data.php" hash="0a027111c01da66052b3c951d396fd48"/></dir><dir name="Model"><file name="Email.php" hash="4e5fbfc66d504d17282c9cd27bba7d4e"/><file name="NoMoreSpam.php" hash="f46e20b1e1607a6c0ed620dcb1162e71"/><file name="Status.php" hash="5375244f2c1e79e0c1d4752cb0ce4b60"/></dir><dir name="controllers"><dir name="Customer"><file name="AccountController.php" hash="cf9ebea542eb4425f0803512c1c09d01"/></dir><dir name="Newsletter"><file name="SubscriberController.php" hash="79282afbe0ade7974b1c7167fcdc1789"/></dir><dir name="Review"><file name="ProductController.php" hash="7570313ae0b1b212062bcc0e66d9dc8e"/></dir><file name="ActiveController.php" hash="1b71fb28bf6a368c6e0d34652babe829"/><file name="IndexController.php" hash="c2f1279eb30ec07995d6de443236a08b"/></dir><dir name="etc"><file name="adminhtml.xml" hash="249a8cb2cf65cabbc5f44e193b8a6d2e"/><file name="config.xml" hash="6e0ed1d4ea8e4f8f817ed19b48527bdb"/><file name="system.xml" hash="78377e89a303d771ee2993d285ed2515"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="moogento"><file name="nomorespam.xml" hash="a922801f561222e64398c902e03dfe1f"/></dir></dir><dir name="template"><dir name="moogento"><dir name="nomorespam"><dir name="system"><dir name="config"><dir name="fieldset"><file name="hint.phtml" hash="08bde0eab8e5bd8f8c4dcf9010d385b2"/></dir></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><dir name="moogento"><file name="nomorespam.xml" hash="17ff92a4f4231015a8691a0abde5aef7"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="moogento"><dir name="nomorespam"><dir name="fonts"><file name="OpenSans-ExtraBoldItalic-webfont.eot" hash="ff3bedaecdec71c34b0ca85c3c495c2d"/><file name="OpenSans-ExtraBoldItalic-webfont.svg" hash="6512fca9ff4dc029307018c17e4a2a9d"/><file name="OpenSans-ExtraBoldItalic-webfont.ttf" hash="5517d73acdc17143c21b0cffab4cfaa9"/><file name="OpenSans-ExtraBoldItalic-webfont.woff" hash="042468300dab6f308592e15e02549c79"/><file name="OpenSans-Italic-webfont.eot" hash="43d5342998f3607bd61a8239e98b1160"/><file name="OpenSans-Italic-webfont.svg" hash="5b774c25787e0a52c013463c9e3c4219"/><file name="OpenSans-Italic-webfont.ttf" hash="de7ef31e6295902347c5c3643b2d82da"/><file name="OpenSans-Italic-webfont.woff" hash="f42641eed834f7b97a9499362c6c8855"/><file name="OpenSans-Regular-webfont.eot" hash="c4d82460ef260eb1589e73528cbfb257"/><file name="OpenSans-Regular-webfont.svg" hash="8185eb3059c46e4169ce107dfcf85950"/><file name="OpenSans-Regular-webfont.ttf" hash="488d5cc145299ba07b75495100419ee6"/><file name="OpenSans-Regular-webfont.woff" hash="79515ad0788973c533405f7012dfeccd"/><file name="allerdisplay-webfont.eot" hash="47c90b278673ea6d7486ad626e40860c"/><file name="allerdisplay-webfont.svg" hash="118d857008de7ae12bcba86b849e4e3f"/><file name="allerdisplay-webfont.ttf" hash="997c0263496f7e047d646f0dbb683c64"/><file name="allerdisplay-webfont.woff" hash="013049a31f05bb4f516414731f727e67"/></dir><dir name="images"><file name="moo_alert.png" hash="f8431fd4181d8a3d883c55a7ef743a67"/><file name="moo_alert_m.png" hash="4da04154b957595ec4fd4e0eada371d4"/><file name="moo_alert_small.png" hash="5cf46ec8036efedfc3085ab3fc4f102a"/><file name="moo_alert_small_orange.png" hash="9474b960c2db39219ba1b17a12068fd1"/><file name="moo_info_small_blue.png" hash="037b9358c7d3317c66b14c09ff7f898d"/><file name="moo_tick.png" hash="cc1ca0a3645d8494d62ba873108f3120"/><file name="moo_tick_m.png" hash="81379d3d96d4d353fae0a1cefffeb1b4"/><file name="moo_tick_small.png" hash="2eec22f15bae8c06f95ca3aaaf207fdf"/><file name="moo_tick_small_green.png" hash="2007293e5838837de28aa3815bd98dcd"/><file name="printer.png" hash="728631df727153ca6e72e6dd57be252e"/><file name="printer_small.png" hash="c8df122994f034a2a54ba227c1a896a9"/></dir><file name="nomorespam.css" hash="aaab79e239fb34f65e81521ca1f52011"/></dir></dir></dir></dir></dir></target></contents>
17
  <compatible/>
18
  <dependencies/>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>moogento_nomorespam</name>
4
+ <version>1.0.8.1</version>
5
  <stability>stable</stability>
6
  <license/>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Instant-on, no-setup spam protection for Magento.</summary>
10
  <description>Stop spam from your Contact Form and Product Review forms. No setup needed, it just works.</description>
11
+ <notes>Small bug fixes.</notes>
 
12
  <authors><author><name>Jim Gilbert</name><user>auto-converted</user><email>moo@moogento.com</email></author></authors>
13
+ <date>2014-08-18</date>
14
+ <time>02:52:09</time>
15
+ <contents><target name="magecommunity"><dir name="Moogento"><dir name="NoMoreSpam"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Contactdescription.php" hash="7ba638aa01e2f89ea3eabe6260baf228"/><file name="Hint.php" hash="80fcba4b693f087e2c5d420867630680"/></dir></dir></dir></dir><file name="Nomorespam.php" hash="0e6304f8c74a24521e7886e19f213ac1"/></dir><dir name="Helper"><file name="Data.php" hash="0a027111c01da66052b3c951d396fd48"/></dir><dir name="Model"><file name="Email.php" hash="4e5fbfc66d504d17282c9cd27bba7d4e"/><file name="NoMoreSpam.php" hash="f46e20b1e1607a6c0ed620dcb1162e71"/><file name="Status.php" hash="5375244f2c1e79e0c1d4752cb0ce4b60"/></dir><dir name="controllers"><dir name="Customer"><file name="AccountController.php" hash="cf9ebea542eb4425f0803512c1c09d01"/></dir><dir name="Newsletter"><file name="SubscriberController.php" hash="79282afbe0ade7974b1c7167fcdc1789"/></dir><dir name="Review"><file name="ProductController.php" hash="7570313ae0b1b212062bcc0e66d9dc8e"/></dir><file name="ActiveController.php" hash="1b71fb28bf6a368c6e0d34652babe829"/><file name="IndexController.php" hash="c2f1279eb30ec07995d6de443236a08b"/></dir><dir name="etc"><file name="adminhtml.xml" hash="249a8cb2cf65cabbc5f44e193b8a6d2e"/><file name="config.xml" hash="6e0ed1d4ea8e4f8f817ed19b48527bdb"/><file name="system.xml" hash="78377e89a303d771ee2993d285ed2515"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="moogento"><file name="nomorespam.xml" hash="a922801f561222e64398c902e03dfe1f"/></dir></dir><dir name="template"><dir name="moogento"><dir name="nomorespam"><dir name="system"><dir name="config"><dir name="fieldset"><file name="hint.phtml" hash="08bde0eab8e5bd8f8c4dcf9010d385b2"/></dir></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><dir name="moogento"><file name="nomorespam.xml" hash="17ff92a4f4231015a8691a0abde5aef7"/></dir></dir><dir name="template"><dir name="moogento"><dir name="nomorespam"><file name="account_create.phtml" hash="537c6de31e9389b8417cebae083236c7"/><file name="newsletter.phtml" hash="e0797c3c970baf881f647a52a92d0d1e"/><file name="nomorespam_contact.phtml" hash="acead23edbe31736a536f9b46e01c972"/><file name="nomorespam_review.phtml" hash="906b01dfbfaa7decfbef5110ffd43d0b"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="moogento"><dir name="nomorespam"><dir name="fonts"><file name="OpenSans-ExtraBoldItalic-webfont.eot" hash="ff3bedaecdec71c34b0ca85c3c495c2d"/><file name="OpenSans-ExtraBoldItalic-webfont.svg" hash="6512fca9ff4dc029307018c17e4a2a9d"/><file name="OpenSans-ExtraBoldItalic-webfont.ttf" hash="5517d73acdc17143c21b0cffab4cfaa9"/><file name="OpenSans-ExtraBoldItalic-webfont.woff" hash="042468300dab6f308592e15e02549c79"/><file name="OpenSans-Italic-webfont.eot" hash="43d5342998f3607bd61a8239e98b1160"/><file name="OpenSans-Italic-webfont.svg" hash="5b774c25787e0a52c013463c9e3c4219"/><file name="OpenSans-Italic-webfont.ttf" hash="de7ef31e6295902347c5c3643b2d82da"/><file name="OpenSans-Italic-webfont.woff" hash="f42641eed834f7b97a9499362c6c8855"/><file name="OpenSans-Regular-webfont.eot" hash="c4d82460ef260eb1589e73528cbfb257"/><file name="OpenSans-Regular-webfont.svg" hash="8185eb3059c46e4169ce107dfcf85950"/><file name="OpenSans-Regular-webfont.ttf" hash="488d5cc145299ba07b75495100419ee6"/><file name="OpenSans-Regular-webfont.woff" hash="79515ad0788973c533405f7012dfeccd"/><file name="allerdisplay-webfont.eot" hash="47c90b278673ea6d7486ad626e40860c"/><file name="allerdisplay-webfont.svg" hash="118d857008de7ae12bcba86b849e4e3f"/><file name="allerdisplay-webfont.ttf" hash="997c0263496f7e047d646f0dbb683c64"/><file name="allerdisplay-webfont.woff" hash="013049a31f05bb4f516414731f727e67"/></dir><dir name="images"><file name="moo_alert.png" hash="f8431fd4181d8a3d883c55a7ef743a67"/><file name="moo_alert_m.png" hash="4da04154b957595ec4fd4e0eada371d4"/><file name="moo_alert_small.png" hash="5cf46ec8036efedfc3085ab3fc4f102a"/><file name="moo_alert_small_orange.png" hash="9474b960c2db39219ba1b17a12068fd1"/><file name="moo_info_small_blue.png" hash="037b9358c7d3317c66b14c09ff7f898d"/><file name="moo_tick.png" hash="cc1ca0a3645d8494d62ba873108f3120"/><file name="moo_tick_m.png" hash="81379d3d96d4d353fae0a1cefffeb1b4"/><file name="moo_tick_small.png" hash="2eec22f15bae8c06f95ca3aaaf207fdf"/><file name="moo_tick_small_green.png" hash="2007293e5838837de28aa3815bd98dcd"/><file name="printer.png" hash="728631df727153ca6e72e6dd57be252e"/><file name="printer_small.png" hash="c8df122994f034a2a54ba227c1a896a9"/></dir><file name="nomorespam.css" hash="aaab79e239fb34f65e81521ca1f52011"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Moogento_NoMoreSpam.xml" hash="0f448df5376e729b97bb87ddc36ef585"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>