[PHP] nntp://news.php.net -- read only?

2004-12-17 Thread Jason Morehouse
Sorry for the lame question... but I prefer to read and reply to messages via the news server. However, I can't seem to post to news.php.net. I'm using thunderbird, and have tried a few different outgoing servers, including news.php.net. Is the news server read only? I thought for sure I wa

RE: [PHP] Re: PHP & NNTP w/o IMAP?

2003-03-05 Thread Jeff Hatcher
:12 PM To: Mike Walsh Cc: [EMAIL PROTECTED] Subject: [PHP] Re: PHP & NNTP w/o IMAP? http://php.resourceindex.com/ search for NNTP. On Tue, 4 Mar 2003, Mike Walsh wrote: > I am looking for some PHP code that implements an NNTP interface that > doesn't require IMAP. > >

Re: [PHP] PHP & NNTP w/o IMAP?

2003-03-05 Thread Adam Voigt
Talk to the NNTP server with fsockopen and socket functions. Manual (RFC) for NNTP commands: http://rfc.net/rfc977.html On Tue, 2003-03-04 at 15:37, Mike Walsh wrote: I am looking for some PHP code that implements an NNTP interface that doesn't require IMAP.

[PHP] Re: PHP & NNTP w/o IMAP?

2003-03-04 Thread Philip Hallstrom
http://php.resourceindex.com/ search for NNTP. On Tue, 4 Mar 2003, Mike Walsh wrote: > I am looking for some PHP code that implements an NNTP interface that > doesn't require IMAP. > > I do not need a full featured NNTP implementation and it only needs to > support read access. If anyone knows

[PHP] PHP & NNTP w/o IMAP?

2003-03-04 Thread Mike Walsh
I am looking for some PHP code that implements an NNTP interface that doesn't require IMAP. I do not need a full featured NNTP implementation and it only needs to support read access. If anyone knows of such a thing I would greatly appreciate a pointer. My Google searches have not turned up anyt

[PHP] NNTP tutorial

2002-07-02 Thread Latex Master
Hello php-general, Dear PHP programmers, anyone can point me to a nice tutorial working with NNTP (Usenet) servers? -- Best regards, Latex mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

Re: [PHP] NNTP Services

2002-03-28 Thread bvr
open http://www.php.net/manual/en/ press Ctrl-F and type 'nntp' .. click ok. bvr. news.php.net wrote: >Hello everyone > >I have a problem to post messages to newsgroups. How can i do it. > >thanks >Muhammad Fawad > > > -- PHP General Mailing List (http://www.php.net/) To unsubsc

[PHP] NNTP Services

2002-03-17 Thread news.php.net
Hello everyone I have a problem to post messages to newsgroups. How can i do it. thanks Muhammad Fawad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] NNTP Indexing

2002-01-15 Thread Jonathan Chum
I'm in dire need of suggestions for reconstruction of a database that contains USENET posts from a few groups on the server. This is the structure: CREATE TABLE /*!32300 IF NOT EXISTS*/ nntp ( pid mediumint(10) NOT NULL auto_increment, aid mediumint(10) NOT NULL DEFAULT '0' , from_name var

[PHP] NNTP

2001-12-29 Thread Kris
Hi, Does anyone know where these have gone, or have them archived somewhere? Google hasn't cached them. http://www.lerdorf.on.ca/nntp.phps and http://www.lerdorf.on.ca/nntp.php3 Alternatively, anyone who has/has done code to take the headers, and only the headers, of posts in a newsgroup and wh

[PHP] NNTP

2001-03-23 Thread Tim
Does anyone know of any examples of using IMAP to connect to NNTP newsgroups, any feedback would be appreciated Cheers. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administra

[PHP] nntp imap_open causes crash

2001-02-22 Thread Bo O. Erichsen
I have a problem with imap_open: I can do imap_open on nntp server that has no authentication. But when i try on a nntpserver that requires a password.. php dumps core (signal 11 gdb backtrace is #0 0x0 in ?? ()) ( i executed the cgi version of php to be sure that apache has nothing to do with it