vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Stop the Registration Bots (https://vborg.vbsupport.ru/showthread.php?t=183917)

noppid 10-15-2008 09:03 PM

There are problems on forum_rules.
HTML Code:

<input type="hidden" name="" value="" />
<input type="hidden" name="UheKLwaQ" value="" />

Are there blank fields in the ACP settings? Are all the hooks enabled? What version of vBulletin are you on?

Did you do a new install or upgrade? If upgrade, did you uninstall the old version first?

rooban12 10-15-2008 09:06 PM

Im using 3.7.3 Patch Level 1
and
Enable checks for registraion bots? Yes
Minimum Time for Registration Submission 1
Rules Page Hash Hidden Field Name UheKLwaQ
Register Page Hash Hidden Field Name iuwHJPQn
Email Notification Yes

all the hooks enabled

noppid 10-15-2008 09:08 PM

Quote:

Originally Posted by rooban12 (Post 1645923)
Im using 3.7.3 Patch Level 1
and
Enable checks for registraion bots? Yes
Minimum Time for Registration Submission 1
Rules Page Hash Hidden Field Name UheKLwaQ
Register Page Hash Hidden Field Name iuwHJPQn
Email Notification Yes

all the hooks enabled

On a guess, I think there is a table problem. Uninstall product and install product xml again and see if we get the other fields filled out correctly.

rooban12 10-15-2008 09:13 PM

showing the same msg

TerryMason 10-15-2008 09:46 PM

Quote:

Originally Posted by rooban12 (Post 1645929)
showing the same msg



I got the same error - then I realized there were template hacks to be done :eek:

did the template hacks and everything works fine!


Are you sure that you are modifying the correct template?

noppid 10-15-2008 10:50 PM

Quote:

Originally Posted by rooban12 (Post 1645929)
showing the same msg

IF it was an upgrade, the old edits need to be removed and replaced with the new template edits. Maybe that's the problem?

segwayon 10-16-2008 12:59 AM

I had the 1.0.3 installed. When I saw this 1.2.1 upgrade, I uninstalled 1.0.3, went into the template edit and saw they were not reverted, so I went ahead and edited them in accordance with the 1.2.1 instuctions, then imported the XML, and tested the register page.

I got this:

Quote:

Warning: require_once([path]/includes/stb_functions.php) [function.require-once]: failed to open stream: No such file or directory in [path]/register.php(81) : eval()'d code on line 4

Fatal error: require_once() [function.require]: Failed opening required '/home/domain_name/public_html/forum/includes/stb_functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/domain_name/public_html/forum/register.php(81) : eval()'d code on line 4
In the meantime I've uninstalled the mod. Did I do something wrong? Should I have reverted the template code before importing the new XML? Thanks!

noppid 10-16-2008 10:46 AM

You didn't upload the functions file to the includes folder. I thought we updated the read me with that. I know I did on new install. I must have not added it to the upgrade section.

mlucek 10-17-2008 04:24 AM

:up: Yup, working for me !! Upgraded from 1.0.3 to 1.2.1, made template updates and uploaded functions file as indicated.

Between this mod, NoSpam, and a potentially broken (?) ReCaptcha, 20+ registrations a day are now being blocked :up:. If any do make it through, I have new user moderation turned on, so they gotta past all that 1st :cool:

segwayon 10-17-2008 12:27 PM

Quote:

Originally Posted by noppid (Post 1646256)
You didn't upload the functions file to the includes folder. I thought we updated the read me with that. I know I did on new install. I must have not added it to the upgrade section.

My bad. It was listed in the fresh install directions, and that was the route I had taken, but I had glazed over the needed upload of the functions file.

Retried and tested and all is well. Thanks again, noppid!

By the way, any chance that IP addresses can be included in the emails?

Also, in this 1.2.1 version did you add a space character after the listed email address and before the "Form Processing Time in Seconds" string? The emails in 1.0.3 would say "user@domain.comForm"

noppid 10-17-2008 04:59 PM

Quote:

Originally Posted by segwayon (Post 1646988)
My bad. It was listed in the fresh install directions, and that was the route I had taken, but I had glazed over the needed upload of the functions file.

Retried and tested and all is well. Thanks again, noppid!

By the way, any chance that IP addresses can be included in the emails?

Also, in this 1.2.1 version did you add a space character after the listed email address and before the "Form Processing Time in Seconds" string? The emails in 1.0.3 would say "user@domain.comForm"

I got the space. Thanks, looks better.

I think we can add the IP. That shouldn't be hard. But remind me, I'm off for the weekend and I'm really burnt out on code this week. See ya soon.

ATVTorture 10-22-2008 03:17 PM

Is there any way to make this script show the IP address the potential bot came from. That would allow us to be able to reconginize a common subnet and ban that entire subnet.

Thanks!

Quarterbore 10-22-2008 06:16 PM

Quote:

Originally Posted by ATVTorture (Post 1650503)
Is there any way to make this script show the IP address the potential bot came from. That would allow us to be able to reconginize a common subnet and ban that entire subnet.

Thanks!

I use the proxy checker to address this issue:

https://vborg.vbsupport.ru/showthread.php?t=131852

Spam bots almost always use a proxy IP so I use the script I linked to set to a later execution order to moderate users that registered from a known proxy IP. Every now and then I have to approve a user that must be real but I have not had a problem with bots registering for a while but I have a custom antispam setup that combines a number of scripts plus custom user fields that make my site just not worth the effort it would take to spam them.

Then, the one touch ban and cleanup takes me 1-second to remove the spammer that does try to get through. Life is getting better thanks to the great mods that have been shared here!

I am upgrading one of my sites to 3.7.x this weekend and I plan to install this on the new install as I like the move to the DB where it can not be faked.

Ohiosweetheart 10-25-2008 11:20 PM

Quote:

Originally Posted by noppid (Post 1646256)
You didn't upload the functions file to the includes folder. I thought we updated the read me with that. I know I did on new install. I must have not added it to the upgrade section.

Nope you didn't, and still haven't. I just had the same problem, lol.

james trevel 10-25-2008 11:42 PM

Installed.

noppid 10-26-2008 02:05 AM

Quote:

Originally Posted by Ohiosweetheart (Post 1652739)
Nope you didn't, and still haven't. I just had the same problem, lol.

***Forth: Upload the contents of the upload folder.
I added it to the install, not the upgrade. Sorry. :o

I just re-uploaded it fixed the right way. Thanks!

Businesss 10-26-2008 05:33 AM

I installed this and hope it works out...I am getting sick of these bots.

NukeOZ 10-26-2008 11:51 PM

Thanks heaps..
Uploaded and working...:)

persiansat 10-28-2008 09:14 AM

my vb version is 3.6.8 .... do you have this mod for 3.6.8 ?

noppid 10-28-2008 01:54 PM

Quote:

Originally Posted by persiansat (Post 1654388)
my vb version is 3.6.8 .... do you have this mod for 3.6.8 ?

As noted, it should run on 3.6.8 just fine.

pigpog 11-02-2008 10:56 PM

Thank you for this - I have installed it with no problems. :) I bought my vBulletin software three weeks ago, and since then I've averaged one bot per week - and the forum hasn't even been released yet! :mad: I read on this forum somewhere today that the bots have recently got clever with capcha, so I'm pleased to see that this plugin will deny bots that complete forms too quickly. Thanks for creating a plugin that attempts to thwart them from a different angle! :D

jburnette84 11-03-2008 02:37 PM

Install was seamless, took less than 5 minutes. Very nice hack!

Skyrider 11-05-2008 09:18 PM

Does this plugin has any issue with this one?
https://vborg.vbsupport.ru/showthread.php?t=181731

As that one says I left some forms blank, while I filled all the needed information.

EDIT, just tested. It seems this plugin is having issues with the quick register for quest plugin.

noppid 11-06-2008 10:48 AM

The quick register hack will not have all the necessary hidden form fields to work with Stop The Registration Bots.

It's not a conflict, it's because the Stop the Registration Bots code is not added to the quick register hack. It can be done, but I won't be supporting that or coding it at this time.

Aclikyano 11-07-2008 03:01 PM

XML in download file is still 1.2.0

lol

noppid 11-07-2008 03:04 PM

Quote:

Originally Posted by Aclikyano (Post 1661241)
XML in download file is still 1.2.0

lol

Just the file name. The product is versioned correctly. (versioned isn't a word?)

I'll update that for the fastidious.

Aclikyano 11-07-2008 03:11 PM

never mind it works now

noppid 11-07-2008 03:14 PM

You didn't read the install instructions. That one we know is covered and in there. Upload the functions file in the upload folder.

Wired1 11-12-2008 02:24 AM

Suggestion: Make a log file like the vBStopForumSpam one does, so that it's easier to see the patterns of the bots.

noppid 11-12-2008 01:10 PM

Quote:

Originally Posted by Wired1 (Post 1663977)
Suggestion: Make a log file like the vBStopForumSpam one does, so that it's easier to see the patterns of the bots.

We can probably do that. Good idea.

Thanks

JVCode 11-14-2008 12:29 AM

Many kind thanks for this great hack!

kirsty 11-15-2008 10:31 PM

Cheers this will be greatly appreciated. I get an unbelievable amount of bots registering on my site :(

madmax1228 11-16-2008 10:56 PM

Nice work Noppid. Installed and hopefully my problems will begin to fade!

rob01 11-17-2008 01:41 AM

nvm i fix the error


:D thanks man , nice release


but the mod will send a pm?

noppid 11-19-2008 02:40 PM

Quote:

Originally Posted by rob01 (Post 1667191)
nvm i fix the error


:D thanks man , nice release


but the mod will send a pm?

It sends an email if that is on.

Some have suggested we create a table and store a history. We'll see.

popmyzit 11-22-2008 03:13 AM

This doesn't work according to instructions in 3.7.4 get error missing field....

srkrocks 11-23-2008 12:50 PM

Installed.
Thanks

l SKN l CHRIS 11-24-2008 09:52 PM

Great hack, Hopefully it will work well.

IPAULR 11-25-2008 02:53 AM

Thanks easy install...:D

Orakk 11-25-2008 11:12 AM

374pl1, With this mod enabled the reg process is halting at register.php. Have disabled hack and all works again,, any clues?


All times are GMT. The time now is 02:25 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01409 seconds
  • Memory Usage 1,824KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete