vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   NNTP Gateway (Usenet/Newsgroups) (https://vborg.vbsupport.ru/showthread.php?t=35247)

Ogmuk 03-21-2004 11:22 PM

Quote:

Originally Posted by jcrash
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.

It seems that imported posts from Usenet aren't automatically added to the search index, although some of us would like to see that differently ;)

himerus 03-22-2004 12:11 AM

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!!!

lierduh 03-22-2004 05:46 AM

Quote:

Originally Posted by leeherron
So no one knows about the changed subject threading bug?

I remember noting that. Before inserting, gateway.php searches for the same subject. It really should insert the post by looking up the reference field.

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.

lierduh 03-22-2004 05:54 AM

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.

allan grossman 03-22-2004 11:01 AM

Quote:

Originally Posted by himerus
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!!!

I've had it running for awhile - I'm gatewaying four newsgroups. Works fine under vB3 Gold.

http://ebassist.com

Bro_Joey_Gowdy 03-22-2004 04:32 PM

/me waits patiently for an official usenet gateway release for VB3 Gold

jcrash 03-22-2004 07:52 PM

Quote:

Originally Posted by lierduh
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.


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.

Ogmuk 03-22-2004 07:58 PM

search index building has to be done manually through the control panel as far as i know

lierduh 03-22-2004 09:04 PM

Quote:

Originally Posted by Ogmuk
search index building has to be done manually through the control panel as far as i know

No, I have a routine to do that in the script after the post is imported.

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?

lierduh 03-22-2004 09:09 PM

Quote:

Originally Posted by jcrash
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.

Yes, your host will control the php.ini file. However, the chances are you can use .htaccess in your forums' directory and increase your memory_limit through an entry of: php_flag

If unclear, google .htaccess and php_flag.

Again, have you checked your error log?


All times are GMT. The time now is 10:56 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
  • Page Generation 0.01888 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete