vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBouncer: reduce server load by unsubscribing bouncing members from threads (https://vborg.vbsupport.ru/showthread.php?t=83486)

ImportPassion 10-13-2005 04:17 AM

ya, i just figured it out. :o

Seems to be ok. only one issue, the path to the image for the bars is off

Code:

http://www.7thgencivic.com/forums//forums/images/polls/bar3.gif
I'll chk it out.

ImportPassion 10-13-2005 04:23 AM

ok, i fixed it. i changed this

PHP Code:

$imgpath '../' $stylevars['imgdir_poll']; 

to this

PHP Code:

$imgpath $stylevars['imgdir_poll']; 

I have the full path to my images in that var anyway.

lucky64 10-19-2005 04:44 PM

Installed fine, seems to be ok, however I'm having issues setting up the email....I don't see any spooling options. I'm using Plesk, is anyone familiar with it?

TraumTeam 10-22-2005 02:56 PM

A short help from me for users with the problems of imap/pop access:

I the access does not work and all settings are correct try:
{127.0.0.1:110/pop3/notls}INBOX

There could be a certificate failure with the internal IMAP Access on the server.

Perhaps its interesting for the FAQ ...

Rob

TraumTeam 10-22-2005 03:15 PM

:(

the pop/imap access is working now, but he do not found any mails in it, although there are mails on the account :(

What could be the problem with the collect ?

running postfix

Rob

pete_brady 10-23-2005 10:56 PM

Quote:

Originally Posted by TraumTeam
A short help from me for users with the problems of imap/pop access:

I the access does not work and all settings are correct try:
{127.0.0.1:110/pop3/notls}INBOX

There could be a certificate failure with the internal IMAP Access on the server.

Perhaps its interesting for the FAQ ...

Rob

Thanks!

TraumTeam 10-24-2005 10:27 AM

my problem ist solved ...

best regards
rob

TraumTeam 10-24-2005 08:12 PM

next Problem:
the auto mode does not work ...
The script is not sending "pm" messages although the bounce limit is reached :(
I just test it with manual cron start. The script scans the mails, found bounce mails, but does not send the pm when the limit is reached ....

How to check the problem ?

rob

tamarian 10-24-2005 08:25 PM

Quote:

Originally Posted by TraumTeam
next Problem:
the auto mode does not work ...
The script is not sending "pm" messages although the bounce limit is reached :(
I just test it with manual cron start. The script scans the mails, found bounce mails, but does not send the pm when the limit is reached ....

How to check the problem ?

Verify the paameters you entered, the count, tolerance, period, usergroups, excluded user groups etc.

TraumTeam 10-27-2005 02:15 PM

i checked them ...
Is there an entry when "private messages" are sent in the log ?
I have a member with 40 bounces but nothing changed until now for him, although i activate automatic mode , Bounce limit 30, 7 days, pm activated ...

tamarian 10-27-2005 03:07 PM

Quote:

Originally Posted by TraumTeam
i checked them ...
Is there an entry when "private messages" are sent in the log ?
I have a member with 40 bounces but nothing changed until now for him, although i activate automatic mode , Bounce limit 30, 7 days, pm activated ...

What does the vbouncer_clean cron log show?

TraumTeam 10-27-2005 03:53 PM

oh thats works ...
I did not know, that these sending runs with the clean ...
So that pm sending just runs every week ... right ?

Would that be good to also run it every day, but check befor if someone got an warning pm before ?

thanks for your help
rob

tamarian 10-27-2005 04:05 PM

Quote:

Originally Posted by TraumTeam
oh thats works ...
I did not know, that these sending runs with the clean ...
So that pm sending just runs every week ... right ?

Would that be good to also run it every day, but check befor if someone got an warning pm before ?

It's best to make it run at intervals equal to the warning period interval. Otherwise, it may send more PM's than it should, where each time it will send a PM, and next day another, even if the member has not bounced any more emails.

TraumTeam 10-27-2005 04:22 PM

thats why i though of the poss. to make an entry to the database when pm is sent.
And check it @every cleanup run ...
So the cleanup can run every day, but pms are sent not more than they have to been sent ;)

But very nice plugin so ...
I love it ;)

best regards
rob

version2 11-18-2005 09:43 PM

Quote:

Originally Posted by TraumTeam
thats why i though of the poss. to make an entry to the database when pm is sent.
And check it @every cleanup run ...
So the cleanup can run every day, but pms are sent not more than they have to been sent ;)

But very nice plugin so ...
I love it ;)

best regards
rob

Hola! When I try to import the product I get:

"Invalid File Specified"

tamarian 11-19-2005 12:40 AM

Quote:

Originally Posted by version2
Hola! When I try to import the product I get:

"Invalid File Specified"

vBouncer was released before product manager became avaialable, so the plugin file need to be imported from the plugin manager, not the product manager. This will change in a future release to a product file.

version2 11-19-2005 01:05 AM

Quote:

Originally Posted by tamarian
vBouncer was released before product manager became avaialable, so the plugin file need to be imported from the plugin manager, not the product manager. This will change in a future release to a product file.

I still get a "Invalid File Specified" when using the 'Download / Upload Plugin' option.

mcyates 11-19-2005 07:55 AM

This isn't working. It says i've got had one bounced email but i'm still getting emails sent to my main email account webmaster "at" myfootballforum.com. I'm sure they should be going to vbounce "at" myfootballforum.com!!! I just don't know what the problem is.

tamarian 11-20-2005 12:09 AM

Quote:

Originally Posted by version2
I still get a "Invalid File Specified" when using the 'Download / Upload Plugin' option.

Not sure, you may havetried to import the wrong file? It's the vbulletin-vbouncer-plugins.xml file. I just tried it, and it imports without errors.

tamarian 11-20-2005 12:10 AM

Quote:

Originally Posted by mcyates
This isn't working. It says i've got had one bounced email but i'm still getting emails sent to my main email account webmaster "at" myfootballforum.com. I'm sure they should be going to vbounce "at" myfootballforum.com!!! I just don't know what the problem is.

Make sure the plugins are activated.

ImportPassion 12-02-2005 08:47 PM

I don't think this works with PHP5? Anyone have it running on PHP5?

This is what I get when I try to run Collect.

Quote:

Fatal error: Call to undefined function: imap_close() in /home/******/forums/includes/cron/vbouncer-collect.php on line 162

Paul M 12-02-2005 09:00 PM

Did you install apache with the imap module ?

ImportPassion 12-02-2005 09:56 PM

ahh crap, forgot that one again. thx.

lionslair 12-02-2005 10:39 PM

It seems to have stopped working on 3.5.1

tamarian 12-02-2005 11:11 PM

Quote:

Originally Posted by lionslair
It seems to have stopped working on 3.5.1

Just tested it on 3.5.1 and it seems to be working fine. What errors are you getting and how?

lionslair 12-02-2005 11:14 PM

I must just have no bouncing emails then. Its not giving any errors. I had 20 something bouncing emails but now I have none and no history of any either.

tamarian 12-02-2005 11:21 PM

Quote:

Originally Posted by lionslair
I must just have no bouncing emails then. Its not giving any errors. I had 20 something bouncing emails but now I have none and no history of any either.

Make sure you enable logging on the cron jobs to see details of last run, or run manually just to make sure.

Paul M 12-03-2005 08:59 PM

Any chance of this being made a product yet ?

tamarian 12-03-2005 09:22 PM

Quote:

Originally Posted by Paul M
Any chance of this being made a product yet ?

Yes, should be easy to make it a product. But I'm trying to find the easiest way to do it without screwing things up for those who already have it installed.

Any thoughts on this? :)

Paul M 12-03-2005 09:44 PM

What do you expect will get screwed ?

tamarian 12-03-2005 09:52 PM

Quote:

Originally Posted by Paul M
What do you expect will get screwed ?

If you try to do it the vanilla vB way for a product, the product file won't import due to duplicate keys in settings, and the install code will need to check for pre-existing tables, since pre product installations have no version defined.

Paul M 12-03-2005 10:03 PM

The table bit is easy - you simply run the create query with error reporting turned off. If the table exists it will silently fail, otherwise it will work. However, people who already have it installed don't need to import the product anyway ?

tamarian 12-03-2005 10:35 PM

Quote:

Originally Posted by Paul M
The table bit is easy - you simply run the create query with error reporting turned off. If the table exists it will silently fail, otherwise it will work.

That's true, or just add IF NOT EXISTS. But for settings and templates, it would leave the product id as vbulletin, so it may require some code to alter them if already there.

Quote:

However, people who already have it installed don't need to import the product anyway ?
Not right now, but eventually they'll need to for any future upgrades.

Xalibur 12-06-2005 07:33 AM

is this working with the "send user email" function of vbulletin ? im also using VB as a mailing list replacement ;), but im unable to get the return path added. Works for PM notifications though..

TechGuy 12-16-2005 11:41 PM

Quote:

Originally Posted by TraumTeam
A short help from me for users with the problems of imap/pop access:

I the access does not work and all settings are correct try:
{127.0.0.1:110/pop3/notls}INBOX

There could be a certificate failure with the internal IMAP Access on the server.

Perhaps its interesting for the FAQ ...

Rob


THANKS! That was exactly my problem.

ManagerJosh 12-28-2005 07:51 AM

It would be rather nice to see a version of this hack, but expanded to include bouncing Happy Birthday Emails, Bouncing Activaton Emails.

Freezerator 12-31-2005 06:54 AM

Hi,

i have installed this hack but it seems it doens't pick the right e-mail account out for sending e-mails. In my settings i have subscriber_notify@mydomain.com but he still uses my old e-mail adres where i receive those bounced e-mails.

I have upgrade from 3.0.7 to 3.5.2, in 3.0.7 worked perfect. I have activated the plugin.

trainer 01-08-2006 06:27 PM

any way to expand this to other emails sent out by the forums?

as suggested in this thread
https://vborg.vbsupport.ru/showthread.php?t=102943

willing to pay for a solution that will work on my server, vbouncer is already working without a problem - PM me if you can help

FD929 01-11-2006 10:42 PM

Quote:

Originally Posted by Freezerator
Hi,

i have installed this hack but it seems it doens't pick the right e-mail account out for sending e-mails. In my settings i have subscriber_notify@mydomain.com but he still uses my old e-mail adres where i receive those bounced e-mails.

I have upgrade from 3.0.7 to 3.5.2, in 3.0.7 worked perfect. I have activated the plugin.

Same here. I've read the entire thread and the problem was addressed but not fixed.
Subscription emails are still being sent by the webmaster email address.

vBouncer sender email
Test Result
Valid vBouncer email account (subscriber_notify@XXX.com) Passed
vBouncer email account (subscriber_notify@XXX.com) differs from webmaster account Passed

vBouncer Spool File Diagnostics (ignore if using IMAP/POP)
Test Result
vBouncer email spool file () exists Failed
vBouncer email spool file () is writable Failed
vBouncer email spool file () is readable Failed

vBouncer pattern config file diagnostics
Test Result
vbouncer.inc file exists Passed
vbouncer.inc file is readable Passed

vBouncer IMAP/POP Diagnostics (ignore if not using IMAP/POP)
Test Result
Your PHP installation supports IMAP/POP Passed
Your IMAP/POP settings can connect Passed

I was using SMTP before attempting to use this, and subscriptions stopped working. Switched to php and emails are being sent, but from the webmaster address.

Freezerator 01-12-2006 06:42 AM

I see that you also are running 3.5.2. Are there more people who run 3.5.2 or 3.5.3 who experiance this problem?


All times are GMT. The time now is 08:06 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.01498 seconds
  • Memory Usage 1,835KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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