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

Skalek 06-06-2005 01:16 PM

I see the recommended cron job is :

lynx -source http://domain/forumdir/gateway.php

Is there any reason we can not just set our cron job to :

php /pathtogateway.php/gateway.php

?


Also has anyone had any success running multiple instances of gateway.php for multiple forum installations on the same server? Any problems?

Last but not least, is their a recommended maximum amount of newsgroups that we should do per forum instance or will gateway.php handle whatever you got?

AWS 06-07-2005 11:58 PM

Quote:

Originally Posted by Skalek
I see the recommended cron job is :

lynx -source http://domain/forumdir/gateway.php

Is there any reason we can not just set our cron job to :

php /pathtogateway.php/gateway.php

?


Also has anyone had any success running multiple instances of gateway.php for multiple forum installations on the same server? Any problems?

Last but not least, is their a recommended maximum amount of newsgroups that we should do per forum instance or will gateway.php handle whatever you got?

I run 3 instances of gateway.php running on 3 different forums and don't have any problems.

mcncyo 06-08-2005 03:31 AM

Quote:

Originally Posted by AWS
Just an FYI. This doesn't work with php 5.0.4. I have to use 4.3.11 to run gateway.php and 5.0.4 for the sites.
I upgraded php and noticed that my usenet forums last post was 2 days behind the rest of the forums. I ran it at command prompt and got the error mime.php and nntp.php have to be in ./includes folder. I even set full paths to try and make it work and it didn't. I set up 4.3.11 to run gateway.php only and it started working.


How did you do this? I would also like to run php 5 but can't seem to figure out how to make gateway.php to run 4.3.11

AWS 06-08-2005 11:06 PM

Quote:

Originally Posted by mcncyo
How did you do this? I would also like to run php 5 but can't seem to figure out how to make gateway.php to run 4.3.11

I run Windows and IIS so I just set IIS to use php5 isapi filter and for scheduled tasks and command line php 4.3.11 cgi is used. For a while I was using .php and .phtml extensions as php5 and .php4 for php4. Have to add a registry entry for php5 to point to php.ini and for php4 set the user path.
I don't know how you'd do it on Linux, but, it can be done.

xnt 06-11-2005 04:25 AM

Quote:

Originally Posted by mcncyo
How did you do this? I would also like to run php 5 but can't seem to figure out how to make gateway.php to run 4.3.11

For Unix you can set up a cron job and use the 4.3.11 PHP CGI program to run gateway.php.
eg: this will run every 10 mins
1,11,21,31,41,51 * * * * /path-to-php4.3.11/php-4.3.11 -f /path-to-script/gateway.php

BTW, I am trying to setup a new gateway for a forum and I only want futures postings to be forwarded to a mailing list, not old posts. How could I do this? Can I set the Last Max postid # to the last posting # of that forum??? TIA

Skalek 06-11-2005 03:19 PM

Yeah I got that all working, but now I have a problem where the script is not following the its own time constraints. From what I understand it is supposed to run no longer than 30 minutes. Also another instance should not run within 30 minutes of the first starting. This makes sense so that you dont have multiple copies running at the same time.

My problem is that gateway.php seems to be running for 2 hours + so that if I cron it multiple instances will occur. Anyone else run into this problem?

xnt 06-12-2005 03:35 PM

I took a backup of my vb database to my home linux box to test out NNTP gateway to a Yahoo group mailing list. I only enable 1 sub forum and left the default value of 0 on the Last Max postid field. For the first initial run, the gateway sent ALL messages from ALL forums including those msg from an un-related PRIVATE forums to the Yahoo list??? Luckily! this is just a test else I could be in big trouble. I believe this problem only occurs in the initial run.

I just switch NNTP on for the real server with appropriate Last MAx postid set to the last posting #. However, I ran into 2 issues:
  • I do not see any messages arriving at Yahoo. When using with debug option, it appears that messages are sent ??? BTW, Importing messages from a POP3 account works.
  • when running the gateway.php script via PHP CGI (command line), I encountered an error message: 'Unable to add cookies, header already sent.'

The only different is: my hosting company uses PHP 4.3.10 whereas I have 4.3.11 at home. Perhaps there are some other restrictions?? I use 1and1.com btw.

Electronic Punk 06-14-2005 08:45 AM

Any idea of the modifications that need to be made to get this working with 3.5 beta?

mcncyo 06-22-2005 03:39 AM

I am going to compile php as cgi mode just for this script what do i need to include to make it run?

krohnathlonman 06-25-2005 06:40 AM

<b>Fatal error</b>: Call to undefined function globalize() in <b>/home/usenetma/public_html/gateway.php</b> on line <b>49</b><br />

Vbulletin 3.5 beta 2 error message.....

I'll pay $50 to the first person who creates a VB 3.5 compatible version of this... I'm sure some others would be willing to chip in too


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