View Single Post
  #17  
Old 09-25-2014, 02:00 PM
denobis denobis is offline
Senior Member
 
Join Date: Sep 2013
Posts: 568
denobis is on a distinguished road
Default

Re: I need dump details of this stream


Hi,

use this to get all the channels from sportp2p

http://www.mediafire.com/download/kk...5/sportp2p.exe

Simply run it

And the token

Code:
            
$p2 = "whatever &^%$#";
$p1 = base64_decode("VAMUBgQVRj1EBRFTR0ZU");

$token="";
while ($k<strlen($p1))
            {               
                $token.=$p2[$k % strlen($p2)] ^ $p1[$k];
		$k++;
            }
Reply With Quote