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)

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?


All times are GMT. The time now is 09:42 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.01573 seconds
  • Memory Usage 1,734KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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