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)

Flep 03-11-2009 03:02 PM

I had a big problem with bots.
They were registering with recapctha enabled and 2 custom fields.

Vmail saved me !

It's working great ! thank you!

gabrielt 03-13-2009 11:20 PM

Quote:

You have chosen not to accept the forum rules, so registration cannot continue.

Click here to return to the main forums page, or click the 'Back' button on your browser if you now want to agree with the forum rules
The solution for this problem is to edit register.php and change 'p' to 'r' at:

// ############################### start register ###############################
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,
));

kronnos 03-15-2009 07:33 AM

Hi, where can I download the [2.0.0] release? i need it because I am using VB 3.6 and in the version history it says 2.0.0 is the last release for 3.6 with support. Unless the 2.0.1 can still be used with 3.6 with no problem.

Thank You

q8-star 03-19-2009 06:16 PM

The hack is really nice... Thanks man for the nice work...
تسلم يا الغالي

elmark 03-20-2009 10:22 PM

Great mod, its work fin on 3.8.1 pl1

Marek

kronnos 03-21-2009 08:29 AM

Hi, just installed on 3.6 works nice. Thanks

I noticed that when I installed it in the product manager, it showed a lot of different database filed changes and/or style. Unfortunately it happened too fast and I didn't get to see it all. Can you please tell me what those changes were and if I decide to deactivate or uninstal this product , will those changes be reverted?

EDIT:

OK, just tried to register and after clicking the code in the e-mail and completing the registration page, I get the following error:

Incorrect code, please enter the correct code.

EDIT:

Tried eveything with all different options and keep getting the above error.
BTW, I have "NoSpam! verification question" installed, could that be causing the conflict?

RichieBoy67 03-21-2009 03:09 PM

I was just wondering if all of the bugs etc have been fixed? Does anyone have this mod working on their site still so I can demo it??

Thanks

GTX2 03-21-2009 04:42 PM

1 Attachment(s)
how can i delete the "GO" button as shown in the picture 3 below?

I only want users to access register page after checking their email, and not after clicking "GO" button.....

anyone?

thanks

GTX2 03-21-2009 04:50 PM

i'm having also a problem... after clicking the URL i get on my email, i get redirected to the register page.

First problem happens that i cannot see any field under the username with the code (?), and second problem is that after filling up all required fields and click register button i get redirected again to the first step (get register code by filling email address).

What am i doing wrong?

FFTFTCEd 03-21-2009 11:54 PM

I've just installed the mod & it works as stated. Most of the issues that ppl are posting are due to the fact they do not complete each task or read the instructions on each step, which is posted on each page and email.

I do have one question however, I had already set up the Human Verification system that comes with vB & now it does both, which is kinda redundant. Instead of replacing the old one, it simple adds this mod to the first stage of the registration process, but you still have to go through the other steps as well.

This may detour new members as now I have one of the longest and most detailed registration process with two Text Image verifications & two email validations. Is this what you intended or was I to disable the old one? I would think only 1 email varification & one image verification would be needed.

Thank you for your mod & work.

Karabaja 03-26-2009 09:50 AM

I've tried it on vb 3.6.12 PL1
and I get this error after entering email and letters from verification image:


Quote:

Fatal error: Call to undefined function fetch_require_hvcheck() in /home/admin/public_html/register.php(80) : eval()'d code on line 154

Any workaround or maybe and update that will work fine on older versions?

shotkey 04-01-2009 01:44 AM

I have this installed and working on 3.8.1.

There is one thing I would like to change that someone might be able to help me with. I need to change the "from" name on the email this sends out but am not sure where the mod is picking the name is up from. Does anyone know what code needs to be changed in order to change this?

webspider 04-05-2009 02:28 PM

I'm now getting many users complaining about getting a blank page. The log error below coincides with the complaints.

PHP Fatal error: Call to undefined method class_vMail::Cleaning() in /var/www/sneaker-groups.com/profile.php(182) : eval()'d code on line 18

gabrielt 04-10-2009 10:36 PM

Hello

There is a HUGE bug on this mod. If vMail is used to confirm e-mail changes, this error will show up:

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

The reason this error shows up is that the script calls to a function called Cleaning that DOES NOT EXIST.

To fix this, you will have to edit the plugin called "vMail - Functions" and add the following function:

function Cleaning($type,$code) {
global $vbulletin;
switch($type)
{
case 'free':
$vbulletin->db->query_write("DELETE FROM ". TABLE_PREFIX . "nlp_vmail WHERE code = '".$code."'");
}
}

I hope this helps other users in the same situation.

Cheers,
Gabriel.

AMX Mark 04-10-2009 10:46 PM

Installed!! Thanks

Gersfan 04-13-2009 10:51 AM

I'm using 3.8.0 and tried to install again and still got the Fatal error:

squallerequin 04-13-2009 02:50 PM

Il bloque les adresses mails jetables ?

Gersfan 04-16-2009 06:48 PM

I've tired again and Installed, It seems to be working with registration but the part where you change your email in your control panel seems dodgy, it sends you the email no problem but when you go to the links in the email its a fatal error so I've disabled that function for now.

I've had one member join succesfully using it and I've also tested it but I've not had anyone register for a few days now. Worrying!

katan 04-18-2009 08:01 PM

Thanks!!!

insidedesign 05-13-2009 01:45 AM

So it looks like the "Incorrect code, please enter the correct code." error is happening because the field that holds the code on the registration form is not present. So when the user submits the forum, the code is not passed - thus the error. So, the fix would be how to manually add this field back...

anyone?

Raffaele 05-18-2009 03:00 PM

Hello everyone, my question is simple i think.... how long would it take to get an email back from the system i have waited more than 45 minutes and still no email with the code, back from the system

Thank you kindly for the help

mlozano 05-19-2009 12:55 AM

Hello. I have Vbulletin 3.8.2 and nobody can register... when a new user enter his email and press send, it send the user to this address: /register.php?do=vMail_send and shows an error page (Can't open the page).

Any advice?

Thanks

Mariano

Rideharder 05-19-2009 06:53 AM

"Hello everyone, my question is simple i think.... how long would it take to get an email back from the system i have waited more than 45 minutes and still no email with the code, back from the system"

Thank you kindly for the help

and thanks you Raffaele

Rideharder 05-19-2009 07:02 AM

Okay on the first step I created an account and then when it said something about receive registration number and e-mail I never received it until I resubmitted it and then I received it... but the code worked weeeee

Rideharder 05-19-2009 10:12 PM

How long would it take to get an email back from the system??
Mine is not workining...

lgpaul 05-19-2009 10:44 PM

works fine for me. registered a test user with yahoo mail. took 3min to get the email.

thanks!

nagehnaseh 05-22-2009 01:28 PM

شكراً لأجل خدماتك?

Thanks for your service

Veer 05-22-2009 05:43 PM

If i change email address from usercp, and click on verification email link, I get this error:

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


nagehnaseh 05-22-2009 10:17 PM

arabic vMail - Verify Mail before registration not work
english is work
i ned the arabic
هاك التحقق من الايميل المعرب لايعمل ، الانجليزى يعمل
انى فى حاجة للعربى

cgway.net 05-23-2009 10:15 AM

in this page

register.php?do=register after press on do bottom verification code not place appear

as your attached images in image no 4.jpg

megroup 05-27-2009 01:44 PM

Question: How can I upload Russian version?
When I try to import via Products, it says, file not found.

4nawadir.com 05-27-2009 02:00 PM

very cool
installed :)

chick 05-28-2009 10:29 PM

Same here error at the top of the userCP page when a user tries to change their email.... come on please fix this.
------------
Gabriel will your fix of

function Cleaning($type,$code) {
global $vbulletin;
switch($type)
{
case 'free':
$vbulletin->db->query_write("DELETE FROM ". TABLE_PREFIX . "nlp_vmail WHERE code = '".$code."'");
}
}

fix this? If yes where in the plugin do we insert it TOP or at the bottom??????????

My error is

Parse error: syntax error, unexpected T_STRING, expecting T_PAAMAYIM_NEKUDOTAYIM in /home/name/public_html/profile.php(182) : eval()'d code on line 359

chick 05-30-2009 05:09 PM

ANY help for this supported mod?

Abo Morad 06-02-2009 10:23 PM

good work man :)

vitrag24 06-07-2009 04:47 AM

will this work with vb 3.7.1?
can i see demo?

jimbles 06-07-2009 06:22 AM

whay! I have seen this on alot of great forums, glad I could find it.

KURTZ 06-07-2009 09:33 AM

hi, i don't understand one thing:

where i need to put this code?

Code:

http://domain/vb/admincp/phrase.php?do=findupdates
i've the italian lang installed :)

Lilyandy 06-07-2009 10:53 PM

Quote:

Originally Posted by vitrag24 (Post 1824912)
will this work with vb 3.7.1?
can i see demo?

[2.0.0]
 Fixed all bugs found in Previous release.
 updated forums permissions check
 updated Templates(All)
 rewrited Javascript email verify, now the the better !
 able to work with 3.8, 3.7 And 3.6 . but this is last release for 3.6 with support.

bleros 06-08-2009 10:54 AM

Quote:

Originally Posted by Almotmaiz.Net (Post 1709242)
screens


Option to verify E-mails in user update email in usercp.

usercp not work? to verify email?


All times are GMT. The time now is 03:30 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.01434 seconds
  • Memory Usage 1,816KB
  • 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_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