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)

pran 08-23-2005 02:21 AM

Yes, it has the read permission set:
Code:

-rw-r--r--  1 www  www  4567 Jul  4 17:26 vbouncer.inc
This is on a FreeBSD server.

tamarian 08-23-2005 02:37 AM

Quote:

Originally Posted by pran
Yes, it has the read permission set:
Code:

-rw-r--r--  1 www  www  4567 Jul  4 17:26 vbouncer.inc
This is on a FreeBSD server.

Try this. Open vbouncer-collect.php

Find:

PHP Code:

if (file_exists('./includes/cron/vbouncer.inc') AND is_readable('./includes/cron/vbouncer.inc')) {
        
$REContext parse_ini_file('./includes/cron/vbouncer.inc'TRUE);


Replace with:

PHP Code:

if (file_exists(DIR .  '/includes/cron/vbouncer.inc') AND is_readable(DIR .  '/includes/cron/vbouncer.inc')) {
        
$REContext parse_ini_file(DIR .  '/includes/cron/vbouncer.inc'TRUE);



dethfire 09-16-2005 11:04 PM

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

tamarian 09-17-2005 12:07 AM

Quote:

Originally Posted by dethfire
Fatal error: Call to undefined function: imap_close() in /home/musicban/public_html/includes/cron/vbouncer-collect.php on line 162

This means your PHP was not compiled with IMAP. You might need to recompile, or use the file spool method.

csidlernet 10-05-2005 02:27 AM

thanksman.. your an uberhax0r
/me installs

G-man 10-06-2005 01:50 AM

tamarian,
After upgrading to 3.5 my vbouncer went dead and my emails started goign out with the plain nobody@server.mydomain.com return addresses for some reason. I downloaded the updated files, but upon trying to install them the database was erroring out saying the table data was already there. Should I delete what is there and reinstall it?

tamarian 10-06-2005 02:05 AM

Quote:

Originally Posted by G-man
tamarian,
After upgrading to 3.5 my vbouncer went dead and my emails started goign out with the plain nobody@server.mydomain.com return addresses for some reason. I downloaded the updated files, but upon trying to install them the database was erroring out saying the table data was already there. Should I delete what is there and reinstall it?

Not sure why that would happen. But no need to delete, just run the installation script, and click uninstall, then run it agin to einstall. Write down any previous settings like the encryption phrase, and the email, etc. (and click install :) )

G-man 10-06-2005 02:08 AM

Thanks for the quick reply. I just did that but the emails are still going out with the nobody@server.mydomain.com as the return address. Strange...

tamarian 10-06-2005 02:12 AM

Quote:

Originally Posted by G-man
Thanks for the quick reply. I just did that but the emails are still going out with the nobody@server.mydomain.com as the return address. Strange...

Have you activated the plugins?

buro9 10-06-2005 10:49 AM

Thanks very much, appears to be working great, and deprecates the need for me to run my PERL script to do it :) Lovely.


All times are GMT. The time now is 06:36 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.01474 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)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