M
M
Maxim2016-04-29 14:16:12
PHP
Maxim, 2016-04-29 14:16:12

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);
?>

do not offer - the rotator does not work.
Do not offer "cash-out" through jetswap and websurf: more than 50 accounts have been banned, that's enough!
What are the options?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question