A small search engine made in php
Find a file
2023-05-15 23:29:07 -04:00
api Original commit 2016-09-15 20:13:51 -04:00
crawler_class Original commit 2016-09-15 20:13:51 -04:00
plugins Need this changes 2019-07-08 11:08:03 +02:00
stars Original commit 2016-09-15 20:13:51 -04:00
txt Clean up 2016-09-27 18:34:29 -04:00
.DS_Store Original commit 2016-09-15 20:13:51 -04:00
.gitignore Added gitignore 2016-09-18 07:29:02 -04:00
ajax.js Original commit 2016-09-15 20:13:51 -04:00
control-panel.css Original commit 2016-09-15 20:13:51 -04:00
control-panel.php Original commit 2016-09-15 20:13:51 -04:00
crawler.php Original commit 2016-09-15 20:13:51 -04:00
down-arrow.png Original commit 2016-09-15 20:13:51 -04:00
favicon.ico Original commit 2016-09-15 20:13:51 -04:00
flame.js Original commit 2016-09-15 20:13:51 -04:00
html.php Original commit 2016-09-15 20:13:51 -04:00
index.php Original commit 2016-09-15 20:13:51 -04:00
input_color.js Original commit 2016-09-15 20:13:51 -04:00
insert-to-crawler.php Clean up 2016-09-27 18:34:29 -04:00
LICENSE.txt Original commit 2016-09-15 20:13:51 -04:00
login.php Original commit 2016-09-15 20:13:51 -04:00
memory.html Original commit 2016-09-15 20:13:51 -04:00
pdo_connect.php Original commit 2016-09-15 20:13:51 -04:00
plugins.php Clean up 2016-09-27 18:34:29 -04:00
pure-panel-img.png Original commit 2016-09-15 20:13:51 -04:00
pure.png Original commit 2016-09-15 20:13:51 -04:00
purelogo.ico Original commit 2016-09-15 20:13:51 -04:00
purelogo.png Original commit 2016-09-15 20:13:51 -04:00
README.md Update README.md 2023-05-15 23:29:07 -04:00
search.php Original commit 2016-09-15 20:13:51 -04:00
spider.png Original commit 2016-09-15 20:13:51 -04:00
style.css Original commit 2016-09-15 20:13:51 -04:00
syntaxhighlighter.php Original commit 2016-09-15 20:13:51 -04:00
url.txt Original commit 2016-09-15 20:13:51 -04:00

Pure search is a search engine that can crawl websites for a specified amount of pages, store them in a database, and then search said database. Since it is an old project, many of the search plugins are no longer functional because the APIs used no longer exist.

You can add websites to the crawler through a control panel, which requires a login. The hash function for passwords is in the source code.

##Requirements

  • A php, apache, and mysql(mariadb) setup
  • The PDO php plugin
  • tidy

This has been locally tested on an Archlinux system.

##Credits