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 |
#532
|
|||
|
|||
Hey, I've been using this for a few months and everything was good.
Then about a week ago, I started getting this error message when the import would run: Getting message number 689792: /home/pokerpla/bin/cron_gateway_script.sh: line 3: 24708 Segmentation fault php gateway.php Any help is appreciated. EDIT - I downloaded the new interface and used that to set the max message to 689800. That did NOT fix the problem. Now I just get this from my cron job: /home/pokerpla/bin/cron_gateway_script.sh: line 3: 32493 Segmentation fault php gateway.php MORE INFO: If I try to manually run gateway.php?debug=1 I get a blank white page...no error, no text...it just is blank. Still More info: After Setting the number even higher, it imported a bunch of posts, but my cron email which usually looks like this: X-Powered-By: PHP/4.3.7 Expires: Mon, 26 Jul 1997 05:00:00 GMT Last-Modified: Wed, 29 Sep 2004 07:27:01 GMT Cache-Control: no-store, no-cache, must-revalidate Cache-Control: private, post-check=0, pre-check=0 Pragma: no-cache Set-Cookie: bblastvisit=1096442821; expires=Thu, 29-Sep-05 07:27:01 GMT; path=/ Set-Cookie: bblastactivity=1096439221; expires=Thu, 29-Sep-05 07:27:01 GMT; path=/ Content-Type: text/plain 1 group(s) gatewayed. Logging in to news.athenanews.com, group rec.gambling.poker Getting message number 689621: Thread found; 'Re: The Empire $500 Bonus....' from Dave L Instead, looked like this: Code:
X-Powered-By: PHP/4.3.9 Content-Type: text/plain Expires: Mon, 26 Jul 1997 05:00:00 GMT Last-Modified: Wed, 06 Oct 2004 16:27:00 GMT Cache-Control: no-store, no-cache, must-revalidate Cache-Control: private, post-check=0, pre-check=0 Pragma: no-cache Set-Cookie: ; path=/ Set-Cookie: bblastvisit=1097080020; expires=Thu, 06-Oct-05 16:27:00 GMT; path=/ Set-Cookie: bblastactivity=1097080020; expires=Thu, 06-Oct-05 16:27:00 GMT; path=/ $c1 = (ord(substr($str[$i],$pos+1,1)) ^ 0x20); $file .= chr(((($c0 - ' ') & 077) << 2) | ((($c1 - ' ') & 077) >> 4)); } } $files[] = array('filename' => $filename, 'fileperm' => $fileperm, 'filedata' => $file); } return $files; } } /* * Local Variables: * tab-width: 4 * c-basic-offset: 4 * End: */ ?> <br /> <b>Warning</b>: Unknown modifier 'b' in <b>/home/pokerpla/public_html/forums/gateway.php</b> on line <b>346</b><br /> <br /> <b>Warning</b>: Unknown modifier '>' in <b>/home/pokerpla/public_html/forums/gateway.php</b> on line <b>346</b><br /> <br /> <b>Warning</b>: Unknown modifier 'a' in <b>/home/pokerpla/public_html/forums/gateway.php</b> on line <b>346</b><br /> /home/pokerpla/bin/cron_gateway_script.sh: line 3: 7348 Killed php gateway.php |
#533
|
||||
|
||||
Wow. This hack sounds very intersting... I am gonna install it tommorow!
|
#534
|
|||
|
|||
While trying to solve my problem (see above) - I note that I cannot run the gateway from a browser - I just get a blank white page.
Give it a try: |
#535
|
||||
|
||||
Did you try to re-upload gateway.php? It seems that it might have gotten corrupted?[QUOTE=jcrash]While trying to solve my problem (see above) - I note that I cannot run the gateway from a browser - I just get a blank white page.
|
#536
|
||||
|
||||
lierduh now i am confused, though posting the results above i saw it works, a few of the threads my members are replying to, dont get added to NNTP Server. I cannot get debug logs for same..
Those threads are still present on my forums, but dont appear on USENET. any ideaz ? this problem was also reported to by few of members who have installed this hack and they gave up its use.. but i want to use the same.. :disappointed: Regards, |
#537
|
|||
|
|||
Quote:
Yes, I HAD tried that, but it didn't work. However, I just redownloaded the file and reuploaded it and now it works BUT - it still starts the output like this: $c1 = (ord(substr($str[$i],$pos+1,1)) ^ 0x20); $file .= chr(((($c0 - ' ') & 077) << 2) | ((($c1 - ' ') & 077) >> 4)); } } $files[] = array('filename' => $filename, 'fileperm' => $fileperm, 'filedata' => $file); } return $files; } } /* * Local Variables: * tab-width: 4 * c-basic-offset: 4 * End: */ ?> Gateway version 2.2.1 1 group(s) gatewayed. Connecting to server, server says: 200 216.128.74.129 Server responded after user name: 381 Helo adx785 password required Server responded after password: 281 Authorization accepted Info for rec.gambling.poker at news.athenanews.com: 211 40171 653980 698762 rec.gambling.poker selected Getting message number 693666: 'Playing Style Favors Limit or No-Limit?' from Jeff Goslin. New thread. As you can see, it did download files, but that stuff at that top doesn't look like it belongs. Worse yet, it didn't ask me to login...isn't that bad? |
#538
|
|||
|
|||
Quote:
|
#539
|
|||
|
|||
Quote:
As the server says: Article rejected, due to a wrong Message ID (has two @ signs!) |
#540
|
|||
|
|||
Quote:
|
#541
|
|||
|
|||
As a common courtesy, please do not ask for private help or support. As most if not all code hackers, I only provide support in the thread when time permits. I am quite busy at the moment, so please understand, do not email me or PM me.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|