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)
-   -   NNTP Gateway for Usenet ( Newsgroups ), Mailing Lists (https://vborg.vbsupport.ru/showthread.php?t=92588)

Rik Brown 01-14-2007 08:19 PM

Quote:

Originally Posted by TMM-TT (Post 1159266)
How about a single line?

PHP Code:

$subject preg_replace('[^Re: ]'''$subject); 


Great! I'm just starting out with PHP and any tips are appreciated. Thanks. -- Rik

TMM-TT 01-15-2007 01:05 AM

Quote:

Originally Posted by Rik Brown (Post 1159270)
Great! I'm just starting out with PHP and any tips are appreciated. Thanks. -- Rik

Another example that should fix all Re:'s no matter if it's in upper or lower-case. :)

PHP Code:

$subject preg_replace('/^re: /i'''$subject); 


jgrtap 01-17-2007 01:45 PM

Has anyone managed to get this to work using the internal scheduler in vBulletin? We're a small board on a shared server hosted at GoDaddy and I'm not sure we have access to an external scheduler...

KW802 01-17-2007 03:50 PM

Quote:

Originally Posted by jgrtap (Post 1161430)
Has anyone managed to get this to work using the internal scheduler in vBulletin? We're a small board on a shared server hosted at GoDaddy and I'm not sure we have access to an external scheduler...

What kind of problem are you having?

jgrtap 01-17-2007 05:14 PM

Quote:

Originally Posted by KW802 (Post 1161508)
What kind of problem are you having?

For 15 hours yesterday and this morning, the scheduled task (retrieving messages forwarded to an email account from a Yahoo group) ran ONLY if I ran the task manually. Now, all of a sudden, it seems to have started working. Let me give it 24-48 hours to test more thoroughly and I'll be back... (sounds like a threat, doesn't it?)

Thanks...

-- jgr

Rik Brown 01-17-2007 06:20 PM

Ignore.

TMM-TT 01-18-2007 11:37 AM

Quote:

Originally Posted by jgrtap (Post 1161558)
For 15 hours yesterday and this morning, the scheduled task (retrieving messages forwarded to an email account from a Yahoo group) ran ONLY if I ran the task manually. Now, all of a sudden, it seems to have started working. Let me give it 24-48 hours to test more thoroughly and I'll be back... (sounds like a threat, doesn't it?)

Thanks...

-- jgr

I've had the same problem but not only for this hack - all scheduling seem to have stopped here too.

jgrtap 01-20-2007 03:27 AM

Quote:

Originally Posted by TMM-TT (Post 1162096)
I've had the same problem but not only for this hack - all scheduling seem to have stopped here too.

I'm totally baffled. The gateway works, no problem. But the scheduler is a disaster. It starts, it stops, no error messages, no nothing. I can't figure it out for the life of me.

Is there an external scheduler for a GoDaddy shared hosting account?

Rik Brown 01-20-2007 05:50 PM

Quote:

Originally Posted by jgrtap (Post 1163225)
I'm totally baffled. The gateway works, no problem. But the scheduler is a disaster. It starts, it stops, no error messages, no nothing. I can't figure it out for the life of me.

I hate to say it but the vb scheduler has worked flawlessly for us over the past several months that we have had this mod installed.

I have the log entries disabled and we run the gateway.php script hourly. I can't think of any reason it would operate manually but not operate under the scheduler except some conflict with the logging because almost all other options are simply for times/day, etc.

Sorry, I know that doesn't help much except to say that it can work flawlessly via the scheduler.

Regards. -- Rik :o

jgrtap 01-20-2007 06:12 PM

Quote:

Originally Posted by Rik Brown (Post 1163650)
I hate to say it but the vb scheduler has worked flawlessly for us over the past several months that we have had this mod installed. I have the log entries disabled and we run the gateway.php script hourly. I can't think of any reason it would operate manually but not operate under the scheduler except some conflict with the logging because almost all other options are simply for times/day, etc. Sorry, I know that doesn't help much except to say that it can work flawlessly via the scheduler.

As long as it CAN work, I'll keep plugging away, Rik, and I appreciate the info -- it gives me some hope!


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