![]() |
This hack provides a gateway to any NNTP newsgroup such as those from Usenet and other newsgroup servers. Selected newsgroups are imported from your news server and post on the forum are sent out to the newsgroup. This hack was greatly inspired by fastforward's usenet gateway hack. This one is a complete rewrite of that hack written in PHP and works with vB 2.2.2.
Installation: Installation is pretty simple. No modifications to the vB php files are needed and it simply consists of dropping in the files to your forums directory, running the SQL modifications, and modifying the newsgroup settings for your desired newsgroups. For the complete installation details, read the readme.txt file. Here are some of the features:
For control panel integration, please check out GameCrash's Graphical Interface addition. What's not in it that was in fastforward's usenet gateway hack:
There is still lots that I'd like to add to it, but this is competely functional for basic newsgroup gateway support. It is most likely not free of bugs. ;) If you have questions, suggestions or annoyances, please post in this thread. vb3 support lierduh modified this to provide support for the beta versions of vb3. When the release candidates of vb3 come out, I plan to add support for vb3 and add other features to this hack. If you have suggestions for new features, let me know. E-mail gateway support New in this version, you can now gateway with an email list. This will fetch emails from a POP email account and send via php's mail function to the mailing list's email address. To set up the list, in the newsgroup field, enter in the email address to send outgoing posts to. In the server field, enter in the pop3 server, and in the username and password fields enter in, you guessed it, the username and password to your pop account. Note: the email gateway capabilities has not been fully tested, so it might not work with your POP server. Also, it does not work in combo with a news<->forum gateway in the same forum (you can use either kind though in differnet forums within your forums). |
very nice - will install it later :)
Does it need cron jobs? |
Running the sql (that in nntp.sql) fails - the insert into nntp_groups includes a column footer which is not in the create table - I think it is from the usenet hack? Can I simply change the insert statement or do I have to change the select?
|
This is my dream come true!
I will install it this weekend... :) Thanks! One question: If I don't do a cron job, then I have to manually run the gateway.php file myself - is that right? |
Thanks for the hack. I agree with Gamecrash:
Code:
ERROR 1054: Unknown column 'footer' in 'field list' |
Quote:
|
same here what do I need to do ?
|
Quote:
Same here, I can not get anything to happen when I run the gateway.php file either I got the sql part installed by removing the footer text from the insert field, and also by removing the footers corosponding NULL entery. |
Quote:
|
Quote:
|
Quote:
I didnt run it as cron, I just ran it from the address bar on IE, as I dont have access to cron and this will be ok with me, cos I can use MS TASK to run the url every 1 hour :P |
Quote:
|
If you wish to try the link on my site Gilby:
http://www.wocs.net/gateway.php You can see it just gives you a blank screen. Urm I run my forums on the root of my domain, mainly because thats all I have on my website for now and the for seeable future. Thanks |
Quote:
|
Quote:
Gilby: Some Turks use both the Re: and Ynt: prefix for replies in newsgroups. What can I do to recognize posts starting with Ynt: prefix as replies? Thanks for the great hack |
Quote:
|
Well, I attached the pear.php that comes with my nusphere installation. I hope that's not illegal :)
And be careful about choosing an empty forum for the news posts. I was trying it on my computer and I chose an existing forum, then it posted 140 posts in a minute from my computer to the newsgroup. It was too late when I realized it and I had to apologize :surprised |
Quote:
Quote:
Code:
if (eregi("^(Re:|Ynt:)", $message[subject])){ |
Quote:
still dont work, still getting a blank white screen with no error messages, with the status bar saying 'Done' |
Quote:
|
Quote:
|
Quote:
|
and this:
|
are both of those database entries right?
|
Quote:
Try adding the folowing line near the top of gateway.php (after the <?php ): error_reporting (63); This will turn on all error reporting and it may give us something to go on. |
urm same as before a blank screen
can one of you try: www.wocs.net/gateway.php ? and I have this in the gateway.php <?php error_reporting (63); /******************************************** NNTP (Usenet/Newsgroup) Gateway 1.0 By Kevin Gilbertson <mail@gilby.com> Released: Feb. 20, 2002 For support, please visit the thread at vbulletin.org ********************************************/ |
ahh now its just using hte progress bar, and its slowly so slowly moving across the status bar, yet its a white screen still.
I use phpstats to view the server stats on my webhost and it seems the ram usage is going up tho, so something is running. I think. phpSysInfo 2.0 even |
nope its not doing anything, again a white screen and bugger all is posted
if you goto www.wocs.net you will see the two test forums for the newgroups stuff in place both with 0 posts also :| nah the gateway.php screen has locked with the status progress bar at 50% and it staying there. |
ahh now I just refreshed it
and it says this: <br> <b>Warning</b>: Undefined index: HTTP_POST_VARS in <b>/usr/home/wocsnet/public_html/global.php</b> on line <b>85</b><br> <br> <b>Warning</b>: Undefined index: action in <b>/usr/home/wocsnet/public_html/global.php</b> on line <b>85</b><br> <br> <b>Warning</b>: Undefined index: action in <b>/usr/home/wocsnet/public_html/global.php</b> on line <b>88</b><br> <br> <b>Warning</b>: Cannot add header information - headers already sent by (output started at /usr/home/wocsnet/public_html/global.php:85) in <b>/usr/home/wocsnet/public_html/admin/functions.php</b> on line <b>1530</b><br> BTW: I removed the pear.php from my webspace, do I need that on the server for this to run? |
Sanjiyan, I added an output in the gateway.php that just outputs the number of newsgroups that are being gatewayed. That's in the first post. Try that one and let's see if it even gets that far in the script before dieing.
|
it does not get anywahere, it gave me a blank screen again, so I added that error code stuff to it and got this:
<br> <b>Warning</b>: Undefined index: HTTP_POST_VARS in <b>/usr/home/wocsnet/public_html/global.php</b> on line <b>85</b><br> <br> <b>Warning</b>: Undefined index: action in <b>/usr/home/wocsnet/public_html/global.php</b> on line <b>85</b><br> <br> <b>Warning</b>: Undefined index: action in <b>/usr/home/wocsnet/public_html/global.php</b> on line <b>88</b><br> Would you like me to add a dir listing of my forums directory to help? |
I'll modify the NNTP class so that it doesn't require pear. That could be the problem.
|
just did a refresh again and this code again:
<br> <b>Warning</b>: Undefined index: HTTP_POST_VARS in <b>/usr/home/wocsnet/public_html/global.php</b> on line <b>85</b><br> <br> <b>Warning</b>: Undefined index: action in <b>/usr/home/wocsnet/public_html/global.php</b> on line <b>85</b><br> <br> <b>Warning</b>: Undefined index: action in <b>/usr/home/wocsnet/public_html/global.php</b> on line <b>88</b><br> <br> <b>Warning</b>: Cannot add header information - headers already sent by (output started at /usr/home/wocsnet/public_html/global.php:85) in <b>/usr/home/wocsnet/public_html/admin/functions.php</b> on line <b>1530</b><br> I am sorry for spamming this, but I would really really love to get this working in some manner, and I am greatful for the help and assistance you are providing |
here is a jpg showing my root folder where my forums are located. its all there right ?
|
Try the attached nntp.php which does not require PEAR.
|
Quote:
|
Erm... does the script use UDP? I think this is disabled at my providers firewall...
|
well
I get no feed back from the script, nothing at all, bar the white screen, but the progress bar is at the 50% mark and suck there. Could it be that there is a problem with the server or perl on the server? if so what perl mods are needed so I can ask my host support ? but if you would, can you run the gateway.php from my site: www.wocs.net/gateway.php and see what happens, I have to go to dinner right now so I shall be back on in 20 minutes ok? if you could try that link for me and see what happens I'd be greatful. |
Quote:
Do you know what version of php you are using? |
Quote:
|
All times are GMT. The time now is 04:48 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|