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)
-   -   Administrative and Maintenance Tools - EZ Bounced Email Management for Admins (https://vborg.vbsupport.ru/showthread.php?t=138884)

haytham 01-19-2008 09:14 AM

I love this hack. It's something I wanted for a looooooooong time. I asked for it here:
https://vborg.vbsupport.ru/showthread.php?t=157235
but until now, no one had made it. I really appreciate your work and this verrrry special mode. Gotta go try it now. Thanks.

haytham 01-19-2008 09:52 AM

Got a problem now. If I press the link inside the bouncing mail all I get is the link to my admincp plus user.php?do=modify
http://www.xxx.com/vb/admincp/user.php?do=modify

It's like getting to a "search for user" page although the link in the email is different and has the member's number in it. What can be wrong?
I added the full path to my admincp in the VB options so what am I doing wrong?

haytham 01-19-2008 09:59 AM

Sorry. My bad. It was my fault. File permission problem. Nominated.

haytham 01-19-2008 10:00 AM

haytham, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Antivirus 01-19-2008 01:21 PM

Haytham, you need to already be logged in to your AdminCP in order to run the script. This is to prevent members from running the script when they receive the email by clicking on the EZbounce link within the email's header :)

meissenation 01-19-2008 07:25 PM

Is there any way to add the EZBounce header to e-mails which the link is NOT in? I have another product installed: https://vborg.vbsupport.ru/showthread.php?t=138946 which sends an email to the users saying they've been inactive for awhile and telling them to c'mon back and check out the site. I receive a LOT of bounces from that, but alas no link in the header to do anything with.

djbaxter 01-19-2008 07:38 PM

Quote:

Originally Posted by meissenation (Post 1424651)
Is there any way to add the EZBounce header to e-mails which the link is NOT in? I have another product installed: https://vborg.vbsupport.ru/showthread.php?t=138946 which sends an email to the users saying they've been inactive for awhile and telling them to c'mon back and check out the site. I receive a LOT of bounces from that, but alas no link in the header to do anything with.

Yes and it's very easy.
  1. Open remindermail.php
  2. find:

    Code:

                            $headers .= "To: $username <$email>" . "\r\n";
                            $headers .= "From: " . $vbulletin->options['bbtitle'] . " Reminder Service <" . $vbulletin->options['webmasteremail'] . ">" . "\r\n";

  3. below, add:

    Code:

    // add EZBounce headers
                            $bounceurl                = $vbulletin->options['ezb_admincpurl'] . "/ezbounce.php?u=" . $userid;
                            $bouncestring        = "<a href=\"$bounceurl\" target=\"_blank\">$bounceurl</a>";
                            $headers .= 'X-EZbouncer: ' . $bouncestring . $delimiter;


You can use the same concept for any other mod which sends emails.

meissenation 01-19-2008 08:45 PM

Thank You!! :D

globalinsites 01-23-2008 11:48 AM

I noticed that I've been receiving delivery error e-mails with this error:

'554 delivery error: dd This user doesn't have a yahoo.com account'

but I've also been receiving some e-mails from the e-mail addresses of users who don't have a yahoo.com account according to the delivery errors :confused:

So basically I don't know if I should manage the users of which I receive 554 delivery errors or not. Obviously they (or at least part of them, as I've noticed) do have a yahoo.com otherwise they couldn't have e-mailed me.

Has anyone else noticed this? I'm not sure how to deal with this.

Antivirus 01-23-2008 05:18 PM

Quote:

Originally Posted by globalinsites (Post 1427303)
I noticed that I've been receiving delivery error e-mails with this error: '554 delivery error: dd This user doesn't have a yahoo.com account'

but I've also been receiving some e-mails from the e-mail addresses of users who don't have a yahoo.com account according to the delivery errors :confused:
So basically I don't know if I should manage the users of which I receive 554 delivery errors or not. Obviously they (or at least part of them, as I've noticed) do have a yahoo.com otherwise they couldn't have e-mailed me. Has anyone else noticed this? I'm not sure how to deal with this.

I can't be sure but it sounds like these are bounces caused by someone who cancelled their email address with yahoo and never updated their email on your site.


All times are GMT. The time now is 08:57 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.01499 seconds
  • Memory Usage 1,746KB
  • 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)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