Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 3.0.8.0
  8. * @ Author : DeZender
  9. * @ Release on : 25.09.2017
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. include '/home/fox_codec/config.php';
  15. @header( 'Cache-Control: no-store, no-cache, must-revalidate, max-age=0' );
  16. @header( 'Cache-Control: post-check=0, pre-check=0', false );
  17. @header( 'Pragma: no-cache' );
  18. @header( 'Content-type: text/javascript' );
  19. $deviceSn = $_GET['deviceSn'];
  20. $deviceMac = $_GET['deviceMac'];
  21. $device = $_GET['deviceType'];
  22. $deviceVersion = $_GET['deviceVersion'];
  23. $reqType = $_GET['type'];
  24. $reqAction = $_GET['action'];
  25. $prehash = $_GET['prehash'];
  26. $server_type = 'STREAMER';
  27. $device_sn_auth = 't';
  28. $appUrl = 'http://144.217.82.201:1080/stalker_apps/youtube.com/1.6.2/';
  29.  
  30. if (@$reqType == 'stb') {
  31. $output['js']['token'] = strtoupper( md5( mktime( 1 ) . uniqid( ) ) );
  32. $output['text'] = 'generated in: 0.001s; query counter: 2; cache hits: 0; cache miss: 0; php errors: 0; sql errors: 0;';
  33. exit( json_encode( @$output ) );
  34. ..................................................
  35. .............................
  36. .........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement