Four weeks plus and NO spammers!Eriamjh1138 wrote:Two weeks now.Eriamjh1138 wrote:One whole week and not a single spam registration or post.
Code: Select all
$(function() {
// Javascript nubs
document.getElementById('enable_js').style.display = 'block';
$("#sortable1, #sortable2").sortable({
connectWith: '.connectedSortable',
items: 'li',
forcePlaceholderSize: true,
placeholder: 'bg3'
}).disableSelection();
$("#sortable1, #sortable2").bind('sortreceive', function(event, ui) {
// If the left or right column receive an item, put the child nodes in an array
var arrSortableListItemsLeft = $( "#sortable1" ).children();
var arrSortableListItemsRight = $( "#sortable2" ).children();
// And create hidden input fields
createdata(arrSortableListItemsLeft, 'sortables_options_left', '#sortables_options_left');
createdata(arrSortableListItemsRight, 'sortables_options_right', '#sortables_options_right');
});
});
How do you KNOW it is from people who are not checking their email?Eriamjh1138 wrote:Four weeks plus and NO spammers!Eriamjh1138 wrote:Two weeks now.Eriamjh1138 wrote:One whole week and not a single spam registration or post.
I do a have a few accounts that have not been activated, but they are not from spammers, just people who don't check their email.
Are you just seeing the (old) default phpBB3 captcha? Or nothing at all?Stu83 wrote:ive just installed this mod to a fresh board ive installed, so empty database, standard style etc. the opion shows up in ACP, ive set a question and answers, but nothing shows up when a user tries to register
how can i fix this?
I see you have removed the <noscript> part. So it's working fine, but only if you have JavaScript enabled.sevenalive wrote:Weird, mine isn't showing up all of the sudden, been getting emails from users trying to register.
Code: Select all
...
By default the <noscript> function is still in it.madd74 wrote:What I am curious, is how this would work on something like a cell phone. I know that you had a <noscript> that I believe you removed when some bots were getting through the radio check boxes. I use a anti-JS for places I do not know, so adding to the whole anti-JS side, if I came across a forum that required it and I could not otherwise get through, I would be turned off.
Some people I know do almost all surfing on the cell, the reason I asked about it.
I think your timezone checker is running before the captcha factory is called. Therefore it will be logged everytime.sevenalive wrote:Edit: It appears this captcha has been broken already, most of the entries in my block log are timezone checks, which wouldn't be blocked until the registration forum has been submitted. If the client knows the correct value for captha, the captcha is useless.
I can tell by the usernames.madd74 wrote:How do you KNOW it is from people who are not checking their email?Eriamjh1138 wrote:Four weeks plus and NO spammers!Eriamjh1138 wrote:Two weeks now.Eriamjh1138 wrote:One whole week and not a single spam registration or post.
I do a have a few accounts that have not been activated, but they are not from spammers, just people who don't check their email.
nothing at allDerky wrote:Are you just seeing the (old) default phpBB3 captcha? Or nothing at all?Stu83 wrote:ive just installed this mod to a fresh board ive installed, so empty database, standard style etc. the opion shows up in ACP, ive set a question and answers, but nothing shows up when a user tries to register
how can i fix this?
I know I'm quoting myself here, but is there any chance I could get this answered? Even a simple "No that cannot be done" would be better than no answer at all, though I'd prefer not to hear that.The_Curt_Jester wrote:I decided to try installing this mod and I've had partial success. If I switch back to prosilver as the default style (which I have done temporarily) it works just fine. The problem is that I've been using a template called Chronicles (based on prosilver1) and the mod doesn't work on it. Now, Chronicles is, sadly, a template from PhpBB 2 and I've just fixed it up a bit to work with the current PhpBB version, but apparently it's not fixed well enough to make the mod work.
Is there any way to run this mod with an old template? My forum is actually the latest version of phpBB, so that isn't the problem.
Thanks!