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)

ezak 01-19-2009 09:57 AM

1 Attachment(s)
some error shown while using activation

the main error show in this
PHP Code:

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

and the line 182 for /profile.php
PHP Code:

($hook vBulletinHook::fetch_hook('profile_start')) ? eval($hook) : false

and the profile_start at line 42 (from mysql)
PHP Code:

                    $vMail->Cleaning('free',$vMail->Code); 

which been located at the picture in attach
hope you can fix this problem too
and thats for this mod

gabrielt 01-19-2009 05:38 PM

=== Problem Fixed ===

Feedback: This hack is one of the most important ones to leave our database without junk members.

Gersfan 01-19-2009 07:23 PM

Verification problem...

In the email the first link provides this error.

PHP Code:

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

In the link where you manualy enter the Verification code, once you submit it this error comes up.

PHP Code:

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

Thanks, Hopes you can fix this!:up:

M? Mostafa 01-20-2009 08:10 AM

Good Work :up:

boomer_ie 01-20-2009 10:15 PM

I fear this may have been bypassed already, three spam accounts managed to get into my system tonight with no valid email addresses, will monitor and report if it happens again

rob01 01-21-2009 02:27 AM

do this support english and chinese at the same time ?

ArbStar 01-21-2009 11:34 AM

Al Salam Alaykom,

Thanks bro for this great hack.
Downloaded & Marked as installed & Nominated for MOTM

Great job !

Regards,
Ibrahim Moh'd

bleros 01-22-2009 12:42 AM

Almotmaiz.Net is not work what is problem

mad@Max 01-22-2009 10:14 AM

Not working image verification:(

Myhq78 01-22-2009 06:26 PM

Hi I Have Fix The Vmail Profile.php?do=vmail Problem

And The URL From The E-mail System

At Where: Plugins Name ( vMail - Update email 3 )

Previous Symtom Is When User Change The E-mail And Entered The Code It Will put Cannot
Find Page Display So I Manage To Solve The Problem

So Just See The The Script Which I Repair

if($vMail->Option('active'))
{
if (strtolower($_REQUEST['do']) == 'vmail')
{
$vbulletin->input->clean_array_gpc('r', array(
'code' => TYPE_NOHTML,
));
if(!empty($vbulletin->GPC['code']))
{
$vMail->USERCP = $vMail->Query('c', $vbulletin->GPC['code'],'profile');
if(!empty($vMail->USERCP))
{
$vbulletin->db->query_write("
UPDATE " . TABLE_PREFIX . "user
SET email ='".$vMail->USERCP['email']."'
WHERE userid='" . $vMail->USERCP['userid'] . "'
");
//$vMail->Cleaning('free',$vbulletin->GPC['code']); -- Fixed By Myhq ISP
$vMail->Cleaning('free',$vbulletin->GPC['code']); -- Original Code

$vbulletin->url = 'usercp.php' . $vbulletin->session->vars['sessionurl_q'];
eval(print_standard_redirect('redirect_updatethank s', true, true));
}else{
eval(standard_error(fetch_error('nlp_codenotfound' )));
}
}
else
{
$vbulletin->input->clean_array_gpc('p', array(
'key' => TYPE_NOHTML,
));
$vMail->Code = htmlspecialchars_uni($vbulletin->GPC['key']);
if(!empty($vMail->Code))
{
$vMail->KEY = $vMail->Query('c', $vMail->Code, 'profile');
if(!empty($vMail->KEY))
{
$vbulletin->db->query_write("
UPDATE " . TABLE_PREFIX . "user
SET email ='".$vMail->KEY['email']."'
WHERE userid='" . $vMail->KEY['userid'] . "'
");
//$vMail->Cleaning('free',$vMail->Code); -- Fixed By Myhq ISP

$vMail->Cleaning('free',$vMail->Code); -- Original Code

$vbulletin->url = 'usercp.php' . $vbulletin->session->vars['sessionurl_q'];
eval(print_standard_redirect('redirect_updatethank s', true, true));
}else{
eval(standard_error(fetch_error('nlp_codenotfound' )));
}
}
else
{
construct_usercp_nav('password');
$navbits[''] = construct_phrase($vbphrase['nlp_vmail_verifyupdatedmail']);
$templatename = 'nlp_vmail_update_form';
}
}
}
}


All times are GMT. The time now is 06:47 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.01492 seconds
  • Memory Usage 1,751KB
  • 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
  • (5)bbcode_php_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