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
: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.
>
>
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.
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo