![]() |
Thanks. I tried it with that file but the same result. Actually the output is even weirder (small part of the output):
Quote:
|
Quote:
I know I'm not a lot of help here - but the thing should work. I don't know why it doesn't. |
Quote:
|
Looking back my guess is that emptying the fields useragent and organization caused this odd behavior, that or it just can't handle a full forum prune. I completely emptied the database of my test board and reinstalled. Its working like it should so I won't change those two fields anymore. :)
Only one problem that I still have, it won't add the imported messages to the search index. It will only add the messages that were posted via the forum to the search index. Is there anything specific I have to do to enable this? ;) edit: I've just tried searching on your forum Allan but I can't search on any words from the Guest users. I assume that this feature isn't available yet so I'll just create the gateway on my live forum without a search option for now. |
Quote:
Can you search on guests from within the forum itself? |
Quote:
Head back to my forum and search on the keyword "bassist". You'll see all kindsa Usenet hits. |
Quote:
Another thing I noticed with some quick tests. For example when people use 5 spaces, is there a way to get the 5 spaces to show on your forum too? Some ASCII signatures will not be displayed correctly on your forum is one reason that it would be handy ;) edit: and a bug I noticed if you edit some of the posts to view their content. This is one piece from a message: PHP Code:
[_color=blue][_color=green][_color=darkred]text[_/color][_/color][_/color] It adds to the database's size when importing hundreds of messages a day ;) |
Another thing. How difficult is it to make gateway.php, once it is loaded, convert the posts that were send via the forum into how they will be shown to the rest of the newsgroup, with 72 characters per line, signature, etc?
|
Quote:
I don't think you can hack a 72-character display without doing some major alterations on vBulletin files, Ogmuk - the gateway picks up the post *after* it's been posted to the forum. You'd have to hack both newthread.php and newreply.php - and both would be systemwide changes. |
I meant it in a way that it would edit the original post and replace it with a 'paste' of the 'echo' (if that makes any sense), so that you can see how it looks without using a newsreader. I think it would only need to remember the latest posts which were uploaded so it can download these with the next synchronization and replace the originals (preferably without turning them into unregistered users. so it would need to only replace the post's content).
No idea if such a thing is possible though or how much work it would be to change this :) |
It'd be a lot of work. You're talking about changing core functions in the script ;)
|
Yeah, it probably is. :/
Another thing that made me curious. How do you quote quotes? I tried: PHP Code:
> > > > text here > > more text here> > While I was hoping to get this: > > text here > > more text here |
Quote:
It's one of the pitfalls of Usenet - but I see it on vB forums where people can't be bothered to clean up after themselves and only quote relevant text. I'm not sure how you'd set the script to ignore nested quotes. I wish I was a programmer, but all I am is a geek :( |
I don't want it to ignore nested quotes, I'd rather have it quote the quote (quote twice) like the example I mentioned since that would come useful but now it behaves very odd to these nested quotes.
|
Quote:
|
So no one knows about the changed subject threading bug?
|
If you disable the edit ability for users in this forum I don't think it can occur, can it?
|
No, but people can change the subject line using a news reader; the thread in the newsreaders maintains continuity, but the post with the altered subject creates a new thread.
|
/me wonders when this will be officially available for vB3 Gold
|
Any idea why my USENT messages wouldn't be returned very frequently from searches? It seems like only threads that I post on via my forum return in the search window.
|
Quote:
|
I'd like to see a working example of this on 3.0.0 Gold if someone has it... I think it would add a ton of functionality to my board, but I'd like to see some implementation first. :)
Thanks!!! |
Quote:
The original gateway.php does not have reference field, hence it was implemented this way. One of the TO DO, ie. if no official release comes out soon.:) Another thing on the TO DO list is the text wrapping for quoted text. Quoted text is wrapped unnecessary at the moment. "> >"s are added to quoted text pushing the line beyond the 72 characters. |
For people who have problems importing or herhaps search index building, please check your web server's error log. There might be clues in there.
One important setting in php.ini you need to change for vB3 is: memory_limit = 16M ; Maximum amount of memory a script may consume The default memory_limit is 8MB. vB3 will cripple with only 8MB, but only for large queries. |
Quote:
http://ebassist.com |
/me waits patiently for an official usenet gateway release for VB3 Gold
|
Quote:
Well, #1, I dont have access to that file, I think...it would be controlled by my host, right? Secondly, I'm not sure what you mean by search index building. That all happens automatically, right? You can go to my site here and search on the word "party" it is in a TON of the usenet posts and you won't get one hit. |
search index building has to be done manually through the control panel as far as i know
|
Quote:
Around line 364, I have: build_post_index($postid,$foruminfo); If the script has an error when building the search index, then the search index won't get built. Also if the "similar thread" function is turned on. It uses the fetch_similar_threads function. This function takes a lot of memory in vB3. If you have only 8MB, then that could well be your problem. Have you checked your error log? what is your memeory_limit setting? |
Quote:
If unclear, google .htaccess and php_flag. Again, have you checked your error log? |
Woohoo! lierduh's back!
Good to see you, my man! |
OK, I have read this thread but based on the number to messages in the thread and the updates/re-updates I'm not too clear on whether there is a VB3 Usenet hack or not. The way people are talking here it sounds like there isn't but the following sites have a VB3 usenet hack (from google search "VBulleton 3.0" AND "usenet"
http://www.ebassist.com/vb3/index.php http://forum.lowcarber.org/ http://www.satelliteguys.us/index.php http://www.fencing101.com/vb/ http://www.greekspot.org/forums/ http://forums.eyo.com.au/ I'm a newbie so if someone could 1. clean up a lot of the past posting and give an update about a VB3 usenet hack 2. give a download link to the updated file 3. instructions for newbies i would appreciate it |
Download the hacked gateway.php for vB3 from page 44. Or following the link in the very first post.
|
I've got it working on vB3 Gold at http://www.myispforum.com/ if anyone is looking for an example... I have two newsgroups currently running:
alt.internet.access alt.comp I replied to one newsgroup post, but I'm not sure if that part is working yet, and I have yet to see any new posts come in, but I love the way it looks... Great way to syndicate lots of data for the search engines. :) |
/me waits from an official nntp gateway usenet release within the VB3 Code modification forum
|
Quote:
There are no errors in my error log that would pertain to memory etc. A couple missing file errors (nothing php related). How do I check memory limit? |
Quote:
Quote:
|
/me wishes this could work with the vb3 dbprefix
|
Quote:
www.myispforum.com |
I can't seem to get a post made in the forum update to the newsgroup... the post works on the site, but it seems to never have been sent back to the NNTP server...
Any Ideas? |
All times are GMT. The time now is 04:08 AM. |
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:
|