The file_get_contents() and fopen() functions in PHP do not work
Reason: The file_get_contets() and fopen() functions refer to the HTTP protocol. Most sites currently support only HTTPS protocol.
Because of this, it is impossible to use the file_get_contets() function in PHP on a free hosting
Please change the internal settings of the file_get_contets() function so that it sends a request via HTTPS protocol.
Please change "http://" to "https://" in the file_get_contents() function