Tried to improve spam check.
svn path=/trunk/; revision=9989
This commit is contained in:
@@ -11,7 +11,7 @@ if (!$query->param("_shipping")) {
|
||||
}
|
||||
|
||||
# Spam bots will be tempted to fill in this actually invisible field
|
||||
if ($query->param("link")) {
|
||||
if ($query->param("url")) {
|
||||
die "Invalid order, possibly spam.";
|
||||
}
|
||||
|
||||
|
@@ -67,7 +67,7 @@
|
||||
<!-- Should help against spam -->
|
||||
<p class="n">
|
||||
Please do not put anything in here:
|
||||
<input type="text" size="40" name="link"/>
|
||||
<input type="text" size="40" name="url"/>
|
||||
</p>
|
||||
|
||||
<center>
|
||||
|
@@ -67,7 +67,7 @@
|
||||
<!-- Should help against spam -->
|
||||
<p class="n">
|
||||
Παρακαλούμε μη σημειώσετε τίποτα εδώ:
|
||||
<input type="text" size="40" name="link"/>
|
||||
<input type="text" size="40" name="url"/>
|
||||
</p>
|
||||
|
||||
<center>
|
||||
|
@@ -67,7 +67,7 @@
|
||||
<!-- Should help against spam -->
|
||||
<p class="n">
|
||||
Please do not put anything in here:
|
||||
<input type="text" size="40" name="link"/>
|
||||
<input type="text" size="40" name="url"/>
|
||||
</p>
|
||||
|
||||
<center>
|
||||
|
@@ -67,7 +67,7 @@
|
||||
<!-- Should help against spam -->
|
||||
<p class="n">
|
||||
Por favor deje este campo en blanco:
|
||||
<input type="text" size="40" name="link"/>
|
||||
<input type="text" size="40" name="url"/>
|
||||
</p>
|
||||
|
||||
<center>
|
||||
|
@@ -67,7 +67,7 @@
|
||||
<!-- Should help against spam -->
|
||||
<p class="n">
|
||||
Please do not put anything in here:
|
||||
<input type="text" size="40" name="link"/>
|
||||
<input type="text" size="40" name="url"/>
|
||||
</p>
|
||||
|
||||
<center>
|
||||
|
@@ -67,7 +67,7 @@
|
||||
<!-- Should help against spam -->
|
||||
<p class="n">
|
||||
Please do not put anything in here:
|
||||
<input type="text" size="40" name="link"/>
|
||||
<input type="text" size="40" name="url"/>
|
||||
</p>
|
||||
|
||||
<center>
|
||||
|
Reference in New Issue
Block a user