Author: Rosa
Email: [EMAIL PROTECTED]
Message:
this is my configuration file,i want to search through 6 tables ,for that i am 
repeating HTDBlist and HTdbDoc commands for every table but it doesn't work!

what should i do!


DBAddr  mysql://user:password@localhost/mnogosearch/

DBMode  single

DeleteBad yes

Robots no


Server  http://www.servernme.ch/d/

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

# Disallow everything else
Disallow *.b    *.sh   *.md5  *.rpm
Disallow *.arj  *.tar  *.zip  *.tgz  *.gz   *.z     *.bz2 
Disallow *.lha  *.lzh  *.rar  *.zoo  *.ha   *.tar.Z
Disallow *.gif  *.jpg  *.jpeg *.bmp  *.tiff *.tif   *.xpm  *.xbm *.pcx
Disallow *.vdo  *.mpeg *.mpe  *.mpg  *.avi  *.movie *.mov  *.dat
Disallow *.mid  *.mp3  *.rm   *.ram  *.wav  *.aiff  *.ra
Disallow *.vrml *.wrl  *.png
Disallow *.exe  *.com  *.cab  *.dll  *.bin  *.class *.ex_
Disallow *.tex  *.texi *.xls  *.doc  *.texinfo
Disallow *.rtf  *.pdf  *.cdf  *.ps
Disallow *.ai   *.eps  *.ppt  *.hqx
Disallow *.cpt  *.bms  *.oda  *.tcl
Disallow *.o    *.a    *.la   *.so 
Disallow *.pat  *.pm   *.m4   *.am   *.css
Disallow *.map  *.aif  *.sit  *.sea
Disallow *.m3u  *.qt   *.mov

HTDBList SELECT 
concat("http://www.mitlinks.ch/beta/neha/maedchentreff/poesie_anschauen.php?UID=",UID)\
  FROM mnogosearch.PoesieAlbum 


HTDBDoc SELECT concat(\
'HTTP/1.0 200 OK\\r\\n',\
'Content-type: text/plain\\r\\n',\
'\\r\\n',\
name,'\\n'\
) \

FROM PoesieAlbum WHERE UID='$1'

Server htdb:/

Realm  http://www.mitlinks.ch/beta/neha/maedchentreff/poesie_anschauen.php?UID=*

Alias  http://www.mitlinks.ch/beta/neha/maedchentreff/poesie_anschauen.php?UID= htdb:/



# Documents which will be generated for each "htdb:/XXX"  documents
# where XXX is 'messages' table PRIMARY KEY value.

HTDBList SELECT 
concat("http://www.mitlinks.ch/beta/neha/maedchentreff/view_gastebuch.php?GID=",GID)\ 
FROM mnogosearch.GASTEBUCH

HTDBDoc SELECT concat(\
'HTTP/1.0 200 OK\\r\\n',\
'Content-type: text/plain\\r\\n',\
'\\r\\n',\
name, your_views,'\\n'\
) \
FROM GASTEBUCH WHERE GID='$1'

Server htdb:/
Realm  http://www.mitlinks.ch/beta/neha/maedchentreff/view_gastebuch.php?GID=*
Alias  http://www.mitlinks.ch/beta/neha/maedchentreff/view_gastebuch.php?GID=  htdb:/



Reply: <http://search.mnogo.ru/board/message.php?id=1546>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to