Warning! Your message needs to be at least ten characters in length
I give above error even when I post a Farsi message with more than 10 characters and even a paragraph with more than 50. I do not give any error when I post a message with English characters.
Farsi is a right to left language like Arabic with many same characters.
Warning! Your message needs to be at least ten characters in length
I give above error even when I post a Farsi message with more than 10 characters and even a paragraph with more than 50. I do not give any error when I post a message with English characters.
Farsi is a right to left language like Arabic with many same characters.
Warning! Your message needs to be at least ten characters in length
I give above error even when I post a Farsi message with more than 10 characters and even a paragraph with more than 50. I do not give any error when I post a message with English characters.
Farsi is a right to left language like Arabic with many same characters.
Hi,
the bug is due to this plugin, so you should report it to the liste spip-zone
(spip-zone@rezo.net)
You can subscribe to it here : listes.rezo.net/mailman/listinfo/spip-zone
Warning! Your message needs to be at least ten characters in length
I give above error even when I post a Farsi message with more than 10 characters and even a paragraph with more than 50. I do not give any error when I post a message with English characters.
Farsi is a right to left language like Arabic with many same characters.
Hi,
the bug is due to this plugin, so you should report it to the liste spip-zone
(spip-zone@rezo.net)
You can subscribe to it here : listes.rezo.net/mailman/listinfo/spip-zone
Warning! Your message needs to be at least ten characters in length
I give above error even when I post a Farsi message with more than 10 characters and even a paragraph with more than 50. I do not give any error when I post a message with English characters.
Farsi is a right to left language like Arabic with many same characters.
Hi,
I reported that but haven’t received back any answer.
Kamran
Yep, this is normal since your message didn’t precise that it works better when you disable the plugin NOSPAM.
I’ve just added this.
Hope it’ll generate more interest.
Hi,
the bug is due to this plugin, so you should report it to the liste spip-zone
(spip-zone@rezo.net)
You can subscribe to it here : listes.rezo.net/mailman/listinfo/spip-zone
Warning! Your message needs to be at least ten characters in length
I give above error even when I post a Farsi message with more than 10 characters and even a paragraph with more than 50. I do not give any error when I post a message with English characters.
Farsi is a right to left language like Arabic with many same characters.
can you try and change the following line (line 53) in
plugins/nospam/nospam_pipelines.php:
$texte = trim(preg_replace(',[\W]+,ims',' ',$texte));
to
$texte = trim(preg_replace(',[\W]+,uims',' ',$texte));
(small u means "utf8").
If it works then it means that NOSPAM eliminates lots of spam because
they are written in non-european languages. Which would be a bad
heuristic...
On Wed, Apr 8, 2009 at 11:52 PM, kamran Mir Hazar
<kamran_mirhazar@yahoo.com> wrote:
Hi,
I have disabled plugin No Spam (NoSPAM - Plugins SPIP) and it is
working now. But Spams are big problem.
Hello,
Thank you for your good answer.
I have changed that line and tested. It is working now.
When I post a message with less than ten English characters I give this:
Warning! Your message needs to be at least ten characters in length.
It is normal but it also accepts massage with 5 Farsi characters.
Lots of spams that I had in Forum were in Chinese characters.
I’m not sure if this plugin can stop all. Because last time when I was installed that, there were some spams, with lots of users and active links. Chinese spams were texts ad active links.
Of course having NO SPAM plugin is much better that not having it.
Thank you again.
Kamran
can you try and change the following line (line 53) in
plugins/nospam/nospam_pipelines.php:
$texte = trim(preg_replace(‹ ,[\W]+,ims ›,’ ‹ ,$texte));
to
$texte = trim(preg_replace( ›,[\W]+,uims’,’ ',$texte));
(small u means « utf8 »).
If it works then it means that NOSPAM eliminates lots of spam because
they are written in non-european languages. Which would be a bad
heuristic…
Hello,
The main language of my website is Farsi but there is one English section with some English subsections. I have created a petition in English language under English section. The language of the article is English same as its section. But People give Farsi message when they click submit bottom, asking to confirm the signature. The email that they receive also is Farsi and just the title of the article is English. Instructions are in Farsi.
How do I turn it to English and people give message and receive email only in English?
Thank you
Kamran