![]() |
By george i C it now, tricky aint it
Keep up the good work:banana: |
"dkendall" can you tell me please wich of your BugFix will fixe the double posting (double message count) ? I have running this script in a subforum and it double all the post (and counts) to the main forum.
Thanks |
ok forget what i wrote below.... it works!!!. The newsserver nedded a few mins to show the new posts.
But i have a question: How to modify the attached message that will be send to the newsgroup It currently send this: ---------- uername Profile: http://forums.yourdomain.com.au/member.php?userid=34 View this thread: http://forums.yourdomain.com.au/showthread.php?t=3247 ---------- just curiouse... how does the script post to newsgroups? it seems to post on forum but Not to the newsgroup. The news server i use allow to post (i are able to send mails via outlook express to the newsgroup) Thanks |
I installed this hack and I am currently getting this error (using GigaNews)
Code:
Gateway version 2.3.2 1 group(s) gatewayed. |
Someone please, I need some help. I have had some smart people look at my install and no one knows what is going on.
I am hosted at Asmallorange.com in shared hosting. I have had a ticket escalated all the way to the admin: Quote:
I am trying to connect to GigaNews. I have tried editing nttp.php several times to change the port to 23, 80, and 119, all of which GigaNews accepts. All of them returned the same error: Quote:
|
are you able to connect to the news server though another newsreader (eg. outlook express)?
|
Quote:
Yes. and actually the thing 'magically' started working. Importing topics STILL :D Fantastic hack. |
We found that some articles posted in vBulletin were not showing up in the NNTP newsgroups, and the following error was logged:
Posting Message 'Re: blah blah blah' from testuser. Result: 441 (615) Article Rejected -- Duplicate Message-ID <testuser.25r4mk@ultrasoft.com> (GLE=0) This error is caused by the following code in sendnews in functions_nntp.php: Code:
$msgid = $u . '.' . base_convert ($msgid_date, 10, 36) . '@'.$nntp_settings['email']; Consequently, if the same user posts twice (or more) all their messages get the same Message-ID. The fix is simple. Use the global variable instead, as follows: Code:
$msgid = $u . '.' . base_convert ($nntp['msgid_date'], 10, 36) . '@'.$nntp_settings['email']; While we don't use moderation, a similar bug would seem to be the cause of the problem Deepdog009 reported with moderated posts getting left behind when non-moderated posts are replicated (causing the last_postid to get incremented). Again in function sendnews in functions_nntp.php, the $good_to_set_postid variable is local in scope. When a moderated post is replicated, the local variable is set to zero (false), rather than the $nntp['good_to_set_postid'] global variable. Having done these fixes, I found an additional problem whereby replies to the posts that had failed to replicate were themselves being rejected (because their parent posts were missing in NNTP). I worked around this by setting the last_postid value in the NNTP Gateway Settings page to zero, then re-running the gateway. It won't duplicate posts because those already sent to NNTP are flagged in the database. Regards, David |
I the forums are updating at around 1 post per second. Is the the normal rate that everyone else is getting?
It seems like downloading a few hundred MB of text should take minutes... not a week. Is it because it has to put into the db and posted? |
Hey Guys, having some frustrating times with this, the latest posts are being pulled down and sync'd with my forum fine, however when I post I'm getting a 441 posting failed error:
The Full text from gateway.php?debug=1 is: Quote:
Thanks in advance Claire. |
All times are GMT. The time now is 02:03 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:
|