![]() |
I installed 4.0 withouth this mod and have no Bot-Registrations any more... Previously perhaps 10-30 bots/day blocked though this mod...
Bruno |
Quote:
|
Quote:
|
Quote:
|
You didn't quote what they did at all, so no one is able to correct the code. Yes, there is an error free way to do it as I don't get my 50+ emails a day at all.
|
Quote:
Quote:
Which is a failed method it seems. Can you please let me know how to properly remove the emails? |
I'm attempting to install this tonight, but was doing the research this morning.
I'm going to follow the install instructions and then do the following modifications that I researched by simply reading the thread posts... Include IP address in Emails: Post #89 or Post #240 Auto-Ban: Post #141 Stop Emails: Post #50 If I get too many emails, I'll do the stop email mod to it. |
Quote:
|
I've just installed IsBot and StopForumSpam in my 3.8.2 forums. After carefully studying what they do, I realized they essentially automate the same successful bot-blocking strategies I've been using manually for over 2 or 3 years. Wish I'd found them l-o-n-g ago. Duhhh!
Between them I have every expectation they'll eliminate 99.5% of all spambot registrations and cut the risk of spam-posts to a minimal level. I suspect I'll be able to stop moderating new registrations almost completely. We'll see. But that's my guess. Thanks! :D Comment: Although the Addon seemed to work fine, I uninstalled it because the StopTheRegistrationBots Add-on does the same thing this does plus much more. I also plan on installing the Advanced Registration AddOn as well to help keep out the bots and get new user registrations out of moderation mode. |
Does this mod work with vB4? If not then can the author please update this mod. It is really useful for everyone.
|
Quote:
Be patient. Sooner or later many of these addons are likely to get migrated up to version 4. |
Quote:
As for vb4, I am going to install this and try to register a test account and see if it errors out or not.. I have 2 vb4 forums that I would LOVE to use this on.. Also, can SOMEONE please update this to 4 so we can install it on production forums?? |
Quote:
From what I've read, none of these features have anything whatsoeever to do with the vbStopForumSpam database. So I basically think you're confused here. Also, for the record, I haven't yet installed vb4. But from what I know about these tools, I can't see any reason why this patch wouldn't be easy to move over to vb4. Then again, perhaps I've missed something. I hope this clarification helps. |
Installed on v4 and I was able to register a test account fine, so it seems to work so far.
|
Could someone with a bit of VB coding knowledge please tell me how I would edit this line of code to ensure the emails go to matt@pesgaming.com.
Code:
vbmail($vbulletin->options['webmasteremail'], $isbot_subject, $isbot_message, true); Code:
vbmail($vbulletin->options['matt@pesgaming.com'], $isbot_subject, $isbot_message, true); |
Try:
Code:
vbmail('yourname@yoursite.com', $isbot_subject, $isbot_message, true); Replacing yourname@yoursite.com with your own email address. |
you might want to remove your email from here unless you want heaps of spam or enclose it in code tags atleast.
|
Quote:
|
I hope to see this mod for vBulletin 4.x in the future.
|
It works fine on vb 4 now.
|
Quote:
|
I just noticed something with this mod for vb 4. According to the instructions, we need to add this to the register template:
Code:
<input type="hidden" name="isbot_time1" value="$isbot_time1" /> But for vb 4 it would need to be: Code:
<input type="hidden" name="isbot_time1" value="{vb:raw isbot_time1}" /> Do we needs to preRegister the isbot_time1 variable in the code for the register template? |
Quote:
|
Can we do something so that it shows spammers IP in email it sents to admin?
|
Is possible to modify this plugin to work with newthread pages instead of register?
It should calculate the time between these pages: newthread.php?do=newthread newthread.php?do=postthread I tried changing the plugin hook to newthread_form_start and newthread_form_complete but it don't work, any ideas? Thanks |
So reading this, is the mod v4.x compatible or not?
Quote:
|
The mod is NOT compatible with vb4 out of the box, but there is a few simple change you can make to make it work.
1. Install as instructed, except add this line to the register template instead: PHP Code:
3. Look for the register_form_complete hook for the isBot product and click Edit. 4. In the Plugin PHP Code text box, add the following line below the only line of code there. PHP Code:
Now you just have to wait for a bot to come along to test it. |
Quote:
You also need to do the value="{vb:raw isbot_time1}" in the template for vb 4. |
Quote:
Quote:
|
Quote:
Quote:
|
Quote:
Pre-registering is necessary if you want to write a PHP variable into a template, which is what the isBot code in the register_form_complete hook needs to do. Pre-registering is NOT necessary for extracting values from the web form, which is the case for the other hook. |
Noted. Thanks.
|
Well, it is working fine on 4.0.6:
Quote:
|
Quote:
Where in the template must I add this line ? <input type="hidden" name="isbot_time1" value="${vb:raw isbot_time1}" /> |
Follow the instructions that come with the mod. There is only one instruction that requires you to add a line into one of the templates. That would be the place.
|
Followed all instructions, but the bots keep registering. Driving me nuts.
|
What do you have the time to check set at?
|
Quote:
|
Quote:
|
Try setting it higher. Start with 20 and see if that helps at all.
|
All times are GMT. The time now is 06:20 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|