Version: 2.3.2, by lierduh
Developer Last Online: Nov 2023
Version: 3.0.5
Rating:
Released: 05-14-2004
Last Update: 02-27-2005
Installs: 186
DB Changes
No support by the author.
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:
Correct thread implementation. All imported messages and posts sent to newsgroups will be threaded correctly according to References and Message-ID headers.
Optional setting to thread by subject for mailing lists that strip references header.
Supports TABLE_PREFIX.
Imported messages will be searchable just like normal forum posts.
Similar threads are built when the messages are imported if the system setting is on.
Multiple attachments importing.
Save attachment to database or file according to vB setting.
Thumbnail created while importing image files.
Multiple attachment post to newsgroup is also supported.
Selectable X-No-Archive header honouring system.
Light on system resources.
Global Killfile to filter out unwanted messages. Killfiles can have OR and AND effectiveness.
Strip footer by setting for incoming messages. Strips out repeated message footers.
Built options to disable signatures and footers for out going messages.
Future development
AdminCP interfaces. (completed)
Installation/upgrade script. (completed, coded into AdminCP)
Traditional "> " lead posting interface.
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)
Provided option of not importing attachments
Provided option of pause between messages
Provided option of not sending messages to USENET
Provided mechanism to skip importing a message if it was crashed on it
Provided "Default Footer" option
Provided strip_footer function for mailing lists
(written originally by KevinM)
Provided Killfile functions with Header/Body/AND/OR settings
Provided ability to thread messages by subject for mailing lists
Provided ability to use a single POP3 account for different mailing lists
(use prefix)
Merged KevinM's attachment routine, save thumbnail to hard drive
as vB3.0.3
Official support to have the script run by Scheduled Tasks
Many bug fixes
Please note, when you manually run the script, you must turn on the debug mode. Otherwise nothing will be displayed on the screen.
Hey guys..anyone out there who could help to fix that problem ? :ermm:
Would be appreciated like hell... :nervous:
I will include this option in the next version, where each group/list has the option of using the real email. It involves a bit more than just two lines of code although not hard to code.
I have one questiosn - I've tried to ready through this long thread but can't find it - is there a way to remove the double posting when you send a message to the usenet from your forum, it seems that you show your post on the forum and then when the chron job runs you get back your own post from the usenet in the thread. I think that might confuse some of my users.
thanks in advance.
- R
Go through all the settings in the AdminCP, you will find the answer.
And it ended up working for chopperp1 and for me as well. My question is, what exactly did that do? What is the difference between "\n" and "\r\n" it is something so small and so simple yet solved my problem, so I was just hoping someone (perhaps lierduh) could give me a better idea of what that does or means?
Thanks again for the great help though, and for any further insight you can give!
You are not using the latest version?
Microsoft servers need return carriage + line feed.
I've tried to import all the messages from my news server and I ran into 2 problems. First, The gateway.php?debug=1 thing stopped after 2 hours. It's still not close to havin finished. And now if I run gateway.php as part of a task, it crashes after 5 minutes. It still imports some messages, but since I've still got 100,000 to go, this is going to be quite a nightmare.
Also, the dates of the messages are wrong. They all show the date I imported, instead of the date the messages were posted to the newsgroup.