Get list of Newsgroups from server using PHP

This is a discussion on Get list of Newsgroups from server using PHP within the alt.comp.lang.php forums, part of the PHP Programming Forums category; I am trying to write a PHP script that will download all of the available newsgroups from a server and ...


Go Back   Usenet Forums > PHP Programming Forums > alt.comp.lang.php

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-14-2003
Travis McCarter
 
Posts: n/a
Default Get list of Newsgroups from server using PHP

I am trying to write a PHP script that will download all of the available
newsgroups from a server and write them into a MySQL database. I have tried
a few different things but cannot figure out even how to download the list.
If anyone can help it would be appreciated.

Thanks,
Travis


Reply With Quote
  #2 (permalink)  
Old 09-15-2003
Extended Partition
 
Posts: n/a
Default Re: Get list of Newsgroups from server using PHP

"Travis McCarter" <travism@sunrisenetwork.net> wrote in message
news:3f64c6f6$1_9@athenanews.com...
> I am trying to write a PHP script that will download all of the available
> newsgroups from a server and write them into a MySQL database. I have

tried
> a few different things but cannot figure out even how to download the

list.
> If anyone can help it would be appreciated.


While there might be a class already written to do this here is how I would
handle it. Basically NNTP is done over a plain-text unencrypted connection.
That means technically you could telnet to your news server and read your
groups that way if you wanted.

Open a socket to port 119 on the news server (I think that's the NNTP port)
and issue the "LIST" command. Stuff all of the output in an array and then
stuff that into your MySQL database. You might need to parse each listing as
it might return something like group.name number_of_messages. But that
shouldn't be a big deal.

Anthony


Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 12:32 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0