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)

parsajax 09-02-2009 10:00 PM

Mail Pms
 
1 Attachment(s)
This Plugin Send All private Message Via Mail to An Email Address Like As Bb.
Good for Monitor Your Users Messages to Block Stealers .... :D:D


Install :

1 ) Upload mail_pms.xml AS Product
2 ) Go To Vbulletin Settings -> Mail Pms Options
3 ) Set Product On
4 ) Insert An Email Address To Send Messages To It (Reception)
5 ) Enjoy :up:

Works On 3.7.X

mortezax 09-03-2009 07:14 AM

Please insert a picture....!!!!

parsajax 09-03-2009 07:20 AM

screenshot has been uploaded

erel34 09-03-2009 01:12 PM

thanks

Kolbi 09-03-2009 03:24 PM

Is with all really meaned every pm?

parsajax 09-04-2009 01:15 AM

yes it means

blackberry 09-04-2009 05:57 AM

ahaan looks nice

thanks

saso2.com 09-04-2009 06:09 AM

Thank you and always forward

parsajax 09-04-2009 06:13 AM

you are wellcome

Robert Waanders 09-04-2009 06:44 AM

Isn't this a privacy isue? This is like spying your users (in my opinion...)

Robert

JacquiiDesigns 09-04-2009 06:50 AM

Quote:

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

Robert

So.
vBulletin.org is a site for sharing modifications to the vBulletin software. You can either choose to download and use a modification or not use it. There's really no need to discuss the politics of a hacks functionality.

Anyway @ the OP - Thanks for the share.
Looks interesting :)

Jacquii.

Robert Waanders 09-04-2009 06:52 AM

That's true.. ;-) Sorry...

Robert

rugby 09-04-2009 09:52 AM

can you make this pm as mail system? i mean members can send email through pm, is that possible as new feature?

elzarie 09-04-2009 01:59 PM

Very cool helped me to f**k people stealing my programs

shofolofo 09-06-2009 03:53 PM

nice one, but can it be modified to send the e-mail messages sent from forum from users to users to the admin e-mail address ?

parsajax 09-06-2009 10:04 PM

it works exactly what you want. this send a copy of users to users message to admin email that been inserted in options panel

Marek58 09-20-2009 06:40 AM

1 Attachment(s)
Polish version

Tilly 09-20-2009 02:36 PM

Nicely done

profanitytalker 09-23-2009 07:20 AM

reserve

Shaheen 09-26-2009 01:40 PM

Thanks ,

Is their any possibility of adding multiple email address?

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 05:59 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.01154 seconds
  • Memory Usage 1,764KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (28)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete