regenerate some new text don't work | Peter's Random Anti-Spam for WordPress | Forum
Back to the random anti-spam plugin page
Hi, without much more information, I have only guesses as to what the problem could be. Perhaps it is a problem with JavaScript support in your browser. Have you tried several different browsers?
Also, try accessing http://localhost/yourwordpress.....l/?antinew and see if it returns a number.
11:13 am
yes, it's return a number. Now i'm sure that the plug work and i find the problem is the the url of my comments like: http://server/dev/article/ and if i click the regenerate text, http://server/dev/article/#ras_security, the browser don't understand, but with http://server/dev/article#ras_security it's work fine.
Thanks for your help, and good luck for more and more good plugin.
9:07 am
it's me again, now i try to integrate the plugin in a page with .htaccess and the regenerate don't work.
ex : http://localhost/news.php?post=1
http://localhost/news/1/blabla
thanks in advance
8:02 am
hi! the probleme with rewriterule is where ?antinew don't pass(i think, the rewrite rule don't recognize it, i suppose), and i change that line 469 :
//var url = \\"?antinew\\"; // The server-side script
to
var url = '".$_SERVER["PHP_SELF"].'?'.$_SERVER["QUERY_STRING"].'&antinew'."'
and the random work fine for me. Excuse for my english because i' m francophone.
thanks!