![]() |
Quote:
The v2.0.1 is the full release with all the bells and wristles.:) I leave the May16 release in there just in case the new version breaks somehow. The May16 has been stable (...well, for 3 days now:)). So you should use the new one unless something is broken. |
My gateway.php give this back from the newsserver :
Quote:
Greets yabba |
Just let us know when you update the gateway.php file - I am using the one that you posted when you started this thread.
|
Quote:
|
Quote:
Try the fault finding method described in here: https://vborg.vbsupport.ru/showpost....30&postcount=3 Send the result to your web host, politely ask them why you can not access that group from your web server. |
i would also like the pop3 accont to work incomming and outgoing. I would like to put a few mailing list on my message board.
|
The POP3 function on the VB2 version is something I used, but it was really picky about the type of POP3 email account used, and from memory nobody could work out what caused it. It was a a case of trying different POP3 account suppliers until finding one that worked.
Actually, I would appreciate a POP3 recommendation that works with this hack. My BT account has just been taken over by Yahoo and no longer works and all my oneandone accounts (who do all my hosting) also don't work. |
IMHO, it would be cool if we could add variables for incoming and outgoing ports. My host allows incoming on port 119 but not outgoing. So, with my new NSP, I am experimenting with getting posts to get out to Usenet.
Giganews allows connections to ports 119,80, and 23 Am I to assume that I can search the PHP files for "119" and change them to whatever I want? This is what I have done for my first test.... changing all instances of 119 to 80. So far, no luck. I hope my host did not block ALL outgoing NNTP data. :ermm: I still have 23 left to test. |
I am getting this error whenever it hits a message with an attachment (with the latest script)
Quote:
|
I have two newsgroup feeds setup... seems to be one of the forum pulls the posts made to it back into the topic so there is double posts.. one from the local user and the same post over acting as if it was from a outside user... Any idea why it would do this on just one forum?
|
Quote:
Otherwise do you have special charactors in the organization setting? |
Quote:
|
Quote:
As I mentioned before, if you can recieve the message, but not post. It mean the 119 port is OPEN! It means your web server can connect to the news server on port 119 using a high port on the web server. What the host support might try to say to you if the guy really knows what he is talking about is. The 119 port is not open on your web server to let other people connect to it as a news server. That is, other people using a high port to connect to port 119 on your web server. This more likely is disabled! For a TCP/IP to connect. server port:119 <========> client port : high port (above 1024) Also post some screen dump or test result always helps others to help you. |
Quote:
And, since I did not get an aswer to my questions, but rather a misguided and thinly-veild scolding, I will have to email my host instead and see if they have a global block on all outgoing NNTP. SERVER <====NNTP INCOMING====< NSP SERVER >====NNTP BLOCKED?====> NSP |
Quote:
You receive and post news on the same port! I like to see the result of the telnet session from your web server to the nntp server's port 119. Do you know you can post news in the same session. Now if they filter your tcp contents, then it is a different story, nothing to do with port blocking. I am here trying to help you, you do not seems to understand my intention, rather, you think I gave you misguided information just for the fun of it. I shall not bother. |
No nothing has changed since the forum was first setup. It only double posts in one of the forums... the other one has no problem. I went as far as to remove the forum and newsgroup but it still did it... I am going to try a few other groups and see what comes up.
Quote:
|
Quote:
|
Quote:
Thanks for bringing this up to rev ... Kevin |
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
|
I have not changed useragent... but I have changed organization but that was when I first set it up...
I added another newsgroup and still getting double posting... however the first newsgroup does not do this... Any ideas? Quote:
|
Quote:
The original script only checks the useragent. The reason I added the organization check is if two forums are using the same news server with the same useagent, then the messages posted from the fellow forums will be skipped! I can add an option to disable organization check with the next version. Weekend is coming...:) In the meantime, find: Code:
if ($message['user-agent'] == $settings['useragent'] AND |
Yes they change my organization to: 100ProofNews.com - Unlimited Downloads - $8.95/Month ARG....
So can I change the useragent to prevent skipping from another forum? |
Quote:
|
That worked :)... Thank you so much for the quick replys :).
|
One other questions... Is there a way to change the display named on the who is online to something other then showing the gateway.php file being ran from a guest with the cron runs it?
|
Hello :)
i just installed everything (uploaded files and tried making some settings) But everytime i insert news server: SERVER: msnews.microsoft.com GROUP: microsoft.public.access ..for testing and calling gateway.php he want to donwload more than 30MB of data. should i let him finish the download? Please help just one time till i check out how it works .. what settings , wich server and wich group with wich Last Message ID should i type in the settings? i just need a more detailed guide for the first setup .. my forum Id ist 520 but nothing is imported there even if i downlaod 30Mb of data with gateway.php .. i just abort every time cause 30Mb of data wont fit never in the sql database. What can i do and wich group/server i can use to try it out a little bit .. greetings Daniel |
Quote:
|
i set everything and the message id i set also .. than i called the setlastmsg.php and after it the gateway.php ..
but no messages appear and my test messages dont semms to be uploaded.. i will test just a little bit more .. but for another try it maybe could be useful to copy your settings for testing (for ex. another news server with group) ..thx for you quick reply on this :D |
it is normal that hw want to downlaod with gateway,php more than 50MB ? (i aborted it after it reqached 50MB) .. <- its the buffering you described? .. i inserted the message id you gave me :)
|
hi
I see alot of discussion about the nntp / usenet features of the hack, while i primary use it for a mailing list archive, but not without problems (unfortunatelly). There is this one guy on the list, whos' messages don't show up (i was thinking, he uses an encoding of some sort, which isn't supported by the hack), however they appear as an empty post, including a title and author. An example email of that specific author, can be found here. When i don't manually edit the gateway.php to include a valid userid in the posts, the messages won't show up at all on the forumdisplay. I'm not entirelly sure what or why this is happening. (could be a permission thing in vB, as guest users don't have permissions in that specific forum) And last, it appears that i'm having alot of 0 byte attachements; It are actually the only attachements i'm getting. So something is wrong with the insertion of those, in my setup. [edit] in the admin page, theres some routine which creates a new table, if it thinks that the original nntp_groups doesn't excist. However this routine doesn't make notice of the TABLE_PREFIX variable, so if it is set, you'll end up with an additional empty table.[/edit]. But besides the above, everything seems to work quiet alrite. Nice work so far, although i would like to see some more discussion about mailing list archive setups. |
whoops.. the gateway now reached 120MB download and downloading just more .. is this normally? i just entered the forelast message id (you gave me three posts before) from the group on the msserver! so it normally had to download only 2 topics there .. hmpf.. anyone know why gateway is downloading over 120MB of data and still not stopping .. ?
should i abot it now? also posted one message and get this error: Quote:
|
Quote:
What is your "Email address domain" "email" setting? I am confused. You said before after you ran setlastmsg.php, you do not get any posts. Which is correct behaviour. Now you are getting 120MB download? Please post your settings, and screen dumps. That will be better than any description. See, last post you included the error message, I know straight away need to ask what is your setting regarding "email". |
Quote:
|
Quote:
|
Quote:
Please email me the phpinfo() output. I will have a crack at it. |
I editted the above post. As for the attachements, non of the attachements are getting through.
Looking in Mysql, the filename isn't included in the attachement table, nor is the filesize and filehash. The actuall filecontents of the attachements are there. |
Quote:
What I need is the raw message from one of the problem list you have. You need to get it from a normal email reader. |
Quote:
|
The only hacks/changes i made to it, were changeing the userid into a valid/excisting userid, and added TABLE_PREFIX to the table creation/check routine.
As for the message, i have received it from someone else's mailer (even tho i signed up with a seperate account for this :D ), but i suppose it is what you requested. |
lierduh i can give you (if you want check for bugs) administrtation account so you can look yourself.
I added an screenshot of the settings! Also got this error message if i post an QUICK REPLY answer to an post in one of the USENET Forums: Quote:
Quote:
greetings |
All times are GMT. The time now is 03:38 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:
|