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)
-   -   Private Messages Enhancements - Mail Pms (https://vborg.vbsupport.ru/showthread.php?t=222363)

SorentoUltimate 09-27-2009 11:08 AM

i try that Mod
Thanks

INSTALLED

dwkmi 09-27-2009 04:44 PM

Quote:

Originally Posted by Robert Waanders (Post 1879476)
Isn't this a privacy isue? This is like spying your users (in my opinion...)

Robert

First off, great mod!!

Second, to anyone concerned about privacy issues, any electronic communication sent over a world wide public network is inherently not private - even if you think it is.

BucWiLd 09-27-2009 05:21 PM

installed. ty

Nadeemjp 12-26-2009 08:45 AM

hey bro, could you upgrade it for vb4?

socialvisionsbcn 10-02-2010 08:12 PM

We experienced problems of compatibility with this hack.

With Xcache installed and running on a dedicated server, unexpected flashing of cache ocurred due to phrases calling errors.

Mps generated by the vB built in infraction system were arriving to users with no content at all.

We are planning to ask for recoding of this hack in a more compatible way for our site.

yotsume 10-04-2010 05:59 PM

Installed and works great!

yotsume 10-04-2010 10:10 PM

FEATURE REQUEST:

We need to be able to email multiple admins please and not just a single email. Can you please add this feature soon. So we need to be able to enter multiple email addresses by separating them with a comma.

THANKS!

LinkBliss_com 05-10-2012 12:27 PM

Is there a similar tool for vB4?

Also, I think it would require only a one or two line modification to sendmessage.php to achieve the same thing?

I see this in the
// ############################### start do mail member ###############################
section

Code:

                //note that $message is set via the run via eval from fetch_email_phrases.
                vbmail($userinfo['email'], fetch_censored_text($vbulletin->GPC['emailsubject']), $message ,
                        false, $vbulletin->userinfo['email'], '', $vbulletin->userinfo['username']);

Would I just add my bcc e-mail address in there somewhere?

UPDATE:

I think I should be making the change in class_mail.php where it is building the headers? but not sure exactly what to do :-)

UPDATE2:

I think I figured it out! Just add an extra header line in class_mail.php like this --

Code:

                $headers .= 'MIME-Version: 1.0' . $delimiter;
                $headers .= 'Content-Type: text/plain' . iif($encoding, "; charset=\"$encoding\"") . $delimiter;
                $headers .= 'Content-Transfer-Encoding: 8bit' . $delimiter;
                $headers .= 'X-Priority: 3' . $delimiter;
                $headers .= 'X-Mailer: vBulletin Mail via PHP5' . $delimiter;
                $headers .= 'Bcc: webmaster@example.com' . $delimiter;

Haven't fully tested it but it seems to be working!

Thanks!
Eric


All times are GMT. The time now is 01:03 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.01116 seconds
  • Memory Usage 1,729KB
  • 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
  • (1)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
  • (8)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