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 |
#582
|
|||
|
|||
are there any news servers i can use which connect to uk.sport.football which will enable my users to post on it?
|
#583
|
||||
|
||||
lierduh,
Small question here. I have moderation turned on in a forum that USENET posts are going to but they are going straight to the forum instead of the mod queue. This might be a long stretch but is it possible to have all usenet posts go into the mod queue? Thanks again for all your work, -Jason |
#584
|
|||
|
|||
Quote:
According to the error messsage, the problem is "SET value = ", it is empty instead of a number. The number is fetched through: "SELECT MAX(postid) as postid FROM post" This is a very standard query and should work. If you can run MySQL query either through shell or phpmyadmin etc, try out that query and see what error do you get. By the way, what version of MySQL do you run? |
#585
|
|||
|
|||
Quote:
|
#586
|
|||
|
|||
Quote:
|
#587
|
|||
|
|||
Quote:
SQL-query: SELECT MAX( postid ) AS postid FROM post MySQL version 4.0.20-standard Run script on two differents hosts and fresh install with two differents news servers (public and paid). Got same mysql error. I just noticed that Odoin got the same error: https://vborg.vbsupport.ru/showpost....&postcount=505 https://vborg.vbsupport.ru/showthrea...022#post550022 |
#588
|
|||
|
|||
Quote:
I have the same problem. Forum pulls the posts made to it back into the topic so there is double posts.. {I don't find if ($message['user-agent'] == $settings['useragent'] AND $message['organization'] == $settings['organization']) { Where is it ? |
#589
|
|||
|
|||
Quote:
Find: SET value = {$get_max_postid['postid']} change it to SET value = $get_max_postid[postid] and see if you still get the error. |
#590
|
||||
|
||||
I've had this hack running since it was released. Haven't had one problem. It even brings more traffic to the site and I have users signing up to use the gateway only. Many people don't understand how to use a newsreader or are intimidated by one and this hack makes it easy for them.
Just wanted to say thank you for a great hack. |
#591
|
||||
|
||||
Don't mean to sound too dumb... But How exactly do I upgrade? there are no instructions for it in the readme file :P
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|