Re: next_index_time query

2001-04-25 Thread Alexander Barkov

Hello!

Yes, you are right.

You may also use big Period command for those pages.

- Original Message - 
From: Anand Raman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, April 25, 2001 10:50 AM
Subject: next_index_time query


 HI guys
 I am operating mnogosearch under db mode in postgresql.
 
 I want to stop some urls from reindexing.. Can i just change the
 next_index_time column in the url table to some value and prevent this
 from happening..
 
 Any comments
 
 Thanks
 Anand
 ___
 If you want to unsubscribe send unsubscribe general
 to [EMAIL PROTECTED]
 
 

___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]




Fw:

2001-04-25 Thread ???


- Original Message - 
From: Alexander Barkov [EMAIL PROTECTED]
To: ??? [EMAIL PROTECTED]
Sent: Wednesday, April 25, 2001 5:03 PM
Subject: Re: 


 
 I'm not the author of PHP front-end.
 Please ask on [EMAIL PROTECTED]
 
 ??? wrote:
  
  thank you ,but I have a new problem,I alway get 0 search results  in search.php;
  why!!
  follow my search.htm content:
  
  
  !--
  
  This is default template file for mnoGoSearch-php 3.1
  (C) 1999, mnoGoSearch developers team [EMAIL PROTECTED]
  
  Please rename to search.htm and edit as desired.
  See doc/README.templates for detailed information.
  You may want to keep the original file for future reference.
  
  WARNING: Please keep the file chmod 600 to protect your passwords!
  
  --
  !--variables
  DBAddr  mysql://root:Z0h1t89Hi6V53e@localhost/search/
  DBMode  crc-multi
  
  IspellMode text
  #Affix en /opt/udm/ispell/en.aff
  #Spell en /opt/udm/ispell/en.dict
  #Affix ru /opt/udm/ispell/ru.aff
  #Spell ru /opt/udm/ispell/ru.dict
  
  # Uncomment this line to enable query tracking facility
  #TrackQuery no
  
  #  Uncomment this line if you do not want to detect and show clones
  #Clones no
  
  # Hilight found word syntax.
  # HLBeg is prepended before the word. Default is b
  # HLEnd is appended after the word. Default is /b
  #HLBeg font color=#905050
  #HLEnd /font
  
  --
  
  !--top--
  HTML
  HEAD
   TITLEmnoGoSearch: $Q/TITLE
  /HEAD
  
  body BGCOLOR=#FF LINK=#0050A0 VLINK=#0050A0 ALINK=#0050A0
  center
  
  FORM METHOD=GET ACTION=$A
  table bgcolor=#e0 order=1 width=100%
  trtd
  BR
  INPUT TYPE=hidden NAME=ps VALUE=10
  Search for: INPUT TYPE=text NAME=q SIZE=50 VALUE=$Q
  INPUT TYPE=submit VALUE=Search!BR
  
  Results per page:
  SELECT NAME=ps
  OPTION VALUE=10 SELECTED=$ps10
  OPTION VALUE=20 SELECTED=$ps20
  OPTION VALUE=50 SELECTED=$ps50
  /SELECT
  
  Output format:
  SELECT NAME=o
  OPTION VALUE=0 SELECTED=$oLong
  OPTION VALUE=1 SELECTED=$oShort
  OPTION VALUE=2 SELECTED=$oURL
  /SELECT
  
  Default query type:
  SELECT NAME=m
  OPTION VALUE=and SELECTED=$mAll
  OPTION VALUE=or SELECTED=$mAny
  /SELECT
  
  br
  
  Search through:
  SELECT NAME=ul
  OPTION VALUE=SELECTED=$ulEntire site
  OPTION VALUE=/docs/SELECTED=$ulDocs
  OPTION VALUE=/files/  SELECTED=$ulFiles
  OPTION VALUE=/servers/   SELECTED=$ulServers
  /SELECT
  
  Language:
  SELECT NAME=lang
  OPTION VALUE= SELECTED=$langAny
  OPTION VALUE=en SELECTED=$langEnglish
  OPTION VALUE=de SELECTED=$langGerman
  /SELECT
  
  Restrict search:
  SELECT NAME=t
  OPTION VALUE= SELECTED=$gAll sites
  OPTION VALUE=1 SELECTED=$gSport
  OPTION VALUE=2 SELECTED=$gShopping
  /SELECT
  
  /td/tr
  
  !-- 'search with time limits' options --
  !--
  TRTD
  TABLE CELLPADDING=2 CELLSPACING=0 BORDER=0
  CAPTION
  Limit results to pages published within a specified period of time.BR
  FONT SIZE=-1I(Please select only one option)/I/FONT
  /CAPTION
  TR
  TD VALIGN=centerINPUT TYPE=radio NAME=dt VALUE=back CHECKED/TD
  TDSELECT NAME=dp
  OPTION VALUE=0 SELECTED=$dpanytime
  OPTION VALUE=10M SELECTED=$dpin the last ten minutes
  OPTION VALUE=1h SELECTED=$dpin the last hour
  OPTION VALUE=7d SELECTED=$dpin the last week
  OPTION VALUE=14d SELECTED=$dpin the last 2 weeks
  OPTION VALUE=1m SELECTED=$dpin the last month
  OPTION VALUE=3m SELECTED=$dpin the last 3 months
  OPTION VALUE=6m SELECTED=$dpin the last 6 months
  OPTION VALUE=1y SELECTED=$dpin the last year
  OPTION VALUE=2y SELECTED=$dpin the last 2 years
  /SELECT
  /TD
  /TR
  TR
  TD VALIGN=centerINPUT type=radio NAME=dt VALUE=er
  /TD
  TDSELECT NAME=dx
  OPTION VALUE=1 SELECTED=$dxAfter
  OPTION VALUE=-1 SELECTED=$dxBefore
  /SELECT
  
  or on
  
  SELECT NAME=dm
  OPTION VALUE=0 SELECTED=$dmJanuary
  OPTION VALUE=1 SELECTED=$dmFebruary
  OPTION VALUE=2 SELECTED=$dmMarch
  OPTION VALUE=3 SELECTED=$dmApril
  OPTION VALUE=4 SELECTED=$dmMay
  OPTION VALUE=5 SELECTED=$dmJune
  OPTION VALUE=6 SELECTED=$dmJuly
  OPTION VALUE=7 SELECTED=$dmAugust
  OPTION VALUE=8 SELECTED=$dmSeptember
  OPTION VALUE=9 SELECTED=$dmOctober
  OPTION VALUE=10 SELECTED=$dmNovember
  OPTION VALUE=11 SELECTED=$dmDecember
  /SELECT
  INPUT TYPE=text NAME=dd VALUE=$dd SIZE=2 maxlength=2
  ,
  SELECT NAME=dy 
  OPTION VALUE=1990 SELECTED=$dy1990
  OPTION VALUE=1991 SELECTED=$dy1991
  OPTION VALUE=1992 SELECTED=$dy1992
  OPTION VALUE=1993 SELECTED=$dy1993
  OPTION VALUE=1994 SELECTED=$dy1994
  OPTION VALUE=1995 SELECTED=$dy1995
  OPTION VALUE=1996 SELECTED=$dy1996
  OPTION VALUE=1997 SELECTED=$dy1997
  OPTION VALUE=1998 SELECTED=$dy1998
  OPTION VALUE=1999 SELECTED=$dy1999
  OPTION VALUE=2000 SELECTED=$dy2000
  OPTION VALUE=2001 SELECTED=$dy2001
  /SELECT
  /TD
  /TR
  TR
  TD VALIGN=centerINPUT TYPE=radio NAME=dt VALUE=range
  /TD
  TD
  Between
  INPUT TYPE=text NAME=db VALUE=$db SIZE=11 MAXLENGTH=11
  and
  INPUT TYPE=text NAME=de VALUE=$de SIZE=11 MAXLENGTH=11
  /TD
  /TR
  /TABLE
  
  /TD/TR
  --
  !-- end of stl 

RE: Webboard: Ignoring navigation text

2001-04-25 Thread Gavin Love

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?

Regards,

Gavin Love
Web Developer
Aardvark Media Limited
www.aardvarkmedia.co.uk


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Barkov
 Sent: 24 April 2001 21:31
 To: [EMAIL PROTECTED]
 Subject: Webboard: Ignoring navigation text
 
 
 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 
 the navigation words, so our display shows things like
  
  quot;Local Info Americas Africa/Middle East Asia Australasia 
 Europe Corporate profile Financial management Any questions 
 Research amp; sponsorship Malta CIMA university award This 
 yearamp;s ceremony took place at the University of Malta on 23 
 Novembquot;
  
  where Local Info Americas Africa/Middle East Asia Australasia 
 Europe Corporate profile Financial management Any questions 
 Research amp; sponsorship are all part of our navigation (this 
 looks pretty dumb) ios there a way to get the indexer to ignore these
  
  thanks
  Michael
  
  
  
 
 Reply: http://search.mnogo.ru/board/message.php?id=2094
 
 ___
 If you want to unsubscribe send unsubscribe general
 to [EMAIL PROTECTED]
 
 
___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]




Re: Fw:

2001-04-25 Thread Sergey Kartashoff

Hi!

Wednesday, April 25, 2001, 12:06:32 PM, you wrote:

 I'm not the author of PHP front-end.
 Please ask on [EMAIL PROTECTED]

  thank you ,but I have a new problem,I alway get 0 search results  in search.php;
  why!!

I need a debug output from script to tell you more about your problem.
To get it you should set $DEBUG=1 in the config.inc and rerun script.

-- 
Regards, Sergey aka gluke.


___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]




Webboard: This board DO have trouble

2001-04-25 Thread Orjan Sandland

Author: Orjan Sandland
Email: [EMAIL PROTECTED]
Message:
In a message a week ago, I mentioned that my browser window disappeared when browsing 
this bulletin board. 
Alexander Barkov replied that it was an error in my end.
Today, I'm trying to browse this board from work - and the same thing happens. 

I think there is something wrong with the board when browsing it with IE 5.50. 
Does anyone else have this problem?

Opening the board is ok. 
Opening a posting is ok.
Opening a reply usually kills the explorer process with no warning or errors.

Best regards,
Ørjan Sandland


Reply: http://search.mnogo.ru/board/message.php?id=2100

___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]




Webboard: Added exclusions to indexer.conf - most docs disappeared

2001-04-25 Thread Orjan Sandland

Author: Orjan Sandland
Email: [EMAIL PROTECTED]
Message:
I had alot of problems with my indexer trying to index mailto cgi's, search cgi's and 
forward/backwards links in documents.

This is related to discussion forums like UBB and others.

I got some advice on how to filter certain cgi's with options, but I think I must have 
done something seriously wrong! 
Before I modified the indexer.conf, I had 300.000 URLs in the database. Now I've got 
2500

If someone could check out the following section of my indexer.conf - I'd be most 
thankful:

Disallow *out.cgi
Disallow *privatesend.cgi *action*
Disallow *ubbmisc.cgi *findthread*
Disallow *search.cgi *simplesearch*
Disallow *Ultimate.cgi *email*
Disallow *ultimatebb.cgi *get_ip*
Disallow *ultimatebb.cgi *reply*
Disallow *ultimatebb.cgi *send_topic*
Disallow *ultimatebb.cgi *next_topic*
Disallow *ultimatebb.cgir *edit_post*
Disallow *ultimatebb.cgi *close_topic*
Disallow *ultimatebb.cgi *email*
Disallow *ultimatebb.cgi *delete_topic*
#
Disallow NoMatch String *www.rc-racing.com/*backtalk/pistachio*
Disallow NoMatch String *www.rc-racing.com/*backtalk/abalone*


Alot of URL processing are now down the drain. I need to fix the problem and index the 
whole thing over again :-(.

I can add that I'm not using robots.txt (it seemed to stop alot of relevant URLs 
getting inexed) but other than that - my config is a copy of the sample.
Running multi-crc mode.

Thanks in advance.

Best regards,
Ørjan Sandland
Senior Consultant
Net Technology AS


Reply: http://search.mnogo.ru/board/message.php?id=2101

___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]




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 index,
as well as will not add into TXT field.
___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]




Webboard: charset

2001-04-25 Thread Arthur Zimens

Author: Arthur Zimens
Email: 
Message:
Hello All,

I tried to index web site with Cyrillic koi8-r charset,
but indexer didn't store any russian words in dict table, only latin.
As result, I can search latin words, but not russian

indexer.conf:
-
# This is a minimal sample indexer config file

DBAddr mysql://user@pass:localhost/mnogosearch/
#DBMode crc

LocalCharset koi8-r
CharSet koi8-r

#Ispellmode text
#Affix ru /usr/local/share/ispell/russian.aff
#Spell ru /usr/local/share/ispell/russian.dict

ServerTable server

Server  http://localhost/ 

# Allow some known extensions and directory index
Allow *.html *.htm *.shtml *.txt */

# Disallow everything else
Disallow *

Reply: http://search.mnogo.ru/board/message.php?id=2102

___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]




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 russian words in dict table, only latin.
 As result, I can search latin words, but not russian
 
 indexer.conf:
 -
 # This is a minimal sample indexer config file
 
 DBAddr mysql://user@pass:localhost/mnogosearch/
 #DBMode crc
 
 LocalCharset koi8-r
 CharSet koi8-r
 
 #Ispellmode text
 #Affix ru /usr/local/share/ispell/russian.aff
 #Spell ru /usr/local/share/ispell/russian.dict
 
 ServerTable server
 
 Server  http://localhost/ 
 
 # Allow some known extensions and directory index
 Allow *.html *.htm *.shtml *.txt */
 
 # Disallow everything else
 Disallow *

Reply: http://search.mnogo.ru/board/message.php?id=2104

___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]




Webboard: Changing default search template file

2001-04-25 Thread Frederick Kuhne

Author: Frederick Kuhne
Email: [EMAIL PROTECTED]
Message:
Hello,

I want to have the default file that the cgi script looks for be search.php, not 
search.htm.  How can I change this?

I don't want to install the php extensions to use the php frontend, but if I can just 
have the cgi script look for a file named search.php it will accomplish what I need.

Thanks for your help!!

Reply: http://search.mnogo.ru/board/message.php?id=2107

___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]




Re: Webboard: Changing default search template file

2001-04-25 Thread La Rocca Network, Inc. \(Nelson\)

Hi !

any doc explaining how to call the search.exe under win32 using IIS4 ?

Regards,
Nelson.



___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]




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/html]
 
 
 index.shtml has the following header
 
 lt;htmlgt;
 lt;headgt;
 lt;META HTTP-EQUIV=quot;Content-Typequot; CONTENT=quot;text/html; 
charset=koi8-rquot;gt;

Reply: http://search.mnogo.ru/board/message.php?id=2110

___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]




Fw: Webboard: windows 3.1.12.08 trial does'nt work

2001-04-25 Thread GARPNET Mail

Hi

I had have the same problem, I posted to the list but nobody anwers me :-(
if you got any solution, please let me know ?

lazaro

- Original Message - 
From: souissi tijani [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, April 25, 2001 6:09 PM
Subject: Webboard: windows 3.1.12.08 trial does'nt work


 Author: souissi tijani
 Email: [EMAIL PROTECTED]
 Message:
 can some help me use windows 3.1.12.08 trial in indexing
 either local host or on the web.
 
 
 Reply: http://search.mnogo.ru/board/message.php?id=2105
 
 ___
 If you want to unsubscribe send unsubscribe general
 to [EMAIL PROTECTED]

___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]