vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - vMail - Verify Mail before registration. (https://vborg.vbsupport.ru/showthread.php?t=162642)

Seiyaboy 04-30-2008 06:21 PM

Quote:

Originally Posted by Vtec44 (Post 1502855)
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.

TheSupportForum 05-01-2008 09:00 AM

this mod is not compatable with version 3.7.0 stable release
can this be fixed for this version please

uydudoktoru 05-01-2008 09:57 AM

thanks

CMGU 05-01-2008 08:46 PM

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)

Vtec44 05-01-2008 09:47 PM

Quote:

Originally Posted by Seiyaboy (Post 1503700)
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)

Seiyaboy 05-02-2008 12:54 AM

Quote:

Originally Posted by Vtec44 (Post 1505062)
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.

sentinal 05-03-2008 12:50 AM

Quote:

Originally Posted by AdemGEN? (Post 1494739)
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
https://vborg.vbsupport.ru/

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

j-n 05-03-2008 07:31 AM

Quote:

Originally Posted by AdemGEN? https://vborg.vbsupport.ru/external/2011/11/11.gif
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
http://img262.imageshack.us/img262/3...kabuletzw8.jpg


Quote:

Originally Posted by sentinal (Post 1506296)
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,
    ));


Alfa1 05-03-2008 03:27 PM

Please update this hack to fix the errors that people are experiencing.

Mrdby 05-04-2008 12:23 AM

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


All times are GMT. The time now is 03:55 PM.

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.01253 seconds
  • Memory Usage 1,750KB
  • 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
  • (10)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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