Re: Webboard: Ignoring navigation text

2001-04-25 Thread Alexander Barkov
Gavin Love wrote: If you use !--UdmComment-- or NOINDEX does the indexer still follow the links contained within the area enclosed by the the tags? or will it simply not store the text, in the txt field in the url table? It will follow links, but will not add those words into word

Webboard: charset

2001-04-25 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Check HTTP headers which are sent by your web-server. Try this: wget -s http://localhost/ What can you see in Content-Type header? Hello All, I tried to index web site with Cyrillic koi8-r charset, but indexer didn't store any

Webboard: charset

2001-04-25 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Please contact me by email % wget -s http://localhost/ --22:45:45-- http://localhost/ =gt; `index.shtml' Connecting to localhost:80... connected! HTTP request sent, awaiting response... 200 OK Length: unspecified [text

Re: Webboard: Indexing only .iso files

2001-04-24 Thread Alexander Barkov
, 24 Apr 2001, Alexander Barkov wrote: Please run indexer -amv6 and check it's output. It will print an information about all found links. duncan wrote: Hello, and thanks matthew- I tried what you suggested, and in fact, here is the whole conf file: Allow

Webboard: Ignoring navigation text

2001-04-24 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: If it is your site, you can use !--UdmComment-- or NOINDEX tags. Check documentation. Hi all, we have set up our pages using HTML for the navigation - this means that when the Indexer (indexing the pages) runs, it indexes

Webboard: Mp3 Search

2001-04-23 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello. I am creating an mp3 search engine and i have a such problem. When I am indexing some mp3s some of them gets status 206 (partitialy ok) It's OK. indexer does not download whole file. It checks only those document's parts where

Webboard: $DD cut off: solution?

2001-04-21 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I found in udm_indexer.h a line: #define UDM_MAXDESCSIZE 100 I changed to #define UDM_MAXDESCSIZE 254 Heiko Yes, that's right place to change description size. Reply: http

Webboard: Parsing URL Values

2001-04-19 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi! Take a look into 'Using alias in Realm command' section of alias.txt This is very powerful thing. I hope it's what you need. hi guys! this has nothing much to do w/ mnogosearch engine, but i really need help and i know

Re: Index 2 or more sites problem! - please help

2001-04-19 Thread Alexander Barkov
Please try indexer -amv6 Tek Guy wrote: Hello, I still have problems with indexing, I would like to be able to index 3 of our websites but it seems like it only accept 1 and only index 1 page. I'm using version 3.1.12 with MySQL support - Configuration file i specified:

Webboard: robots.txt problem

2001-04-19 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: It seems that robots.txt still hasn't been indexed. Run indexer -amu http://servername/robots.txt then run indexer in usual manner. I created a robots.txt file and placed it in the root of my web site. The contents

Webboard: Remote Quering

2001-04-17 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I was wandering. If I want to query my database from a remote server, then how do I get cache data over the query?? So for example, ServerA is webserver with index.html ServerB is Search server with all sql/cache data stored

Webboard: 404 URL's

2001-04-17 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: My pages are accessed by something like main.php?p=1400amp;mt=1 where quot;mtquot; is section and quot;pquot; is page name. In database I have indexed only pages like 1400.php (status 200) but URL's like main.php?p=1400amp;mt=1 has

Webboard: HOW TO protect indexer from DoS attacks?

2001-04-17 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: There are many features planned to be implemented in future releases. I think this one is under low priority. Do you really have such problem with DoS attack? Hm, nice feature. But it helps only in linear DoS attack

Webboard: 404 URL's

2001-04-17 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Status in Apache access_log is 200... Try to reindex those pages using: indexer -am -s404 Reply: http://search.mnogo.ru/board/message.php?id=2031 ___ If you want to unsubscribe send

Webboard: Need help with regexp in config

2001-04-16 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: The first one, with space between. Are the disallow line above one or two commands? ie: Disallow *ubbmisc.cgilt;space heregt;*privatesend* ? or Should it be *ubbmisc.cgi*privatesend* ? Reply: http://search.mnogo.ru/board

Webboard: BIG BUGS descriptions fixes

2001-04-16 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello! I've posted a message with topic quot;Too many open filesquot; a week ago and there are no any messages about it. It makes me sad. I like your project, but your support and programming culture is BAD ENOUGH!!! 1

Webboard: HOW TO protect indexer from DoS attacks?

2001-04-16 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Imagine that there is a magic index.php file. It has only a link to index.php?id=1. The last one has a link to index.php?id=2, etc., the N-th one (index.php?id=N) has a link to index.php?id=N+1... So, it's a simple example of DoS

Webboard: Same Trouble search displays blank pages

2001-04-15 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: What http server do you use? I had that problem on another server..that wasn't a hard fix..depends on how you set the conf-dist and htm-dist,what database...etc The problem I am having now is the search form itself will not show up

Webboard: Same Trouble search displays blank pages

2001-04-15 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: It seems that search.cgi crashes during execution. Try to test it from command line: ./search.cgi some_word Does it crashe? I have exactly the same problem!!! ./indexer -S Database statistics Status

Webboard: TXT over 255 characters

2001-04-15 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Is it possible to ajust the TXt field to catch more than 255 charaters. I have tried to define the field to a [txt] field with the limet of 65535 characters. Not that i will use the amount, but can it be posible to define how much

Webboard: Same Trouble search displays blank pages

2001-04-15 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: What is displayed in both cases: with and without template? What can you see in "View HTML source"? I had that problem on another server..that wasn't a hard fix..depends on how you set the conf-dist and htm-dist,what data

Webboard: Link not found

2001-04-15 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Run indexer -amv6 and check it's output when it visit topics list. I've got a little problem. Actually I'm running UltraBoard conference on my site and it generates links to the topics like

Re: UdmSearch: Webboard: ERROR: Cannot insert a duplicate key intounique index url_url

2001-04-15 Thread Alexander Barkov
I can't believe that. The only thing that I can realize is that it is the PostgreSQL who sometimes is "successul" in inserting duplicate keys. Peter Hanecak wrote: Hello, On Thu, 11 Jan 2001, Alexander Barkov wrote: Author: mocha Email: [EMAIL PROTECTED] Message

Webboard: Core dump under Solaris

2001-04-15 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Seeing this report I can imagine that you compiled threaded version. It that true? If yes, how did you do it? There is only FreeBSD and Linux threads support. gdb quot;/usr/local/mnogosearch/sbin/indexer -a /usr/local/mnogosearch

Webboard: Unable to configure mnogosearch...

2001-04-14 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I have no ideas :-( BTW, i'm using RedHat 7.0 I know that there are some compatibility problems with the new GNU packages in RH 7.0... I've tried to ./configure mnogosearch-3.1.12.tar.gz and udmsearch-3.0.23.tar.gz

Webboard: Search bugs for Windows

2001-04-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Yes i use ispell. JOe You have to add correspondent ispell commands into your template, Default one has some examples. Reply: http://search.mnogo.ru/board/message.php?id=1955 ___ If you want

Webboard: description and txt

2001-04-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: It is $DE template variable. Take a look into doc/templates.txt to check all available variables. Hi is there a feature that when a site have description, it will show the decription instead of the txt. and if no description

Webboard: Multiple databases

2001-04-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: why don't you use tag to seperate the two sites Joe Which tags and sites do you mean? Reply: http://search.mnogo.ru/board/message.php?id=1957 ___ If you want to unsubscribe send

Webboard: Search.cgi Problem

2001-04-10 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: When I go to run the Search.cgi program, I get a Error 500 Internal Web server error. The Apache error-log tells me that the library mysqllient.so.9 cannot be found. I have added this path to the LD_LIBRARY_PATH and re

Re: Problems with indexing files on local hard drive.

2001-04-09 Thread Alexander Barkov
Cliff Olle wrote: This is what indexer reports Indexer[28709]: indexer from mnogosearch-3.1.12/MySQL started with '/var/local/mnogosearch-3.1.12/etc/indexer.conf' Indexer[28716]: [1] Done (0 seconds) This is my indexer file DBAddr mysql://myuser:mypass@localhost/mnogosearch/ robots

Re: $iurl and template vars

2001-04-09 Thread Alexander Barkov
Dmitry Illarionov wrote: Hello, Could you, please, tell, is it possible to use template variables in the files included with $iurl command? It is not possible to use them directly. However, you can write in template: $iurl(http://servername/include.cgi?q=$q) Query text will be

Webboard: Search Form - 'wf' Select

2001-04-09 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: ok, i had to remove the Select named 'wf' to get results from the indexer. Whats this supposed to do and why isnt returning any results with it being used? (all wf options were tested and non returned results) until further notice

Webboard: web bug in search.htm ?

2001-04-09 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: You can change your template yourself. It is absolutely configurable. The distributed search.htm contains this: lt;a href=quot;http://search.mnogo.ru/quot;gt;lt;IMG BORDER=0 SRC=quot;http://search.mnogo.ru/img/udm.gifquot;gt;lt;/Agt

Webboard: TAG question

2001-04-09 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: You have to reindex with indexer -am after changing Tag commands. How to give to the local_host1 serveur the tag value 0 and the tag value 1 to the local_host2 serveur, in the same indexer.conf file !? I tried this, but when I look

Webboard: multilanguages sites

2001-04-09 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Use different tags. Latest 3.1.x branch also supports search limits by language. I have done a web site with 5 differents languages. Each language shows differents pages, that can be only in one language Example, a page can

Webboard: Indexing ok, command line show info, no web output

2001-04-09 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Do you use built-in or SQL version? What database is being used in last case? Some of them provides SQL rueries logging. What SQL queries are sent at a search time? Hi guys, I have not found any info in this subject about the error

Webboard: Link length

2001-04-09 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: It is 128 characters. Can you tell me please what is the maximum link length that indexer can process? I mean how much characters can be in HREF ? Thanks, Alexander Reply: http://search.mnogo.ru/board/message.php?id=1925

Webboard: How to index ftps with non-standard port numbers

2001-04-09 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Why did you decide it? You must change function to connect to mysql database. See code bellow static int InitDB(DB*db) { mysql_init(amp;(db-gt;mysql)); if(!(mysql_real_connect(amp;(db-gt;mysql),DBHost,DBUser,DBPass,DBName

Webboard: Search bugs for Windows

2001-04-09 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Do you use ispell in indexer? hi if i search for image it would give me 172 results, but if i search for images it gives me no result, however i am able to see the title quot;Macbeth, Images of blood and waterquot; when i search

Re: indexer does not work.

2001-04-06 Thread Alexander Barkov
./indexer -am Follow documentation for futher information. - Original Message - From: Hellinger Balazs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 04, 2001 5:14 PM Subject: indexer does not work. I have installed udmsearch, then i indexed my site. For for first

Re: CRC32 in URL table

2001-04-06 Thread Alexander Barkov
CRC32 field of URL table is CRC32 of whole document. And yes, it's used for clone detection. - Original Message - From: Briggs, Gary [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 04, 2001 5:13 PM Subject: CRC32 in URL table What is this? I'm unable to find what it

Re: Https with mnoGoSearch

2001-04-06 Thread Alexander Barkov
This is explained in documentation supplied together with the sources. Download *.tar.gz, unpack it and take a look into /doc directory. - Original Message - From: Erwin LEUBAZ [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 05, 2001 8:20 PM Subject: Https with mnoGoSearch

Webboard: SSI

2001-04-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Use $iurl(http://some/include.html) template syntax. It includes given URL. You may also use $if(/usr/local/httpd/include.html). This comman includes given file from local system. Does anybody know of any way to put server side

Webboard: Compliments

2001-04-04 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Thanks! In the past couple of days I've been looking at urls scrolling up the screen, ending in things like Indexer[12895]: [1] Done (100122 seconds) and 200 0 190277 OK In the meanwhile, no core dumps

Webboard: AM_INIT_AUTOMAKE (solved)

2001-04-03 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Thanks for Suggestion! Dmitry, please consider to add this instruction into README.CVS. The solution (on Linux RH 7.0): Run aclocal (just like that) after autoconf and before running ./configure. That's another step

Webboard: Underscore symbol.

2001-04-03 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello. Does anyone know is there possibility to interpret underscore symbol quot;_quot; as part of word, not as delimeter. So, the indexer would interpret quot;aaa_bbbquot; as single word, not 2 words aaa and bbb. Many thanks

Re: Webboard: Underscore symbol.

2001-04-03 Thread Alexander Barkov
It should work with dollar sign too. But I didn't test. - Original Message - From: Zenon Panoussis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 10:15 PM Subject: Re: Webboard: Underscore symbol. Alexander Barkov skrev: Open charset.c and add

Webboard: One URL per domain

2001-04-02 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I wrote your suggestion to our TODO. Thanks. At times a search term happens to be repeated lots of times on different pages of the same site, so that the results get clogged. Imagine looking for shops in your area that offer quot

Re: Search engine

2001-03-31 Thread Alexander Barkov
Laurent is right. Those file formats are really supported. But we didn't test our software on MacOS. Laurent LEVIER wrote: Philippe, UDM/Mnogo Search is reading the stdout that should contain only ASCII (ISO 8859-X) documents. You define a parser and this parser reads the file

Re: Bug report

2001-03-30 Thread Alexander Barkov
Please find a patch here: http://gw.udmsearch.izhnet.ru/~bar/patches/conf.c.diff Regards Vadim Spichak wrote: UdmSearch version: 3.1.12 Platform: Linux. etc/// OS: Database: mysql Statistics:many 3.1.10 works fine for same config

Webboard: more info

2001-03-29 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi! Spider must send Host header even in HTTP/1.0 This allows to index virtual hosts located on the same machine. This is from RFC 2068: 14.23 Host The Host request-header field specifies the Internet host and port

Webboard: real (again)

2001-03-29 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: You are on the right track, it will index whole .nl domain, not only www.zonnet.nl hi all, i want to index the sites in the .nl domain. i cleared my database and typed in: indexer -i -u http://www.zonnet.nl/ then i added

Re: Webboard: real (again)

2001-03-29 Thread Alexander Barkov
In this case indexer will follow any link, not *.nl only, "Briggs, Gary" wrote: You probably want a "follow world" in there, too. -Original Message- From: Doos [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 11:28 AM To: [EMAIL PROTECTED] Subject:

Re: Bug report

2001-03-29 Thread Alexander Barkov
Oops. % signs are to be used in SQL version only, it is SQL LIKE wildcards. Built-in database uses substring match. So, try to use .am without %'s. Artashes Kalantarian wrote: UdmSearch version: 3.1.12 Platform: Dual Proccessor PIII 600, 389M ram OS:Solaris 5.8

Webboard: realm

2001-03-27 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: hi all, i commented out the #server and wanted to index all the pages in the .nl domain. so i added Realm http://*.nl/* then i ran indexer and it gave me nothing, whats the right way to do that. thanks Realm command does

Webboard: ukrainization

2001-03-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Dear Sirs, Does somebody have an experience of an ukrainization of UDMSEARCH have faced a problem here. Such as: It doesn't want to take some(!) ukrainian letters. Server: Apache 1.3.12 (ENG) Locale: uk_UA Server's Encoding cp1251

Webboard: The value of intag in the dict tables

2001-03-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: This field consist of two values. The lowest two bytes store weight value. Other two bytes are either word position or word count, depenging of whether phrases are used. How is the value of the intag calculated? For example

Webboard: Premature end of indexing?

2001-03-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Try indexer -a -s504 I'm running latest mnogosearch and redhat 7 with mysql rpm installed. I compiled mnogosearch with support for pthreads btw. Mode is crc-multi, and several stop word lists is in use. The server is on a 1Mbit

Re: *Major* drawback in using Mnogosearch

2001-03-26 Thread Alexander Barkov
News extensions require another tables structure and search front-end. Take them from our download page. Emre Bastuz wrote: Hi, after spending the whole day with experimenting with Mnogosearch (latest) I came to the following conclusion: indexer ist not able to adapt it´s Mysql query

Webboard: Different indexes

2001-03-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: So i can use it as a crawler and a local file indexer ?! yes, you can If i use it as a crawler, can i then use different indizes?? What do you mean? Reply: http://search.mnogo.ru/board/message.php?id=1824

Re: Denying a URL

2001-03-25 Thread Alexander Barkov
If squid works fine with browser, it will work with indexer. Just use "Proxy ..." indexer.conf command. André Luiz dos Santos wrote: I've made a redirector program for squid that blocks out ad banners and a big list of websites stored in a postgresql database, and I'd like to use it to

Webboard: 15-20% 302 - Moved Temporarily?

2001-03-25 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I've got 315.000 URLs indexed now, and about 50.000 of them have status 302 - Moved Temporarily. I have no experience with this, but I think it's a rather high number. Any thoughts? Best regards, Ørjan Sandland

Webboard: Last-Modified META tag

2001-03-23 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: It's taken from Last-Modified HTTP response header. META http-equiv=Last-Modified is not processed. What is the source for last-modified info that is stored in indexed database? I am trying to use lt;META http-equiv=quot;Last

Webboard: How long will the Windows trial version be available?

2001-03-23 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I noticed the message on the Windows Trial Beta said quot;Available only till March 15 2001quot;. Yet it still works. Is this crippled in any way? Will it become crippled at some time? (when?) Thanks! Bob Don't worry, it's

Webboard: Different indexes

2001-03-23 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hallo, does mnogosearch work as a crawler or a local indexer, that indexes the file system. If it works as a crawler, is it possible to use different indexes, e.g. whole site, protocols It supports HTTP, FTP, NEWs and local

Webboard: Missing table: mnoGoSearch.ndict2

2001-03-23 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Table definition is in the create/mysql/crc-multi.txt I've configured MnoGoSearch to use mysql. I can't find any reference to a table called ndict2 in the table creation script. When I start the indexer I see the following

Webboard: can udmsearch

2001-03-22 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: No, it can't do it. i have clasification of web site, just like directory. There is education, region, job and so on. I have many directory in my server and it is always added file by the user. Could udmsearch clasify them by it self

Webboard: Searching is terribly slow - any ideas why?

2001-03-22 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Take a look into sql.c, add #define DEBUG_SQL 1 then recompile. Run search.cgi from command line: ./search.cgi word /dev/null You'll see every SQL query sent to backend with time spent on their execution. What is the most long query

Webboard: Ranking of hits

2001-03-22 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hey folks. Just wondering, how do I tell the search to rank URLs with long pathnames lower than direct hits on let's say a domain name with no directory path? Unfortunately there is no way to do it. Reply: http://search.mnogo.ru

Webboard: How to config windows version to put full content into TXT field?

2001-03-22 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: i asked the same question before , with no real answer ..! We need to know how to index the full page , rather then part of it .. It does index whole document. So, word will be found if it is in the bottom. However indexer does

Webboard: Windows Version Licensing Fees Availability

2001-03-14 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Well, iam hanging around here daily just to know the answer for your question! Binaries seems to work fine. However pricing and Documentation are not ready yet. So, we can't make a release. Reply: http://search.mnogo.ru/board

Re: redirect url too long error

2001-03-13 Thread Alexander Barkov
Current version does not support URLs longer that 128 bytes. We'll fix this in 3.2 branch. Caffeinate The World wrote: [1] http://minneapolis.about.com/citiestowns/midwestus/minneapolis/local/midwestus/minneapolis/li brary/weekly/aa092199.htm [1] Redirect URL too long:

Webboard: SESSION/COOKIE

2001-03-13 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: It is not implemented. We have it on our TODO. I have a little problem, I have a website which use SESSION for print the right page (like language ) and the parser of mnogosearch don't accept cookie therefore php use TANS_ID

Re: cache mode

2001-03-13 Thread Alexander Barkov
Hello! Teofilis Martisius wrote: MnoGoSearch v3.1.11/mysql Solaris/sparc 7 I had some questions about cache mode. First, I have this problem- in my search engine a lot of queries return results with URLs that have no title, take up 0 bytes and so on. I think it is because these URLs

Re: indexer sped up with Posgresql

2001-03-12 Thread Alexander Barkov
Thanks! I've added this into pgsql create script. Caffeinate The World wrote: mnogosearch-cvs, postgresql-cvs i just wanted to let everyone who uses postgresql with mnogosearch how i got this incredible speed increase. I had about 500,000 URLs and when i started indexing, it took for

Webboard: Windows Spyware?

2001-03-07 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: The only thing I can tell is that mnoGoSearch is not spyware. I dnon't know who and why decided to post in on grc.com. This is not true. Win version is build using unix sources. You can check them agains spy code. The only difference

Webboard: multiple dictionaries for the same language?

2001-03-07 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi! There are American and British dictionaries (using the same affix rules). And there is old and new typography of German (different word lists and affix files). Is it possible to use multiple ispell wordlists and/or affix

Webboard: Cache mode: File permissions

2001-03-07 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I would like to know, since cache mode is not working properly, at least in my box, if the following permissions are properly set by the program: doc, etc... var: drwxrwsr-x var/cache: drwxrwxrwx var/raw, splitter amp; tree

Re: indexer sped up with Posgresql

2001-03-07 Thread Alexander Barkov
Caffeinate The World wrote: mnogosearch-cvs, postgresql-cvs i just wanted to let everyone who uses postgresql with mnogosearch how i got this incredible speed increase. I had about 500,000 URLs and when i started indexing, it took for ever between each URL. per alex's suggestion, i

Webboard: Windows Spyware?

2001-03-06 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: UdmSearch for Windows is on a number of spyware lists. Is this a rumor? If not, will you be removing this quot;featurequot; from the next release? Thanks, Denny It is not true. There is no one line which send something to internet

Webboard: Windows Spyware?

2001-03-06 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: UdmSearch for Windows is on a number of spyware lists. Is this a rumor? If not, will you be removing this quot;featurequot; from the next release? By the way, who did you tell about that? Reply: http://search.mnogo.ru/board

Re: server.c bug

2001-03-05 Thread Alexander Barkov
Use "patch" program PNTCD wrote: 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, 20

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

2001-03-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I have no ideas what's happening. Something or somebody kills the process. Probably, you have quotes. btw. How much memory does indexer eat before killing? Reply: http://search.mnogo.ru/board/message.php?id=1614

Webboard: crc-multi and cache mode

2001-03-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: My database is in crc-multi mode, and now we are going to run the last version of mnogosearch in cache mode. First, we want to index in cache mode the same database, and we do not delete the word tables, because we want the people

Webboard: Windows Version Availibility

2001-03-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: is there windows source available for this like the linux version has? Windows version is built from UNIX sources. The only difference is that it has graphical interface. Reply: http://search.mnogo.ru/board/message.php?id=1620

Re: Big bug in indexer confirmed

2001-03-05 Thread Alexander Barkov
Try to apply a patch http://gw.udmsearch.izhnet.ru/~bar/patches/server.c.diff.gz This fixes strange bug. sprintf(NULL,"bla bla bla") doesn't crash on some operating systems, at least on FreeBSD 4.2 (both RELEASE and STABLE) and Linux with 2.2.14 kernel. It looks like memory leak, program eats

Re: Big bug in indexer confirmed

2001-03-05 Thread Alexander Barkov
Try to apply the patch http://gw.udmsearch.izhnet.ru/~bar/patches/server.c.diff.gz We checked indexer for memory leaks using memprof (btw nice program). It does not find any memory leaks. Probably, the reason is our bug together with sprintf() strange behaviour I mentioned earlier. Tõnu

Re: link validation config help!

2001-03-05 Thread Alexander Barkov
Run indexer -a -s0 - I've been doing a bit of poking around, and have noticed a couple of odd behaviours. I'm using the most recent version from CVS but I've experienced very similar behaviour from 3.1.9. First, if I do this: # indexer foo (after a few URLS, ^C to

Re: Is this, by any chance, a Bad Thing (TM)?

2001-03-05 Thread Alexander Barkov
"Briggs, Gary" wrote: 010305 9:28:18 Aborted connection 394 to db: 'udmsearch' user: 'udm' host: `localhost' (Got a packet bigger than 'max_allowed_packet') From the mySQL error log. Change max_allowed_packet mysqld variable. btw, what was the last sql query? Can you check this in

Webboard: INDEXER die

2001-03-02 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: We've found a bug which may be a reason of such behaviour. Please find it here: http://gw.udmsearch.izhnet.ru/~bar/server.c.diff.gz I know I had posted this message before but I get no answer. My indexer process stops after

server.c bug

2001-03-02 Thread Alexander Barkov
Hello! We've found a bug in server.c It was a reason of some crashes. Patch is in attachement. server.c.diff.gz

Re: BOUNCE general@mnogosearch.org: Non-member submission from [Zenon Panoussis lrh@xs4all.nl]

2001-03-01 Thread Alexander Barkov
) is returned only in two places: 1. in open_host() function, when port is 0. 2. in UdmHTTPGet() function, when select() returns an error. I have no idea what is happening. Zenon Panoussis wrote: Alexander Barkov skrev: OK. Please check also this: print realsize print *Doc (gdb) frame

Re: Searching multiple tags

2001-03-01 Thread Alexander Barkov
Sergey, any comments? "Briggs, Gary" wrote: Hmmm. The php one can't . Gary (-; -Original Message- From: Alexander Barkov [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 5:13 AM To: [EMAIL PROTECTED]; Briggs, Gary Subject: Re: Searching mul

Re: 3.1.11: stopwords substring search

2001-03-01 Thread Alexander Barkov
"Andrey A. Chernov" wrote: There is apparent conflict between stopwords and substring search, f.e. try to search Russian 'ÎÁÄÏ' (which is stopword by itself) in {beg,end,sub}string mode - search stopped with no result because stopword immediately found, but it prevents

Webboard: 3.1.11: stopwords substring search

2001-03-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: There is apparent conflict between stopwords and substring search, f.e. try to search Russian 'íàäî' (which is stopword by itself) in {beg,end,sub}string mode - search stopped with no result because stopword immediately

Webboard: bugs or what?

2001-03-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: First, I've tried to set up mnogosearch to my home directory, since I'm not a root on a system. The first íåñîîòâåòñòâèå was that for bult-in database we need to specify --with-biult-in keyword in configure - that's not described

Webboard: bugs or what?

2001-03-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I found that problem source - it was that mnogosearch tried to use SQL in stopword section, but I used a built-in database and when I commented that string indexer was working... But I want to ask you, how to index a ftp - I gave quot

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

2001-03-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Is core file produced? I know I have posted this message before but I got no replies, the problem is that indexer gets killed after the var/dict.txt files reaches ~7MB, I have more then enough space on the device (36GB) and it's

Webboard: indexer inserts unwanted url into database

2001-03-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Use either robots.txt file or allow/disallow commands. I don't want to index full server,only some directories ,so i am giving commands like: Server http://www.raaga.ch/de/dienst/ Server http://www.raaga.ch/de/kontakt/ Server

Re: php-mnogo-1.01

2001-03-01 Thread Alexander Barkov
Old PHP front-end uses SQL functions to access mnoGoSearch data. New front-end is native module for PHP: http://www.php.net/manual/en/ref.mnogo.php "Briggs, Gary" wrote: This is probably a REALLY stupid question, but what's the difference between this and the PHP frontend that appears

<    1   2   3   4   5   6   7   >