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)
-   -   Anti-Spam Options - Verify Email Before Registration (https://vborg.vbsupport.ru/showthread.php?t=294164)

meschiash 03-26-2019 06:01 PM

This MOD is not forwarding the person's birth date.
After they register and you go into ACP > Users and look them up, their birthdate is not recorded. Can someone please look into this?

nrc 07-30-2019 06:45 PM

I started getting a fresh deluge of spam registrations. I require approval for registrations so none of them get through, it's just a pain to go through them all. recaptcha is useless. Half these come from gmail addresses so of course Google is going to be no help in solving it.

This plugin stopped the spam registrations completely. Yeah, someone could code around it but I've found that using tactics like this that are the exception rather than the rule rarely merits that kind of attention from the spammers.

The only downside is that one of the most common sources for spam registration (besides gmail) is now bouncing these validation emails as spam. The developer said that the email ban list is still honored but these emails are coming from a banned domain so I assume that he must mean that it's still honored in the main registration process. That doesn't help with the bounce problem.

chudvs 02-05-2020 10:06 AM

Still not sending the verification code and its not server side problem

Bulent Tekcan 03-29-2020 05:06 PM

Quote:

Originally Posted by da_judge (Post 2434624)
I cant see why this would be needed... it stops spamming as bots dont get this system lol


I have a same problem :( Spammer use this screen and server sent hundred of mails :(

Hostboard 03-30-2020 01:07 PM

Have you looked at this yet?
https://vborg.vbsupport.ru/showthread.php?t=297834

Bulent Tekcan 04-01-2020 04:13 PM

How can I put Human Verification 1st screen like that ?

Regards

https://vborg.vbsupport.ru/attachmen...1&d=1585646502

Bulent Tekcan 04-03-2020 09:05 AM

I have a same problem :( Spammer use this screen and send tons of mail from my server. Anyone help for this reason ? Human Verification is the best solution. And other problem is COPPA is not working ! After birthday and email entry screen return to birthday again.








Quote:

Originally Posted by Code Geass (Post 2433698)
Can you Add Captcha ( Image Verification) when someone want to register to stop spamming & sending emails for nothing

Here in This Add Captcha !
https://vborg.vbsupport.ru/external/2020/04/1.jpg


Bulent Tekcan 04-03-2020 03:23 PM

I think something is wrong this template. Because in registration page Verification Code line missing...


Regards




Quote:

Originally Posted by da_judge (Post 2545139)
Fix for mobile themes...

Goto Styles & Templates > Stlye Manager.. and in your mobile theme in drop down

Add New Template

Label the template

Code:

reg_ver_start
Then in code box add this code and save... it should all be ok now :)

Code:

{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml"<vb:if condition="$vboptions['enablefacebookconnect']">

xmlns:fb="http://www.facebook.com/2008/fbml"</vb:if> dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}">
<head>
   
    {vb:cssfile additional.css}
        {vb:cssfile register.css}
    <title><vb:if condition="$show['coppa']">{vb:rawphrase coppa} </vb:if>{vb:rawphrase register_at_x, {vb:raw

vboptions.bbtitle}}</title>
{vb:raw headinclude_bottom}
{vb:stylevar htmldoctype}
 <script type="text/javascript" src="{vb:raw jqueryurl}"></script>
</head>
<body>

<script type="text/javascript">

$(document).ready(function() {
 
    $('#registerform').submit(function() {

        $(".error").hide();
        var hasError = false;
        var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;
 
        var emailaddressVal = $("#email").val();
        var emailconfirmVal = $("#emailconfirm").val();

        if(emailconfirmVal == '') {
            $("#emailconfirm").after('<span class="error">{vb:rawphrase you_cant_leave_this_field_empty}</span> ');
            hasError = true;
        }

        if(emailaddressVal == '') {
            $("#email").after('<span class="error">{vb:rawphrase you_cant_leave_this_field_empty}</span> ');
            hasError = true;
        }


        if(!emailReg.test(emailaddressVal)) {
            $("#email").after('<span class="error">{vb:rawphrase invalid_email_form}</span> ');
            hasError = true;
        }

        if(!emailReg.test(emailconfirmVal )) {
            $("#emailconfirm").after('<span class="error">{vb:rawphrase invalid_email_form}</span> ');
            hasError = true;
        }

        if( emailconfirmVal != emailaddressVal ) {
            $("#emailconfirm").after('<span class="error">{vb:rawphrase emails_do_not_match}</span> ');
            hasError = true;
        }

        if(hasError == true) { return false; }
 
    });
});
</script>
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}"

id="vbulletin_html">
  <head>
    <title>{vb:raw vboptions.bbtitle} - {vb:raw pagetitle}</title>

   
   
    {vb:raw headinclude}
    {vb:raw headinclude_bottom}
  </head>
  <body>
    {vb:raw header}
   
    {vb:raw navbar}
   
    <div id="pagetitle">
    <h1>{vb:rawphrase vbulletin_registration}</h1>

    <vb:if condition="$vboptions['usecoppa']"><p class="description">{vb:rawphrase step_2_of_2}</p></vb:if>
</div>
<form id="registerform" action="register.php" name="register" method="post">
 
        <vb:if condition="$show['emailerrors']">
        <h2 class="blockhead">{vb:rawphrase errors_occurred_during_registration}</h2>
        <div class="blockbody">
            <ul class="blockrow">
                {vb:raw errorlist}
            </ul>

        </div>
    </vb:if>
 
    <h2 class="blockhead">{vb:rawphrase register_at_x, {vb:raw vboptions.bbtitle}}</h2>
    <div class="blockbody formcontrols">
       
        <vb:if condition="$show['coppa']">
            <div class="blockrow">{vb:rawphrase until_receive_signed_form}</div>
        </vb:if>

        <h3 class="blocksubhead">{vb:rawphrase email_address}</h3>

        <div class="blockrow">
                <ul class="group">
                    <li>
                        <label for="email">{vb:rawphrase email_address}:</label>
                        <input type="text" class="textbox" name="email" id="email" maxlength="50" value="{vb:raw email}"

dir="ltr" tabindex="1" />
                    </li>
                    <li>
                        <label for="emailconfirm">{vb:rawphrase confirm_email_address}:</label>
                        <input type="text" class="textbox" name="emailconfirm" id="emailconfirm" maxlength="50"

value="{vb:raw emailconfirm}" dir="ltr" tabindex="1" />
                    </li>
                </ul>



           
<br>
                <p class="description">{vb:rawphrase reg_ver_confirm_code}</p>

                <input type="hidden" id="codehasbeenset" name="codehasbeenset" value="1" />
                <vb:if condition="$show['reorder']">
                    <input type="button" onclick="$('#reorder').val('1'); $('#registerform').submit();" class="button"

value="{vb:rawphrase reorderconfirmationcode}" tabindex="1" accesskey="s" />
                    <input type="button" onclick="$('#ihaveit').val('1'); $('#registerform').submit

();" class="button" value="{vb:rawphrase ifounditthanks}" tabindex="1" accesskey="s" />
                    <input type="hidden" id="reorder" name="reorder" value="{vb:raw reorder}" />
                    <input type="hidden" id="ihaveit" name="ihaveit" value="{vb:raw ihaveit}" />
                </vb:if>
 
              <input type="submit" class="button" value="{vb:rawphrase complete_registration}" tabindex="1" accesskey="s"

/>

            </div>       
</form>

{vb:raw footer}

</body>
</html>



Younicode 04-24-2020 03:51 AM

I have received the following database error several times.

Code:

Database error in vBulletin 4.2.5:

Invalid SQL:
SELECT * FROM userregcode WHERE userregemail = 'jessical'estrange84@term.foooq.com';

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'estrange84@term.foooq.com'' at line 1
Error Number  : 1064


I get this error for emails that use the apostrophe character in the email address

jessical'estrange84@term.foooq.com

Can anyone help?

Lyapko 01-02-2021 05:25 PM

Quote:

Originally Posted by Bulent Tekcan (Post 2602442)
How can I put Human Verification 1st screen like that ?

Regards

https://vborg.vbsupport.ru/attachmen...1&d=1585646502

Pls, need this too


All times are GMT. The time now is 01:04 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.01407 seconds
  • Memory Usage 1,768KB
  • 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
  • (3)bbcode_code_printable
  • (4)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