A search engine like Google made using PHP MySQL and JavaScript
Find a file
2019-12-25 01:33:52 +05:30
assets first commit 2019-12-25 01:33:52 +05:30
classes first commit 2019-12-25 01:33:52 +05:30
config first commit 2019-12-25 01:33:52 +05:30
errors first commit 2019-12-25 01:33:52 +05:30
helpers first commit 2019-12-25 01:33:52 +05:30
layout first commit 2019-12-25 01:33:52 +05:30
.htaccess first commit 2019-12-25 01:33:52 +05:30
crawler.php first commit 2019-12-25 01:33:52 +05:30
delete-broken-images.php first commit 2019-12-25 01:33:52 +05:30
images.php first commit 2019-12-25 01:33:52 +05:30
index.php first commit 2019-12-25 01:33:52 +05:30
load_more_images.php first commit 2019-12-25 01:33:52 +05:30
load_more_web.php first commit 2019-12-25 01:33:52 +05:30
README.md first commit 2019-12-25 01:33:52 +05:30
redirect.php first commit 2019-12-25 01:33:52 +05:30
search.php first commit 2019-12-25 01:33:52 +05:30
search_engine.sql first commit 2019-12-25 01:33:52 +05:30
submit-url.php first commit 2019-12-25 01:33:52 +05:30
update-image-clicks.php first commit 2019-12-25 01:33:52 +05:30

  1. Download it and extract the file.

  2. Put the scripts to the 'www' or 'htdocs' directory.

  3. Create a database.

  4. Import the 'search_engine.sql' file to your database.

  5. Go to config folder and open 'config.php' file and give the 'servername', 'dbname', 'username' and 'password' of your database.

  6. Go to 'helpers' directory and open 'url_helpers.php' file.

  7. Remove "voogle" and give your project directory name. If you extracted the scripts into "abc" folder then type "abc". If you extracted the scripts into root directory then remove '. "/voogle"' from the script.

  8. Open php.ini and search for "max_execution_time" and increase it to 1200 seconds.

     				AND DONE!!!!!# voogle-a-google-clone-script