我已经使用 Cloudflare 几个月了,当我使用 Cloudflare 时,我的支付系统无法 100% 运行。检查脚本不起作用。没有 Cloudflare,一切正常。
我得到的错误是:
PHP 警告:file_get_contents(): php_network_getaddresses: getaddrinfo failed: 这通常是主机名解析期间的临时错误,意味着本地服务器没有收到来自权威服务器的响应。在第 2 行的 C:\inetpub\wwwroot\check.php
PHP警告:file_get_contents(https://www.eurobellen.nl/bel/check.php?userid=name&ip=ip&ebpin=):无法打开流:php_network_getaddresses:getaddrinfo失败:这通常是主机名解析期间的临时错误,意味着本地服务器没有收到来自权威服务器的响应。在第 2 行的 C:\inetpub\wwwroot\check.php
第 2 行是:
$ebcheck = file_get_contents("https://www.eurobellen.nl/bel/check.php?userid=name&ip=".$ip."&ebpin=".$_GET['ebpin']);
我已经搜索了大约 2 个小时,我尝试了几件事,但我无法修复它。希望大家知道怎么解决?