[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 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 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 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 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