ASP NNTP Viewer

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

    ASP NNTP Viewer

    I would like to add usenet to a forum I have.
    Is there any tutorials that will show me how to download the NG data,
    etc. or even if possible a (free*) application to run it.

    Thanks
    Killian


    * as I have zero budget for this!
  • Michael D. Kersey

    #2
    Re: ASP NNTP Viewer

    Collywobbles wrote:
    I would like to add usenet to a forum I have.
    Is there any tutorials that will show me how to download the NG data,
    etc. or even if possible a (free*) application to run it.
    >
    Thanks
    Killian
    >
    >
    * as I have zero budget for this!
    Below is a URL to Perl code to do that.

    In Perl this task is straightforward because most of the code's already
    written as CPAN modules. But even if you don't use it you may find the
    explanation useful in understanding the NNTP protocol:

    Comment

    • Collywobbles

      #3
      Re: ASP NNTP Viewer

      Michael D. Kersey wrote:
      Below is a URL to Perl code to do that.
      >
      In Perl this task is straightforward because most of the code's already
      written as CPAN modules. But even if you don't use it you may find the
      explanation useful in understanding the NNTP protocol:
      http://www.stonehenge.com/merlyn/Web...ues/col62.html
      Thanks Michael.
      I found a PHP app this morning called myNewsGroups which does the job.
      My problem now is trying to find a quick NG server! The one I am using
      with the app (213.155.197.13 8) is incredibly slow!

      Comment

      Working...