?// PvPGN server status shower based on socket TCP connection// Copyright ⓒ RA software. http://rasoft.hostrator.com// Distributed under GPLv2 License. // get ip addr from domain. replace gethostbyname() if addr is not domain$address = gethostbyname('bnetd.net'); // socket connection starts. To show errormsg, remove @.$socket = @socket_create(AF_INET, SOCK_STREAM, SOL_TCP);$con = @socket_connec..