HavePermission($Permission)) { exit; } \CommFunc\GetConfig("Chatmonitor", "SocketHost", $address); \CommFunc\GetConfig("Chatmonitor", "SocketPort", $port); if ($address == "0.0.0.0" || $address == "127.0.0.1" || $address == "localhost") { $address = $_SERVER["SERVER_NAME"]; } $wordFile0 = "chatmonitor/word_" . $spid . "_0.txt"; $wordFile1 = "chatmonitor/word_" . $spid . "_1.txt"; $words0 = \CommFunc\GetFileContents($wordFile0); $words1 = \CommFunc\GetFileContents($wordFile1); $SensitiveWords = array( explode(",", $words0), explode(",", $words1) ); ?>