├── version_m.txt ├── fm.php ├── arialnb.ttf ├── arialrb.ttf ├── blank.gif ├── filme ├── blank.jpg ├── link1.php ├── streamplay.php ├── youtube_fav.php ├── check_sign_icon.png ├── cineplex_fs_link.php ├── opensubtitles_sub.php ├── opensubtitles_new_sub.php ├── write_tt.php ├── .htaccess ├── sh.php ├── search_imdb_add.php ├── jetload.php ├── cf.php ├── lookmovie_token.html ├── CryptoJSAES_decrypt.php ├── shh.php ├── look.html ├── look2.php ├── vv.php ├── vidsrc_pass.php ├── look_captcha.php ├── rest_sub.php ├── vvv.php ├── redirect.php ├── vidsrc.php ├── multiembed1.php ├── write.php ├── savesub1.php ├── savesub.php ├── cryptoJsAesDecrypt.php ├── imdb_d.php ├── dailymotion_main.php ├── v1.php ├── gdtot.php ├── cryptojs-aes-format.js ├── CryptoJSAES.php ├── streamembed.php ├── admin-ajax.php ├── facebook2_add.php ├── facebook1_add.php ├── rovideo_add.php ├── filme_add.php ├── lookclub_f_add.php ├── ridomovies_f_add.php ├── flixgo_f_add.php ├── look.php ├── vimeo_add.php ├── moviewetrust_f_add.php ├── youtube_add.php ├── serialeonline_add.php ├── tugaflix_f_add.php ├── hqq1.php ├── hserver.php ├── moviewetrust_s_add.php ├── clicksud_main.php ├── veziseriale_s_add.php ├── cineplex_s_add.php ├── tvseries_sez.php ├── onionplay_f_add.php ├── lookmovie_f_add.php ├── peserialehd_ep.php ├── gomo.php ├── peserialehd_add.php ├── lookmovie_s_add.php ├── tvseries_s_add.php ├── tvseries_f_add.php ├── cryptoHelpers.php ├── peserialehd_main.php ├── cff.php ├── tvseries_ep.php ├── ps.php ├── multilink.php ├── sitefilme_add.php ├── rc4.php ├── goojara_f_add.php └── cl.php ├── debug.html ├── tv ├── playlist_del.php ├── primasport_fs.php ├── redirect.php ├── pl │ └── Frecvente.m3u ├── uload.php ├── hserver.php ├── b1_main.php ├── playlist_add.php ├── dlhds.php ├── emisiuni_main.php ├── digi24_main.php ├── tvrplus_main.php └── program.php ├── subs ├── detect.php └── enc.php ├── download.svg ├── router.php ├── adult ├── r.php ├── r_m.php ├── adult_add.php ├── hellmoms_main.php ├── xvideos_main.php ├── pornheed_main.php ├── xnxx_main.php ├── jizzbunker_main.php └── pornhub_main.php ├── mpv.svg ├── custom.css ├── info.html └── update.php /version_m.txt: -------------------------------------------------------------------------------- 1 | 08.11.2025 -------------------------------------------------------------------------------- /fm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vb6rocod/hddlinks_android/HEAD/fm.php -------------------------------------------------------------------------------- /arialnb.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vb6rocod/hddlinks_android/HEAD/arialnb.ttf -------------------------------------------------------------------------------- /arialrb.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vb6rocod/hddlinks_android/HEAD/arialrb.ttf -------------------------------------------------------------------------------- /blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vb6rocod/hddlinks_android/HEAD/blank.gif -------------------------------------------------------------------------------- /filme/blank.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vb6rocod/hddlinks_android/HEAD/filme/blank.jpg -------------------------------------------------------------------------------- /filme/link1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vb6rocod/hddlinks_android/HEAD/filme/link1.php -------------------------------------------------------------------------------- /filme/streamplay.php: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /filme/youtube_fav.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vb6rocod/hddlinks_android/HEAD/filme/youtube_fav.php -------------------------------------------------------------------------------- /filme/check_sign_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vb6rocod/hddlinks_android/HEAD/filme/check_sign_icon.png -------------------------------------------------------------------------------- /filme/cineplex_fs_link.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vb6rocod/hddlinks_android/HEAD/filme/cineplex_fs_link.php -------------------------------------------------------------------------------- /debug.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /filme/opensubtitles_sub.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vb6rocod/hddlinks_android/HEAD/filme/opensubtitles_sub.php -------------------------------------------------------------------------------- /filme/opensubtitles_new_sub.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vb6rocod/hddlinks_android/HEAD/filme/opensubtitles_new_sub.php -------------------------------------------------------------------------------- /filme/write_tt.php: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /filme/.htaccess: -------------------------------------------------------------------------------- 1 | Options +FollowSymLinks 2 | RewriteEngine On 3 | 4 | RewriteCond %{REQUEST_FILENAME} -f [OR] 5 | RewriteCond %{REQUEST_FILENAME} -d 6 | RewriteRule . - [L] 7 | 8 | RewriteRule ^/?([^/]+) v1.php?a=$1 [L] -------------------------------------------------------------------------------- /tv/playlist_del.php: -------------------------------------------------------------------------------- 1 | 10 | -------------------------------------------------------------------------------- /filme/sh.php: -------------------------------------------------------------------------------- 1 | 12 | -------------------------------------------------------------------------------- /subs/detect.php: -------------------------------------------------------------------------------- 1 | 11 | -------------------------------------------------------------------------------- /filme/search_imdb_add.php: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /download.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /filme/jetload.php: -------------------------------------------------------------------------------- 1 | 17 | -------------------------------------------------------------------------------- /filme/cf.php: -------------------------------------------------------------------------------- 1 | 19 | -------------------------------------------------------------------------------- /router.php: -------------------------------------------------------------------------------- 1 | $value) { 9 | $out .=$parm."=".$value."\n"; 10 | } 11 | $t1=$_SERVER['DOCUMENT_ROOT']; 12 | 13 | if (preg_match("/\/(?:f|e|embed)\/([a-z0-9]+)/i",$a,$m)) 14 | $file=$m[1].".mcloud"; 15 | else 16 | $file="error.mcloud"; 17 | file_put_contents($t1."/cookie/".$file,$out); 18 | } 19 | } 20 | } else { 21 | return false; 22 | } 23 | 24 | ?> 25 | -------------------------------------------------------------------------------- /filme/lookmovie_token.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /adult/r.php: -------------------------------------------------------------------------------- 1 | 21 | -------------------------------------------------------------------------------- /adult/r_m.php: -------------------------------------------------------------------------------- 1 | 22 | -------------------------------------------------------------------------------- /filme/CryptoJSAES_decrypt.php: -------------------------------------------------------------------------------- 1 | 27 | -------------------------------------------------------------------------------- /filme/shh.php: -------------------------------------------------------------------------------- 1 | 32 | -------------------------------------------------------------------------------- /filme/look.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
5 | 7 |
9 |
10 |
11 |

Thank you and enjoy your free unlimited watching

12 | 13 | 14 | 15 | 16 | 17 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /filme/look2.php: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 |
7 |
8 | 10 |
12 |
13 |
14 |

Thank you and enjoy your free unlimited watching

15 | 16 | 17 | 18 | 19 | 20 | 25 | 26 | 28 | 29 | 30 | '; 31 | ?> 32 | -------------------------------------------------------------------------------- /filme/vv.php: -------------------------------------------------------------------------------- 1 | 26 | -------------------------------------------------------------------------------- /filme/vidsrc_pass.php: -------------------------------------------------------------------------------- 1 | 28 | -------------------------------------------------------------------------------- /tv/primasport_fs.php: -------------------------------------------------------------------------------- 1 | 33 | -------------------------------------------------------------------------------- /filme/look_captcha.php: -------------------------------------------------------------------------------- 1 | GET cloudflare cookie'; 25 | else 26 | header('Location: cf.php?site='.$host.'&cookie='.$cookie); 27 | 28 | ?> 29 | -------------------------------------------------------------------------------- /filme/rest_sub.php: -------------------------------------------------------------------------------- 1 | 35 | -------------------------------------------------------------------------------- /filme/vvv.php: -------------------------------------------------------------------------------- 1 | 33 | -------------------------------------------------------------------------------- /filme/redirect.php: -------------------------------------------------------------------------------- 1 | 34 | -------------------------------------------------------------------------------- /filme/vidsrc.php: -------------------------------------------------------------------------------- 1 | 60) { 6 | $l=file_get_contents("vidsrc.txt"); 7 | $ua="Mozilla/5.0 (Windows NT 10.0; rv:104.0) Gecko/20100101 Firefox/104.0"; 8 | $head=array('Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8', 9 | 'Accept-Language: ro-RO,ro;q=0.8,en-US;q=0.6,en-GB;q=0.4,en;q=0.2', 10 | 'Accept-Encoding: deflate', 11 | 'Connection: keep-alive', 12 | 'Referer: https://vidsrc.stream/', 13 | 'Origin: https://vidsrc.stream/', 14 | 'Upgrade-Insecure-Requests: 1'); 15 | $ch = curl_init(); 16 | curl_setopt($ch, CURLOPT_URL, $l); 17 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 18 | curl_setopt($ch, CURLOPT_USERAGENT, $ua); 19 | curl_setopt($ch, CURLOPT_HTTPHEADER, $head); 20 | curl_setopt($ch, CURLOPT_FOLLOWLOCATION ,1); 21 | curl_setopt($ch, CURLOPT_ENCODING,""); 22 | //curl_setopt($ch, CURLOPT_HEADER,1); 23 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 24 | curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 15); 25 | curl_setopt($ch, CURLOPT_TIMEOUT, 25); 26 | $h = curl_exec($ch); 27 | curl_close($ch); 28 | //echo $h; 29 | //die(); 30 | file_put_contents("vidsrc_time.txt",time()); 31 | } 32 | header("location: $out"); 33 | ?> 34 | -------------------------------------------------------------------------------- /filme/multiembed1.php: -------------------------------------------------------------------------------- 1 | setTimeout(function(){ history.go(-2); }, 2000);'; 36 | ?> 37 | -------------------------------------------------------------------------------- /filme/write.php: -------------------------------------------------------------------------------- 1 | 39 | -------------------------------------------------------------------------------- /tv/redirect.php: -------------------------------------------------------------------------------- 1 | 28 | -------------------------------------------------------------------------------- /filme/savesub.php: -------------------------------------------------------------------------------- 1 | 27 | -------------------------------------------------------------------------------- /filme/cryptoJsAesDecrypt.php: -------------------------------------------------------------------------------- 1 | 40 | -------------------------------------------------------------------------------- /filme/imdb_d.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | <?php echo $title; ?> 8 | 9 | 10 | 11 | 12 | 13 |
14 | 57 |
58 | 59 | 60 | -------------------------------------------------------------------------------- /filme/dailymotion_main.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | dailymotion 8 | 9 | 10 | 11 | 12 | 13 |

14 | '."\n\r"; 25 | echo 'dailymotion'; 26 | 27 | $n=0; 28 | for ($k=0;$k"."\n\r"; 33 | 34 | echo ''.''.$title.''; 35 | $n++; 36 | if ($n == 4) { 37 | echo ''."\r\n"; 38 | $n=0; 39 | } 40 | } 41 | echo ''; 42 | ?> 43 | 44 | 45 | -------------------------------------------------------------------------------- /filme/v1.php: -------------------------------------------------------------------------------- 1 | 40 | -------------------------------------------------------------------------------- /filme/gdtot.php: -------------------------------------------------------------------------------- 1 | 47 | -------------------------------------------------------------------------------- /filme/cryptojs-aes-format.js: -------------------------------------------------------------------------------- 1 | /** 2 | * AES JSON formatter for CryptoJS 3 | * @link https://github.com/brainfoolong/cryptojs-aes-php 4 | * @version 2.1.1 5 | */ 6 | 7 | var CryptoJSAesJson = { 8 | /** 9 | * Encrypt any value 10 | * @param {*} value 11 | * @param {string} password 12 | * @return {string} 13 | */ 14 | 'encrypt': function (value, password) { 15 | return CryptoJS.AES.encrypt(JSON.stringify(value), password, { format: CryptoJSAesJson }).toString() 16 | }, 17 | /** 18 | * Decrypt a previously encrypted value 19 | * @param {string} jsonStr 20 | * @param {string} password 21 | * @return {*} 22 | */ 23 | 'decrypt': function (jsonStr, password) { 24 | return JSON.parse(CryptoJS.AES.decrypt(jsonStr, password, { format: CryptoJSAesJson }).toString(CryptoJS.enc.Utf8)) 25 | }, 26 | /** 27 | * Stringify cryptojs data 28 | * @param {Object} cipherParams 29 | * @return {string} 30 | */ 31 | 'stringify': function (cipherParams) { 32 | var j = { ct: cipherParams.ciphertext.toString(CryptoJS.enc.Base64) } 33 | if (cipherParams.iv) j.iv = cipherParams.iv.toString() 34 | if (cipherParams.salt) j.s = cipherParams.salt.toString() 35 | return JSON.stringify(j).replace(/\s/g, '') 36 | }, 37 | /** 38 | * Parse cryptojs data 39 | * @param {string} jsonStr 40 | * @return {*} 41 | */ 42 | 'parse': function (jsonStr) { 43 | var j = JSON.parse(jsonStr) 44 | var cipherParams = CryptoJS.lib.CipherParams.create({ ciphertext: CryptoJS.enc.Base64.parse(j.ct) }) 45 | if (j.iv) cipherParams.iv = CryptoJS.enc.Hex.parse(j.iv) 46 | if (j.s) cipherParams.salt = CryptoJS.enc.Hex.parse(j.s) 47 | return cipherParams 48 | } 49 | } 50 | -------------------------------------------------------------------------------- /tv/pl/Frecvente.m3u: -------------------------------------------------------------------------------- 1 | #EXTINF:-1, Digi 24 2 | http://dai.google.com/linear/hls/event/OQfdjUhHSDSlb1fJVzehsQ/master.m3u8 3 | #EXTINF:-1, Digi 24 4 | https://edge-ar.rcs-rds.ro/digi24ar/hd.m3u8 5 | #EXTINF:-1, B1 6 | https://www.b1tv.ro/wp-json/strawberry/v1/live?v=1709378666956 7 | #EXTINF:-1, TVR Moldova 8 | https://mn-nl.mncdn.com/tvrmoldova_new/smil:tvrmoldova_new.smil/index.m3u8 9 | #EXTINF:-1, Jurnal TV 10 | http://live.cdn.jurnaltv.md/JurnalTV_HD/index.m3u8?token=d3ff4ba3b0c33ac3e75c9d5268c0c170500cfc30 11 | #EXTINF:0 ,MD| TV8 12 | https://live1.cdn.tv8.md/TV7/index.m3u8?token=1 13 | #EXTINF:-1,PRO TV HD 14 | https://media.cms.protvplus.ro/embed/9w1VHN18dnM 15 | #EXTINF:-1,PRO X HD 16 | https://media.cms.protvplus.ro/embed/EA35ksayQlh 17 | #EXTINF:-1,PRO 2 HD 18 | https://media.cms.protvplus.ro/embed/2VSOSFKBz5U 19 | #EXTINF:-1,Pro Cinema 20 | https://media.cms.protvplus.ro/embed/HfSJSh7gYft 21 | #EXTINF:-1,PRO Gold 22 | https://media.cms.protvplus.ro/embed/GwaggeoLdS1 23 | #EXTINF:-1,PRO TV NEWS 24 | https://media.cms.protvplus.ro/embed/J1sXztRuh6L 25 | #EXTINF:-1,Media Regional 26 | http://83.103.150.198:8080 27 | #EXTINF:-1,TVSE HD 28 | http://89.38.8.130:39419 29 | #EXTINF:-1,Curier TV 30 | http://5.2.164.135:1935/live/curiertv/playlist.m3u8 31 | #EXTINF:-1,Bucovina TV 32 | http://46.4.14.12:9999/btvsvlive/playlist.m3u8 33 | #EXTINF:-1,ROCHANNEL 34 | http://whoptv.on-the-web.tv:8081/diretta/direttats/playlist.m3u8 35 | #EXTINF:-1,TV Buzau 36 | http://95.77.16.67:8080/ 37 | #EXTINF:-1,Aleph News 38 | https://streamb.m.ro/Aleph/ngrp:Alephnew2.stream_all/playlist.m3u8 39 | #EXTINF:-1,Prima News 40 | https://stream1.1616.ro:1945/prima/livestream/chunklist.m3u8 41 | #EXTINF:-1,Aleph News 42 | http://localhost/mobile1/nou/dlhds.php?link=https%3A%2F%2Fddy1.mizhls.ru%2Fddy1%2Fpremium123%2Ftracks-v1a1%2Fmono.m3u8&host=https%3A%2F%2Fquest4play.xyz&tip=m3u8 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /subs/enc.php: -------------------------------------------------------------------------------- 1 | \d+\:\d+\:\d+\.\d+)(.+)/","$1",$h); 7 | $h=preg_replace("/\/","",$h); 8 | $h=preg_replace("/\<\/c.*?\>/","",$h); 9 | //$h=str_replace("","",$h); 10 | //$h=str_replace("","",$h); 11 | echo $h; 12 | die(); 13 | */ 14 | $out='1 15 | 00:00:01,000 --> 00:00:01,000 16 | abc 17 | 2 18 | 00:00:01,100 --> 00:00:20,917 19 | abc 20 | abc'; 21 | $b=json_encode($out); 22 | echo $b; 23 | //die(); 24 | $a="abc"; 25 | $b=json_encode($a); 26 | $b='"a\u0083b\u0098c"'; 27 | $c=json_decode($b); 28 | $d=urlencode($c); 29 | echo $d; 30 | //die(); 31 | $list = glob("*.srt"); 32 | $contents=file_get_contents($list[0]); 33 | //$h=urlencode($contents); 34 | //echo $h; 35 | //die(); 36 | $file_array=explode("\n",$contents); 37 | $out=""; 38 | foreach($file_array as $line) 39 | { 40 | $line = trim($line); 41 | if(preg_match('/(\d\d):(\d\d):(\d\d)(\.|,)(\d\d\d) --> (\d\d):(\d\d):(\d\d)(\.|,)(\d\d\d)/', $line)) 42 | $out .=$line."
"; 43 | else 44 | $out .=json_encode($line)." => ".$line."
".urlencode($line)."
"; 45 | } 46 | 47 | echo $out; 48 | //die(); 49 | //http://www.heliosdesign.ro/dictionar/Diacritice_romanesti 50 | $h=json_encode($contents); 51 | $h=str_replace("\u00e3","\u0103",$h); //mar 52 | $h=str_replace("\u00ba","\u0219",$h); // si 53 | $h=str_replace("\u00fe","\u021B",$h); //ratiune 54 | $h=str_replace("\u00aa","\u015E",$h); //Si 55 | $h=str_replace("\u00de","\u021A",$h); //NOPTI (cu virgula) 56 | $h=json_decode($h); 57 | echo $h; 58 | die(); 59 | $h=mb_convert_encoding($h, 'ISO-8859-1','UTF-8'); 60 | echo $h; 61 | //$h=mb_convert_encoding($h, 'ISO-8859-2','ISO-8859-1'); 62 | echo $h; 63 | file_put_contents("xx.txt",$h); 64 | ?> 65 | -------------------------------------------------------------------------------- /filme/CryptoJSAES.php: -------------------------------------------------------------------------------- 1 | 51 | -------------------------------------------------------------------------------- /filme/streamembed.php: -------------------------------------------------------------------------------- 1 | 47 | -------------------------------------------------------------------------------- /tv/uload.php: -------------------------------------------------------------------------------- 1 | 58 | -------------------------------------------------------------------------------- /filme/admin-ajax.php: -------------------------------------------------------------------------------- 1 | 50 | -------------------------------------------------------------------------------- /tv/hserver.php: -------------------------------------------------------------------------------- 1 | 59 | -------------------------------------------------------------------------------- /filme/facebook2_add.php: -------------------------------------------------------------------------------- 1 | $value) { 30 | if ($title == $key) { 31 | $found=true; 32 | break; 33 | } 34 | } 35 | if (!$found) { 36 | 37 | $file_img=$image; 38 | //fclose($fp); 39 | $arr[$title]["image"]=$file_img; 40 | echo "Am adaugat canalul ".unfix_t(urldecode($title)); 41 | } 42 | ksort($arr); 43 | } else { 44 | $file_img=$image; 45 | //fclose($fp); 46 | $arr[$title]["image"]=$file_img; 47 | echo "Am adaugat canalul ".unfix_t(urldecode($title)); 48 | } 49 | $out=""; 50 | //print_r ($arr); 51 | foreach($arr as $key => $value) { 52 | $out =$out.$key."#separator".$arr[$key]["image"]."\r\n"; 53 | } 54 | //echo $out; 55 | if ($found) echo "Canalul a fost adaugat deja!"; 56 | file_put_contents($file,$out); 57 | } else { 58 | $found=false; 59 | //echo $title; 60 | if ($arr) { 61 | $found=false; 62 | foreach($arr as $key => $value) { 63 | if ($title == $key) { 64 | $found=true; 65 | //echo $title; 66 | unset ($arr[$key]); 67 | echo "Am sters canalul ".unfix_t(urldecode($title)); 68 | break; 69 | } 70 | } 71 | if ($arr) { 72 | ksort($arr); 73 | $out=""; 74 | //print_r ($arr); 75 | foreach($arr as $key => $value) { 76 | $out =$out.$key."#separator".$arr[$key]["image"]."\r\n"; 77 | } 78 | file_put_contents($file,$out); 79 | } 80 | } 81 | } 82 | 83 | ?> 84 | -------------------------------------------------------------------------------- /filme/facebook1_add.php: -------------------------------------------------------------------------------- 1 | $value) { 30 | if ($title == $key) { 31 | $found=true; 32 | break; 33 | } 34 | } 35 | if (!$found) { 36 | 37 | $file_img=$image; 38 | //fclose($fp); 39 | $arr[$title]["image"]=$file_img; 40 | echo "Am adaugat canalul ".unfix_t(urldecode($title)); 41 | } 42 | ksort($arr); 43 | } else { 44 | $file_img=$image; 45 | //fclose($fp); 46 | $arr[$title]["image"]=$file_img; 47 | echo "Am adaugat canalul ".unfix_t(urldecode($title)); 48 | } 49 | $out=""; 50 | //print_r ($arr); 51 | foreach($arr as $key => $value) { 52 | $out =$out.$key."#separator".$arr[$key]["image"]."\r\n"; 53 | } 54 | //echo $out; 55 | if ($found) echo "Canalul a fost adaugat deja!"; 56 | file_put_contents($file,$out); 57 | } else { 58 | $found=false; 59 | //echo $title; 60 | if ($arr) { 61 | $found=false; 62 | foreach($arr as $key => $value) { 63 | if ($title == $key) { 64 | $found=true; 65 | //echo $title; 66 | unset ($arr[$key]); 67 | echo "Am sters canalul ".unfix_t(urldecode($title)); 68 | break; 69 | } 70 | } 71 | if ($arr) { 72 | ksort($arr); 73 | $out=""; 74 | //print_r ($arr); 75 | foreach($arr as $key => $value) { 76 | $out =$out.$key."#separator".$arr[$key]["image"]."\r\n"; 77 | } 78 | file_put_contents($file,$out); 79 | } 80 | } 81 | } 82 | 83 | ?> 84 | -------------------------------------------------------------------------------- /filme/rovideo_add.php: -------------------------------------------------------------------------------- 1 | $value) { 33 | if ($title == $key) { 34 | $found=true; 35 | break; 36 | } 37 | } 38 | if (!$found) { 39 | $arr[$title]["link"]=$link; 40 | $arr[$title]["image"]=$image; 41 | echo "Am adaugat ".unfix_t(urldecode($title)); 42 | } 43 | ksort($arr); 44 | } else { 45 | $arr[$title]["link"]=$link; 46 | $arr[$title]["image"]=$image; 47 | echo "Am adaugat ".unfix_t(urldecode($title)); 48 | } 49 | $out=""; 50 | //print_r ($arr); 51 | foreach($arr as $key => $value) { 52 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 53 | } 54 | //echo $out; 55 | if ($found) echo "Clipul a fost adaugat deja!"; 56 | file_put_contents($file,$out); 57 | } else { 58 | $found=false; 59 | //echo $title; 60 | if ($arr) { 61 | $found=false; 62 | foreach($arr as $key => $value) { 63 | if ($title == $key) { 64 | $found=true; 65 | //echo $title; 66 | unset ($arr[$key]); 67 | echo "Am sters ".unfix_t(urldecode($title)); 68 | break; 69 | } 70 | } 71 | if ($arr) { 72 | ksort($arr); 73 | $out=""; 74 | //print_r ($arr); 75 | foreach($arr as $key => $value) { 76 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 77 | } 78 | file_put_contents($file,$out); 79 | } 80 | } 81 | } 82 | 83 | ?> 84 | -------------------------------------------------------------------------------- /filme/filme_add.php: -------------------------------------------------------------------------------- 1 | $value) { 32 | if ($title == $key) { 33 | $found=true; 34 | break; 35 | } 36 | } 37 | if (!$found) { 38 | $arr[$title]["link"]=$link; 39 | $arr[$title]["image"]=$image; 40 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 41 | } 42 | ksort($arr); 43 | } else { 44 | $arr[$title]["link"]=$link; 45 | $arr[$title]["image"]=$image; 46 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 47 | } 48 | $out=""; 49 | //print_r ($arr); 50 | foreach($arr as $key => $value) { 51 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 52 | } 53 | //echo $out; 54 | if ($found) echo "Filmul a fost adaugat deja!"; 55 | file_put_contents($file,$out); 56 | } else { 57 | $found=false; 58 | //echo $title; 59 | if ($arr) { 60 | $found=false; 61 | foreach($arr as $key => $value) { 62 | if ($title == $key) { 63 | $found=true; 64 | //echo $title; 65 | unset ($arr[$key]); 66 | echo "Am sters filmul ".unfix_t(urldecode($title)); 67 | break; 68 | } 69 | } 70 | if ($arr) { 71 | ksort($arr); 72 | $out=""; 73 | //print_r ($arr); 74 | foreach($arr as $key => $value) { 75 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 76 | } 77 | file_put_contents($file,$out); 78 | } 79 | } 80 | } 81 | 82 | ?> 83 | -------------------------------------------------------------------------------- /filme/lookclub_f_add.php: -------------------------------------------------------------------------------- 1 | $value) { 32 | if ($title == $key) { 33 | $found=true; 34 | break; 35 | } 36 | } 37 | if (!$found) { 38 | $arr[$title]["link"]=$link; 39 | $arr[$title]["image"]=$image; 40 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 41 | } 42 | ksort($arr); 43 | } else { 44 | $arr[$title]["link"]=$link; 45 | $arr[$title]["image"]=$image; 46 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 47 | } 48 | $out=""; 49 | //print_r ($arr); 50 | foreach($arr as $key => $value) { 51 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 52 | } 53 | //echo $out; 54 | if ($found) echo "Filmul a fost adaugat deja!"; 55 | file_put_contents($file,$out); 56 | } else { 57 | $found=false; 58 | //echo $title; 59 | if ($arr) { 60 | $found=false; 61 | foreach($arr as $key => $value) { 62 | if ($title == $key) { 63 | $found=true; 64 | //echo $title; 65 | unset ($arr[$key]); 66 | echo "Am sters filmul ".unfix_t(urldecode($title)); 67 | break; 68 | } 69 | } 70 | if ($arr) { 71 | ksort($arr); 72 | $out=""; 73 | //print_r ($arr); 74 | foreach($arr as $key => $value) { 75 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 76 | } 77 | file_put_contents($file,$out); 78 | } 79 | } 80 | } 81 | 82 | ?> 83 | -------------------------------------------------------------------------------- /filme/ridomovies_f_add.php: -------------------------------------------------------------------------------- 1 | $value) { 32 | if ($title == $key) { 33 | $found=true; 34 | break; 35 | } 36 | } 37 | if (!$found) { 38 | $arr[$title]["link"]=$link; 39 | $arr[$title]["image"]=$image; 40 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 41 | } 42 | ksort($arr); 43 | } else { 44 | $arr[$title]["link"]=$link; 45 | $arr[$title]["image"]=$image; 46 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 47 | } 48 | $out=""; 49 | //print_r ($arr); 50 | foreach($arr as $key => $value) { 51 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 52 | } 53 | //echo $out; 54 | if ($found) echo "Filmul a fost adaugat deja!"; 55 | file_put_contents($file,$out); 56 | } else { 57 | $found=false; 58 | //echo $title; 59 | if ($arr) { 60 | $found=false; 61 | foreach($arr as $key => $value) { 62 | if ($title == $key) { 63 | $found=true; 64 | //echo $title; 65 | unset ($arr[$key]); 66 | echo "Am sters filmul ".unfix_t(urldecode($title)); 67 | break; 68 | } 69 | } 70 | if ($arr) { 71 | ksort($arr); 72 | $out=""; 73 | //print_r ($arr); 74 | foreach($arr as $key => $value) { 75 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 76 | } 77 | file_put_contents($file,$out); 78 | } 79 | } 80 | } 81 | 82 | ?> 83 | -------------------------------------------------------------------------------- /filme/flixgo_f_add.php: -------------------------------------------------------------------------------- 1 | $value) { 32 | if ($title == $key && parse_url($link)['path']==parse_url($arr[$key]['link'])['path']) { 33 | $found=true; 34 | break; 35 | } 36 | } 37 | if (!$found) { 38 | $arr[$title]["link"]=$link; 39 | $arr[$title]["image"]=$image; 40 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 41 | } 42 | ksort($arr); 43 | } else { 44 | $arr[$title]["link"]=$link; 45 | $arr[$title]["image"]=$image; 46 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 47 | } 48 | $out=""; 49 | //print_r ($arr); 50 | foreach($arr as $key => $value) { 51 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 52 | } 53 | //echo $out; 54 | if ($found) echo "Filmul a fost adaugat deja!"; 55 | file_put_contents($file,$out); 56 | } else { 57 | $found=false; 58 | //echo $title; 59 | if ($arr) { 60 | $found=false; 61 | foreach($arr as $key => $value) { 62 | if ($title == $key && parse_url($link)['path']==parse_url($arr[$key]['link'])['path']) { 63 | $found=true; 64 | //echo $title; 65 | unset ($arr[$key]); 66 | echo "Am sters filmul ".unfix_t(urldecode($title)); 67 | break; 68 | } 69 | } 70 | if ($arr) { 71 | ksort($arr); 72 | $out=""; 73 | //print_r ($arr); 74 | foreach($arr as $key => $value) { 75 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 76 | } 77 | file_put_contents($file,$out); 78 | } 79 | } 80 | } 81 | 82 | ?> 83 | -------------------------------------------------------------------------------- /filme/look.php: -------------------------------------------------------------------------------- 1 | Sorry! Use firefox (cookies.txt) to GET COOKIE'; 54 | echo 'error'; 55 | die(); 56 | } else { 57 | echo "OK! GO BACK"; 58 | echo ''; 59 | } 60 | 61 | ?> 62 | -------------------------------------------------------------------------------- /filme/vimeo_add.php: -------------------------------------------------------------------------------- 1 | $value) { 33 | if ($title == $arr[$key][0] && $link == $arr[$key][1]) { 34 | $found=true; 35 | break; 36 | } 37 | } 38 | if (!$found) { 39 | //$arr[$title]["link"]=$link; 40 | //$arr[$title]["image"]=$image; 41 | $arr[]=array($title,$link,$image); 42 | echo "Am adaugat clipul ".unfix_t(urldecode($title)); 43 | } 44 | asort($arr); 45 | } else { 46 | //$arr[$title]["link"]=$link; 47 | //$arr[$title]["image"]=$image; 48 | $arr[]=array($title,$link,$image); 49 | echo "Am adaugat clipul ".unfix_t(urldecode($title)); 50 | } 51 | $out=""; 52 | //print_r ($arr); 53 | asort ($arr); 54 | foreach($arr as $key => $value) { 55 | $out =$out.$arr[$key][0]."#separator".$arr[$key][1]."#separator".$arr[$key][2]."\r\n"; 56 | } 57 | //echo $out; 58 | if ($found) echo "Clipul a fost adaugat deja!"; 59 | file_put_contents($file,$out); 60 | } else { // delete 61 | $found=false; 62 | //echo $title; 63 | if ($arr) { 64 | $found=false; 65 | foreach($arr as $key => $value) { 66 | if ($title == $arr[$key][0] && $link==$arr[$key][1]) { 67 | $found=true; 68 | //echo $title; 69 | unset ($arr[$key]); 70 | echo "Am sters clipul ".unfix_t(urldecode($title)); 71 | break; 72 | } 73 | } 74 | if ($arr) { 75 | asort($arr); 76 | $out=""; 77 | //print_r ($arr); 78 | foreach($arr as $key => $value) { 79 | $out =$out.$arr[$key][0]."#separator".$arr[$key][1]."#separator".$arr[$key][2]."\r\n"; 80 | } 81 | file_put_contents($file,$out); 82 | } 83 | } 84 | } 85 | 86 | ?> 87 | -------------------------------------------------------------------------------- /filme/moviewetrust_f_add.php: -------------------------------------------------------------------------------- 1 | $value) { 33 | if ($title == $arr[$key][0] && $link == $arr[$key][1]) { 34 | $found=true; 35 | break; 36 | } 37 | } 38 | if (!$found) { 39 | //$arr[$title]["link"]=$link; 40 | //$arr[$title]["image"]=$image; 41 | $arr[]=array($title,$link,$image); 42 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 43 | } 44 | asort($arr); 45 | } else { 46 | //$arr[$title]["link"]=$link; 47 | //$arr[$title]["image"]=$image; 48 | $arr[]=array($title,$link,$image); 49 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 50 | } 51 | $out=""; 52 | //print_r ($arr); 53 | asort ($arr); 54 | foreach($arr as $key => $value) { 55 | $out =$out.$arr[$key][0]."#separator".$arr[$key][1]."#separator".$arr[$key][2]."\r\n"; 56 | } 57 | //echo $out; 58 | if ($found) echo "Filmul a fost adaugat deja!"; 59 | file_put_contents($file,$out); 60 | } else { // delete 61 | $found=false; 62 | //echo $title; 63 | if ($arr) { 64 | $found=false; 65 | foreach($arr as $key => $value) { 66 | if ($title == $arr[$key][0] && $link==$arr[$key][1]) { 67 | $found=true; 68 | //echo $title; 69 | unset ($arr[$key]); 70 | echo "Am sters filmul ".unfix_t(urldecode($title)); 71 | break; 72 | } 73 | } 74 | if ($arr) { 75 | asort($arr); 76 | $out=""; 77 | //print_r ($arr); 78 | foreach($arr as $key => $value) { 79 | $out =$out.$arr[$key][0]."#separator".$arr[$key][1]."#separator".$arr[$key][2]."\r\n"; 80 | } 81 | file_put_contents($file,$out); 82 | } 83 | } 84 | } 85 | 86 | ?> 87 | -------------------------------------------------------------------------------- /tv/b1_main.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | B1 Emisiuni 8 | 9 | 10 | 11 | 12 | B1 Emisiuni'; 20 | echo ''."\n\r"; 21 | //echo ''; 22 | $n=0; 23 | echo ''; 24 | $l="https://www.b1.ro/inregistrari"; 25 | 26 | $ch = curl_init(); 27 | curl_setopt($ch, CURLOPT_URL, $l); 28 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 29 | curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 GTB5'); 30 | curl_setopt($ch, CURLOPT_FOLLOWLOCATION ,1); 31 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 32 | curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); 33 | curl_setopt($ch, CURLOPT_TIMEOUT, 15); 34 | $html = curl_exec($ch); 35 | curl_close($ch); 36 | 37 | $videos = explode('
"."\n\r"; 56 | echo '
'; 57 | $n++; 58 | if ($n > 2) { 59 | echo ''."\n\r"; 60 | $n=0; 61 | } 62 | } 63 | } 64 | if ($n<3) echo ""."\n\r"; 65 | echo '
Digi24 Emisiuni
'.''.$title.'
'; 66 | ?> 67 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /filme/youtube_add.php: -------------------------------------------------------------------------------- 1 | $value) { 36 | if ($id == $arr[$key]["id"]) { 37 | $found=true; 38 | break; 39 | } 40 | } 41 | if (!$found) { 42 | $arr[$title]["id"]=$id; 43 | $arr[$title]["kind"]=$kind; 44 | $arr[$title]["image"]=$image; 45 | echo "Am adaugat ".unfix_t(urldecode($title)); 46 | } 47 | ksort($arr); 48 | } else { 49 | $arr[$title]["id"]=$id; 50 | $arr[$title]["kind"]=$kind; 51 | $arr[$title]["image"]=$image; 52 | echo "Am adaugat serialul ".unfix_t(urldecode($title)); 53 | } 54 | $out=""; 55 | //print_r ($arr); 56 | foreach($arr as $key => $value) { 57 | $out =$out.$arr[$key]["kind"]."#separator".$arr[$key]["id"]."#separator".$key."#separator".$arr[$key]["image"]."\r\n"; 58 | } 59 | //echo $out; 60 | if ($found) echo "Este deja in lista!"; 61 | file_put_contents($file,$out); 62 | } else { 63 | $found=false; 64 | //echo $title; 65 | if ($arr) { 66 | $found=false; 67 | foreach($arr as $key => $value) { 68 | if ($id == $arr[$key]["id"]) { 69 | $found=true; 70 | //echo $title; 71 | unset ($arr[$key]); 72 | echo "Am sters ".unfix_t(urldecode($title)); 73 | break; 74 | } 75 | } 76 | if ($arr) { 77 | ksort($arr); 78 | $out=""; 79 | //print_r ($arr); 80 | foreach($arr as $key => $value) { 81 | $out =$out.$arr[$key]["kind"]."#separator".$arr[$key]["id"]."#separator".$key."#separator".$arr[$key]["image"]."\r\n"; 82 | } 83 | file_put_contents($file,$out); 84 | } 85 | } 86 | } 87 | 88 | ?> 89 | -------------------------------------------------------------------------------- /filme/serialeonline_add.php: -------------------------------------------------------------------------------- 1 | $value) { 38 | if ($title == $key) { 39 | $found=true; 40 | break; 41 | } 42 | } 43 | if (!$found) { 44 | $arr[$title]["link"]=$link; 45 | $arr[$title]["image"]=$image; 46 | echo "Am adaugat serialul ".unfix_t(urldecode($title)); 47 | } 48 | ksort($arr); 49 | } else { 50 | $arr[$title]["link"]=$link; 51 | $arr[$title]["image"]=$image; 52 | echo "Am adaugat serialul ".unfix_t(urldecode($title)); 53 | } 54 | $out=""; 55 | //print_r ($arr); 56 | foreach($arr as $key => $value) { 57 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 58 | } 59 | //echo $out; 60 | if ($found) echo "Serialul a fost adaugat deja!"; 61 | file_put_contents($file,$out); 62 | } else { 63 | $found=false; 64 | //echo $title; 65 | if ($arr) { 66 | $found=false; 67 | foreach($arr as $key => $value) { 68 | if ($title == $key) { 69 | $found=true; 70 | //echo $title; 71 | unset ($arr[$key]); 72 | echo "Am sters serialul ".unfix_t(urldecode($title)); 73 | break; 74 | } 75 | } 76 | if ($arr) { 77 | ksort($arr); 78 | $out=""; 79 | //print_r ($arr); 80 | foreach($arr as $key => $value) { 81 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 82 | } 83 | file_put_contents($file,$out); 84 | } 85 | } 86 | } 87 | 88 | ?> 89 | -------------------------------------------------------------------------------- /filme/tugaflix_f_add.php: -------------------------------------------------------------------------------- 1 | $value) { 33 | if ($title == $arr[$key][0] && parse_url($link)['path']==parse_url($arr[$key][1])['path']) { 34 | $found=true; 35 | break; 36 | } 37 | } 38 | if (!$found) { 39 | //$arr[$title]["link"]=$link; 40 | //$arr[$title]["image"]=$image; 41 | $arr[]=array($title,$link,$image); 42 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 43 | } 44 | asort($arr); 45 | } else { 46 | //$arr[$title]["link"]=$link; 47 | //$arr[$title]["image"]=$image; 48 | $arr[]=array($title,$link,$image); 49 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 50 | } 51 | $out=""; 52 | //print_r ($arr); 53 | asort ($arr); 54 | foreach($arr as $key => $value) { 55 | $out =$out.$arr[$key][0]."#separator".$arr[$key][1]."#separator".$arr[$key][2]."\r\n"; 56 | } 57 | //echo $out; 58 | if ($found) echo "Filmul a fost adaugat deja!"; 59 | file_put_contents($file,$out); 60 | } else { // delete 61 | $found=false; 62 | //echo $title; 63 | if ($arr) { 64 | $found=false; 65 | foreach($arr as $key => $value) { 66 | if ($title == $arr[$key][0] && parse_url($link)['path']==parse_url($arr[$key][1])['path']) { 67 | $found=true; 68 | //echo $title; 69 | unset ($arr[$key]); 70 | echo "Am sters filmul ".unfix_t(urldecode($title)); 71 | break; 72 | } 73 | } 74 | if ($arr) { 75 | asort($arr); 76 | $out=""; 77 | //print_r ($arr); 78 | foreach($arr as $key => $value) { 79 | $out =$out.$arr[$key][0]."#separator".$arr[$key][1]."#separator".$arr[$key][2]."\r\n"; 80 | } 81 | file_put_contents($file,$out); 82 | } 83 | } 84 | } 85 | 86 | ?> 87 | -------------------------------------------------------------------------------- /filme/hqq1.php: -------------------------------------------------------------------------------- 1 | 71 | -------------------------------------------------------------------------------- /tv/playlist_add.php: -------------------------------------------------------------------------------- 1 | $value) { 38 | if ($link == $key) { 39 | $found=true; 40 | break; 41 | } 42 | } 43 | if (!$found) { 44 | $arr[$link]["title"]=$title; 45 | $arr[$link]["image"]=$image; 46 | echo "Am adaugat link-ul ".unfix_t(urldecode($title)); 47 | } 48 | asort($arr); 49 | } else { 50 | $arr[$link]["title"]=$title; 51 | $arr[$link]["image"]=$image; 52 | echo "Am adaugat link-ul ".unfix_t(urldecode($title)); 53 | } 54 | $out=""; 55 | //print_r ($arr); 56 | foreach($arr as $key => $value) { 57 | $out =$out.$arr[$key]["title"]."#separator".$key."#separator".$arr[$key]["image"]."\r\n"; 58 | } 59 | //echo $out; 60 | if ($found) echo "link-ul a fost adaugat deja!"; 61 | file_put_contents($file,$out); 62 | } else { 63 | $found=false; 64 | //echo $title; 65 | if ($arr) { 66 | $found=false; 67 | foreach($arr as $key => $value) { 68 | if ($link == $key) { 69 | $found=true; 70 | //echo $title; 71 | unset ($arr[$key]); 72 | echo "Am sters link-ul ".unfix_t(urldecode($title)); 73 | break; 74 | } 75 | } 76 | if ($arr) { 77 | asort($arr); 78 | $out=""; 79 | //print_r ($arr); 80 | foreach($arr as $key => $value) { 81 | $out =$out.$arr[$key]["title"]."#separator".$key."#separator".$arr[$key]["image"]."\r\n"; 82 | } 83 | file_put_contents($file,$out); 84 | } 85 | } 86 | } 87 | if ($arr) { 88 | $out=""; 89 | foreach($arr as $key => $value) { 90 | $out =$out."#EXTINF:-1,".$arr[$key]["title"]."\n".$key."\n"; 91 | } 92 | 93 | file_put_contents("pl/playlist_fav.m3u",$out); 94 | } 95 | ?> 96 | -------------------------------------------------------------------------------- /filme/hserver.php: -------------------------------------------------------------------------------- 1 | ".$origin; 12 | //die(); 13 | $ua = $_SERVER['HTTP_USER_AGENT']; 14 | //$cookie=$base_cookie."gg.dat"; 15 | $ua="Mozilla/5.0 (Windows NT 10.0; rv:80.0) Gecko/20100101 Firefox/80.0"; 16 | $head=array('Origin: '.$origin.''); 17 | $head=array('Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8', 18 | 'Accept-Language: ro-RO,ro;q=0.8,en-US;q=0.6,en-GB;q=0.4,en;q=0.2', 19 | 'Accept-Encoding: deflate', 20 | 'Origin: '.$origin.'', 21 | 'Connection: keep-alive', 22 | 'Upgrade-Insecure-Requests: 1'); 23 | //header ('content-type: application/octet-stream'); 24 | $ch = curl_init(); 25 | curl_setopt($ch, CURLOPT_URL, $file); 26 | curl_setopt($ch, CURLOPT_HTTPHEADER, $head); 27 | curl_setopt($ch, CURLOPT_FOLLOWLOCATION ,0); 28 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 29 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 30 | curl_setopt($ch, CURLOPT_USERAGENT, $ua); 31 | //curl_setopt($ch, CURLOPT_COOKIEFILE, $cookie); 32 | //curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie); 33 | curl_setopt($ch, CURLOPT_HEADER,1); 34 | curl_setopt($ch, CURLOPT_NOBODY,1); 35 | $h = curl_exec($ch); 36 | curl_close($ch) ; 37 | //echo $h; 38 | //die(); 39 | /* 40 | if ($h) { 41 | $c=base64_decode(json_decode($h,1)['url']); 42 | header("Location: $c"); 43 | } 44 | */ 45 | 46 | if (preg_match("/Location\:\s+(http.+)/i",$h,$m)) { 47 | $c=trim($m[1]); 48 | //$c .="|Origin=".urlencode("https://play.playm4u.xyz"); 49 | $c .="|Origin=".urlencode("null"); 50 | /* 51 | $ch = curl_init(); 52 | curl_setopt($ch, CURLOPT_URL, $c); 53 | curl_setopt($ch, CURLOPT_HTTPHEADER, $head); 54 | curl_setopt($ch, CURLOPT_FOLLOWLOCATION ,0); 55 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 56 | curl_setopt($ch, CURLOPT_REFERER,$c); 57 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 58 | curl_setopt($ch, CURLOPT_USERAGENT, $ua); 59 | curl_setopt($ch, CURLOPT_HEADER,1); 60 | curl_setopt($ch, CURLOPT_NOBODY,1); 61 | $h = curl_exec($ch); 62 | curl_close($ch) ; 63 | echo $h; 64 | */ 65 | //header("Location: $c"); 66 | // echo $c; 67 | //print $c; 68 | } else { 69 | $c=$file; 70 | $c .="|Origin=".urlencode("null"); 71 | //$c .="|Origin=".urlencode("https://play.playm4u.xyz"); 72 | //header("Location: $c"); 73 | } 74 | header("Location: $c"); 75 | 76 | ?> 77 | -------------------------------------------------------------------------------- /filme/moviewetrust_s_add.php: -------------------------------------------------------------------------------- 1 | $value) { 36 | if ($title == $arr[$key][0] && $link == $arr[$key][1]) { 37 | $found=true; 38 | break; 39 | } 40 | } 41 | //echo $found; 42 | //die(); 43 | if (!$found) { 44 | //$arr[$title]["link"]=$link; 45 | //$arr[$title]["image"]=$image; 46 | $arr[]=array($title,$link,$image); 47 | echo "Am adaugat serialul ".unfix_t(urldecode($title)); 48 | } 49 | //ksort($arr); 50 | } else { 51 | //$arr[$title]["link"]=$link; 52 | //$arr[$title]["image"]=$image; 53 | $arr[]=array($title,$link,$image); 54 | echo "Am adaugat serialul ".unfix_t(urldecode($title)); 55 | } 56 | $out=""; 57 | //print_r ($arr); 58 | asort ($arr); 59 | //print_r ($arr); 60 | //die(); 61 | foreach($arr as $key => $value) { 62 | $out =$out.$arr[$key][0]."#separator".$arr[$key][1]."#separator".$arr[$key][2]."\r\n"; 63 | } 64 | //echo $out; 65 | if ($found) echo "Serialul a fost adaugat deja!"; 66 | file_put_contents($file,$out); 67 | } else { // delete 68 | $found=false; 69 | //echo $title; 70 | if ($arr) { 71 | $found=false; 72 | foreach($arr as $key => $value) { 73 | if ($title == $arr[$key][0] && $link==$arr[$key][1]) { 74 | $found=true; 75 | //echo $title; 76 | unset ($arr[$key]); 77 | echo "Am sters serialul ".unfix_t(urldecode($title)); 78 | break; 79 | } 80 | } 81 | if ($arr) { 82 | asort($arr); 83 | $out=""; 84 | //print_r ($arr); 85 | foreach($arr as $key => $value) { 86 | $out =$out.$arr[$key][0]."#separator".$arr[$key][1]."#separator".$arr[$key][2]."\r\n"; 87 | } 88 | file_put_contents($file,$out); 89 | } 90 | } 91 | } 92 | 93 | ?> 94 | -------------------------------------------------------------------------------- /mpv.svg: -------------------------------------------------------------------------------- 1 | 2 | 12 | 13 | 14 | 16 | image/svg+xml 17 | 19 | Logo of mpv 20 | 21 | 22 | 23 | 26 | 32 | 38 | 44 | 48 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /filme/clicksud_main.php: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | <?php echo $main_title; ?> 18 | 19 | 20 | 21 | 22 | '."\r\n"; 25 | echo ''.$main_title.''; 26 | $n=0; 27 | $l="https://www.clicksud.org/2012/06/seriale-romanesti-online.html"; 28 | $l="https://clicksud.biz/2012/06/seriale-romanesti-online/"; 29 | $l="https://clicksud.biz/2012/06/seriale-romanesti-online/"; 30 | $ua = $_SERVER['HTTP_USER_AGENT']; 31 | $ch = curl_init(); 32 | curl_setopt($ch, CURLOPT_URL, $l); 33 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 34 | curl_setopt($ch, CURLOPT_USERAGENT, $ua); 35 | curl_setopt($ch, CURLOPT_FOLLOWLOCATION ,1); 36 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 37 | curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); 38 | curl_setopt($ch, CURLOPT_TIMEOUT, 15); 39 | $html = curl_exec($ch); 40 | curl_close($ch); 41 | 42 | $videos = explode("", $html); 43 | unset($videos[0]); 44 | $videos = array_values($videos); 45 | 46 | foreach($videos as $video) { 47 | $t1 = explode("<", $video); 48 | $title=$t1[0]; 49 | //$link = $t1[0]; 50 | $t2 = explode('href="', $video); 51 | $t3 = explode('"', $t2[1]); 52 | $link = $t3[0]; 53 | //if (preg_match("/^_/i",$title)) { 54 | //$title=substr($title,1); 55 | $link=$target."?page=1&tip=release&link=".urlencode(fix_t($link))."&title=".urlencode(fix_t($title)); 56 | if ($n == 0) echo ""."\r\n"; 57 | echo ''.''.$title.''; 58 | $n++; 59 | if ($n == 3) { 60 | echo ''."\r\n"; 61 | $n=0; 62 | } 63 | //} 64 | } 65 | if ($n < 3 && $n > 0) { 66 | for ($k=0;$k<3-$n;$k++) { 67 | echo ''."\r\n"; 68 | } 69 | echo ''."\r\n"; 70 | } 71 | echo ''; 72 | ?> 73 | 74 | 75 | -------------------------------------------------------------------------------- /filme/veziseriale_s_add.php: -------------------------------------------------------------------------------- 1 | $value) { 36 | if ($title == $arr[$key][0] && parse_url($link)['path']==parse_url($arr[$key][1])['path']) { 37 | $found=true; 38 | break; 39 | } 40 | } 41 | //echo $found; 42 | //die(); 43 | if (!$found) { 44 | //$arr[$title]["link"]=$link; 45 | //$arr[$title]["image"]=$image; 46 | $arr[]=array($title,$link,$image); 47 | echo "Am adaugat serialul ".unfix_t(urldecode($title)); 48 | } 49 | //ksort($arr); 50 | } else { 51 | //$arr[$title]["link"]=$link; 52 | //$arr[$title]["image"]=$image; 53 | $arr[]=array($title,$link,$image); 54 | echo "Am adaugat serialul ".unfix_t(urldecode($title)); 55 | } 56 | $out=""; 57 | //print_r ($arr); 58 | asort ($arr); 59 | //print_r ($arr); 60 | //die(); 61 | foreach($arr as $key => $value) { 62 | $out =$out.$arr[$key][0]."#separator".$arr[$key][1]."#separator".$arr[$key][2]."\r\n"; 63 | } 64 | //echo $out; 65 | if ($found) echo "Serialul a fost adaugat deja!"; 66 | file_put_contents($file,$out); 67 | } else { // delete 68 | $found=false; 69 | //echo $title; 70 | if ($arr) { 71 | $found=false; 72 | foreach($arr as $key => $value) { 73 | if ($title == $arr[$key][0] && parse_url($link)['path']==parse_url($arr[$key][1])['path']) { 74 | $found=true; 75 | //echo $title; 76 | unset ($arr[$key]); 77 | echo "Am sters serialul ".unfix_t(urldecode($title)); 78 | break; 79 | } 80 | } 81 | if ($arr) { 82 | asort($arr); 83 | $out=""; 84 | //print_r ($arr); 85 | foreach($arr as $key => $value) { 86 | $out =$out.$arr[$key][0]."#separator".$arr[$key][1]."#separator".$arr[$key][2]."\r\n"; 87 | } 88 | file_put_contents($file,$out); 89 | } 90 | } 91 | } 92 | 93 | ?> 94 | -------------------------------------------------------------------------------- /filme/cineplex_s_add.php: -------------------------------------------------------------------------------- 1 | $value) { 36 | if ($title == $key && parse_url($link)['path']==parse_url($arr[$key]['link'])['path']) { 37 | $found=true; 38 | break; 39 | } 40 | } 41 | if (!$found) { 42 | $arr[$title]["link"]=$link; 43 | $arr[$title]["year"]=$year; 44 | $arr[$title]["image"]=$image; 45 | echo "Am adaugat serialul ".unfix_t(urldecode($title)); 46 | } 47 | ksort($arr); 48 | } else { 49 | $arr[$title]["link"]=$link; 50 | $arr[$title]["year"]=$year; 51 | $arr[$title]["image"]=$image; 52 | echo "Am adaugat serialul ".unfix_t(urldecode($title)); 53 | } 54 | $out=""; 55 | //print_r ($arr); 56 | foreach($arr as $key => $value) { 57 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["year"]."#separator".$arr[$key]["image"]."\r\n"; 58 | } 59 | //echo $out; 60 | if ($found) echo "Serialul a fost adaugat deja!"; 61 | file_put_contents($file,$out); 62 | } else { 63 | $found=false; 64 | //echo $title; 65 | if ($arr) { 66 | $found=false; 67 | foreach($arr as $key => $value) { 68 | if ($title == $key && parse_url($link)['path']==parse_url($arr[$key]['link'])['path']) { 69 | $found=true; 70 | //echo $title; 71 | unset ($arr[$key]); 72 | echo "Am sters serialul ".unfix_t(urldecode($title)); 73 | break; 74 | } 75 | } 76 | if ($arr) { 77 | ksort($arr); 78 | $out=""; 79 | //print_r ($arr); 80 | foreach($arr as $key => $value) { 81 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["year"]."#separator".$arr[$key]["image"]."\r\n"; 82 | } 83 | file_put_contents($file,$out); 84 | } 85 | } 86 | } 87 | 88 | ?> 89 | -------------------------------------------------------------------------------- /filme/tvseries_sez.php: -------------------------------------------------------------------------------- 1 | 2 | 22 | 23 | 24 | 25 | 26 | <?php echo $tit; ?> 27 | 28 | 29 | 30 | 31 | '.$tit.'
'; 39 | echo ''."\n\r"; 40 | 41 | $html=str_between($html,"Season",'
'); 42 | $videos = explode('div class="column"', $html); 43 | $n=0; 44 | unset($videos[0]); 45 | //$videos = array_values($videos); 46 | $videos = array_reverse($videos); 47 | foreach($videos as $video) { 48 | $t1 = explode('href="', $video); 49 | $t2 = explode('"',$t1[1]); 50 | $link = $t2[0]; 51 | $title=str_between($video,"","'; 59 | $link_f='tvseries_ep.php?tip=series&link='.urlencode($link).'&title='.urlencode(fix_t($tit)).'&image='.$image."&sez=".$sez."&ep=&ep_tit=&year=".$year; 60 | echo '
'; 61 | $n++; 62 | if ($n == 4) { 63 | echo ''; 64 | $n=0; 65 | } 66 | } 67 | /* 68 | if ($n < 4 && $n > 0) { 69 | for ($k=0;$k<4-$n;$k++) { 70 | echo ''."\r\n"; 71 | } 72 | echo ''."\r\n"; 73 | } 74 | */ 75 | echo '
'.$title.'
'; 76 | ?> 77 | 78 | 79 | -------------------------------------------------------------------------------- /tv/dlhds.php: -------------------------------------------------------------------------------- 1 | 82 | -------------------------------------------------------------------------------- /custom.css: -------------------------------------------------------------------------------- 1 | html { 2 | height: 100%; 3 | } 4 | body {background-color:Black;color:White;margin:0px 0px 0px 0px;} 5 | .balloon { position: absolute; width: 214px; height: 317px; background: #000; border: 1px solid #fff; z-index: 10; display: none; } 6 | a { text-decoration:none } 7 | a:link {color:White;} /* unvisited link */ 8 | a:visited {color:White;} /* visited link */ 9 | a:hover {color:Magenta;} /* mouse over link */ 10 | a:active {color:Magenta;} /* selected link */ 11 | a:focus {color:#e6e600;} 12 | 13 | 14 | 15 | h2 { 16 | background-color:#0a6996; 17 | color:#64c8ff; 18 | margin-top: 0; 19 | margin-bottom: 0; 20 | margin-left: 0; 21 | margin-right: 0; 22 | font-size: 2em; 23 | font-weight: bold; 24 | text-align:center; 25 | vertical-align:middle; 26 | } 27 | th.cat { 28 | color:black; 29 | background-color:#0a6996; 30 | color:#64c8ff; 31 | text-align:center; 32 | font-style: bold; 33 | font-size: 30px; 34 | } 35 | td.cat { 36 | font-style: bold; 37 | font-size: 20px; 38 | text-align: left; 39 | vertical-align:middle; 40 | } 41 | td.form { 42 | font-style: bold; 43 | font-size: 20px; 44 | text-align: left; 45 | } 46 | 47 | td.mp:focus-within { 48 | /* background:#3D9970; */ 49 | background:#2b4163; 50 | } 51 | 52 | td.mp { 53 | text-align: center; 54 | font-style: bold; 55 | font-size: 20px; 56 | max-width: 500px; 57 | text-overflow: initial; 58 | white-space: wrap; 59 | word-wrap: break-word; 60 | /* vertical-align:bottom; */ 61 | vertical-align:middle; 62 | } 63 | td.nav { 64 | font-style: bold; 65 | font-size: 20px; 66 | } 67 | 68 | td.salt { 69 | text-align: center; 70 | font-style: bold; 71 | font-size: 18px; 72 | text-overflow: initial; 73 | white-space: wrap; 74 | word-wrap: break-word; 75 | } 76 | 77 | td.sez { 78 | text-align: center; 79 | font-style: bold; 80 | font-size: 18px; 81 | text-overflow: initial; 82 | white-space: wrap; 83 | word-wrap: break-word; 84 | } 85 | a.imdb:focus {color:#e6e600;} 86 | a.nav:focus {color:#e6e600; border: 2px solid #cccc66;} 87 | 88 | #overlay { 89 | position: fixed; 90 | display: none; 91 | width: 100%; 92 | height: 100%; 93 | top: 0; 94 | left: 0; 95 | right: 0; 96 | bottom: 0; 97 | background-color: rgba(0,0,0,0.5); 98 | z-index: 2; 99 | cursor: pointer; 100 | } 101 | 102 | #text{ 103 | position: absolute; 104 | top: 50%; 105 | left: 50%; 106 | font-size: 50px; 107 | color: white; 108 | transform: translate(-50%,-50%); 109 | -ms-transform: translate(-50%,-50%); 110 | } 111 | -------------------------------------------------------------------------------- /filme/onionplay_f_add.php: -------------------------------------------------------------------------------- 1 | $value) { 34 | //if ($title == $key) { 35 | if ($title == $arr[$key][0] && $link_p == parse_url($arr[$key][1])['path']) { 36 | $found=true; 37 | break; 38 | } 39 | } 40 | if (!$found) { 41 | //$arr[$title]["link"]=$link; 42 | //$arr[$title]["image"]=$image; 43 | $arr[]=array($title,$link,$image); 44 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 45 | } 46 | asort($arr); 47 | } else { 48 | //$arr[$title]["link"]=$link; 49 | //$arr[$title]["image"]=$image; 50 | $arr[]=array($title,$link,$image); 51 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 52 | } 53 | $out=""; 54 | //print_r ($arr); 55 | foreach($arr as $key => $value) { 56 | //$out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 57 | $out =$out.$arr[$key][0]."#separator".$arr[$key][1]."#separator".$arr[$key][2]."\r\n"; 58 | } 59 | //echo $out; 60 | if ($found) echo "Filmul a fost adaugat deja!"; 61 | file_put_contents($file,$out); 62 | } else { 63 | $found=false; 64 | //echo $title; 65 | if ($arr) { 66 | $found=false; 67 | foreach($arr as $key => $value) { 68 | //if ($title == $key) { 69 | if ($title == $arr[$key][0] && $link_p == parse_url($arr[$key][1])['path']) { 70 | $found=true; 71 | //echo $title; 72 | unset ($arr[$key]); 73 | echo "Am sters filmul ".unfix_t(urldecode($title)); 74 | break; 75 | } 76 | } 77 | if ($arr) { 78 | asort($arr); 79 | $out=""; 80 | //print_r ($arr); 81 | foreach($arr as $key => $value) { 82 | //$out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 83 | $out =$out.$arr[$key][0]."#separator".$arr[$key][1]."#separator".$arr[$key][2]."\r\n"; 84 | } 85 | file_put_contents($file,$out); 86 | } 87 | } 88 | } 89 | 90 | ?> 91 | -------------------------------------------------------------------------------- /filme/lookmovie_f_add.php: -------------------------------------------------------------------------------- 1 | $value) { 34 | //if ($title == $key) { 35 | if ($title == $arr[$key][0] && $link_p == parse_url($arr[$key][1])['path']) { 36 | $found=true; 37 | break; 38 | } 39 | } 40 | if (!$found) { 41 | //$arr[$title]["link"]=$link; 42 | //$arr[$title]["image"]=$image; 43 | $arr[]=array($title,$link,$image); 44 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 45 | } 46 | asort($arr); 47 | } else { 48 | //$arr[$title]["link"]=$link; 49 | //$arr[$title]["image"]=$image; 50 | $arr[]=array($title,$link,$image); 51 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 52 | } 53 | $out=""; 54 | //print_r ($arr); 55 | foreach($arr as $key => $value) { 56 | //$out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 57 | $out =$out.$arr[$key][0]."#separator".$arr[$key][1]."#separator".$arr[$key][2]."\r\n"; 58 | } 59 | //echo $out; 60 | if ($found) echo "Filmul a fost adaugat deja!"; 61 | file_put_contents($file,$out); 62 | } else { // delete 63 | $found=false; 64 | //echo $title; 65 | if ($arr) { 66 | $found=false; 67 | foreach($arr as $key => $value) { 68 | //if ($title == $key) { 69 | if ($title == $arr[$key][0] && $link_p == parse_url($arr[$key][1])['path']) { 70 | $found=true; 71 | //echo $title; 72 | unset ($arr[$key]); 73 | echo "Am sters filmul ".unfix_t(urldecode($title)); 74 | break; 75 | } 76 | } 77 | if ($arr) { 78 | asort($arr); 79 | $out=""; 80 | //print_r ($arr); 81 | foreach($arr as $key => $value) { 82 | //$out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 83 | $out =$out.$arr[$key][0]."#separator".$arr[$key][1]."#separator".$arr[$key][2]."\r\n"; 84 | } 85 | file_put_contents($file,$out); 86 | } 87 | } 88 | } 89 | 90 | ?> 91 | -------------------------------------------------------------------------------- /tv/emisiuni_main.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | emisiuni.net 8 | 9 | 10 | 11 | 12 | 13 | emisiuni.net'; 20 | echo ''."\n\r"; 21 | $r=array(); 22 | $title="Stirile ProTV"; 23 | $link="https://emisiuni.net/category/stirile-protv-c9"; 24 | $image="https://emisiuni.net/wp-content/uploads/2022/11/1a516dda-7af4-49ef-b43c-e46399c51a11-1024x576.jpeg"; 25 | $r[]=array($title,$link,$image); 26 | $n=0; 27 | $l="https://emisiuni.net/toate-emisiunile-c1"; 28 | $ch = curl_init(); 29 | curl_setopt($ch, CURLOPT_URL, $l); 30 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 31 | curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; rv:64.0) Gecko/20100101 Firefox/64.0'); 32 | curl_setopt($ch, CURLOPT_FOLLOWLOCATION ,1); 33 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 34 | //curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); 35 | //curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); 36 | curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); 37 | curl_setopt($ch, CURLOPT_TIMEOUT, 15); 38 | $html = curl_exec($ch); 39 | curl_close($ch); 40 | //echo $html; 41 | 42 | //$html=str_between($html,'
','",$t1[1]); 53 | $t4=explode('<',$t3[1]); 54 | $title=$t4[0]; 55 | if (preg_match("/category/",$link)) $r[]=array($title,$link,$image); 56 | } 57 | for ($k=0;$k"."\n\r"; 63 | echo '
'; 64 | $n++; 65 | if ($n > 2) { 66 | echo ''."\n\r"; 67 | $n=0; 68 | } 69 | 70 | } 71 | if ($n<3) echo ""."\n\r"; 72 | echo '
'.'
'.$title.'
'; 73 | ?> 74 | 75 | 76 | -------------------------------------------------------------------------------- /adult/adult_add.php: -------------------------------------------------------------------------------- 1 | $value) { 41 | if ($title == $key) { 42 | $found=true; 43 | break; 44 | } 45 | } 46 | if (!$found) { 47 | $arr[$title]["link"]=$link; 48 | $arr[$title]["image"]=$image; 49 | $arr[$title]["width"]=$width; 50 | $arr[$title]["height"]=$height; 51 | $arr[$title]["target"]=$target; 52 | echo "Am adaugat ".unfix_t(urldecode($title)); 53 | } 54 | ksort($arr); 55 | } else { 56 | $arr[$title]["link"]=$link; 57 | $arr[$title]["image"]=$image; 58 | $arr[$title]["width"]=$width; 59 | $arr[$title]["height"]=$height; 60 | $arr[$title]["target"]=$target; 61 | echo "Am adaugat ".unfix_t(urldecode($title)); 62 | } 63 | $out=""; 64 | //print_r ($arr); 65 | foreach($arr as $key => $value) { 66 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."#separator".$arr[$key]["width"]."#separator".$arr[$key]["height"]."#separator".$arr[$key]["target"]."\r\n"; 67 | } 68 | //echo $out; 69 | if ($found) echo "Clipul a fost adaugat deja!"; 70 | file_put_contents($file,$out); 71 | } else { 72 | $found=false; 73 | //echo $title; 74 | if ($arr) { 75 | $found=false; 76 | foreach($arr as $key => $value) { 77 | if ($title == $key) { 78 | $found=true; 79 | //echo $title; 80 | unset ($arr[$key]); 81 | echo "Am sters clipul ".unfix_t(urldecode($title)); 82 | break; 83 | } 84 | } 85 | if ($arr) { 86 | ksort($arr); 87 | $out=""; 88 | //print_r ($arr); 89 | foreach($arr as $key => $value) { 90 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."#separator".$arr[$key]["width"]."#separator".$arr[$key]["height"]."#separator".$arr[$key]["target"]."\r\n"; 91 | } 92 | file_put_contents($file,$out); 93 | } 94 | } 95 | } 96 | 97 | ?> 98 | -------------------------------------------------------------------------------- /info.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Informatii utile 8 | 9 | 10 | 14 | 15 | 16 |

17 | 53 | 54 | 55 | -------------------------------------------------------------------------------- /filme/peserialehd_ep.php: -------------------------------------------------------------------------------- 1 | 2 | 14 | 15 | 16 | 17 | 18 | <?php echo $tit; ?> 19 | 20 | 21 | 22 | 23 | '.$tit.''; 31 | $ua="Mozilla/5.0 (Windows NT 10.0; rv:75.0) Gecko/20100101 Firefox/75.0"; 32 | $link=str_replace(" ","%20",$link); 33 | $link=str_replace("+","%2B",$link); 34 | //echo $link; 35 | $ch = curl_init(); 36 | curl_setopt($ch, CURLOPT_URL, $link); 37 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 38 | curl_setopt($ch, CURLOPT_FOLLOWLOCATION ,1); 39 | curl_setopt($ch, CURLOPT_USERAGENT, $ua); 40 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 41 | curl_setopt($ch, CURLOPT_REFERER, "https://www.peserialehd.us"); 42 | curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); 43 | curl_setopt($ch, CURLOPT_TIMEOUT, 15); 44 | $html = curl_exec($ch); 45 | curl_close($ch); 46 | //echo $html; 47 | $t1=explode('',$html); 48 | $t2=explode('',$t1[1]); 49 | $html=$t2[0]; 50 | //echo $html; 51 | $n=0; 52 | echo ''."\n\r"; 53 | $videos = explode('",$t1[1]); 64 | $t4=explode("<",$t3[1]); 65 | $tit_link=$t4[0]; 66 | //echo "==".$tit_link; 67 | if (preg_match("/EPISOD(ul)?\s*(\d+)/i",$tit_link,$m)) { 68 | //print_r ($m); 69 | $episod=$m[2]; 70 | $ep_tit=$m[0]; 71 | } 72 | if ($episod) { 73 | $link_f=$fs_target.'?file='.urlencode($link).'&title='.urlencode(fix_t($tit_link)); 74 | if ($n == 0) echo ""."\n\r"; 75 | echo ''."\r\n"; 76 | $n++; 77 | if ($n == 3) { 78 | echo ''."\n\r"; 79 | $n=0; 80 | } 81 | } 82 | 83 | } 84 | if ($n < 3 && $n > 0) { 85 | for ($k=0;$k<3-$n;$k++) { 86 | echo ''."\r\n"; 87 | } 88 | echo ''."\r\n"; 89 | } 90 | echo '
'.''.$ep_tit.'
'; 91 | //} 92 | ?> 93 | 94 | 95 | -------------------------------------------------------------------------------- /tv/digi24_main.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Digi24 Emisiuni 8 | 9 | 10 | 11 | 12 | Digi24 Emisiuni'; 20 | echo ''."\n\r"; 21 | //echo ''; 22 | $n=0; 23 | echo ''; 24 | $link="https://www.digi24.ro/interviurile-digi24-ro"; 25 | 26 | $title="Interviuri"; 27 | $link="digi24_e_main.php?page=1&link=".$link."&title=".urlencode($title); 28 | if ($n == 0) echo ""."\n\r"; 29 | echo ''; 30 | $n=1; 31 | $l="https://www.digi24.ro/emisiuni"; 32 | $l="https://www.digi24.ro/emisiuni/toate-emisiunile"; 33 | 34 | $ch = curl_init(); 35 | curl_setopt($ch, CURLOPT_URL, $l); 36 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 37 | curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 GTB5'); 38 | curl_setopt($ch, CURLOPT_FOLLOWLOCATION ,1); 39 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 40 | curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); 41 | curl_setopt($ch, CURLOPT_TIMEOUT, 15); 42 | $html = curl_exec($ch); 43 | curl_close($ch); 44 | 45 | $videos = explode('article class="article', $html); 46 | 47 | unset($videos[0]); 48 | $videos = array_values($videos); 49 | // https://www.digi24.ro/interviurile-digi24-ro 50 | foreach($videos as $video) { 51 | $video=html_entity_decode($video); 52 | $title=str_between($video,'title="','"'); 53 | $descriere=$title; 54 | $image=urldecode(str_between($video,'src="','"')); 55 | $l=str_between($video,'href="','"'); 56 | if (strpos($l,"http") === false) 57 | $link="https://www.digi24.ro".$l; 58 | else 59 | $link=$l; 60 | $link="digi24_e_main.php?page=1&link=".$link."&title=".urlencode($title); 61 | if (preg_match("/emisiuni\//",$link)) { 62 | if ($n == 0) echo ""."\n\r"; 63 | echo ''; 64 | $n++; 65 | if ($n > 2) { 66 | echo ''."\n\r"; 67 | $n=0; 68 | } 69 | } 70 | } 71 | if ($n<3) echo ""."\n\r"; 72 | echo '
Digi24 Emisiuni
'.''.$title.'
'.''.$title.'
'; 73 | ?> 74 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /filme/gomo.php: -------------------------------------------------------------------------------- 1 | strSlice($tc,$b1,$b2); 39 | $x2=strrev($x1); 40 | $x3=$x2.$c1.$c2; 41 | $l="https://gomo.to/decoding_v3.php"; 42 | $post="tokenCode=".$tc."&_token=".$token; 43 | $head=array('User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0', 44 | 'Accept: */*', 45 | 'Accept-Language: ro-RO,ro;q=0.8,en-US;q=0.6,en-GB;q=0.4,en;q=0.2', 46 | 'Accept-Encoding: deflate', 47 | 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8', 48 | 'x-token: '.$x3, 49 | 'X-Requested-With: XMLHttpRequest', 50 | 'Content-Length: '.strlen($post), 51 | 'Origin: https://gomo.to', 52 | 'Connection: keep-alive', 53 | 'Referer: https://gomo.to/' 54 | ); 55 | 56 | $ch = curl_init(); 57 | curl_setopt($ch, CURLOPT_URL, $l); 58 | curl_setopt($ch, CURLOPT_FOLLOWLOCATION ,1); 59 | curl_setopt($ch, CURLOPT_RETURNTRANSFER ,1); // RETURN THE CONTENTS OF THE CALL 60 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 61 | curl_setopt($ch, CURLOPT_HTTPHEADER,$head); 62 | curl_setopt($ch, CURLOPT_ENCODING,""); 63 | curl_setopt($ch, CURLOPT_POST,1); 64 | curl_setopt($ch, CURLOPT_POSTFIELDS,$post); 65 | //curl_setopt($ch, CURLOPT_HEADER,1); 66 | curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 15); 67 | curl_setopt($ch, CURLOPT_TIMEOUT, 25); 68 | $h = curl_exec($ch); 69 | curl_close ($ch); 70 | $x=json_decode($h,1); 71 | 72 | } 73 | return $x; 74 | } 75 | } 76 | ?> 77 | -------------------------------------------------------------------------------- /filme/peserialehd_add.php: -------------------------------------------------------------------------------- 1 | $value) { 35 | if ($title == $key) { 36 | $found=true; 37 | break; 38 | } 39 | } 40 | if (!$found) { 41 | $arr[$title]["link"]=$link; 42 | $arr[$title]["image"]=$image; 43 | $arr[$title]["tip"]=$tip; 44 | if ($tip=="movie") 45 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 46 | else 47 | echo "Am adaugat serialul ".unfix_t(urldecode($title)); 48 | } 49 | ksort($arr); 50 | } else { 51 | $arr[$title]["link"]=$link; 52 | $arr[$title]["image"]=$image; 53 | $arr[$title]["tip"]=$tip; 54 | if ($tip=="movie") 55 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 56 | else 57 | echo "Am adaugat serialul ".unfix_t(urldecode($title)); 58 | } 59 | $out=""; 60 | //print_r ($arr); 61 | foreach($arr as $key => $value) { 62 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."#separator".$arr[$key]["tip"]."\r\n"; 63 | } 64 | //echo $out; 65 | if ($found) { 66 | if ($tip=="movie") 67 | echo "Filmul a fost adaugat deja!"; 68 | else 69 | echo "Serialul a fost adaugat deja!"; 70 | } 71 | file_put_contents($file,$out); 72 | } else { 73 | $found=false; 74 | //echo $title; 75 | if ($arr) { 76 | $found=false; 77 | foreach($arr as $key => $value) { 78 | if ($title == $key) { 79 | $found=true; 80 | //echo $title; 81 | unset ($arr[$key]); 82 | if ($tip=="movie") 83 | echo "Am sters filmul ".unfix_t(urldecode($title)); 84 | else 85 | echo "Am sters serialul ".unfix_t(urldecode($title)); 86 | break; 87 | } 88 | } 89 | if ($arr) { 90 | ksort($arr); 91 | $out=""; 92 | //print_r ($arr); 93 | foreach($arr as $key => $value) { 94 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."#separator".$arr[$key]["tip"]."\r\n"; 95 | } 96 | file_put_contents($file,$out); 97 | } 98 | } 99 | } 100 | 101 | ?> 102 | -------------------------------------------------------------------------------- /filme/lookmovie_s_add.php: -------------------------------------------------------------------------------- 1 | $value) { 40 | //if ($title == $key) { 41 | if ($title == $arr[$key][0] && $link_p == parse_url($arr[$key][1])['path']) { 42 | $found=true; 43 | break; 44 | } 45 | } 46 | if (!$found) { 47 | //$arr[$title]["link"]=$link; 48 | //$arr[$title]["image"]=$image; 49 | $arr[]=array($title,$link,$image); 50 | echo "Am adaugat serialul ".unfix_t(urldecode($title)); 51 | } 52 | asort($arr); 53 | } else { 54 | //$arr[$title]["link"]=$link; 55 | //$arr[$title]["image"]=$image; 56 | $arr[]=array($title,$link,$image); 57 | echo "Am adaugat serialul ".unfix_t(urldecode($title)); 58 | } 59 | $out=""; 60 | //print_r ($arr); 61 | foreach($arr as $key => $value) { 62 | //$out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 63 | $out =$out.$arr[$key][0]."#separator".$arr[$key][1]."#separator".$arr[$key][2]."\r\n"; 64 | } 65 | //echo $out; 66 | if ($found) echo "Serialul a fost adaugat deja!"; 67 | file_put_contents($file,$out); 68 | } else { 69 | $found=false; 70 | //echo $title; 71 | if ($arr) { 72 | $found=false; 73 | foreach($arr as $key => $value) { 74 | //if ($title == $key) { 75 | if ($title == $arr[$key][0] && $link_p == parse_url($arr[$key][1])['path']) { 76 | $found=true; 77 | //echo $title; 78 | unset ($arr[$key]); 79 | echo "Am sters serialul ".unfix_t(urldecode($title)); 80 | break; 81 | } 82 | } 83 | if ($arr) { 84 | asort($arr); 85 | $out=""; 86 | //print_r ($arr); 87 | foreach($arr as $key => $value) { 88 | //$out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 89 | $out =$out.$arr[$key][0]."#separator".$arr[$key][1]."#separator".$arr[$key][2]."\r\n"; 90 | } 91 | file_put_contents($file,$out); 92 | } 93 | } 94 | } 95 | 96 | ?> 97 | -------------------------------------------------------------------------------- /update.php: -------------------------------------------------------------------------------- 1 | $val) $$key=htmldecode($val); 21 | //foreach ($_POST as $key => $val) $$key=htmldecode($val); 22 | //foreach ($_COOKIE as $key => $val) $$key=htmldecode($val); 23 | if (empty($_SERVER["HTTP_X_FORWARDED_FOR"])) $ip = $_SERVER["REMOTE_ADDR"]; //nao usa proxy 24 | else $ip = $_SERVER["HTTP_X_FORWARDED_FOR"]; //usa proxy 25 | $islinux = !(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN'); 26 | $url_info = parse_url($_SERVER["HTTP_REFERER"]); 27 | $doc_root = ($islinux) ? $_SERVER["DOCUMENT_ROOT"] : ucfirst($_SERVER["DOCUMENT_ROOT"]); 28 | $script_filename = $doc_root.$_SERVER["PHP_SELF"]; 29 | $path_info = pathinfo($script_filename); 30 | function zip_extract(){ 31 | global $cmd_arg,$dir_atual,$islinux; 32 | $zip = zip_open($dir_atual.$cmd_arg); 33 | if ($zip) { 34 | while ($zip_entry = zip_read($zip)) { 35 | if (zip_entry_filesize($zip_entry)) { 36 | $complete_path = $path.dirname(zip_entry_name($zip_entry)); 37 | $complete_name = $path.zip_entry_name($zip_entry); 38 | if(!file_exists($complete_path)) { 39 | $tmp = ''; 40 | foreach(explode('/',$complete_path) AS $k) { 41 | $tmp .= $k.'/'; 42 | if(!file_exists($tmp)) { 43 | @mkdir($dir_atual.$tmp, 0777); 44 | } 45 | } 46 | } 47 | if (zip_entry_open($zip, $zip_entry, "r")) { 48 | if ($fd = fopen($dir_atual.$complete_name, 'w')){ 49 | fwrite($fd, zip_entry_read($zip_entry, zip_entry_filesize($zip_entry))); 50 | fclose($fd); 51 | } else echo "fopen($dir_atual.$complete_name) error
"; 52 | zip_entry_close($zip_entry); 53 | } else echo "zip_entry_open($zip,$zip_entry) error
"; 54 | } 55 | } 56 | zip_close($zip); 57 | } 58 | } 59 | 60 | 61 | $fp = fopen($path, 'w'); 62 | 63 | $ch = curl_init($url); 64 | curl_setopt($ch, CURLOPT_FILE, $fp); 65 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 66 | $data = curl_exec($ch); 67 | 68 | curl_close($ch); 69 | fclose($fp); 70 | 71 | zip_extract(); 72 | if (file_exists($path)) unlink ($path); 73 | 74 | ?> 75 | -------------------------------------------------------------------------------- /filme/tvseries_s_add.php: -------------------------------------------------------------------------------- 1 | $value) { 46 | if ($title == $key && parse_url($link)['path']==parse_url($arr[$key]['link'])['path']) { 47 | $found=true; 48 | break; 49 | } 50 | } 51 | if (!$found) { 52 | $arr[$title]["link"]=$link; 53 | $arr[$title]["image"]=$image; 54 | echo "Am adaugat serialul ".unfix_t(urldecode($title)); 55 | } 56 | ksort($arr); 57 | } else { 58 | $arr[$title]["link"]=$link; 59 | $arr[$title]["image"]=$image; 60 | echo "Am adaugat serialul ".unfix_t(urldecode($title)); 61 | } 62 | $out=""; 63 | //print_r ($arr); 64 | foreach($arr as $key => $value) { 65 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 66 | } 67 | //echo $out; 68 | if ($found) echo "Serialul a fost adaugat deja!"; 69 | file_put_contents($file,$out); 70 | } else { 71 | $found=false; 72 | //echo $title; 73 | if ($arr) { 74 | $found=false; 75 | foreach($arr as $key => $value) { 76 | if ($title == $key && parse_url($link)['path']==parse_url($arr[$key]['link'])['path']) { 77 | $found=true; 78 | //echo $title; 79 | unset ($arr[$key]); 80 | echo "Am sters serialul ".unfix_t(urldecode($title)); 81 | break; 82 | } 83 | } 84 | if ($arr) { 85 | ksort($arr); 86 | $out=""; 87 | //print_r ($arr); 88 | foreach($arr as $key => $value) { 89 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 90 | } 91 | file_put_contents($file,$out); 92 | } 93 | } 94 | } 95 | 96 | ?> 97 | -------------------------------------------------------------------------------- /filme/tvseries_f_add.php: -------------------------------------------------------------------------------- 1 | $value) { 47 | if ($title == $key && parse_url($link)['path']==parse_url($arr[$key]['link'])['path']) { 48 | $found=true; 49 | break; 50 | } 51 | } 52 | if (!$found) { 53 | $arr[$title]["link"]=$link; 54 | $arr[$title]["image"]=$image; 55 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 56 | } 57 | ksort($arr); 58 | } else { 59 | $arr[$title]["link"]=$link; 60 | $arr[$title]["image"]=$image; 61 | echo "Am adaugat filmul ".unfix_t(urldecode($title)); 62 | } 63 | $out=""; 64 | //print_r ($arr); 65 | foreach($arr as $key => $value) { 66 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 67 | } 68 | //echo $out; 69 | if ($found) echo "Filmul a fost adaugat deja!"; 70 | file_put_contents($file,$out); 71 | } else { 72 | $found=false; 73 | //echo $title; 74 | if ($arr) { 75 | $found=false; 76 | foreach($arr as $key => $value) { 77 | if ($title == $key && parse_url($link)['path']==parse_url($arr[$key]['link'])['path']) { 78 | $found=true; 79 | //echo $title; 80 | unset ($arr[$key]); 81 | echo "Am sters filmul ".unfix_t(urldecode($title)); 82 | break; 83 | } 84 | } 85 | if ($arr) { 86 | ksort($arr); 87 | $out=""; 88 | //print_r ($arr); 89 | foreach($arr as $key => $value) { 90 | $out =$out.$key."#separator".$arr[$key]["link"]."#separator".$arr[$key]["image"]."\r\n"; 91 | } 92 | file_put_contents($file,$out); 93 | } 94 | } 95 | } 96 | 97 | ?> 98 | -------------------------------------------------------------------------------- /filme/cryptoHelpers.php: -------------------------------------------------------------------------------- 1 | 2 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | <?php echo $main_title; ?> 19 | 20 | 21 | 32 | 33 | 34 | '."\r\n"; 39 | echo ''.$main_title.''; 40 | echo ''."\r\n"; 41 | echo ''.'Favorite'."\r\n"; 42 | echo ''."\r\n"; 43 | $n=0; 44 | $l="https://www.peserialehd.us"; 45 | //echo $l; 46 | $ua="Mozilla/5.0 (Windows NT 10.0; rv:75.0) Gecko/20100101 Firefox/75.0"; 47 | $ch = curl_init(); 48 | curl_setopt($ch, CURLOPT_URL, $l); 49 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 50 | curl_setopt($ch, CURLOPT_FOLLOWLOCATION ,1); 51 | curl_setopt($ch, CURLOPT_USERAGENT, $ua); 52 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 53 | curl_setopt($ch, CURLOPT_REFERER, "https://www.peserialehd.us"); 54 | curl_setopt($ch, CURLOPT_HEADER,1); 55 | curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); 56 | curl_setopt($ch, CURLOPT_TIMEOUT, 15); 57 | $html = curl_exec($ch); 58 | curl_close($ch); 59 | //$html=file_get_contents($l); 60 | //echo $html; 61 | 62 | //$html = str_between($html,"