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.
Originally posted by dFrisk Is anyone actively working on the compatibility issue? I am also running 2.2.0 and would really like to have this hack..
David
I have written a php version (that works on vB 2.2.2, and possibly earlier versions), a complete rewrite of the hack (tailored to my needs) that I just need to make portable and then package it up. Hopefully I'll get that available tonight for everyone.
Originally posted by Gilby I have written a php version (that works on vB 2.2.2, and possibly earlier versions), a complete rewrite of the hack (tailored to my needs) that I just need to make portable and then package it up. Hopefully I'll get that available tonight for everyone.
Wow, that's wonderful! Does it mean that it won't require any perl modules? And I hope that it will work on vB 2.0.3, too :cry:
I have written a php version (that works on vB 2.2.2, and possibly earlier versions), a complete rewrite of the hack (tailored to my needs) that I just need to make portable and then package it up. Hopefully I'll get that available tonight for everyone.
if it dont need perl then you are a god send and I shall shower you in boxes of roses as a thank you
so when you gonna make this unoffical updated hack available ;p
come on hurry it up, you have us all waiting now you know.
Originally posted by bitbender Doesn't need Perl?,
I seriously hope it dont, cos I cant run cron from my host, nor any other without payng mega'quids for, considering I onyl want to pull posts from a moderated group that posts maybe 20 posts a day :P
No perl is needed. It's all in PHP. Athough it does require PEAR since it uses a (modified) NNTP class from that. PEAR should be available on most PHP installations, but I can probably change the code to not require it, so if that requirement happens to be a problem, then it's not hard to change it.