vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBouncer (PHP): reduce server load by unsubscribing bouncing members from threads (https://vborg.vbsupport.ru/showthread.php?t=91119)

ImportPassion 07-03-2005 03:31 AM

ok, got it work. i ran the cron and it said this

Processed 292 emails No bounced emails found.

They are all bounced emails in there.

tamarian 07-03-2005 03:39 AM

Quote:

Originally Posted by 7thgenCivic.Com
ok, got it work. i ran the cron and it said this

Processed 292 emails No bounced emails found.

They are all bounced emails in there.

This would mean either:

1. Those emails don't belong to any of your forum members, or
2. They do not match any of the patterns defined in vbouncer.inc

Check the emails to confirm they are forum notification bounces. If they are, then you will need to define a pattern in vbouncer.inc to capture them. If you're not familiar with ReEx patterns, post samples of those emails here or send me a copy.

ImportPassion 07-03-2005 03:46 AM

they are the exact same ones in the zip i posted above earlier.

tamarian 07-03-2005 04:07 AM

Quote:

Originally Posted by 7thgenCivic.Com
they are the exact same ones in the zip i posted above earlier.

And you have uploaded the vbouncer.inc to includes/cron? Is the stats page empty?

If you want, send me the subscriber_notify POP access info by PM, and I'll test them to see why the patterns don't work on them, or if a new pattern is needed.

ImportPassion 07-03-2005 11:52 AM

yes, it is there and yes the stats is empty.

Sending the info now.

tamarian 07-03-2005 12:20 PM

Quote:

Originally Posted by 7thgenCivic.Com
yes, it is there and yes the stats is empty.

Sending the info now.

Got the info, and found a bug :)

Open vbouncer-collect.php and find:
PHP Code:

CombThrough($Header$Body); 

Replace with:
PHP Code:

CombThrough($eMailHdr$eMailBody); 


ImportPassion 07-03-2005 12:37 PM

working now!

I had to change this

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

to this

$imgpath = $stylevars['imgdir_poll'];

for the images to show up. that cause I have the full path in my images

tamarian 07-04-2005 08:59 PM

- July 4, 2005 v1.0 Added encrypted header for authentication (suggested by Paul M).

To upgrade, uninstall, then re-install, and re-upload all files.

jb605 07-05-2005 02:56 AM

Does this hack support secure pop? Is yes, how should I configure it?

Thanks a lot

tamarian 07-05-2005 03:00 AM

Quote:

Originally Posted by jb605
Does this hack support secure pop? Is yes, how should I configure it?

Yes. Just configure the connection string in the settings menu.

Here's a link with differnt setups:

http://ca.php.net/manual/en/function.imap-open.php

It from the PHP manual, so ignore the code, just look at the example strings like:

{localhost:993/imap/ssl}INBOX
{localhost:995/pop3/ssl/novalidate-cert}


All times are GMT. The time now is 10:13 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.01108 seconds
  • Memory Usage 1,740KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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