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 |
#412
|
|||
|
|||
Quote:
|
#413
|
|||
|
|||
Quote:
Usually Warnings do not affect php scripts. Strange I am not getting any warnings, even in the error log. Have you had other hacks done involves templates? |
#414
|
|||
|
|||
Quote:
A third thing that can cause "messy" email is the fact that some older mail programs do not gracefully handle the advanced character sets that let us use "special characters" such as bullet marks, foreign letters, and other non-standard characters. Eudora and many other email programs use something called "quoted-printable" encoding to send these special characters, which requires that the receiving email program support an email standard called MIME. If the email program of your recipient is not "MIME-compliant," then they might see text that looks like this: See ++++=20 >See ++++ run. Run, ++++, run.=20 See Jane dance.=20 >Dance,.=20 Jane, dance.=20 The solution is to turn off "quoted-printable" encoding for messages that are going to people with older mail programs. In Eudora, there is a button in the compose mail window marked "QP." Usually it's toggled on. Press it to turn it off. It will stay off until you turn it on again. Outlook and Outlook Express do not use quoted-printable encoding by default. You can make sure it's not on in Outlook at Tools>Options>Mail Format>Settings. The "Encode text as" item lets you choose none, quoted-printable or base64 encoding. In Outlook Express, the same choices can be found at Tools>Options>Send>Plain Text Settings (under Mail Sending Format). extracted from: http://www.techsoup.org/print/printp...0&type=article Will come up with a solution for this for this project. I need you to send more reply emails to the test account with this feature. |
#415
|
||||
|
||||
For some reason I opened it today and I am getting this -
Code:
<br /> <b>Warning</b>: array_merge() [<a href='function.array-merge'>function.array-me rge</a>]: Argument #1 is not an array in <b>/home/trackpad/public_html/forum/glo bal.php</b> on line <b>335</b><br /> <br /> <b>Warning</b>: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in <b>/home/trackpad/public_html/forum/inclu des/functions.php</b> on line <b>2172</b><br /> <br /> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/home/trackpad/pu blic_html/forum/includes/functions.php</b> on line <b>2177</b><br /> |
#416
|
|||
|
|||
Quote:
Quote:
Gonna read some of vB.com about this, if they mention it. [edit] they did: http://www.vbulletin.com/forum/bugs....iew&bugid=1588 It is a result of php5. I'm using the bugreport as an example to resolve the warnings throughout vB about array_merge. And it seems to fix things.[/edit] |
#417
|
|||
|
|||
Quote:
I now installed 2.2.1 also Where is the option in the AdminCP? I found the attachment option and set to 0 as i do not want attachments, the delay between messages option (set to 1 to see what happens) but nothing for threading? |
#418
|
|||
|
|||
Quote:
I did not find the options mentioned in the article in Outlook 2003 version or Outlook express 6 Quote:
You want me to send more junk email ?? Seems strange requests these days when people usually do not want any more emails! I am joking, no probs, i can send some reply BTW I did not turn on any 'feature' just turned off all "HTML" and "rich text" options in Outlook 2003. Excellent work.. |
#419
|
|||
|
|||
Quote:
Sorry Found it It was not in the nntp settings within the vb admincp. I ran the file externally and it was OK. Now all is well, must have been a cache issue or something. |
#420
|
|||
|
|||
lierduh
Still something up with thread by subject http://www.proteluser.com/bbs3/forumdisplay.php?f=2 See subject Quote:
AW is a common prefix also for reply. This was post i expected to see it threaded with and it had already done this with one previous post. Quote:
Quote:
This mostly worked 8 out of 10 times before with original gateway.php and Kevins mod. http://proteluser.com/bbs3/forumdisp...0&daysprune=-1 What you think? |
#421
|
|||
|
|||
Hi
Has anyone noticed some posts created within in the forum are not threading properly when view with a newsreader or via google groups etc.. I have always disabled the post reply button in usenet sections, so users are forced to quote properly. An example of what i'm talking about is View in threaded moded within forum; Code:
Post 1 | Post 2 | Post 3 | Post 4 Viewed using newsreader; Code:
Post 1 | Post 2 | Post 3 (reply quoting 2) | Post 4 (reply quoting 3) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|