vb.org Archive

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

gilbertomejiac 11-01-2010 04:43 PM

does it work?

fuldon 11-07-2010 01:48 PM

pls upgrade it

mgurain 11-11-2010 03:13 AM

looking for 4.0.x version of this useful hack ?

Alfa1 11-11-2010 12:19 PM

Please add a vb4 version or make the code reusable.

Alfa1 12-01-2010 03:25 PM

This addon conflicts with EZBounced.

EZbounce deactivates forum accounts with bouncing email. When users want to reactivate their account EZbounce uses vbulletins built in system.
The vbulletin activation keys that EZbounced uses are not sent out, as vmail sends out its own activation code. THerefore the activation code users receive in their email, does not match the activation code in the database. Users can therefore not reactivate their account.

Please update vmail to vb4.1 and review the above conflict.

MentaL 12-05-2010 04:32 PM

When a user attempts to register all he gets is a blank page, why is this?

weexto 01-18-2011 08:35 AM

Hello, Vmail version will come out one day for the VB 4?
W

OldSchoolDSL 02-05-2011 06:40 PM

Tagged

Really hoping someone updates this for vBulletin 4

vitrag24 02-15-2011 06:11 AM

need badly for vb 4.

nlwin 03-16-2011 09:04 PM

Quote:

Originally Posted by Makc666 (Post 1846245)
There are several errors on this product - version 2.0.1
  1. Line:
    PHP Code:

    if($_current[1] = $_ver

    Must be:
    PHP Code:

    if($_current[1] == $_ver

  2. All lines:
    PHP Code:

    if(fetch_require_hvcheck('register')) { 

    Must be:
    PHP Code:

    if($vMail->vB_version(8) AND (function_exists('fetch_require_hvcheck') && fetch_require_hvcheck('register'))) { 


I am attaching NONE official version 2.0.1.2 with all bug fixed in it.
Use it and be happy :D

Updated!

I attached 2.0.1.3 version.

I found out that original version has TWO external images shown ACP (Admin Area).

Code:

http://h.alz3abi.googlepages.com/new.png
http://h.alz3abi.googlepages.com/motm.gif

I am not paranoid with this one but I am 100% sure this is not secure.
In version 2.0.1.3 those external images were removed.


Thanks so much!!!! You save my day. :D


All times are GMT. The time now is 06:29 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.04365 seconds
  • Memory Usage 1,747KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (1)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