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 |
#212
|
||||
|
||||
Quote:
Create a new task. When the box pops up browse to php.exe. The full path should show for the exe. You should see something like C:\Inetpub\php\php.exe or whatever the path to php.exe is. At the end of that add the path to gateway.php. When done you should have something like C:\Inetpub\php\php.exe C:\Inetpub\wwwroot\gateway.php Now go to advanced and set it to run every 15 minutes for 23 hours and 59 minutes. Click OK and when the password box comes up put in your administartor password. You now should have a scheduled task called php.exe. Open scheduled task folder and right click the task and run it. A DOS box should popup as it runs. If the box pops up and disapears right away then try to run the task command from a dos prompt. By doing this you'll see what the problem is. More than likely bad path. |
#213
|
|||
|
|||
Quote:
Quote:
I searched my machine and checked my vB install to make sure I didn't have various copies of PHP floating about, and I have only the one in my c:\php4\php dir. It's PHP 4.3.3 if that matters. |
#214
|
||||
|
||||
the more I use this hack the more I like it!
... missing htmlspecialchars($subject) |
#215
|
||||
|
||||
After getting thousands of messages from usenet, I'm starting to run into errors.
This is the latest: Code:
Getting message number 300606: 'Re: Bush's war -- against Richard Clarke' from Congenital Kano. Thread found by References. Getting message number 300607: 'Reversing Pledge, Bush Lets OPEC Bilk Americans' from Paul Kekai Manansala. New thread. Getting message number 300608: <html><head><title>asiansINC.com Database Error</title><style type="text/css"><!--.error { font: 11px tahoma, verdana, arial, sans-serif; }--></style></head> <body></table></td></tr></table></form> <blockquote><p class="error"> </p><p class="error"><b>There seems to have been a slight problem with the asiansINC.com database.</b><br /> Please try again by pressing the <a href="javascript:window.location=window.location;">refresh</a> button in your browser.</p><p class="error">An E-Mail has been dispatched to our <a href="mailto:">Technical Staff</a>, who you can also contact if the problem persists.</p><p class="error">We apologise for any inconvenience.</p><form><textarea class="error" rows="15" cols="100" wrap="off">Database error in vBulletin 3.0.1: Invalid SQL: SELECT post.postid FROM thread AS thread, post AS post WHERE thread.threadid = post.threadid AND (post.msgid = '<For-Tom_Cerco's-benefit-A772E2.23264904042004@phswest.com>') AND thread.forumid = 72 ORDER BY post.dateline DESC LIMIT 1 mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 's-benefit-A772E2.23264904042004@phswest.com>') AND mysql error number: 1064 Date: Sunday 20th of June 2004 01:44:04 AM Script: http://forums.asiansinc.com/gateway.php Referer: Username: Webmaster IP Address: **.**.**.*** </textarea></form></blockquote> </body></html> |
#216
|
||||
|
||||
Also, I signed up for an account at Giganews for $7.99/month for 2GB.
Then I found out about Teranews.com - 50MB per day for only a $3.95 setup fee. This is slightly less than 2GB a month, but their paid acccount for $7.95 gives me 250MB a day (~7.3 GB month). Is there really such a huge difference in the quality of the connection? I don't think I'll need that much bandwidth. I'm considering dropping giganews and signing up with a free account at teranews. Thoughts? |
#217
|
||||
|
||||
Quote:
|
#218
|
|||
|
|||
Quote:
Around line 338 find: (post.msgid = '$par_msgid') AND Change it to: (post.msgid = '" . addslashes($par_msgid) . "') AND |
#219
|
|||
|
|||
Quote:
Yes you can. Find this: PHP Code:
PHP Code:
To work on mailing lists only: PHP Code:
|
#220
|
|||
|
|||
Quote:
PHP Code:
PHP Code:
|
#221
|
|||
|
|||
This is a quick one to get the thread preview to work with this hack.
Find: PHP Code:
PHP Code:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|