![]() |
Quote:
|
does anyone know how to add these lines of code to the product or 2 plugins to send ip info? I think this is the code needed to get the ip and host info, but I do not know how to add it to the plugin.
$fipaddress = 'IP Address: ' . IPADDRESS . "\r\n"; $iphostname = "Host: " . @gethostbyaddr(IPADDRESS) . "\r\n"; |
Quote:
I have mine set to 40 posts per page. |
Actually, it should be:
@gethostbyaddr($_SERVER['REMOTE_ADDR']); |
Quote:
Many Thanks. |
Quote:
|
now the default is 15 seconds....15 seconds for what?
|
Quote:
|
so i should raise it above 15 seconds huh?
|
12 - 15 seems to be ok time.
most bots are 1 sec. to 8 sec. Have never had one take longer yet, and I block over 30+ of these spam bots every day. The best time I can get to do the reg page with 1 click pasting, took me just over 15.81 sec. |
but its humanly impossible to do a register page in 15 seconds or less..
|
Installed this (and another bot-befuddling mod) yesterday after installing 3.7 and getting flooded with bots, and I got my first Is Bot email today. Thank you. :)
|
What a great mod, InstalleD. :D.
|
omg! this mod works great! block at least 20 a day!! no lie!! problem is some are still getting through...how do i turn this sucker up so that none get through? my default is at 15....do i chnage is higher or lower?
|
Hi,
stupid question: I have enterered 45 seconds - my test registration is denied with the words: user blocked from registration "Entschuldigung, aber zurzeit sind keine neuen Registrierungen möglich." -> "Sorry, no registrations at the moment" Why? What do I have to change? Best regards Marc |
There were no bots getting through until I upgraded to 3.7, now I'm flooded with them. I reinstalled IsBot and they're still getting through. Any ideas why?
Thanks |
change 45 seconds back to 15 supercookie
:D |
Mine stopped working for some reason. I can't see the bots just leaving me alone now.
|
I have multiple 3.7 boards with is-bot installed and I dont get hammered by them.. It COULD be the way I upgrade the forums.. I uninstall all the 3.6 mods (minus the photogallerys and such). Then I delete all the code except for attachments ect, upload 3.7.x and upgrade. I then install the new mods.. NO BOTS.. I got hammered on the first board I upgraded, but I did the above and reinstalled isbot and no more bots
I dont know, maybe it is my dumb luck or something :D |
Very Smart Idea :up:, for me just this hack was able to stop the spam posts , thx a lot
|
All a spammer has to do to beat this is look for a form field, send it and use a false time stamp. It may work for a while, but it's too easy to beat.
Ya need to grab something from the registering user when they click the forum rules to register and store it in the DB for comparison later privately on form submit. ;) |
Recently an online spam script was posted on vb.org. It processed a mass of vb forums and paused after every step. So even though this hack is a very helpful addition, it wont stop all spam.
|
That is where reCAPTCHA comes in handy.
|
Gotta have more than one line of defense, right?
|
Better safe than sorry.
|
Since installing this mod yesterday, I have hundreds of spam bots banging on my door(WOL), but they cant seem to get in. So a big thumbs up. I googled the bot IP's and most of them lead me to www.stopforumspam.com which is really handy.
This hack may also be very helpful as an extra level of security: https://vborg.vbsupport.ru/showthrea...=stopforumspam |
Does this work with 3.7?
|
Yes, it does, although it has stopped working on my site for some reason. I haven't gotten an email for this hack for over 2 months and I know the bots are still trying.
|
It works on my site, I'm running 3.7.2.
|
I am not getting any emails on vb 3.7.1 PL2
|
Quote:
|
I am getting a lot of bots that are registering with a location of "1" so I want to add a simple line of code to the Is Bot plugin for "register_addmember_process" that will check the location and if it says "1" I wanted them blocked.
So, here is the code: Find: PHP Code:
PHP Code:
AdminCP >> Plugins & Products >> Plugin Manager >> Product : Is Bot Then, edit the plugin for "Is Bot" attached to the "register_addmember_process" plugin Easy as pie! |
That guys a trouble maker over at your site Quaterbore.
Name him and shame him :D Thanks for making the extra bits clear And this hack works well with 3.7.2 pl1 :up: Stopping about 20+ spam bots a day |
[Clicking "Installed" ...]
Have had this in place for a while and was receiving no emails, although the number of spammer registrations definitely appeared to be reduced -- thanks to a recent post I realized I had not made the required template modification. |
It's been about an hour since enabling the notification emails and I've received 8 notices. This is more spammers than I would typically have had register in a whole day before installing Isbot. Could the bots be detecting the registration failure and resubmitting rather than moving on?
What happens if the "no register" error notice is not displayed? Would the regs still be blocked? |
I note that MOST of these blocks would already have been caught by my prohibition of accepting registrations from a handful of spammer email domains (notably mail.ru and @gawab.com). Is there a different hook that could be used that would only come into play AFTER the registratrion has passed through vB's own registration checks? It might cut down on the number of emails considerably.
|
I've already posted the fact that I installed this mod on our v3.67pl1 system, but I wanted to reiterate my appreciation to the author.... :)
It's incredible how much time this mod saves me from what I had to do before, in order to try and keep "bots" and spammers out of our system. It seemed like I was spending hours every day, just trying to add IP's and email addresses to the "banned" lists, but they kept coming. Now, I get dozens of emails every day, showing how many of these "bots" got stopped and the stress of running the system is way lower... Thanks calorie... :up: If I could give you a hug, I would ... but, it doesn't mean we're going steady ... :D Regards, Badger |
It works, but when it's under the set time I get..
Warning: fsockopen() [function.fsockopen]: unable to connect to mail.domain.com:25 (Connection refused) in [path]/includes/class_mail.php on line 604 Although it does work and gives the registration disabled message. Anyone else get this or is it just me? |
I don't know if this has been asked but is it possible to modify this so the IP address is included in the email? I would like to add the IP addresses of the spambots to my .htaccess file to block them completely.
|
Quote:
To include the IP in the email. Go to the Plugin Manager in your AdminCP Click edit for "register_addmember_process" under Is Bot product Find: Code:
$isbot_email = htmlspecialchars_uni($vbulletin->GPC['email']); Code:
$isbot_ipaddy = IPADDRESS; Code:
. ' (' . $isbot_timediff . ' ' . $vbphrase['isbot_seconds_transpired'] . ')'; Code:
. ' (' . $isbot_timediff . ' ' . $vbphrase['isbot_seconds_transpired'] . ')' |
All times are GMT. The time now is 01:18 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:
|