Scripts for NNTP reading and/or posting?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gary Stark

    Scripts for NNTP reading and/or posting?

    Does anyone have such a beastie? I can't even get to first base.

    The following doesn't work ...

    $hostNNTP = "news.swiftdsl. com.au:119/nntp";
    $nntp = imap_open( "{" . $hostNNTP . "}comp.lang.cli pper.visual-objects", "",
    "", OP_HALFOPEN) or header("Locatio n: error.php?ec=3" );


    It displays an error message "Warning: imap_thread returned an empty tree in
    list.php on line 53"


    In looking around, I've found a couple of classes that try to connect to my
    available NNTP servers, but they too don't seem to be working as I expect.

    TIA for any and all assistance.

    --
    g.
    Gary Stark
    gstark@Redbacks Web.com


  • dr zoidberg

    #2
    Re: Scripts for NNTP reading and/or posting?

    Gary Stark wrote:
    [color=blue]
    > Does anyone have such a beastie? I can't even get to first base.
    >
    > The following doesn't work ...
    >
    > $hostNNTP = "news.swiftdsl. com.au:119/nntp";
    > $nntp = imap_open( "{" . $hostNNTP .
    > "}comp.lang.cli pper.visual-objects", "", "", OP_HALFOPEN) or
    > header("Locatio n: error.php?ec=3" );
    >
    >
    > It displays an error message "Warning: imap_thread returned an empty
    > tree in list.php on line 53"
    >
    >
    > In looking around, I've found a couple of classes that try to connect to
    > my available NNTP servers, but they too don't seem to be working as I
    > expect.
    >
    > TIA for any and all assistance.[/color]

    I found some functional scripts for news reading and posting at
    Hot Scripts is the net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal. We are an Internet directory that compiles and distributes Web programming-related resources, geared toward webmasters, developers and programmers looking for enhancing their Web sites and intranets with dynamic development tools.

    Comment

    • Gary Stark

      #3
      Re: Scripts for NNTP reading and/or posting?

      Hi,

      dr zoidberg wrote:[color=blue]
      > Gary Stark wrote:
      >[color=green]
      >> Does anyone have such a beastie? I can't even get to first base.
      >>
      >> The following doesn't work ...
      >>
      >> $hostNNTP = "news.swiftdsl. com.au:119/nntp";
      >> $nntp = imap_open( "{" . $hostNNTP .
      >> "}comp.lang.cli pper.visual-objects", "", "", OP_HALFOPEN) or
      >> header("Locatio n: error.php?ec=3" );
      >>
      >>
      >> It displays an error message "Warning: imap_thread returned an empty
      >> tree in list.php on line 53"
      >>
      >>
      >> In looking around, I've found a couple of classes that try to connect
      >> to my available NNTP servers, but they too don't seem to be working as
      >> I expect.
      >>
      >> TIA for any and all assistance.[/color]
      >
      >
      > I found some functional scripts for news reading and posting at
      > www.hotscripts.com[/color]



      Interesting site. Many thanx for this.

      The scripts I downloaded look like an interesting place to start this from; I've
      managed to get them working to a point thus far. Enough to give me confidence to
      move ahead with what I want to do. :)



      --
      g.
      Gary Stark
      gstark@Redbacks Web.com


      Comment

      Working...