config.php 464 B

1234567891011
  1. <?php
  2. // Configuration
  3. $database = "db.txt"; //Where's the websites?!
  4. $maxfinds = "99"; //Maximum amount of hits on the search query.
  5. $maxpagecrawl = "100"; //Maximum number of pages to crawl per crawl query
  6. $descfontsize = "14px"; //Description font size of query results.
  7. $crawl_depth = "4"; // Crawl to second layer of links on each page
  8. $max_word_search_array = "10"; // Maximum amount of words to search for in a string if exact string isn't found.
  9. // END
  10. ?>