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)

Abdullah SZ 02-09-2010 03:27 AM

One of the best mods, can't live without it :)

I'll upgrade to V 4.x when this mod is upgraded as well.

Keep up the good work. Thanks!

exyuteam 02-10-2010 08:47 PM

Quote:

Originally Posted by mgurain (Post 1937153)
Hi Almotmaiz.Net,

Any upgrade to vb4.0 ? we are using it, it should be a standard feature.

Thanks,,

Quote:

Originally Posted by Abdullah SZ (Post 1978022)
One of the best mods, can't live without it :)

I'll upgrade to V 4.x when this mod is upgraded as well.

Keep up the good work. Thanks!


Me too. This is one the BEST mod for VB! Hope that Almotmaiz.Net allready working on next version of this mod! I waiting for it, and then I'll upgrade my forum to ver. 4.x.x...

Best wishies m8!!!

audis3 02-25-2010 09:22 PM

I also want it for vb4.0.2 version.

Will it be available please?

fuldon 03-06-2010 07:26 AM

need 4.0 version please

exyuteam 03-11-2010 06:02 PM

I miss this mod........ :erm: I hope so that Almotmaiz.Net already working on it..... :up:

simba6666 03-14-2010 11:14 PM

Is it available for Fourth Generation ??

bhanuprasad1981 03-15-2010 05:21 PM

i too miss this addon on my upgraded vb4 :(

vitrag24 03-15-2010 08:59 PM

plz update it to vb 4.0.
thx.

manuel.ho 03-18-2010 10:27 PM

Please, I can not live without this mod !!!!!!

firefoxextreme 03-20-2010 08:26 PM

Just downgrade to VB 3.85 like I did LoL :p

Xtrigit 03-21-2010 08:23 AM

Can anyone attach the WORKING VERSION please? I'm running 3.8.4 and really need this mod. =] I read through all the posts and im confused because some say it works, others say it doesn't.

Thanks! =]

team76 03-21-2010 10:27 AM

Quote:

Originally Posted by vitrag24 (Post 2004322)
plz update it to vb 4.0.
thx.


yes please

murratti 03-23-2010 11:04 PM

Quote:

Originally Posted by vitrag24 (Post 2004322)
plz update it to vb 4.0.
thx.

+1+1+1

exyuteam 04-03-2010 10:27 PM

Quote:

Originally Posted by exyuteam (Post 2001665)
I miss this mod........ :erm: I hope so that Almotmaiz.Net already working on it..... :up:

I STILL miss this mod.... nad I STILL hope that Almotmaiz.Net already working on it....

PLEASE!!!! :)

Stormlilly 04-08-2010 05:41 AM

I fifth that, a 4.0 version would rock!

apiasto 04-08-2010 12:07 PM

yeah need it badly for 4.0

citeman 04-15-2010 03:17 AM

A great addition to the validation process as described by Mack at webmasterworld - display a link to the email domain when the user clicks to send the verification email - this will let the user click directly on that link and go to his/her mailbox without having to change windows/tab.

Valerio80 05-10-2010 05:32 AM

Almotmaiz.Net please, can you upgrade vmail for vB 4?

If yes, When?

rigodiaz 05-12-2010 06:24 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.

Thank you!

Ichigo88 05-18-2010 11:23 AM

mod installed thank you!

Alfa1 05-24-2010 11:41 AM

My users frequently get a page with this error when registering:
Code:

Fatal error: Call to a member function clean_gpc() on a non object in /public_html/forum/includes/class_dm_user.php(2956) : eval()'d code on line 18
The error that occurs after 'complete registration'. The registration is completed anyway, but the error message throws users off, as they think registration has failed.

How can I fix this?

Also: where can I edit the text 'You have not entered a code that we recognise.' and 'The email address you have entered is already in use' ? These need a better explanation to help members go trough registration.

mertiliuss 05-24-2010 12:45 PM

and Spanish?

Farrass 06-06-2010 09:10 PM

hello dear

can you upgrade it to v4 ?

coz we need it its good product

b,r

AkBilge 06-14-2010 01:00 AM

Not changed email. Members are taking such a mistake when changing email address

Fatal error: Call to undefined method class_vMail::Cleaning() in /home/xxxxxxxxxxx/public_html/forum/profile.php(182) : eval()'d code on line 18

If you want to manually enter the code when this error comes

Fatal error: Call to undefined method class_vMail::Cleaning() in /home/xxxxxxxxxx/public_html/forum/profile.php(182) : eval()'d code on line 42

Vbulletin 3.8.5 Turkish lang base

Makc666 06-22-2010 01:04 PM

Quote:

Originally Posted by AkBilge (Post 2053200)
Not changed email. Members are taking such a mistake when changing email address

Fatal error: Call to undefined method class_vMail::Cleaning() in /home/xxxxxxxxxxx/public_html/forum/profile.php(182) : eval()'d code on line 18

If you want to manually enter the code when this error comes

Fatal error: Call to undefined method class_vMail::Cleaning() in /home/xxxxxxxxxx/public_html/forum/profile.php(182) : eval()'d code on line 42

Vbulletin 3.8.5 Turkish lang base

Search the thread. The answer is there.

IvyKeepMommy 06-24-2010 09:47 PM

Nice mod but the English, punctuation, and capitalization on some of the windows needs to be edited. We strive to have our forum appear professional and use correct grammar, so this is a major issue.

Can you tell me where I can edit the language in the windows the new users see?

(Most specifically we need to fix this window:

Thank you , email . The code has been Sent to your E-mail, Please check your inbox for a message from us.
To continue Click Go .

It needs to read:

Thank you, email. [no spaces before the comma and the period] A registration code has been sent to your e-mail. Once you have received the code, please click "Go" to continue. [There should be no capitals in the middle of a sentence in English unless it is a proper noun. Sent, E-mail and Please should not be capitalized.

AkBilge 06-25-2010 03:47 PM

Quote:

Originally Posted by AkBilge (Post 2053200)
Not changed email. Members are taking such a mistake when changing email address

Fatal error: Call to undefined method class_vMail::Cleaning() in /home/xxxxxxxxxxx/public_html/forum/profile.php(182) : eval()'d code on line 18

If you want to manually enter the code when this error comes

Fatal error: Call to undefined method class_vMail::Cleaning() in /home/xxxxxxxxxx/public_html/forum/profile.php(182) : eval()'d code on line 42

Vbulletin 3.8.5 Turkish lang base

Quote:

Originally Posted by Makc666 (Post 2057440)
Search the thread. The answer is there.

Dear mack666
Search in topics you say, but unfortunately we do not have English. From the beginning until the last one I checked all the pages.

Please give a link to go to me, please?

Dutch_Boy 07-18-2010 04:30 PM

Going to update to 4.0.x? Really need it :(

aboqaseem 07-22-2010 09:22 AM

Does it work with version 3.8.6?

Oracle simsim 07-28-2010 11:30 PM

Please Upgrade it to 4.0

you are really متميز

vBarsiv 07-29-2010 02:21 PM

I like it:)

latch 07-31-2010 05:42 AM

I was just wondering if you planned on upgrading this mod to work with VB4?

Karabaja 08-01-2010 05:08 PM

I hope we'll see an update for vb4. This hack is a must have for me. I wish vbulletin would include something like this as default option. So users aren't created until they confirm email. This way we have to bother with "users awaiting confirmation" or disable email verification and end up with a bunch of spam.

exyuteam 08-01-2010 07:43 PM

I agree! And I cannot wait until someone do update for ver. 4.xx. I hope so that update will do author - this plugin was work like a charm on ver. 3.xx :up:

Dutch_Boy 08-06-2010 10:22 PM

Yea still waiting for the update to 4.0.5. Hope you gonna do it fast :) Really need this one.

IvyKeepMommy 08-18-2010 12:37 PM

I love this mod -- since we installed it (after I found the phrases that needed to be edited), we have cut our spam registrations down to zero and we were getting 2-3 a day that were getting through the other measures.

HOWEVER, I've had two yahoo.com users contact me in the past two days that they registration email isn't getting to their inbox OR their spam box (yahoo.com is deleting them as junk before they ever get to the user), is there an option for the admin to have access to the code so I can email it to the user? Or a place I can create my own code? My emails to the potential registrants get through, it is just the automated message that yahoo is filtering.

Please help, two people have contacted me, which means I've probably had 10 that gave up without contacting me!

saihat 08-20-2010 03:06 AM

Please Upgrade it to 4.0

netcommander 08-21-2010 06:24 PM

we need 4.x version pls upgrade it

nlwin 09-16-2010 07:13 PM

Is there a newer version of this mod for vBulletin 4.0.7?
Thanks

PhillyTom 10-16-2010 02:45 AM

I installed "version 2.0.1.3" linked HERE onto vB version 3.8.5. No installation problems and it works well. Thanks.


All times are GMT. The time now is 09:34 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.01369 seconds
  • Memory Usage 1,824KB
  • 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
  • (4)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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