473,396 Members | 2,070 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

NNTP and PHP

Does anyone know of a library that allows easy interaction with NNTP?
I'm not wanting to roll my own using PHP and sockets but want something
similar to Perls News::NNTPClient. I've done a Google search and keep
running into the Python library and the Perl library but nothing for PHP.

Any suggestions?

Thank,
NightChild
Jul 17 '05 #1
4 2113
NightChild wrote:
Does anyone know of a library that allows easy interaction with NNTP?
I'm not wanting to roll my own using PHP and sockets but want
something similar to Perls News::NNTPClient. I've done a Google search
and keep running into the Python library and the Perl library but
nothing for PHP.


Here's a couple I found after a quick look through PHP groups through
Google.

http://www.phpclasses.org/nntp
http://www.phpclasses.org/browse/package/157.html

--
Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/
Jul 17 '05 #2
Chris Hope wrote:
NightChild wrote:

Does anyone know of a library that allows easy interaction with NNTP?
I'm not wanting to roll my own using PHP and sockets but want
something similar to Perls News::NNTPClient. I've done a Google search
and keep running into the Python library and the Perl library but
nothing for PHP.

Here's a couple I found after a quick look through PHP groups through
Google.

http://www.phpclasses.org/nntp
http://www.phpclasses.org/browse/package/157.html


Thank you Chris. Don't know how I missed those on Google.

Night
Jul 17 '05 #3
NightChild wrote:
Chris Hope wrote:
NightChild wrote:
Does anyone know of a library that allows easy interaction with NNTP?
I'm not wanting to roll my own using PHP and sockets but want
something similar to Perls News::NNTPClient. I've done a Google
search and keep running into the Python library and the Perl library
but nothing for PHP.


Here's a couple I found after a quick look through PHP groups through
Google.

http://www.phpclasses.org/nntp
http://www.phpclasses.org/browse/package/157.html


Thank you Chris. Don't know how I missed those on Google.


I searched Google Groups :)

--
Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/
Jul 17 '05 #4
NightChild <no_private_replies@no_server.com> wrote:
Does anyone know of a library that allows easy interaction with NNTP?
I'm not wanting to roll my own using PHP and sockets but want something
similar to Perls News::NNTPClient. I've done a Google search and keep
running into the Python library and the Perl library but nothing for PHP.


The imap library also support nntp

http://nl2.php.net/imap
LIII. IMAP, POP3 and NNTP Functions
Introduction

These functions are not limited to the IMAP protocol, despite their
name. The underlying c-client library also supports NNTP, POP3 and local
mailbox access methods.
Jul 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Rodney Pont | last post by:
I'm trying to use imap_open to get news from a server that requires a user name and password. I'm using $nntp = imap_open("{".$newsserver."/nntp:".$port."}".$newsgroup, $newsuser, $newspass,...
3
by: jimt | last post by:
yes no or a point in a good direction thanks jimt
0
by: Gene Mat | last post by:
Hi, I'm trying to build a simple Perl program to get a list of newsgroups. Here's what I have... #!/opt/local/bin/perl use Net::NNTP; $nntp = Net::NNTP->new("nntp.perl.org",Debug,10);...
8
by: Roland Hall | last post by:
Is it possible to send/receive nntp messages via CDOSYS without a 3rd party news component? The NNTP links I have found appear to be related to MS Exchange 2K. My goal is to write an ASP...
12
by: Craig Kenisston | last post by:
Does this exist in the.net framework ? I can't find it. I could find SMTP, though. If it doesn't, could anybody recommend a component suite that includes smtp, pop, nntp ? But mainly, that does...
0
by: polite person | last post by:
Hi While looking up refs on NNTP in VB I was amused to read the following (code in C#, not on a MS site). I'm fading too and I just hope NNTP lasts as long as I do. "NNTP is an older fading...
11
by: Jim | last post by:
Have you seen any NNTP classes that I may use or build upon to build a simple newsreader/downloader? Is there such a class in the .Net framework that I have overlooked? If not, inclusion of RFC...
9
by: Sandman | last post by:
Ok, I do NOT want to *connect* to a NNTP server from PHP, I want to - from a NNTP client - connect to a NNTP server that is powered by PHP. Specifically, I want articles, forum posts and such...
11
by: Michael Torrie | last post by:
Mike Driscoll wrote: I rarely use NNTP these days. I access c.l.py exclusively via e-mail, and that works very well. In some cases there is a lot of spam that gets filtered out of the nntp...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.