The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
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.
Current version is 20020323 for vB2.xx Current feature list:
Main Options More Options Configuration of Newsgroups Add New Newsgroups Spam Control What an imported usenet article looks like in vB 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. Links to required Perl Modules Show Your Support
|
Comments |
#352
|
|||
|
|||
The SMTP server won't affect things being sent to usenet. There are several things that may prevent it showing up on usenet:
For anyone having problems with newnews.pl, I've attached the one I am currently using at my site. It's been running against a dnews server without problems for several months.
I'm currently re-writing the entire hack in php. There are major changes to the way it works:
|
#353
|
|||
|
|||
Quote:
|
#354
|
|||
|
|||
I've got a small problem with USENET posts getting stuck in the news server...
I'm working with a standalone inn news server and it looks like the posts COMING from my USENET server are off by exactly 1. If I post a message to the group then run newnews.pl, I get no new messages on the forum. If I post a second message or reply to the USENET post, then I get the original message, but not that new message. I wouldn't worry about it except I don't see a TON of my users going the USENET route, thus a message posted on USENET could get "stuck" for a while. Posts coming out of the forum end up in USENET fine. Any help would be greatly appreciated! Thanks! PS. I had to do another small mod to the perl to get messages to post to the inn news server... I had to set line ~ 1023 to "push(@article, "X-References: $threadid|$postid\n\n");" thus I needed an extra return in there. I'm surprised that only inn servers want that, but oh well. |
#355
|
|||
|
|||
I'm running Windows2000 with IIS... is it possible to set this up? All references I've seen are for apache only.
|
#356
|
|||
|
|||
btt
|
#357
|
|||
|
|||
Quote:
You might want to wait a few weeks until I release the new PHP version that will not require the headache of installing any Perl modules. |
#358
|
|||
|
|||
Sounds good to me... i have no problem waiting...
I would love to be a tester if you need one. my board currently sends gets around 1,200 to 1,300 post on the average daily. |
#359
|
|||
|
|||
I'm still having the same problem, post reply does not work but quote reply does. I just noticed that posting a new thread does not go to the usenet either. Anybody have a clue? Could FF's answers above be the cause after all? I still don't think so since posting with quote reply works correctly. Any help is GREATLY appreciated, I've been trying to fix this for a couple of weeks and really want to fix it so I can share Usenet with my users.
|
#360
|
|||
|
|||
Scrooge,
Did you install the latest newnews.pl I attached a few posts up? Install that and if it still doesn't work, I'll see what I can do to help. The newthread and new reply doesn't actually rely on templates for posting. It's only the quote that needs template changes... and that works. The other two are simply extracted from the database when newnews.pl runs. It does this by checking a flag (isusenet) in the post and thread tables. This can be set -1, 0 or 1. 0 means it's a local post and will never be sent. -1 means it's already gone to usenet, and 1 means it's pending. Do a query on the post table and check if any are still set to 1. The other point to remember is a reply to a post will only go to usenet if the post to which it is replying has a valid usenet message ID. If the parent post originated on the forum, it won't have this until we re-retrieve it from the news server on the next batch run. Replies will be held until that retrieval is made. This is why the useragent must remain static otherwise we can not identify which posts came from the forum. Obviously, new threads do not suffer from this limitation as they do not have a parent. Anyway... install the latest newnews.pl and report back |
#361
|
|||
|
|||
That did the trick, why didn't you say to do that before!? Oh, you did
Thanks a ton. This is the best hack out there IMHO. Now that everything is working I'm off to share the good news with my users. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|