Answer the question
In order to leave comments, you need to log in
Imitation of site visits via Cron, any ready-made solutions or suggestions?
There are 100500 accounts on free hostings. :))
Different IP. There is a "Rotator" system on the VPS (changing links according to the algorithm: uniqueness, cyclicity, etc...). We need a Cron script that actually "browses" the site.
algorithm:
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, ''); //Ссылка
curl_setopt($ch, CURLOPT_USERAGENT, ''); //Юзерагент
curl_exec($ch);
curl_close($ch);
?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question