![]() |
Quote:
|
Hi Gilby,
come into my arms ;) This is what I was looking for since I started my own bb. I must confess that I?m an old UBB-user and changed the bb-soft just with beginning of last week, so I?m not very familiar with php yet. Gilby, I run into some problems while installing your hack and after reading this 300 posts here, I still haven`t found a solution for it. I?m on a shared server with php 4.2.1 installed and using NNTP Gateway 1.9 with the latest nntp.php you attached here few threads above. I tried to figure out how this can work for me, but now after 6 hours I?m tiered and about to give up.. The nntp tells me while gateway.php is doing his job: PHP Code:
the articles which seems to be send cannot be found in the targeted newsgroup. Could you give me a little support for this ? And by the way...you dunno how hard is it to read 300 articles in english...when your own language is german.. uhh.. :ogre: :surprised: Hope you keep up the good work - IMHO this hack is godlike (guess the UT-players know what i mean..) and I would appreciate, that there would be others like that coming up in the next weeks :knockedout: As Said: congratz, Gilby.. Marv. |
Gilby,
i missed to tell you of another problem. Everytime I click the gateway.php all messages in our board are send again. That means not new articles - the same posts as the last 50 times before :) Another thingy is that you can?t hit the reply-Button (send eMail to the author) cause the email-adress is totally wrong.. (for example (Boardname Admin, origin-eMail: webmaster@domain.com turns into name "Admin" and email "Admin.6p21i@(tempdirectory).domain.com") - means, it won?t work. Any suggestions for that, Gilbert? |
uhmm...
installed the GUI now and gave the "Manual Syncronisation" a try. But - havn?t I expected an error? - the echo is PHP Code:
PHP Code:
Is there a personal interpreter out there for me ;) ? |
when I read all these articles from people keep on debugging some (mostly the own) minor errors, wouldn´t this addon be better placed in a beta-forum?
I don´t wanna say that this addon was a way early released - but people like me which aren´t to familiar with php and/or mySQL can´t do a debugging by their own and running in a little frustration :ermm: Just my two thoughts.. |
This addon has many issues, but they usually realted to servers, not the script.
Basically, this addon is not easy to add and it may not work on all types of servers. - You need to have access to newsgroup server provided by your webhost and not all webhosts have it. - Even if you have newsgroup access provided by your ISP, ISP may have it setup in such way that it will not work from outside their network, meaning that if you can access newsgroups from home, you may not be able to use the same account to access from your webserver. - Even if you have access to news server, your host's news server (or any news server for that matter) may not have the access to newsgroup that you interested in. - You need to make sure that TCP port 119 is open on your server - You may need to compile the php with imap support, as stated by Gilby in one of these posts. - In order to complie php with imap, you also need to install imap c-client library on the server first. From here: ftp://ftp.cac.washington.edu/imap/ Warning:(a big pain to install) - If you need to install imap c-client libraries, you need to be sure that imapd is running of your server. If it's not running, you may need to add imapd to your /etc/services file and kill -HUP inetd As you can see, a lot of things must go right before this addon will work. Some people lucky and have all of these things already setup on the server, but some are not. I know, I'be been though all these steps and finally got this thing to work. The addon itself is a pretty much complete version, not beta, it's just it's a lot more difficult to get it to work than most other add-ons. |
Lovely - just found out my isp doesnt support usenet --
so does anyone know of any cheap ones that do ? In other words - anyone know of any cheap usenet account providers ? |
Quote:
What you?ve mentioned is absolutly correct. It?s not as obvious to users like me, that an installation note can?t include & cover all types of local server-configurations. What I would like to see is a little troubleshooting advice in there. As far as I can see most people here have run into 3 to 5 serious problems until they?ve got this addon to work. I would appreciate if the documentation could include those 5 cases with a little more detailed explanations. On the other side this needs additional time and work on it - and I don?t know if I could afford that if I would walk in Gilby?s shoes.. Sure - I can?t expect this. I have to be more than glad, that Gilbert had the time, the know-how and the mood to write this gateway-script - and finally to release this to public. So..you?re right - the addon isn?t beta. And the more I think this over the more I got a glue, that it?s may be me who is in early beta... Ermm... umm..for my taste this is a bit too much truth for today.. :speechless: |
hmmm......
i believe im being ignored... :( |
Hi everybody,
their are some things which we should keep in mind before we should use this addon, like the following restrictions which you find on most (german) newservers: Quote:
This is a serious problem in most countries and newsgroups and one of the bigger offenses you can run into.. I just don?t know how, but - in smple words - would it be that difficult to read out the eMail-adresses from the db so that Gilby?s addon can generate the valid emailadresse like Quote:
Another question..: In point 2 of the newsserver rules they talk about "No Control Messages ". Is this NNTP-gateway script doing something like that ? Marv. |
hi,
meanwhile the script is up & running. Okay..gateway.php still doesn?t tell me "All done" after it?s finished but that?s no problem at all - beside that it works perfectly and gets the job done. That?s what matters. May be someone could assist me with a minor problem. gateway.php has to be run in your browser everytime you want to synchronize posts with the newsserver. (BTW: I have to do this with Opera or Netscape cause MSIE always wants to [i]download[/] gateway.php instead of executing the file..) As someone mentioned a few posts before you could use opera and the built-in refresh-option or do it seperatly in a html-file like this Code:
<html> What I was thinking of: I guess the most users here - assumed 98 percent of all german bb?s are installed on shared web-servers - can?t do cronjobs. A solution to that could be to include a - let me call it - "pusher-option" which forces gateway.php to execute without any browser output. (in case the script won?t work proper vb?s db is already configged to send you an eMail-notification every time the error appears) To reduce bandwith and transfer-volume a new function should be added to this that gateway.php is only executable every 15 (or whatever) minutes. In practice it would happen like this: User clicks the newsgroup-forum-link --> this one opens the forum and at the same time is executing gateway.php in a hidden way (without output to the users browser). After that certain others are viewing this newsgroup-forum but only after [x]-minutes the gateway.php should be executed again by a click on the forum-link. Otherwise on Boards with a heavy user load your transfer-volume would increase rapidly - and it?s not necsessary to synchronize with the newsserver every 60 seconds and let the users wait another 30 seconds until gateway.php is through with this job until they can view the threads inside.. Meanwhile I?m quite sure this belongs to the request-Forum, but I`ll leave it in here also. May be someone?s stumbling over this posting and.... :classic: Regards, Marv. |
anyone know of any cheap usenet account providers ?
|
Is this hack compatable with http://www.usenet-access.com ??
(thinks to himself - if I ask enough questions some is bound to reply) |
Hi Joey,
it should, Joey. The Newsgate Script is still using standard-ports and therefore I see no reason why it shouldn´t work. *a friendly smile through the line*, Marv. |
um...that means.. so far as I remember - hadn?t some of us serious probs to
keep this script going with presupposed username/passwords? In case thats correct, guess you have to check the whole thread.. so I hope I?m wrong ;) |
Thanks Marv,
God bless you !! :D |
does this hack with verison 2.2.6?
|
Quote:
:cool: (p.s. - awesome avatar - Im a Jesus Freak as well) |
My forum is using the attachment to files hack, but the gateway script seems to put the attachments into the database?!
How to make this script working with the attachments to files hack? Besides this little problem, the script is running fine! Great work! |
This might have been asked before, but there is so many posts I do not have time to search through them...
My question is... Is there a way to limit the amount of messages inported by the NNTP client? I mean like this one news group has over 5000+ messages and the client will not download them all at one shot it seems to time out before it gets done. Then I have to take the last message id and mod the forum with it, and start over but then the dates are messed up and it looks like all the messages were posted today. Any ideas? Thank you in advance. Sincerely, Mark Laudenbach |
am I right that when:
I can forget this useful addon ?? I'm asking since I'm really scared about that my provider is cancelling my account when I'm installing this. cu Schorsch |
I wonder how I can I exclude the posts in the usenet forusm from being included in the detnew and getdaily searches.
This script downloads a lot of posts from usenet and it confuses many of my members when they want to see new posts since last visit or new posts in the past 24 hours. Can someone suggest how to hack the search.php to exclude certain forums from being counted towards the latest posts? |
This is something I need as well... When 500 messages are posted from the news groups a day it makes it hard for the users doing searchs.
|
Quote:
Then set the limits so that only new posts are downloaded and not the 47,000 old posts. Other than that- unless the script author makes a mod (or someone else) we are stuck with that situation. |
Hi all,
Here's my notes on getting this mod working fulling under medium volume.... I. Installation and Config The installation and config instructions were fine. II. Server Choices The mod as it stands communicates with any news server (tested 5 different servers: INN, Leafnode, Leafnode+, Dnews, Hampster, and Rumormill). Assessment: INN: Too industrial strength, pain to configure... don't do it (I did and now I need therapy) Leafnode and Leafnode+: Excellent and simple. Must install from source. Ability to limit initial draw of articles from up stream server. Operates in "suck" client mode only. This is GPL software, and is currently still maintained. Dnews: Excellent and simple. Faster than Leafnode variations. However is expensive! $95.00 for a single concurrent connection- and the prices only climb from there.... Hampster: Forget it. I'm not even going into it. But it's old, slow, and unsupported. RumorMill: Forget it, old, Slow, and unsupported. (However if ti did work it would be a great use for an old Mac you have laying around) My final Choice: Leafnode. Why? Because Leafnode compiled flawlessly, added newsgroups flawlessly, is free, is GPL, has initial suck limits in place for new group additions, has limits for message size in place (keeps some idiot who posts a binary to a text group from screwing your server and forums up, and runs on linux- which saved me a win2k license.... III. Issues with the script itself. The mod itself works brilliantly, with the exception of the following issues: 1. If you pull a text group directly from a server with a high retention (Like 4000 articles), the download will *timeout* (Along with the php script), leaving some house keeping things un-done in regard to the import of the messages. One of these things is fairly severe, in that when the gateway script is run again, the entire newsgroup will be pulled *again*- since the message numbers are not update when the import fails. 2. There are no size limitations in place in the script proper to avoid the importing of a multipart CD image. Just today, I had to reconfigure my local newsserver to avoid a binary that was posted to comp.sys.mac.games.action- the binary should not have been there, but 680 megs of usenet posts ended up in my sql database. This is a mess and not fun. 3. It appears that the mod doesn't poll for an initial group download in the same way as a standard newsreader. Three separate caching servers (dnews, Leafnode, and Leafnode+) all did not recognize the poll to an empty newsgroup, and subsequently download the articles. I had to subscribe to the newsgroup first in Outlook, then the messages would download normally. While I have not had a chance to check the code for this function, I will do so in the coming days and find out if I can isolate a mod for the mod to make sure that a subscription in the control panel will be enough to trigger the newsgroup to go active. IV. Final config- how to make it workable.... My solution consists of: 1. a suck feed from http://www.newshosting.com ($25.00 a month- 500 MB a day) 2. Internally configured Leafnode server with initial post fetch, and size limits in place. 3. CBQ (Class Based Queing) implemented on a Linux firewall to keep usenet traffic from affecting other servers on my system. Essentially, the Leafnode server is throttled to 56k of incoming bandwidth, and the forums server connects to it via 10/100 Full Duplex Ethernet. It was at this final config that the usenet section at ASWP.net became usable with any kind of volume. It was a big job, and very intense in the level of tweaking needed, but we have it classified as rock solid at this point. So here's the short list of what you need to make it workable: 1. Sucking usenet server, which you have control over, or that someone is willing to alter the config for. 2. A fast semi-dedicated server box with a lot of disk space. 3. The ability to throttle your bandwidth. Well, anyhow- thats my take on it.... |
I'm very interested in this functionality, but have no experience with MySQL (in case it isn't obvious by my subject line :) ). Can someone please tell me how to run the nntp.sql script?
Thanks much. |
This is what I am looking for for sure.
Does it actually bring visitors from the newsgroups to your site? That would be awesome. I am looking for someone intersted in installing. Any takers? PS I also do not know how to run the nntp.sql script. |
I have installed this script numerous times.. It is really quite easy, if you need some help send me a message @ webmaster@weathertalk.net and I will help you as much as possible.
SeanM |
Is Gilby still around? I'm hoping he'll update this for vB3 when it comes out, particularly to take advantage of the new threaded view feature.
|
oops
|
Installed and this works great for pulling down the NNTP feed, but when I try to reply to a usenet thread from the forum and then sync it up I get:
441 Posting Failed (Message-ID doesn't conform to NNTP standards) I have html, vb code, smilies, and icons turned off for the nntp forum. Is there any other config that I should do or do posts from vb to usenet not work with this gateway? Thanks, Craig |
Thank you so much for those pics Sanjiyan! They helped me figure out what I was doing wrong. Great idea!! Oh, and this is an awesome hack Gilby! Thanks!!
|
Quote:
When I try to syncronise manually with the GUI by gateway I get this error message: Warning: Cannot add header information - headers already sent by (output started at /home/virtual/site1/fst/var/www/html/forums/admin/adminfunctions.php:19) in /home/virtual/site1/fst/var/www/html/forums/gateway.php on line 20 Fatal error: Cannot redeclare stripslashesarray() in /home/virtual/site1/fst/var/www/html/forums/admin/global.php on line 33 Please help! This is the coolest hack I've seen yet!! :bunny: |
ok, I took everything out and started over. This time I used the GUI by gamecrash. I am no longer getting the above error this time, but get this now instead.
2 group(s) gatewayed. Could not connect to NNTP-serverLogging in to netnews.insightbb.com, group comp.graphics.apps.photoshop Not connectedNot connectedCould not connect to NNTP-serverLogging in to netnews.insightbb.com, group comp.graphics.apps.paint-shop-pro Not connectedNot connected I'm not sure why it isn't connecting. I think it is set up right. Anyone have any suggestions?? |
This is exaclky what I am looking for. :)
Great script! |
This is the first hack I have tried to install for VB, and I love it. The install went well with very few problems, except for one of the news groups I added. I added alt.binaries.pictures.gardens as one of the groups, and most of the pictures just show up as a page full of characters instead of the actual picture. I don't think this is a script problem, but rather a problem of not having something installed in either Apache or PHP to decode these pictures. Can someone give me a hand.
Thanks |
Quote:
|
Thanks. I noticed that some of the pictures do show up as attachments, but most don't. I'll just have to remove that group. Thanks for your help.
|
Is there any way to attach a footer to the end of postings made from my site and posted to usenet? Such as "Posted via my website".
|
Quote:
|
All times are GMT. The time now is 01:36 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:
|