Skip to content

A search engine like Google made using PHP MySQL and JavaScript

Notifications You must be signed in to change notification settings

ProfNum01/Google-Clone-Script

 
 

Repository files navigation

  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
    

About

A search engine like Google made using PHP MySQL and JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TSQL 76.8%
  • JavaScript 15.3%
  • HTML 4.1%
  • CSS 1.9%
  • PHP 1.6%
  • Hack 0.3%