Version: , by fastforward
Developer Last Online: Nov 2011
Version: 2.2.x
Rating:
Released: 07-11-2001
Last Update: Never
Installs: 25
No support by the author.
Description:
This hack provides a gateway to selected usenet groups. The entire usenet group is mirrored locally. Posts submitted locally to mirrored newsgroups will also be sent out to usenet. A single perl script is executed via cron that collects news and posts any outgoing articles. Incoming messages are parsed against customizable spam filters and threaded correctly before being placed in your forums. By default, no personal information is sent to usenet other than the posters username and whatever you have globally configured as a footer and organization. The option does exist for a user to include a custom email to use for usenet posts. After initial installation (which involves creating some new tables, adding a few columns to existing vB tables, and entering the database connection information to the news script) configuration is completed via the vB control panel.
See it in action at dBforums.com(usenet forums are at the bottom)
The latest version of this hack will always be in this first post of the thread.
Before asking questions in this thread, please read all the posts in this thread. If your question goes unanswered, it will probably be because the question has already been answered countless times in this thread.
This hack was created for use on my forums and will only be supported as time permits.
I receives this error, and I do not it know how to improve this.
I have put coding latin2 in options
Quote:
Malformed header from CGI script: ignoring text in character set `WINDOWS-1250' at /forum/newnews.pl line 368 ignoring text in character set `WINDOWS-1250' at /forum/newnews.pl line 368 ignoring text in character set `WINDOWS-1250' at /forum/newnews.pl line 368
This is a great hack and we have been using it for a long time. However we are starting to look at what we are going to need to do when VB 3.0 comes out. Is this hack going to be re-written for 3.0?
Originally posted by Stephan Whelan
This is a great hack and we have been using it for a long time. However we are starting to look at what we are going to need to do when VB 3.0 comes out. Is this hack going to be re-written for 3.0?
The new and improved version of this hack is already re-written and has been running on my site for several months. It's all object oriented and just requires a drop-in 'forum' module to work with vB3 or any other version. Obviously a 2.2.9 module is already written.
Basically, an article object is passed to the forum module for insertion, so any forum vendor or version can be easily supported.
The reasons I haven't released it yet are:
1) I still make tweaks every week to the code.
2) There is no easy upgrade path from the existing version.
But rest assured, as soon as vB3 is released, it will be released.
This is caused by the Text::Autoformat module. It somethimes tries to be too clever and attempts to re-number lists... a bit like Microsoft and their annoying 'helpful' Word functions.
You can disable wordwrap on incoming articles by commenting out the following lines in newnews.pl