vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   NNTP Gateway (Usenet/Newsgroups) (https://vborg.vbsupport.ru/showthread.php?t=35247)

lierduh 02-09-2004 07:56 AM

Could you post the entire headers of the post he replied and one of his other posts.

Also for debugging purpose, add this line after that getHeader line

print_r($thisheader);

allan grossman 02-09-2004 08:26 AM

Okay -

this one showed up in the forum

Path: internal1.nntp.sjc.giganews.com!border2.nntp.sjc.g iganews.com!nntp.giganews.com!cyclone-sf.pbi.net!216.218.192.242!news.he.net!newsfeed1.e asynews.com!easynews.com!easynews!bigfeed2.bellsou th.net!bigfeed.bellsouth.net!bignumb.bellsouth.net !news.bellsouth.net!bignews3.bellsouth.net.POSTED! 50720933!not-for-mail
From: Lynrd <iamnot@this.com>
Newsgroups: alt.guitar.bass
Subject: Re: The final solution - or, 'Hey, Lynrd!'
Organization: Department of Redundancy Department
Message-ID: <402b4ddd.213014098@server1.loosenet4free.com>
References: <allan.11bapm@ebassist.nospam.com>
X-Newsreader: Forte Agent 1.93/32.576 English (American)
X-No-Archive: yes
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 37
X-Trace: bhmkggakljkaanefdbdpiflmbcekedmfhojhikkbagflhcbojj cppjnbmkeghkjnaebckapdlcgdmfgdjabdbdkfgappaidgiloo kconkabkfbidlnmbhlcnknekmbegpccnnhdpgmpjjbpkekfngo dfappodfma
NNTP-Posting-Date: Sun, 08 Feb 2004 09:52:40 EST
Date: Sun, 08 Feb 2004 08:57:33 -0600
Xref: intern1.nntp.aus1.giganews.com alt.guitar.bass:354721

but this one did not:

Path: internal1.nntp.sjc.giganews.com!border2.nntp.sjc.g iganews.com!nntp.giganews.com!cyclone-sf.pbi.net!216.218.192.242!news.he.net!newsfeed1.e asynews.com!easynews.com!easynews!bigfeed2.bellsou th.net!bigfeed.bellsouth.net!bignumb.bellsouth.net !news.bellsouth.net!bignews6.bellsouth.net.POSTED! not-for-mail
From: Lynrd <iamnot@this.com>
Newsgroups: alt.guitar.bass
Subject: Re: You?
Organization: Department of Redundancy Department
Message-ID: <40243584.75709184@server1.loosenet4free.com>
References: <imf720dok6ldvtjphvhli0u7sfoqjcvhi2@4ax.com>
X-Newsreader: Forte Agent 1.93/32.576 English (American)
X-No-Archive: yes
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 38
X-Trace: ofjmidbaofeaohdodbdpiflmbcekedmfhojhikkbagflhcboea gmlgmoifpnnejlkaikhjbiabbhpmpljabdbdkfgappaidgokda icblneaplmodlnmbhlcnknekmbegfnkjinielkkcgcglnjgdkc epeeifcdbb
NNTP-Posting-Date: Fri, 06 Feb 2004 19:49:04 EST
Date: Fri, 06 Feb 2004 18:52:20 -0600
Xref: intern1.nntp.aus1.giganews.com alt.guitar.bass:354456

The first of the two new lines didn't work i I'm gong back to the one that did in post #727

Also, I found the "get headers" line was missing from the script (one too many cut-and-pastes, I'm afraid) - so let's not do anything different until I've got solid information on what works now that I've got the script back where it needs to be.

Sorry to have wasted a little of your time on this, lierduh - I didn't see the line was missing. I'll let you know what happens after I run this for a couple days.

lierduh 02-09-2004 08:40 AM

You need to use the third option in this case (pun intended).

So insert these:

PHP Code:

if (isset($thisheader['X-No-Archive'])) { 
     if ( 
stristr($thisheader['X-No-Archive'], 'yes') ) {
          continue; 
     } 



allan grossman 02-09-2004 10:23 AM

Quote:

Originally Posted by lierduh
You need to use the third option in this case (pun intended).

So insert these:

PHP Code:

if (isset($thisheader['X-No-Archive'])) { 
     if ( 
stristr($thisheader['X-No-Archive'], 'yes') ) {
          continue; 
     } 



I think we're almost there.

Thanks, lierduh.

allan grossman 02-09-2004 10:20 PM

If I wanted to check for upper- and lowercase would I do it like this?

PHP Code:

if (isset($thisheader['X-No-Archive'])) { 
     if ( 
stristr($thisheader['X-No-Archive'], 'Yes' || 'yes') ) { 
          continue; 
     } 



lierduh 02-09-2004 10:29 PM

Quote:

Originally Posted by allan grossman
If I wanted to check for upper- and lowercase would I do it like this?

PHP Code:

if (isset($thisheader['X-No-Archive'])) { 
     if ( 
stristr($thisheader['X-No-Archive'], 'Yes' || 'yes') ) { 
          continue; 
     } 




stristr is case INsensitive.:)

allan grossman 02-09-2004 10:32 PM

Ah. Then I don't need to do anything.

Let me run it for a couple days and I'll let you know what happened.

Thanks a million, lierduh - I'm hoisting a glass in your direction right now :)

Bro_Joey_Gowdy 02-12-2004 03:25 PM

Im now getting another error in line 37 of gateway.php
http://www.joeygowdy.com/forum/gateway.php

allan grossman 02-12-2004 03:39 PM

Which version of the gateway - the vB2.x version on page 1 or the one lierduh modified for vB3 on page 44?

The reason I ask is that in lierduh's version line 37 is commented out. Can you paste line 37 into a message here for us?

thanks -

fluxforums 02-20-2004 01:03 AM

I have installed this hack along with the VB3 RC2 gateway upgrade along with ALTER TABLE post ADD ref TEXT NOT NULL;

My nntp_groups reflect....

biz.marketplace.web-design varchar(200) No
General Web Design varchar(32) No 0
prefix varchar(255) No
lastmsg int(11) No 0
news.comcast.giganews.com varchar(64) Yes NULL
xxxxxx varchar(32) Yes NULL
yyyyyy varchar(32) Yes NULL
enabled int(11) No 1

When running....
http://etcetc/gateway.php I receive...

0 group(s) gatewayed.

Am I missing something rudimentary here?


All times are GMT. The time now is 08:27 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.01906 seconds
  • Memory Usage 1,755KB
  • 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_php_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