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)

Dramex 01-13-2015 04:07 AM

Quote:

Originally Posted by Dramex (Post 2532193)
Hi ,

i use "smtp" for mail to my website, and this product doesn't support smtp

any idea ?

===========

السلام عليكم اخوي المتميز
انا استخدم smtp
ولكن المنتج يقوم ارسال الرسائل عن الطريق البي اتش بي

هل من حل ؟

كل الشكر

i solved this problem from functions.php
i edit from 939 to 952,

the idea vbmail() use smtp what ever product want

PHP Code:

    if ($vbulletin->options['usemailqueue'] AND !$notsubscription)
    {
        
$mail =& new vB_SmtpMail($vbulletin);
    
//    $mail =& vB_QueueMail::fetch_instance();
    
}
    else if (
$vbulletin->options['use_smtp'])
    {
        
$mail =& new vB_SmtpMail($vbulletin);
    }
    else
    {
        
$mail =& new vB_SmtpMail($vbulletin);
    
//    $mail =& new vB_Mail($vbulletin);
    


and i got massages

i put // before previous codes

Makc666 01-23-2015 08:44 PM

Quote:

Originally Posted by Dramex (Post 2532196)
PHP Code:

    if ($vbulletin->options['usemailqueue'] AND !$notsubscription)
    {
        
$mail =& new vB_SmtpMail($vbulletin);
    
//    $mail =& vB_QueueMail::fetch_instance();
    
}
    else if (
$vbulletin->options['use_smtp'])
    {
        
$mail =& new vB_SmtpMail($vbulletin);
    }
    else
    {
        
$mail =& new vB_SmtpMail($vbulletin);
    
//    $mail =& new vB_Mail($vbulletin);
    


and i got massages

i put // before previous codes

Why just no to disable email queue in vBulletin options?
This is what
Code:

$vbulletin->options['usemailqueue']
checks.
If the check is false then you go to next
Code:

else if ($vbulletin->options['use_smtp'])
which doest the same one.

m7sen 08-14-2018 10:08 AM

does this mod still work ?

ka81 03-12-2019 03:10 PM

Is there same mod for 4.1.8 ?

Bulent Tekcan 03-29-2020 04:18 PM

1 Attachment(s)
How can I add reCAPTCHA 1st screen ? Because spammer use a lot of mail script very 1st page.

TAIFUN_T 11-07-2020 09:25 AM

1 Attachment(s)
Quote:

Originally Posted by hakanyakar (Post 2188868)
where is enter the code location ?

Yes. Mee too
Attachment 157928


All times are GMT. The time now is 09:05 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.01446 seconds
  • Memory Usage 1,737KB
  • 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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