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 |
#302
|
|||
|
|||
Quote:
domain as you noticed is "yamner' and user name is 5 characters. I just checked "nntp_groups" table in mysql and I don't see any issues there (server lenght=64; username=32; password=32) all values are correct . :ermm: But I noticed one thing, when I go to admincp>Execute SQL Query I get the message "You are not authorized to execute SQL queries"- I'm logged in as a superadmin. Do you think this might be my problem? If yes, what file should I modify? Thx |
#303
|
|||
|
|||
Quote:
Ill try it, is this just the original php file + Kevins mod or an updated gateway.php + Kevins mod? Ill run it later and see if I can recreate it. |
#304
|
|||
|
|||
Quote:
1. The script will now handle attachments as 'save as files' if that is how your version of vb is set-up. 2. It checks attachment permissions against the forum (allow attachments or not) and extension types (as set up in control panel). 3. On some flavours of php installations the making of thumbnails was problematic. It now follows vb's standard way of thumbnail creation. There may be other improvements made by Lierduh |
#305
|
|||
|
|||
Quote:
|
#306
|
|||
|
|||
Can someone please tell me how to properly stop attachments being made with posts, I get constant errors sent to my email everytime gateway.php run's , I tried to comment out a small piece in gateway.php and this stopped the attachments and the posts so I must have did something wrong. I re-edited and am getting attachment errors again.
|
#307
|
|||
|
|||
Quote:
So is the mini hack for thread by subject enhancement is now integrated or will it need updated again for this version of gateway.php? |
#308
|
|||
|
|||
Its Ok Kevin, I answered my own question (just tried it)
If i add the thread by subject mini hack I get Parse error: parse error in /home/protelus/public_html/bbs3/gateway.php on line 401 Without it its fine. |
#309
|
|||
|
|||
Quote:
|
#310
|
|||
|
|||
Quote:
$this->_write("USER $this->username"); and insert the following line before that: echo "=========USER Name: " . $this->username . " =========="; This will show the user name entered by the script. I want to confirm if the right username is used by the script at this stage. Also with gateway.php, find: $pop_connect = $pop3->connect(); and add the following line after this: logging($pop3->showlog()); This will show the entire pop3 connection log. No fix at this stage, just need to find out the reason behind this first. |
#311
|
|||
|
|||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|