The question is, can I somehow launch the extension so that it works 24/7, if there is an Ubuntu server, maybe there are options via PHP or JS for example? It is necessary for the extension to constantly parse the page, since PHP cannot reach it for unknown reasons. This json is needed http://cs.money/load_all_bots_inventory
1 answer
What do you mean by the phrase "not reach"?
$data = json_decode(file_get_contents('http://cs.money/load_all_bots_inventory'), true); print_r($data); no problem
- This is what I mean, using it will simply display anything, or did we directly check that it works? - 100ROZH
- @ 100ROZH of course checked - Bookin
|
PHPgets to your link perfectly, you probably have some problems with access (banned due to parsing?). - user207618