Webboard: Indexer gets killed for not apparent reason - ongoing topic

2001-03-03 Thread Nir Shahaf
Author: Nir Shahaf Email: [EMAIL PROTECTED] Message: Good morning Alexander, If I am not mistaken I have already posted the backtrace output, it says "No stack.". Here are the lines copied from the gdb output: This GDB was configured as "mips-sgi-irix6.5"... (gdb) run -a Starting program: /s

Some mostly sql related suggestions

2001-03-03 Thread Shane Wegner
Hi, I am using UDMSearch 3.0.23 with MySQL at the moment and have a few suggestions regarding the software. Please note that I have only friefly looked at the developement version so some of these may already be implemented. I am using crc-multi for data storage and indexer seems to slow down q

Webboard: Windows Version Availibility

2001-03-03 Thread Kevin Friesth
Author: Kevin Friesth Email: [EMAIL PROTECTED] Message: is there windows source available for this like the linux version has? Reply: ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PRO

Re: Webboard: Modifying default PS

2001-03-03 Thread Maxime Zakharov
You may use attribute "selected" for appopriate tag of CGI parameter "ps" (see doc/search.txt) in your template, if you let users select, or insert this parameter as hidden, otherwise. "Julio C. Galaret" wrote: > > How can I modify number of pages display by DEFAULT with searches with search.

Webboard: Modifying default PS

2001-03-03 Thread Julio C. Galaret
Author: Julio C. Galaret Email: [EMAIL PROTECTED] Message: Hi, How can I modify number of pages display by DEFAULT with searches with search.cgi? Must I modify search.c: #define DEFAULT_PS 20 and after that recompile? Or is there another way to do it (i.e.: through templates.zhtml?) Thank you

Re: Webboard: Indexer still runs but search.cgi does not and a small story about the problems

2001-03-03 Thread Laurent LEVIER
Security hint: if you want to allow public to pass through the directory, but not to see its contents (you can read a file only if you know its name), use as permission for the directory only --x for public. At 12:32 03/03/2001 +0300, Fredy Kuenzler wrote: >Author: Fredy Kuenzler >Email: [EMAI

Big bug in indexer confirmed

2001-03-03 Thread Laurent LEVIER
Hi Guys, I found a big big bug in indexer. Since some days, I launch my indexing script at 09:00 localtime. Around 10:00, this script finished its stuff (MySQL checks/optimisations, splitter of the results of the previous day, ...) and it launches the indexer for the day (days means end at 00:

RE: server.c bug

2001-03-03 Thread PNTCD
Thank you, Should I replace the old server.c with server.c.diff and recompile mnoGoSearch? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Barkov > Sent: Friday, March 02, 2001 6:54 PM > To: general > Subject: server.c bug > > > Hello!

Webboard: Indexer still runs but search.cgi does not and a small story about the problems

2001-03-03 Thread Fredy Kuenzler
Author: Fredy Kuenzler Email: [EMAIL PROTECTED] Message: Make sure that also the path to the template file is also world readable. For instance if your template file is /home/username/mnogosearch/etc/search.htm you need to be sure that /home/username at least has permission 755. On a standard