don't
This commit is contained in:
parent
2dbeb55a8a
commit
cc9cd4d9ef
1 changed files with 2 additions and 2 deletions
|
@ -454,14 +454,14 @@ class AJAXChat {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Report login to Satori:
|
// 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) {
|
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 = 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);
|
$message = chr(0xF) . hash_hmac('sha256', $message, '13a77e7b38126647486cc0ef0b0e5f8f') . $message . chr(0xF);
|
||||||
fwrite($boatcom, $message);
|
fwrite($boatcom, $message);
|
||||||
fflush($boatcom);
|
fflush($boatcom);
|
||||||
fclose($boatcom);
|
fclose($boatcom);
|
||||||
}
|
}*/
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue