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: V3.5.0Alpha 1 (21 Jul 2005)
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 was originally coded by Gilby for vB2. I modified the hack to work with vB3 and have been maintaining and improving the hack. I have now done the modification for this to work with vB3.5. The very original hack by Gilby can be found here: https://vborg.vbsupport.ru/showthrea...7&page=1&pp=15 The vB3 version can be found here: https://vborg.vbsupport.ru/showthread.php?t=65152 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. No need to manually 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. It is not a must to click "INSTALL" for this hack if you use it, I do try better answering the questions from people who do. Support Please post your support questions to this thread. Please check the FAQ in the second post within this thread first. It may be surprising, but it is possible your question is answered in the adminCP NNTP settings. Please always provide more details about your problem. Examples and debug messages will certainly help. Well, if you don't even try to have some effort to compose your question, the answer you get may also not include much effort. ================== UPDATES ====================== Jul 21 2005 (release version 3.5.0 Alpha 1) AdminCP xml file is written by Kadence.
Quick installation instruction: 1) Upload files to their correct directory 2) Enter AdminCP, click on NNTP Settings once to install/upgrade. Change settings to your like. 3) Click on NNTP Groups once to install/upgrade. 3a) For new install. Run once http://www.yourdomain.com/setlastmsg.php Delete this file afterwards. If you are upgrading from an older version. There is no need to upload this file. Actually this file should not be there except brand new install. 4) Manually run in debug mode: http://forums.yourdomain.com/gateway.php?debug=1 Show Your Support
|
Comments |
#672
|
||||
|
||||
Quote:
I hope someone with more php experience than me has some ideas. -- Rik |
#673
|
||||
|
||||
I forgot something in this post.
I'll be back with that... |
#674
|
||||
|
||||
This is the story:
My newsservers motherboard died in november, so I had to order a new one. This server has now been reinstalled from scratch so the Xref, which gateway.php uses is reset. Lastmsg in the nntp_groups-table therefore got useless, especially when the server resynched older posts again. Fetching all posts again after resetting the lastmsg will result in duplicate messages. This has been fixed with a small patch. Find the row: $message =& $nntp['message']; Add this code after that row: PHP Code:
Then go find the row for the post-insert (it?s actually the thread-insert), it should look like this: $postid = insert_post($threadid, $forumid, $foruminfo, $subject, $from_name, $from_email, $date, $parentid); Before that line, add? PHP Code:
Then, after the line ? exec_send_notification($threadid, "0", $postid); Add this: PHP Code:
} else { ?add this again: PHP Code:
?and finish this with an ending ?}? after the line logging("'$subject' from ". $from_name . ". New thread."); Now, the gateway should?nt post a message with the same Message-ID twice? |
#675
|
||||
|
||||
Quote:
admincp -> Message Search Options Now the Gateway is importing threads on a 4.0 installation. Thanks. -- Rik EDIT: You can still display the similar threads: admincp -> Thread Display Options (showthread) -> Show Similar Threads = Yes. Since similar threads aren't being updated during the import, I expect (unless they are somehow updated as one of the scheduled tasks) one has to update them regularly with: admincp -> Maintenance -> Updated Counters -> Rebuild Similar Threads |
#676
|
|||
|
|||
Anyone gotten this to work on 4.0 gold?
|
#677
|
|||
|
|||
Guys,
Would just like to thank you for spending time getting this mod to work on V4. I havent installed yet, however i'm just setting up a test forum based under 4.0.2. Just wondering if one of you guys might be able to assist by passing on current working files, with any patches added to allow it to work (esp under v4). I could trawl through the thread and apply patches, however there's so many "try this" - then - "This doesnt work, this does it better" that i think i may be here for days/weeks just taking the original files and altering code! It's like re-inventing the wheel!! If anyone could assist, it would be much appreciated On a side note, i would be happy to contribute alongside others, to a developer polishing this up or rebuilding it to work under 4.0.2 nicely, as it did back in the early days!! Paul |
#678
|
|||
|
|||
This mod is the only thing holding me back from going to 4.0.
I have a few services which email me information and this is the only hack I know which can check mailboxes and if new messages are found post them to the forum as new threads. If anyone know a program which does the same thing let me know. I dont really use the usenet portion of the program. |
#679
|
||||
|
||||
I've been messing around with this, and If I can get it cleaned up and working Ok (and can somehow get ahold of the developer, to request permission to take over) I'll see about releasing a 3.8 (and 4.0) version. That's IF I can get it worked out, and permission from the developer.
|
#680
|
|||
|
|||
Quote:
I posted this yesterday in Paid Mods. https://vborg.vbsupport.ru/showthread.php?t=236324 Not sure, however i suspect there's a fair few people on the list that would contribute maybe $20 each to get a decent supported working version. I know i would!! It's the one thing that (like others) is stopping my forum migrating!!! Paul |
#681
|
|||
|
|||
id drop at least 60 bucks to see this happen on 4.0
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|