· 7 years ago · Mar 26, 2018, 06:56 AM
1<?php
2#################################
3# icikiwir icikiwir lalala v2.2 #
4#################################
5//mengambil file drive dan membuat api record
6include 'apifile/cloudstream2.php';
7//include 'getlink.php';
8//include 'playersapi.php';
9################################
10################################
11
12$json = str_replace('"label":"360"', '"label":"360","default":"true"', $jsonjadi);
13$json = str_replace('[]', '[{"type":"video/mp4","label":"HD","file":"http://www.youtube.co.id/vid.mp4"}]', $json);
14$inboxf = $u.'@'.$suben;
15 $plain_txt = base64_encode($inboxf);
16 $string = $plain_txt;
17 $encrypt_method = "AES-256-CBC";
18 $secret_key = 'bas1';
19 $secret_iv = 'bas1';
20 // hash
21 $key = hash('sha256', $secret_key);
22 // iv - encrypt method AES-256-CBC expects 16 bytes - else you will get a warning
23 $iv = substr(hash('sha256', $secret_iv), 0, 16);
24 $output = openssl_encrypt($string, $encrypt_method, $key, 0, $iv);
25 $output = base64_encode($output);
26 $encrypted_txt = $output;
27 $urlen = $encrypted_txt;
28?>
29 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
30<html xmlns="http://www.w3.org/1999/xhtml" lang="pt-BR">
31<head>
32<meta charset="UTF-8"/>
33<meta name="robots" content="noindex" />
34<META NAME="GOOGLEBOT" CONTENT="NOINDEX" />
35<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
36<style type="text/css">html,body {height: 100%;overflow: hidden;background-color: #000000;}*{margin:0;padding:0}#player{position:absolute;width:100%!important;height:100%!important}
37</style>
38</head>
39<body>
40 <?php
41 function encode($input)
42{
43 $temp = '';
44 $length = strlen($input);
45 for($i = 0; $i < $length; $i++)
46 $temp .= '%' . bin2hex($input[$i]);
47 return $temp;
48}
49 include'aset/packer.php';
50 $result = '<script type="text/javascript" src="http://nonton.bioskopkeren.pro/bkfilm.js"></script>
51 <script type="text/javascript" src="http://ssl.p.jwpcdn.com/player/v/7.8.6/jwplayer.js"></script>
52 <script type="text/javascript">jwplayer.key = "ypdL3Acgwp4Uh2/LDE9dYh3W/EPwDMuA2yid4ytssfI=";</script>
53 <div id="player"></div>';
54
55 $data = 'var player = jwplayer("player");
56 player.setup({
57 sources: '.$json.',
58 advertising: {
59 client: "vast",
60 schedule: {
61 "myAds": {
62 "offset": "pre",
63 "tag": "bk11.xml"
64 }
65 }
66 },
67 aspectratio: "16:9",
68 startparam: "start",
69 width: "100%",
70 height: "100%",
71 primary: "html5",
72 preload: "auto",
73 image: "http://bioskopkeren.club/images/loadawal.jpg",
74
75 captions: { color: "#FFFF00", fontSize: 17, backgroundOpacity: 50 },
76 tracks: [{
77 file: "sub?id='.$suben.'",
78 label: "English",
79 kind: "captions",
80 "default": true
81 }]
82 });
83 player.on("error", function() { window.location="download.php?id=http://dl.bioskopkeren.pro/get/?url='.$urlen.'"; });
84 player.addButton(
85 "//nonton.bioskopkeren.pro/dlico.png",
86 "Download Video",
87 function() {
88 var kI = player.getPlaylistItem(),
89 kcQ = player.getCurrentQuality();
90 if(kcQ < 0) { kcQ =0;}
91 if(kI.sources[kcQ].file.lastIndexOf(\'.googlevideo.com\') > 0) {
92 var kF = kI.sources[kcQ].file+"&title=videoplayback.MP4";
93 }
94 window.open(kF,\'_blank\');
95 },
96 "download"
97 );';
98
99 $packer = new Packer($data, 'Normal', true, false, true);
100
101 $packed = $packer->pack();
102
103 $result .= '<script type="text/javascript">' . $packed . '</script>';
104
105 echo '<script language="javascript">
106document.write(unescape("'.encode($result).'"));
107</script>';
108?>
109 </body>
110</html>