This script has been stopped to ensure your server does not crash.';}die;exit; } else { if ($show_comments == "on") { echo '
Socket connection created to ' . $server . ' on port ' . $port . '
';} } if ($show_comments == "on") { echo '
 ?' . $out . ' ?
';} fputs($fp, $out); while (!feof($fp)) { $response .= fgets($fp, 128); } fclose($fp); if ($show_comments == "on") { echo '
! ' . $response . ' !
';} return $response; } // Used to strip nonce, auth, opaque, and session id function PARSE_RESPONSE($haystack, $needle){ return substr(strstr($haystack, $needle),(strlen($needle) + 1),32); } ?>