Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vMail - Verify Mail before registration. Details »»
vMail - Verify Mail before registration.
Version: 1.4.1, by Almotmaiz.Net Almotmaiz.Net is offline
Developer Last Online: Oct 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.x Rating:
Released: 11-13-2007 Last Update: 05-17-2008 Installs: 292
 
No support by the author.

this product can be founded in this thread https://vborg.vbsupport.ru/showthread.php?t=201466

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #302  
Old 04-30-2008, 06:21 PM
Seiyaboy Seiyaboy is offline
 
Join Date: May 2006
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Vtec44 View Post
I got the samething, so I uninstalled the mod.
Code Comparasion:

Version 1.2
Code:
$vboptions[bburl]/register.php?do=register&agree=1$nlp_vmail_birth
Version 1.4
Code:
$vboptions[bburl]/register.php?do=redirecting&key=$nlp_md5code

If worse comes to worst, I might as well edit the product to use the old code format and make users manually copy and paste the verify code.
Reply With Quote
  #303  
Old 05-01-2008, 09:00 AM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this mod is not compatable with version 3.7.0 stable release
can this be fixed for this version please
Reply With Quote
  #304  
Old 05-01-2008, 09:57 AM
uydudoktoru uydudoktoru is offline
 
Join Date: Dec 2007
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #305  
Old 05-01-2008, 08:46 PM
CMGU CMGU is offline
 
Join Date: Mar 2007
Location: Central America
Posts: 213
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i can?t import in 3.7.

The following dependencies were not met:
  1. This product is not compatible with version 3.7.0 of vBulletin. (Compatible starting with 3.6.0 / Incompatible with 3.7 and greater)
Reply With Quote
  #306  
Old 05-01-2008, 09:47 PM
Vtec44 Vtec44 is offline
 
Join Date: Jan 2005
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Seiyaboy View Post
Code Comparasion:

Version 1.2
Code:
$vboptions[bburl]/register.php?do=register&agree=1$nlp_vmail_birth
Version 1.4
Code:
$vboptions[bburl]/register.php?do=redirecting&key=$nlp_md5code

If worse comes to worst, I might as well edit the product to use the old code format and make users manually copy and paste the verify code.
Okay, work around is to disable Require Date of Birth

Vbulletin Options > User Profile Options > Require Date of Birth

It's working fine with 3.7 (RC4)
Reply With Quote
  #307  
Old 05-02-2008, 12:54 AM
Seiyaboy Seiyaboy is offline
 
Join Date: May 2006
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Vtec44 View Post
Okay, work around is to disable Require Date of Birth

Vbulletin Options > User Profile Options > Require Date of Birth

It's working fine with 3.7 (RC4)
Well, I need to enable birth of date and age check on my forums so I have no other choice then to uninstall this mod. Once this problem is fixed I promise to install it then.
Reply With Quote
  #308  
Old 05-03-2008, 12:50 AM
sentinal's Avatar
sentinal sentinal is offline
 
Join Date: Aug 2007
Location: jesus heart
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AdemGEN? View Post
A problem

1. step
Register, click

2. step
I have read, and agree to abide by the Forum rules: Check box, OK

3. step
Email Address
Enter and Go

4. step
Close page

After

Email message inbox

Click link active
Results


What problem?

to fix this problem is very simple
goto vb folder and edit the

register.php file

search for
Code:
$vbulletin->input->clean_array_gpc('p', array(
and replace it with
Code:
$vbulletin->input->clean_array_gpc('r', array(
you will find it at line 532


or you can upload the register.php file 3.6.8 ver
Reply With Quote
  #309  
Old 05-03-2008, 07:31 AM
j-n's Avatar
j-n j-n is offline
 
Join Date: Feb 2008
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AdemGEN?
A problem

1. step
Register, click

2. step
I have read, and agree to abide by the Forum rules: Check box, OK

3. step
Email Address
Enter and Go

4. step
Close page

After

Email message inbox

Click link active
Results


Quote:
Originally Posted by sentinal View Post
to fix this problem is very simple
goto vb folder and edit the

register.php file

search for
Code:
$vbulletin->input->clean_array_gpc('p', array(
and replace it with
Code:
$vbulletin->input->clean_array_gpc('r', array(
you will find it at line 532


or you can upload the register.php file 3.6.8 ver
>>>>>>>>>>>>>>>>>>>>>>>>>>

to fix this problem is very simple
goto vb folder and edit the

register.php file

search for

Code:
if ($_REQUEST['do'] == 'register')
{
    $vbulletin->input->clean_array_gpc('p', array(
        'agree'   => TYPE_BOOL,
        'year'    => TYPE_UINT,
        'month'   => TYPE_UINT,
        'day'     => TYPE_UINT,
        'options' => TYPE_ARRAY_BOOL,
        'who'     => TYPE_NOHTML,
    ));
and replace it with

Code:
if ($_REQUEST['do'] == 'register')
{
    $vbulletin->input->clean_array_gpc('r', array(
        'agree'   => TYPE_BOOL,
        'year'    => TYPE_UINT,
        'month'   => TYPE_UINT,
        'day'     => TYPE_UINT,
        'options' => TYPE_ARRAY_BOOL,
        'who'     => TYPE_NOHTML,
    ));
Reply With Quote
  #310  
Old 05-03-2008, 03:27 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please update this hack to fix the errors that people are experiencing.
Reply With Quote
  #311  
Old 05-04-2008, 12:23 AM
Mrdby Mrdby is offline
 
Join Date: Mar 2007
Location: Hades
Posts: 1,298
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this hack caused my forum to CRASH!!!! THEN AGAIN I should have waited until you updated to 3.7.0 gold.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:10 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.07169 seconds
  • Memory Usage 2,323KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (10)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete