vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - Really Fast Registration by BOP5 (https://vborg.vbsupport.ru/showthread.php?t=301283)

Krusty1231 08-17-2013 06:04 PM

Well, for me it does not increase spam. I have certain countries blocked from registering, and noticed a few today attempting to register. (see the screenshot)

They were not successful.

Furthermore, you can easily set a new usergroup for moderation using this mod which would make spamming a no go.

Personally this mod is exactly what my forum needed.

RedTurtle 08-21-2013 08:37 PM

Very nice work Joe.

Any chance of having the rules section able to be toggled off? So only username and email address show up?

Thanks.

BirdOPrey5 08-21-2013 10:07 PM

It could be done now with a template edit.

In the really_fast_reg_bop5_vb4 template change-

Code:

      <td width="25%">
        {vb:rawphrase bop5_rfr_agree_to_rules, {vb:raw session.sessionurl}} &nbsp; <input type="checkbox" name="rfrr" id="bop5_rules_agree" tabindex="1" value="1" <vb:if condition="$vboptions['bop5rfr_rulescheck']">checked="checked"</vb:if> onchange="bop5_rfrcheck_submit();" onmouseout="bop5_rfrcheck_submit();" />
        </td>

to

Code:

      <input type="hidden" name="rfrr" id="bop5_rules_agree" value="1"  />
I'll look into making it a built in option in the next release.

smirkley 08-23-2013 11:08 PM

I am trying to find a way to have it show up as part of the navbar,... either right above the navbar, or right below the navbar. Mainly because I want to see it on every page.

I have been playing with the hooks, but I cant make it work. :(
navbar_start
navbar_end

BirdOPrey5 08-23-2013 11:21 PM

I'll update it this weekend to add this option.

ForceHSS 08-23-2013 11:22 PM

Does this work with any spam software like these two
https://vborg.vbsupport.ru/showthread.php?t=248042
https://vborg.vbsupport.ru/showthread.php?t=294633
And if not can you make it work with them

smirkley 08-23-2013 11:24 PM

retracted....thanks.... i posted right after your reply

BirdOPrey5 08-23-2013 11:29 PM

Quote:

Originally Posted by ForceHSS (Post 2440600)
Does this work with any spam software like these two
https://vborg.vbsupport.ru/showthread.php?t=248042
https://vborg.vbsupport.ru/showthread.php?t=294633
And if not can you make it work with them

It certainly doesn't work with the 2nd one and never will because the whole point is to register in a single click, so there is nothing to time.

I can assure you no one is using it to spam at this time. It has a built in option to customize the script name to help prevent future spam attempts.

Current spam software was never designed to recieve passwords by email and simply are incompatible with this script. I suspect it will be a long time, if ever, before this mod gets popular enough to warrant rewriting spam bot software.

As for the first mod I'm really not sure, it probably wouldn't block registrations but should catch spam if posted i a thread.

theorigin 08-24-2013 05:51 AM

Maybe I'm doing something wrong, but it's showing up on forum_home even after I've signed in. What am I missing?

BirdOPrey5 08-24-2013 09:50 AM

I forgot I hard coded it to always show to userid 1 when testing it. Will fix that in this weekends update.

I didn't want to forget it was installed and out-of-sight = out of mind.


All times are GMT. The time now is 12:47 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.01113 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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