Guest User

Untitled

a guest
Nov 23rd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. ini_set("display_errors", true);
  2. error_reporting(6135);
  3. $a = fsockopen ("omspk.dizlab.com", 36180, $b, $c, 5);
  4. echo $a, $b, $c;
  5.  
  6. Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /var/www/html/bitrix/modules/main/admin/php_command_line.php(138) : eval()'d code on line 3
  7.  
  8. Warning: fsockopen(): unable to connect to omspk.dizlab.com:36180 (php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution) in /var/www/html/bitrix/modules/main/admin/php_command_line.php(138) : eval()'d code on line 3
  9. 0php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
Add Comment
Please, Sign In to add comment