Version Notes
First release of the BlockThatProxy.com extension. This includes the script from www.blockthatproxy.com that sends out email warnings if a proxy or blacklisted IP is detected.
Download this release
Release Info
Developer | Magento Core Team |
Extension | BlockThatProxy |
Version | 1.0 |
Comparing to | |
See all releases |
Version 1.0
- package.xml +22 -0
package.xml
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>BlockThatProxy</name>
|
4 |
+
<version>1.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license>OSL</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Integrate the anti-fraud system from BlockThatProxy.com.</summary>
|
10 |
+
<description>This extension integrates the anti-fraud system from BlockThatProxy. With a few clicks, and a free account from www.blockthatproxy.com you can setup the system to scan all customers on the payment confirmation page.
|
11 |
+
|
12 |
+
If a proxy or blacklisted IP is detected, you automatically receive an email warning including the order number and a link to verify the buyers address using geo-location.
|
13 |
+
|
14 |
+
It is possible to whitelist or blacklist any IP's you want.</description>
|
15 |
+
<notes>First release of the BlockThatProxy.com extension. This includes the script from www.blockthatproxy.com that sends out email warnings if a proxy or blacklisted IP is detected.</notes>
|
16 |
+
<authors><author><name>BlockThatProxy.com</name><user>auto-converted</user><email>martin@wickings.dk</email></author></authors>
|
17 |
+
<date>2010-09-16</date>
|
18 |
+
<time>12:16:56</time>
|
19 |
+
<contents><target name="mage"><dir/></target></contents>
|
20 |
+
<compatible/>
|
21 |
+
<dependencies/>
|
22 |
+
</package>
|