Advertisement
Guest User

Untitled

a guest
Apr 27th, 2014
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP4 Decoder for eAccelerator & MMCache)
  6. *
  7. * @ Version : 1.1.3.0
  8. * @ Author : DeZender
  9. * @ Release on : 17.05.2011
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. function nbc($url, $window) {
  15. $totallinks = array( );
  16. $contenth = net::curl_proxy( $url );
  17. $referer = 'http://video.nbcuni.com/core/6.7.2/OSMFPlayer.swf';
  18. $proxy = net::getproxy( 'US', '1' );
  19.  
  20. if (strpos( $contenth, 'fwsitesection' )) {
  21. $mpx = text::extrae( $contenth, 'fwsitesection', '=', '&' );
  22. } else {
  23. if (strpos( $contenth, 'FWsiteSection' )) {
  24. $mpx = text::extrae( $contenth, 'FWsiteSection', '=', '"' );
  25. } else {
  26. if (strpos( $contenth, 'data-fw-site-section' )) {
  27. $mpx = text::extrae( $contenth, 'data-fw-site-section', '"', '"' );
  28. } else {
  29. if (strpos( $url, 'syfy.com' )) {
  30. return syfy( $url, $window );
  31. } else {
  32. main::box( 'No id' );
  33. return null;
  34. }
  35. }
  36. }
  37. }
  38. ...........................................................................
  39. .....................................
  40. .................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement