This function creates an NNTP connection object. An NNTP connection object is and either the welcome message or an error message is stored in nntpr.private.
1 | connect(nntp_server, nntp_port, user_name, user_password, read_only)
|
nntp_server |
dsn name or ip address of target NNTP server |
nntp_port |
connect port of NNTP server |
user_name |
user login name |
user_password |
user login password |
read_only |
sets read only session True or False |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.