Manix

Results 7 comments of Manix

This is still not working even with the suggested fix, fortunately for me I could just comment out the if statement. Thank you @LMulvey for pointing it out. ![image](https://user-images.githubusercontent.com/14002806/99903615-17da4e00-2cce-11eb-9ede-1a3dd592073d.png)

+1, sharing a video from youtube I can't get the url

@adeora7 you have `/addPeer` which could store peer addresses instead of creating a websocket client and then simply post there, you wouldn't need to do any kind of polling.

Strangely enough, it is not a back door. It goes over 15 iterations of obfuscation and ends up being this: ``` $ytresponse = @file_get_contents("https://www.youtube.com/oembed?url=http%3A//youtube.com/watch%3Fv%3D$id&format=json"); $ytinfo = array(); $ytinfo = json_decode($ytresponse,true);...