The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
NNTP Gateway for Usenet ( Newsgroups ), Mailing Lists Details »» | |||||||||||||||||||||||||||
NNTP Gateway for Usenet ( Newsgroups ), Mailing Lists
Developer Last Online: Nov 2023
The latest version: V2.3.2 (31 Oct 2004)
What is it? This hack provides a gateway from vBulletin forums to the USENET. It allows forum members to read newsgroup messages as well as to send posts to the newsgroups. In a nutshell, it turns vBulletin forums into a basic function news reader. For an added bonus, this package also supports mailing list archive and forum to mailing list gateway. The software retrieves messages from a pop3 account and import them into the forums threaded. It also allows a forums user to send messages to the mailing list by the forum posting interface. Why? The gateway will be appreciated by forum members who do not know how to set up a news reader, or people who do not have port 119 open in their network. A forum interface to read and post news are often considered to be better than a news reader. The gateway adds more contents to your forums and allows the members to interact with wider audience. It is common to see new users signing up to use this feature. History This hack is basically a hacked vB2 NNTP gateway written by Gilby to work with vB3. The original hack can be found here: https://vborg.vbsupport.ru/showthrea...7&page=1&pp=15 Features Some of the features and improvement include:
Future development
What do you need and do not need? You do not need to edit vB php files if you use two bookmarks You need to edit one vB php file to insert two lines of code if you want direct click links within AdminCP. No need to run SQL. Installation Basically the AdminCP interfaces take care of installation as well as upgrade in the background. Back up your database first. The scripts can modify your database without alerting you! Please follow the instructions in the readme.txt file for more details. Support Please post your support questions to this thread. Please check the FAQ in the third post within this thread first. ================== UPDATES ====================== Jul 31 2004 (release version 2.2.0)
Please note, when you manually run the script, you must turn on the debug mode. Otherwise nothing will be displayed on the screen. To run as debug mode: http://forums.yourdomain.com/gateway.php?debug=1 25 Oct 2004
31 Oct 2004 Fixed bugs running the gateway by the vB3 Scheduled Tasks 1 March 2004 Uploaded the new zip file. It contains one or two bug fixes. Show Your Support
|
Comments |
#442
|
|||
|
|||
Quote:
|
#443
|
|||
|
|||
Quote:
Basically the thread by subject works by: 1) The message needs to have Re: in the beginning of the subject before the script even starts to worry about finding a thread. 2) "Re: asdf" will match thread's title with asdf Re: asdf "Re: Re: asdf" will match thread's title with asdf Re: asdf Re: Re: asdf "Re: Re: Re: asdf" will match Re: asdf Re: Re: asdf Re: Re: asdf Re: Re: Re: asdf (not match with asdf) It will find the oldest thread, and will use the newest post as the parent message id (only used when the forum reader uses non-inline display mode). |
#444
|
|||
|
|||
Quote:
|
#445
|
||||
|
||||
Quote:
Default = 0. Set to 0 : Check if another instance of gateway.php is running. Set to 1 : Do not check. |
#446
|
|||
|
|||
I'm using the NNTP gateway script to provide users access to our internal news server. As such, I'm creating user accounts under vBulletin which matches the LHS of their email address (i.e. anything before the @ sign). When posting to the news server, I'm getting a copy of the message ID as the From: header. I want to be able to post with a legitimate email address.
For example: xxxxxxx.rrrrr@domain.name (where xxxxxxxx is the normal LHS email name and rrrrr is the message ID) whereas I'd like it to just be: xxxxxxx@domain.name Is there an easy way of doing this/changing the current gateway.php file to handle this? Regards, MArtyn |
#447
|
|||
|
|||
Hey, lierduh -
Is there a reason why the nntp_groups table is ISAM instead of MyISAM? I know if you convert the table to MyISAM the script fails - and since it's usually a tiny table it probably wouldn't benefit much from optimizing, but having to deselect it when optimizing the forum database might be something to look at. cheers - allan |
#448
|
|||
|
|||
lierduh
Is there a limitation on the subject line size? I received some messages (all via the same mailserver) as follows Original message http://proteluser.com/bbs3/showpost....63&postcount=1 Original subject line [dxp] A rule for allowing two components on top of each other? Then I seen a reply which was not threaded Reply http://proteluser.com/bbs3/showpost....17&postcount=1 Subject line Re: [dxp] A rule for allowing two components on top of eachother? Notice the space is missing between the last 2 words "each other" is now "eachother". Hence the reason for none threading. But the reply as i see it in my mailbox, from the same email server (the same message), is actually correct and does read Re: [dxp] A rule for allowing two components on top of each other? So the originating message was actually correct, it was not edited by the user. But i did notice that the subject line was wrapped to a new line between these words in the actual header. Perhaps related to the issues with the strange end of line characters in some posts? Any information appreciated. I forward a copy of the message headers for this non threaded reply to the mailbox i set up for you (same mail server again) |
#449
|
|||
|
|||
Quote:
If someone started new with the vB3 hack, the tables will be created using MyISAM table type. I can't see the reason why MyISAM will cause the script to fail. Both of my nntp tables are MyISAM. |
#450
|
|||
|
|||
Quote:
[edit] ok by now there are plenty examples [/edit] |
#451
|
|||
|
|||
Hi lierduh,
if possible, could you tell me what I have to do to make gateway.php pause between connecting to different ng?s ? I guess it?s the same function like this: PHP Code:
TIA, Marv. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|