Webboard: If you are using PHP ...

2001-09-24 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: For what it's worth, the following PHP code won't work: $U = udm_alloc_agent('mysql://localhost/example_search'); But this will: $U = udm_alloc_agent('mysql://localhost/example_search/'); That trailing slash is

Re: Trying to run indexer

2001-09-24 Thread Alexander Barkov
Cedric Fontaine wrote: Cedric Fontaine wrote: On a linux box, I'm trying to launcher indexer via a ssh session... It seems that it runs when I can watch what happens because there is a lot of garbage appearing on the screen... Why ? What shall I do ? Is there a problem with my

Webboard: Reindexing HTDB question

2001-09-24 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Since I have indexed my database using HTDB, now I'm planing to include all new data directly on 'url' database (and maybe change the alterations directly on it), and then re-run indexer to index the news/changed ones, so there is a

Webboard: Error #1034 Incorrect key file

2001-09-24 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: It means MySQL files are corrupted. Use isamchk tool to repair it. In newer MySQL version you can do it using SQL interface. Follow MySQL documentation how to use both this ways. I've succesfully indexed 73.310 URL's and are very happy

boner supplies

2001-09-24 Thread art1
VORTEX SUPPLIES YOUR LASER PRINTER TONER CARTRIDGE, COPIER AND FAX CARTRIDGE CONNECTION SAVE UP TO 30% FROM RETAIL ORDER BY PHONE:1-888-288-9043 ORDER BY FAX: 1-888-977-1577 E-MAIL REMOVAL LINE: 1-888-494-8597 UNIVERSITY AND/OR SCHOOL PURCHASE ORDERS WELCOME. (NO CREDIT APPROVAL

FW: No results

2001-09-24 Thread Jeroen Geusebroek
Nobody has any suggestions?? -Original Message- From: Jeroen Geusebroek [mailto:[EMAIL PROTECTED]] Sent: zaterdag 22 september 2001 17:11 To: '[EMAIL PROTECTED]' Subject: No results Hi there, I just installed mnoGoSearch-3.2.0.b1 and the mnogosearch-php-3.1.3.5.tar.gz front end. Both

Re: FW: No results

2001-09-24 Thread Andre Pfeiler
On Monday 24 September 2001 15:57, you wrote: Nobody has any suggestions?? -Original Message- From: Jeroen Geusebroek [mailto:[EMAIL PROTECTED]] Sent: zaterdag 22 september 2001 17:11 To: '[EMAIL PROTECTED]' Subject: No results Hi there, I just installed mnoGoSearch-3.2.0.b1

Re: FW: No results

2001-09-24 Thread Sergey Kartashoff
Hi! Monday, September 24, 2001, 4:57:37 PM, you wrote: JG Nobody has any suggestions?? JG -Original Message- JG From: Jeroen Geusebroek [mailto:[EMAIL PROTECTED]] JG Sent: zaterdag 22 september 2001 17:11 JG To: '[EMAIL PROTECTED]' JG Subject: No results JG Hi there, JG I just

Webboard: Error #1034 Incorrect key file

2001-09-24 Thread Jan Paul
Author: Jan Paul Email: [EMAIL PROTECTED] Message: Thanks, I'll try Reply: http://www.mnogosearch.org/board/message.php?id=3142 ___ If you want to unsubscribe send unsubscribe general to [EMAIL PROTECTED]

RE: FW: No results

2001-09-24 Thread Jeroen Geusebroek
Hi Sergey, Please dont use php fromtend with development branch of mnogosearch. It is not supposed to with. We will update search frontend and php mnogosearch module after release of mnogosearch-3.2.x. For mnogosearch-3.2.x you can use only search.cgi frontend currently. Thanks for the advice,

Re: 3.2.0 release

2001-09-24 Thread Cedric Fontaine
mnoGoSearch-3.2.0 release is available from our site http://www.mnogosearch.org/ Trying to install it... Can't find the install.pl script... Is it normal ? Thanks... Cedric ___ If you want to unsubscribe send unsubscribe general to [EMAIL PROTECTED]

Re: FW: No results

2001-09-24 Thread Danish Qadri
Is there a CVS repository or version of the PHP front end that we can test/debug anywhere? I'd like to see them both search engine and PHP frontend released together. Thanks - Danish On Mon, 24 Sep 2001, Sergey Kartashoff wrote: Hi! Monday, September 24, 2001, 4:57:37 PM, you wrote:

Re: 3.2.0 release

2001-09-24 Thread Alexander Barkov
Cedric Fontaine wrote: mnoGoSearch-3.2.0 release is available from our site http://www.mnogosearch.org/ Trying to install it... Can't find the install.pl script... Is it normal ? instal.pl is currently implemented in 3.1.x branch only. Use usual configure script to install 3.2.0

Re: 3.2.0 release

2001-09-24 Thread Danish Qadri
Hey People, For Solaris 7 SPARC (and possibly also 8 SPARC), the following small patch will enable stored.c to compile completely. --- mnogosearch-3.2.0/src/stored.c.orig Mon Sep 24 14:43:51 2001 +++ mnogosearch-3.2.0/src/stored.c Mon Sep 24 14:45:20 2001 @@ -11,6 +11,7 @@ #include

Webboard: Need help with conf file

2001-09-24 Thread Colin Viebrock
Author: Colin Viebrock Email: [EMAIL PROTECTED] Message: I am trying to build a conf file that only indexes .html and .php files, but: - ignores the make-dyn-graph.php file - ignores php files with wv=tse in the query string Right now I have: Allow *.php *.html