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)

da_judge 01-19-2013 11:00 PM

Verify Email Before Registration
 
1 Attachment(s)
Tested and working in vb 4.2.3

Product Description:

Verify Mail before registration , and during update profile information (changing mail for members from usercp)

This Product:

Stop spam at the first order, it works to prevent the registration with anonymous mails, in order to ensure Forum mail arrives (Newsletters - Subscriptions - Contact members .. etc.), to emails properly and effectively.

no member will be registered , or admitted to the database (both in group waiting activation or any other group), unless the mail is true. As if there was not a failed attempt to register.

What are the anonymous mails?


Are the emails that can not access by its owner, and browsed. Whether it was a mail already exists (used by another person), or not.

As long as no member can or the new Registrar (who wrote this mail), access to the inbox in the mail will be an anonymous mail, and reject his request.


Installation:

Just Import The product from AdminCP.

The product Will begin work as soon as the product installed.

You can manage the product settings from AdminCP > Settings > Options > Verify Mail before registration.

Enjoy

Big thanks to ForceHSS for his help with ironing out the spelling issues :)


To update, just import via Products in admincp, tick overwrite ;)

PLEASE UPDATE

Last version had SQL issue, this is fixed now in this version


IMPORTANT

If you running Rename register.php by BOP5 you need to edit 2 templates

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

1st search in languages for

Code:

$vboptions[bburl]/register.php?so=1&emailcode=$emailcode
Edit register.php to what you renamed as ;) and save

2nd edit in template : reg_ver_start

Code:

<form id="registerform" action="register.php" name="register" method="post">
again look for register.php and change to what you renamed

After that all should be good ;)

Note : CSS / FOOTER FIXED !!!


Mobile Theme Fix HERE

ForceHSS 01-20-2013 11:02 PM

works well

Krusty1231 01-20-2013 11:02 PM

1 Attachment(s)
I'll try. Thanks for sharing!

Here is a screen of what the new member will see upon registration.

kfyonur 01-20-2013 11:08 PM

it is perfect.

ForceHSS 01-20-2013 11:21 PM

small typo line 873
The verification code is important, You can not register withou using it.
should be
The verification code is important, You can not register without using it.

and line 875
Make sure to write a correct mail to recive the verification code
should be
Make sure to write the correct email to receive the verification code

ForceHSS 01-20-2013 11:39 PM

line 871
The <b>verification code</b> will be sent to the mail aboveĀ”
should be
The <b>verification code</b> will be sent to the mail above.

way to many spelling mistakes or other mistakes in this not going to post them all would be here all day

apart from that works well

gsmlover4u 01-21-2013 07:13 AM

i was waiting this for vb4 from long time

gsmlover4u 01-21-2013 09:46 AM

wocking fine on vb 4.2 and vb 4.1.11

da_judge 01-21-2013 09:08 PM

I will go through code... run spell checker...

ForceHSS 01-21-2013 09:31 PM

Quote:

Originally Posted by da_judge (Post 2398485)
I will go through code... run spell checker... as i pointed out not my work :)

np but it is not just the spelling I am sure you will see when you look at the coding

djbaxter 01-22-2013 02:40 PM

- delete -

I was wrong. :o

v123shine 01-22-2013 05:24 PM

can you make this plugin for vb.3.8 ???

synseal 01-22-2013 06:35 PM

1 Attachment(s)
It does work but doesn't look right on my style, it doesn't seem to pick up the additional.css for my footer and header.

See pics.

With modification on header and footer does not appear correctly probably due to custom style.

Hornstar 01-23-2013 04:28 AM

Quote:

Originally Posted by djbaxter (Post 2398688)
This mod isn't needed in vBulletin 4.x.

AdminCP >> Settings >> User Registration Options

Verify Email address in Registration = Yes

This mod is needed as it is different. This mod verifies the email before registration is complete which stops spammers/useless accounts/wrong emails from becoming members and just staying in the unverified email user group.

vap0r-7 01-23-2013 12:14 PM

Quote:

Originally Posted by synseal (Post 2398768)
It does work but doesn't look right on my style, it doesn't seem to pick up the additional.css for my footer and header.

See pics.

With modification on header and footer does not appear correctly probably due to custom style.

Same here

ForceHSS 01-23-2013 12:19 PM

Quote:

Originally Posted by synseal (Post 2398768)
It does work but doesn't look right on my style, it doesn't seem to pick up the additional.css for my footer and header.

See pics.

With modification on header and footer does not appear correctly probably due to custom style.

Looks ok to me and why does it matter it is only used the once it is not like it shows all the time

vap0r-7 01-23-2013 12:23 PM

Quote:

Originally Posted by ForceHSS (Post 2398932)
Looks ok to me and why does it matter it is only used the once it is not like it shows all the time

It completely messes our header and footer up, and even though it is only once when users see it, we do not want to sacrifice our look for a mod that works.

With the site altering that much it could be construed as our site has been hacked.

vap0r-7 01-23-2013 12:24 PM

Disabled until styling issues resolved

vap0r-7 01-23-2013 12:26 PM

It also does not work with the mobile styles

ForceHSS 01-23-2013 01:02 PM

Quote:

Originally Posted by vap0r-7 (Post 2398933)
It completely messes our header and footer up, and even though it is only once when users see it, we do not want to sacrifice our look for a mod that works.

With the site altering that much it could be construed as our site has been hacked.

It messes it up because of the bad coding in it I fixed my coding seems to work better now

vap0r-7 01-23-2013 01:11 PM

Quote:

Originally Posted by ForceHSS (Post 2398938)
It messes it up because of the bad coding in it I fixed my coding seems to work better now

Can you go into detail how you fixed it, and is the mobile theme working?

ForceHSS 01-23-2013 01:31 PM

I don't use the mobile so never looked at it. I will pm u mine see if it is any better I am not sure if it will fix your footer problem as I don't have all what you have on your footer

da_judge 01-23-2013 06:07 PM

I will go through it tonight... and repost fixed version ;)

da_judge 01-23-2013 06:10 PM

Quote:

Originally Posted by v123shine (Post 2398747)
can you make this plugin for vb.3.8 ???

look for plugin called vmail on vb3... its what you are looking for :)

da_judge 01-24-2013 09:25 PM

Updated !!!!

With thanks to ForceHSS :)

vap0r-7 01-25-2013 12:28 AM

Quote:

Originally Posted by da_judge (Post 2399276)
Updated !!!!

With thanks to ForceHSS :)

Ok it is still causing issues, it is not pulling in additional.css on our regular theme and the default mobile theme is blank

Thanks for trying, we will just uninstall.

gsmlover4u 01-25-2013 09:21 AM

its working fine for me on deafault and custom theme

sweetpotato 01-25-2013 04:46 PM

Nice Idea but it does not take care of Facebook user. It should skip Facebook user because verify facebook user is not necessary.

ForceHSS 01-25-2013 07:59 PM

Quote:

Originally Posted by sweetpotato (Post 2399470)
Nice Idea but it does not take care of Facebook user. It should skip Facebook user because verify facebook user is not necessary.

Don't let users register from fb then there is no problem

djbaxter 01-25-2013 10:24 PM

- delete -

I was wrong. :o

ForceHSS 01-25-2013 10:40 PM

Quote:

Originally Posted by djbaxter (Post 2399554)
Better idea: Don't install this add-on.

That's up to you

elfenny 01-25-2013 11:04 PM

then it works or not?
I'm interested

ForceHSS 01-25-2013 11:25 PM

Quote:

Originally Posted by elfenny (Post 2399562)
then it works or not?
I'm interested

yes

elfenny 01-25-2013 11:38 PM

Quote:

Originally Posted by ForceHSS (Post 2399568)
yes

I've installed it. try with kkkkkk@hotmail.com and accept
I think you can not do anything with fake mails...

da_judge 01-28-2013 12:10 AM

Quote:

Originally Posted by elfenny (Post 2399572)
I've installed it. try with kkkkkk@hotmail.com and accept
I think you can not do anything with fake mails...

Well no a fake email.. you wont get code needed lol :S

synseal 01-29-2013 02:17 PM

Yes as the other posted it is still the same, header and footer doesn't read the additional.css so it looks a bit naf.

Shame as this would be very handy.

da_judge 01-29-2013 10:46 PM

Sorry guys been really busy...

Will get it working 'better'

:)

Guru Samrat 01-30-2013 01:12 PM

dear coader can provide this vb 4.0.3 ?????? plz reply

ForceHSS 01-30-2013 04:14 PM

Quote:

Originally Posted by Guru Samrat (Post 2400497)
dear coader can provide this vb 4.0.3 ?????? plz reply

have you tried installing it to see if it works for 4.0.3

goxy63 02-21-2013 07:34 PM

Looks like in registration form after installing this modification "Receive Email from Administrators" is not ticked by default ?

Maybe I changed something in VB options, but I don't remember that I did

Someone else have same problem, its not a big deal but...

Installed, rated, great mod

Thank you


All times are GMT. The time now is 04:37 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.02898 seconds
  • Memory Usage 1,815KB
  • 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
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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