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++;
}