To summarize :
– proc_open is working on the server. Simple example available here : https://myipinfo.app/test.php
I’m executing the command “w”, it returns a result.
– If I need to reach ip-api.com on port 80, it works as well, test with https://myipinfo.app/test2.php
Tried with fsockopen function
If I enter the wrong credentials for the DB, I have the message : “Incorrect database information”
If I enter the good credentials for the DB, I have the message : “Please check your network connection”
Which makes no sense, as it’s able to detect when the credentials are not the proper ones.