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.
anybody come up with a way to bypass having so many duplicate posts? the only thing I've come up with so far is runnig the import then using the vbulletin tool to kill dupe threads
I am picking up POP mail and when I run the gateway.php I get the following error:
Quote:
Database error in vBulletin 3.0.7:
Invalid SQL:
SELECT post.*, thread.*,
post.dateline AS postdateline, post.msgid AS postmsgid,
thread.title AS threadtitle, post.visible AS postvisible,
thread.visible AS threadvisible
FROM vb_post as post LEFT JOIN vb_thread as thread
ON (thread.threadid = post.threadid
AND post.userid = thread.postuserid
AND post.postid = thread.firstpostid)
WHERE post.isusenetpost = 0
AND post.postid > 49509
AND thread.forumid = 32
mysql error: Unknown column 'post.msgid' in 'field list'
mysql error number: 1054
I do not have msgid column and all my tables have a prefix "vb_post" not "post"
I'm new to this. What do I put in the "Newsgroup/Mailing list E-mail" and "Server" text fields when setting it up to pull a newsgroup?
The newsgroup I want to use is alt.games.video.xbox what do I need to put into the fields when creating the new newsgroup???
Come on people! I took the time to install this mod, the least somebody could do is help me on how I fill in the info boxes to get it to pull the content it's suppose to.. :disappointed: