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)

Nathan2006 02-19-2007 01:28 PM

Quote:

Originally Posted by djbaxter (Post 1185980)
Hmmm... your second screenshot is what I've always seen, from the first version I installed. But since I do allow HTML, the first line is a live link anyway so it works fine for me.


I think its a bit of code needs removing and it might work.

I just don't know which part LOL:D

djbaxter 02-19-2007 01:49 PM

I would guess you want to change this part in the product_anti_managed_bounced_email.xml file, around lines 43-44:

Code:

$bounceurl                = $vbulletin->options['ezb_admincpurl'] . "/ezbounce.php?u=" . $buser['userid'];
$bouncestring        = "<a href=\"$bounceurl\" target=\"_blank\">$bounceurl</a>";

Change to:

Code:

$bounceurl                = $vbulletin->options['ezb_admincpurl'] . "/ezbounce.php?u=" . $buser['userid'];
$bouncestring        = "<a href=\"$bounceurl\">$bounceurl</a>";

I'm not sure why the target="_blank" part is required or helpful in any case but it wraps in Outlook express and is ignored anyway so it works for me as is... :)

Added: If you use this method, you will need to reinstall the product, of course. As an alternative, see the instructions by Antivirus below.

almqdad 02-19-2007 03:33 PM

Hi
Quote:

2. Go to your AdminCP>vbulletinoptions>EZ Bounce management for admins and modify the admincp url so it matches your path to admincp.
when I click the EZ Bounce url it takes me to 404 page

the path to admincp is definitly corect however it is not the default Vb path

my path is some thing like this

http://www.mysite.com/hello/ezbounce.php?u=4

please advice

Antivirus 02-19-2007 07:53 PM

Almqdad, did you upload the ezbounce.php file to your admincp directory?

Nathan, you could get the single link bouncecode back in your emails by altering the code as follows, but I would suggest changing it within the plugin for mail_send instead of doing it in the xml file (it's always safer to avoid editing xml plugins manually).

Try changing following:
PHP Code:

$bounceurl $vbulletin->options['ezb_admincpurl'] . "/ezbounce.php?u=" $buser['userid'];
$bouncestring "<a href=\"$bounceurl\" target=\"_blank\">$bounceurl</a>"

to this:
PHP Code:

$bounceurl $vbulletin->options['ezb_admincpurl'] . "/ezbounce.php?u=" $buser['userid'];
$bouncestring $bounceurl


Untested, but I think that'll do the trick for what you want.

BobbyBig 02-20-2007 12:05 PM

Its getting better, keep doing the good work please.
Maybe you get a method how to manage high Member Forums.

When having 10k Users, it is hard to click the bounced emails everytime sending an email to them.

djbaxter 02-20-2007 01:26 PM

Quote:

Originally Posted by BobbyBig (Post 1186665)
Its getting better, keep doing the good work please.
Maybe you get a method how to manage high Member Forums.

When having 10k Users, it is hard to click the bounced emails everytime sending an email to them.

It is indeed. My solution was to send them out in relatively small batches (I used 50 at a time) and I altered the cron jobs initially to send them out at long intervals (I think it was a couple of hours) to limit how many I'd need to do at one time.

The upside is that with a lot of members, many of the older ones will be affected and you'll only have to do it once.

After you get through the initial "pruning" (use the send to an inactive usergroup feature), you can reset the options to anything you like and the procedure becomes much more manageable.

Antivirus 02-20-2007 09:18 PM

Quote:

Originally Posted by BobbyBig (Post 1186665)
Maybe you get a method how to manage high Member Forums. When having 10k Users, it is hard to click the bounced emails everytime sending an email to them.

Thanks for the kind words bobbybig, it's really not my intention to steer this in the direction of pipping smtp accounts for bounced emails or reading email log files, etc... tamarian's already doing a great job on his vBouncer hack. This is simply meant as an easy way to deal with a bouncing member once, and then either prune them, or leave them as an inactive member whom no longer receives emails from the forum (depending on how your settings are configured).

Quote:

Originally Posted by djbaxter (Post 1186707)
After you get through the initial "pruning" (use the send to an inactive usergroup feature), you can reset the options to anything you like and the procedure becomes much more manageable.

true, the first run is a bear, but once it's done, it's relatively easy sailing on a day-to-day basis, even for forums exceeding 10,000 members.

almqdad 02-21-2007 03:27 PM

Quote:

Almqdad, did you upload the ezbounce.php file to your admincp directory?
Antivirus

you are right got it working now

thanks

Antivirus 02-22-2007 12:19 AM

Quote:

Originally Posted by almqdad (Post 1187551)
Antivirus, you are right got it working now. thanks

Glad to hear :)

almqdad 02-22-2007 01:50 AM

hi

have some body noticed this when members use the Contact Us link

the ezbounce link

http://www.mysite.com/admincp/ezbounce.php?u=1

contains the admin user Id and not the member Id

please check it up


All times are GMT. The time now is 12:07 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.02580 seconds
  • Memory Usage 1,755KB
  • 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
  • (7)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