Вопрос

I'm currently getting errors of

Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: No such host is known. in C:\xampp\htdocs\app\class.users.php on line 505

Warning: file_get_contents(http://forum.habborp.com/habborp.php?type=VIP&username=&hotel_name=Yves) [function.file-get-contents]: failed to open stream: php_network_getaddresses: getaddrinfo failed: No such host is known. in C:\xampp\htdocs\app\class.users.php on line 505

I was wondering if anyone could help with this maybe fix the whole file make it neat.

class.users.php: http://pastebin.com/HAaE78jK

Thank you :)

Это было полезно?

Решение

There is nothing to fix.

The error you are getting is because the source that your script is getting data from (forum.habborp.com) doesn't seem to exist anymore.

I'm not sure what kind of data used to be there, but your best/only best is to find a drop-in replacement for that or completely remove that dependence.

Can't offer another solution without knowing more about your project.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top