Closed saranvarma closed 8 years ago
Please paste here some pages where there is an email for each site
if i enter domain comakeit.com , it should fetch all emails from web related to comakeit.com like xxx@comakeit.com , yyy@comakeit.com like this . is it possible with this tool ?
check this screenshot . At bottom of the page , there is an email called info@comakeit.com
Yes, and it is the only one one this website. I have just tested it and the email was found:
On what type of server are you running the package?
Please paste here the content of storage/logs/laravel.log
[2016-06-02 05:49:17] local.ERROR: exception 'PDOException' with message 'SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)' in D:\xampp\htdocs\php-crawler\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:55 Stack trace:
[2016-06-02 05:49:33] local.ERROR: exception 'PDOException' with message 'SQLSTATE[HY000] [1049] Unknown database 'php_crawler'' in D:\xampp\htdocs\php-crawler\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:55 Stack trace:
if i want to crawl entire web for emails of particlar domain , how to do it not only on particular website . Please see emailhunter.co you will get some idea
Access denied for user 'root'@'localhost'
You have not setup a database on your computer, or you have not modified the db credential in the .env file accordingly to your database. That is why it is not working.
after getting that error i have modified everything . that is the previous error not latest one
"if i want to crawl entire web for emails" Lol, very bad idea and i will not implement that on the crawler.
Unknown database 'php_crawler''
This is the last error, do something about that
Changed that also bro all those are previous errors later i logged in , added searches also .
can you please give me some idea on how emailhunter.co crawls for emails ?
have you enable curl extension in xampp?
yes
Bro , can you please give me your skype id will discuss this on skype
no skype, i have no time to debug your personal installation of this repo. it is surely an environment problem with xampp. Try something like laravel homestead to install the crawler, and it will work. https://laravel.com/docs/5.2/homestead
I close the issue, because it is not an issue related to the source code of the repo.
Even after 20 days of adding starting points still it is running but it didnt find atleast a single url or mail . please help me