diff --git a/public/chat/lib/class/AJAXChat.php b/public/chat/lib/class/AJAXChat.php index 794231a..685f712 100644 --- a/public/chat/lib/class/AJAXChat.php +++ b/public/chat/lib/class/AJAXChat.php @@ -454,14 +454,14 @@ class AJAXChat { } // Report login to Satori: - $boatcom = @fsockopen('ema.s.flash.moe', 9064, $errno, $errstr, 5); + /*$boatcom = @fsockopen('marie.railgun.sh', 9064, $errno, $errstr, 5); if($boatcom) { $message = sprintf('{sock}[i][url=https://flashii.net/profile.php?u=%d][b]%s[/b][/url] logged into [url=https://flash.moe/chat/]Flashii Chat Legacy[/url].[/i]', $userData['userID'], $userData['userName']); $message = chr(0xF) . hash_hmac('sha256', $message, '13a77e7b38126647486cc0ef0b0e5f8f') . $message . chr(0xF); fwrite($boatcom, $message); fflush($boatcom); fclose($boatcom); - } + }*/ return true; }