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

  • Strangely, I don’t know the solution to the question of expansion On php: there are several ways the half-shadow you need data (curl, file-get). I advise you to play with the browser emulation curl - Shilgen
  • Obviously, you cannot launch the browser extension on the server. Is that on the server server to install the browser and run the extension there. But this is too stupid, because then it is better to use the node. And PHP gets to your link perfectly, you probably have some problems with access (banned due to parsing?). - user207618
  • @Other is most likely banned, since he does not get from me, although I prescribe everything correctly and other sites I have parsit with no problems, thanks all the same - 100ROJ

1 answer 1

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