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)

Mum 09-05-2007 12:09 AM

Apart from just Yahoo groups, can you use myspace groups? Any other ideas what other ones you can use?

silurius 09-19-2007 05:08 PM

I am having trouble with scheduling this to run in a standard cron job.

Cron job:
Code:

/usr/local/php5/bin/php /home/myuser/mysite.com/forum/gateway.php
I believe init.php is designed to use a relative path on line 42 and if that fails it grabs the full path from config.php, as shown here:

Code:

// #############################################################################
// fetch the core includes
require_once(CWD . '/includes/class_core.php');

// initialize the data registry
$vbulletin =& new vB_Registry();

// parse the configuration ini file
$vbulletin->fetch_config();

if (CWD == '.')
{
    // getcwd() failed and so we need to be told the full forum path in config.php
    if (!empty($vbulletin->config['Misc']['forumpath']))
    {
        define('DIR', $vbulletin->config['Misc']['forumpath']);
    }
    else
    {
        trigger_error('<strong>Configuration</strong>: You must insert a value for <strong>forumpath</strong> in config.php', E_USER_ERROR);
    }
}
else
{
    define('DIR', CWD);
}

if (!empty($vbulletin->config['Misc']['datastorepath']))
{
        define('DATASTORE', $vbulletin->config['Misc']['datastorepath']);
}
else
{
        define('DATASTORE', DIR . '/includes/datastore');
}

if (!$vbulletin->debug)
{
    set_error_handler('vb_error_handler');
}

Unfortunately, even when I specify the full path in config.php the cron job fails. And when I enter the full path in line 42 of init.php, my whole site breaks. I've highlighted the bad path here.

Error:
Code:

Warning: require_once(/home/.saint/user/includes/class_core.php): failed to open stream: No such file or directory in /home/.saint/user/mysite.com/forum/includes/init.php on line 42

Fatal error: require_once(): Failed opening required '/home/.saint/user/includes/class_core.php' (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/.saint/user/mysite.com/forum/includes/init.php on line 42

Anyone have ideas?

joined 09-20-2007 10:27 AM

Hi to all.

I have make some changes and fixes.



// Modified by Fabio Dell'Aria on 20-Sep-2007 (fabio.dellaria@gmail.com)
// Modified Files: nntp.php, functions_nntp.php
// ---------------------------------------------------------------------
// Changes:
// --------
// 1)...Added the ability to can works with local NNTP servers;
// 2)...Added the ability to can avoid duplicated NNTP messages;
// 3)...A little NNTP Send speed improvement;
// 4)...Increased the Debug details;
// 5)...Fix a bug that caused "Invalid From address" NNTP error;
// 6)...Fix a bug that caused "Duplicated Message" NNTP error.
// ---------------------------------------------------------------------

How I can includes them in the OFFICIAL release?

arkadia 10-16-2007 07:53 AM

hello,

i try to download this newsgroup: nzn.fr.delphi (server server.amis.tv) and i can't !! it's work for some time (sometime i can download 500 messages, sometime 3000), but i always have : Fatal error maximum execution time of 1800 seconds exceeded in nntp.php on line 121 !

where the problem is? what can i do?

thanks you by advance !
stéphane

TMM-TT 10-16-2007 08:47 AM

Quote:

Originally Posted by arkadia (Post 1361385)
Fatal error maximum execution time of 1800 seconds exceeded in nntp.php on line 121 !

where the problem is? what can i do?

Large posts that makes the script time out maybe? I had a similar problem myself on some groups before, and that was unfortunately never solved for me..

arkadia 10-16-2007 09:11 AM

yes, but in fact it's impossible to make the script workin ... i always have this error !! this is on the line : $response = trim(fgets($this->fp, 128));

when i check on outlook express, the server work perfectly without any probleme ! you can try : nzn.fr.delphi (server server.amis.tv)

dotcomguy 10-16-2007 02:16 PM

Quote:

Originally Posted by arkadia (Post 1361385)
hello,

i try to download this newsgroup: nzn.fr.delphi (server server.amis.tv) and i can't !! it's work for some time (sometime i can download 500 messages, sometime 3000), but i always have : Fatal error maximum execution time of 1800 seconds exceeded in nntp.php on line 121 !

where the problem is? what can i do?

thanks you by advance !
st?phane

I think I had the same problem with execution time when I first used this mod. However it was only a problem initially because I was downloading everything. I just had to keep running it automatically until it had everything downloaded. Now it runs frequently enough that it is able to download all the messages without any trouble.

arkadia 10-16-2007 04:32 PM

But now i have a BIG problem! it's sometime crash php-cgi.exe (with big windows error popup) !!!

itdevil 10-23-2007 09:50 AM

I am having similar issues, the mod put too much load on the server, i am 2x DualCore Xeon 2.8 with 2GB ram 100mbit.... Cron set to run every 24hrs or midnight :o... once the cron run the load shoots up to 6 - 20 till apache crashes....

even now the server is dead slow due the gateway.php cron

Code:

xyz 18394 11.2  3.6  86660 74972 ?        Ss  00:00  25:39 /usr/bin/php /home/xyz/public_html/forum/gateway.php
i have also noticed, sometimes gateway file (but stop leeching from news server) never get killed automatically, on next cron another process is created...

This is a great hack, but someone need to update and optimize the code.

KW802 10-23-2007 01:52 PM

Most likely you're trying to grab too many threads (aka: articles) in one session resulting in the timeout. Before bringing in a new group check to see what the last article ID is and then retrieve only the last hundred or so articles. Do that and add one group at a time and see if there if a difference in your results.


All times are GMT. The time now is 07:56 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.01776 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_code_printable
  • (2)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