The Newsgroup Manager admin control panel allows the administrator to define newsgroup rules that allow FUDforum to archive messages from a newsgroup as well as allow the forum's own messages to be sent to the newsgroup.
FUDforum will store the Message-ID for messages imported from a newsgroup. Forum replies to these messages will go back to the same thread when pushed out to the newsgroup. Messages originating from the forum will not have a Message-ID when pushed out to the newsgroup. However, when they are re-encountered during import, the forum will capture and store their Message-ID's in the database.
Enter the following fields to configure a new newsgroup and click on the "Add Newsgroup Rule" button when done:
The IP address or host name of the NNTP server you are going to connect to.
The port on which to connect to the newsgroup server. By default, all newsgroup servers use port 119.
Number of seconds to wait for the NNTP server to respond. Increase this value is you get errors like this:
Unable to establish connection to ... on port 119 failed With Error #110 : Connection timed out
The name of the newsgroup you intend to archive. ex. comp.lang.php
Some NNTP servers require you to authenticate yourself before being able to send any commands to the server. If your server requires authentication, choose which method of authentication your NNTP server supports. Valid options:
For more info, see http://tools.ietf.org/rfc/rfc4643.txt
If your NNTP server requires authentication, use this field to enter the login name to use when connecting to the server.
If your NNTP server requires authentication, use this field to enter the password to use when connecting to the server.
Choose a forum, which will be associated with this particular newsgroup, meaning that messages from the newsgroup will be imported into this forum.
This option specifies whether or not the moderator(s) will be required to approve messages imported from the newsgroup before they are made visible on the forum to the general public.
Whether or not to forward messages that were posted on the forum to the newsgroup. If "yes" is selected, then when a user posts a message, the forum will send the messages to the newsgroup on behalf of the user.
IMPORTANT: If you select this option make sure that the newsgroup server you are connecting to allows you to post messages to newsgroups via that server. |
Whether or not moderator(s) of this forum will be required to approve posts made by forum members before those posts are synchronized to the newsgroup.
If enabled, ANY file attachment attached to a message in the newsgroup will be imported into the forum regardless of any limitations imposed on file attachments within the forum.
Certain mail clients do not send necessary headers needed to determine if a message is a reply to an existing message. If this option is enabled and normally available reply headers are not there, the forum will try to determine if the message is a reply by comparing the message's subject to subjects of existing messages in the forum.
When importing messages from a newsgroup, should a new user be created for every newsgroup author, who cannot be matched against an existing forum user. If this option is set to 'No', then all imported newsgroup messages who's authors cannot be matched against existing forum members will be attributed to the anonymous user.
When importing messages, should the messages posted from users who cannot be matched to existing forum members be ignored.
Maximum number of messages to import per run. Leaving the value at 0 or empty means unlimited. When doing a 1st import which may need to import a lot of messages, since there is no starting point, it is important to set this option to prevent the import script from timing out.
A string of text to append to the end of every message sent from the forum back to the newsgroup.
At the bottom of the control panel there is a list of existing newsgroup rules. Each entry shows 4 pieces of information about the newsgroup:
Options are presented to edit the rule, delete it or to clear the newsgroup's tracker (reset message pointer to the first message in the group).
Users that want to set the tracker value to a specific message can do so from the SQL Manager by executing a SQL statement like:
UPDATE fud30_nntp SET tracker = 123 WHERE newsgroup = 'my.newsgroup.name';
Any system scheduler can be used to execute the 'Exec Line' (see above) to load posts into the forum. On LINUX/UNIX systems one would typically setup a cron job to run every 2-3 minutes. On Windows systems one can use the task scheduler to accomplish the same thing.
Nntp.php (in the forums scripts directory) requires you to have a PHP command line executable (cgi/cli) installed. If you have standard installation of PHP for Apache web server, then there are very high chances that you already have PHP CLI installed on your system. This executable can typically be found at /usr/bin/php, however on some distributions that may not be the case. If your PHP binary is not in /usr/bin/php, you will need to change the first line of the nntp.php script from
#!/usr/bin/php
to
#!/path/to/your/php/binary
The following is a sample crontab that will import messages from a newsgroup associated with rule #1 every 2 minutes.
*/2 * * * * /home/forum/forum/scripts/nntp.php 1
WARNING: When you import multiple newsgroups, ensure they don't all start at the same time! |
Please monitor the Error Log Viewer for problems (FUDforum 3.0.2 and later releases). Users running older releases can view the errors/.nntp/error_log file for problems (this file was moved to errors/nntp_errors in 3.0.2).
Also note that invalid messages that could not be loaded will be copied to the forum's errors/.mlist/ directory.
If you use cron (or any other system scheduler for that matter), ensure you write the errors somewhere. For example, append this to the crontab line:
>>/tmp/mail.log 2>&1
Sorry! This site is experiencing technical difficulties.
Try waiting a few minutes and reloading.
(Can't contact the database server: Cannot return last error, no db connection)