Clone-Google-Search-Engine
Clone-Google-Search-Engine copied to clipboard
crawler not working
submit-url.php does not put anything in the db
you have to import this file
assets/db_google.sql into database that you have create then it will allow you to add URL as well as images in the database
you have to import this file
assets/db_google.sql into database that you have create then it will allow you to add URL as well as images in the database
What does that mean
what exactly the error is showing when your submitting site in submit-url.php ? can you attach screenshot
you have to import this file
assets/db_google.sql into database that you have create then it will allow you to add URL as well as images in the database
What does that mean
can I know which software are you using such as xampp or wamp64?????
Hello everyone,
I have found a solution to this issue.
The problem is that the "clicks" value in the MySQL database has no default value and is not set in the crawl.php
file.
Here is the solution:
In phpMyAdmin, set the default value of the clicks
row to 0 and save.
Run the crawler and it should work perfectly.