Search engine admin
| Total queries for the last day: |
0 |
| Total unique pages: |
1 |
| Total indexed pages: |
1 |
| Total indexed words: |
0 |
Quick guidelines:
- Installation: chmod "api/config.php" file to make it writable,
configure search engine,
create tables, index website,
and create cronjob task to re-index website automatically (to avoid
overloading server, (re-)index a few webpages at a time).
- Cronjob task (option 1): /usr/bin/php /home/p/phpdevelo/public_html/php-scripts/search-engine/demo/auto-index.php >/dev/null 2>&1
- Cronjob task (option 2): wget --spider http://www.php-development.ru/php-scripts/search-engine/demo/auto-index.php >/dev/null 2>&1
- Adding search engine to a website: use
sample-anypage.php and
sample-srcpage.php
as a sample, consider adding category meta-tag and main content start/end markers.
Copyright © 2005-2008 I.S. Lyubinskiy. All rights reserved.
Free for websites bringing
no profit.
For others:
purchase search engine license.