-
Notifications
You must be signed in to change notification settings - Fork 2
/
Xtream_Codes_CL_Demo.php
39 lines (34 loc) · 2.08 KB
/
Xtream_Codes_CL_Demo.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php
/*
┌────────────────────────────────────────────────────────────┐
| For More Modules Or Updates Stay Connected to Kodi dot AL |
└────────────────────────────────────────────────────────────┘
┌───────────┬────────────────────────────────────────────────┐
│ Product │ Twitch HLS Stream Extractor by Channel Name │
│ Version │ v2.0 PRO-DEV │
│ Provider │ https://www.twitch.tv │
│ Support │ M3U8/VLC/KODI/SMART TV/Xream Codes Panel ETC │
│ Licence │ Personal │
│ Author │ Olsion Bakiaj │
│ Email │ TRC4@USA.COM │
│ Author │ Endrit Pano │
│ Email │ INFO@ALBDROID.AL │
│ Website │ https://kodi.al │
│ Facebook │ /albdroid.official/ │
│ Created │ Thursday, 02 January 2020 │
│ Modified │ Thursday, 10 September 2020 │
└────────────────────────────────────────────────────────────┘
*/
// HOSTED VERSION APIS https://paidcodes.albdroid.al/Twitch_TV_Apis/
error_reporting(0);
set_time_limit(0);
date_default_timezone_set("Europe/Tirane");
/*
Generator @ Kodi dot AL Dev Tools
Code For PHP 5/7
*/
ob_start();
$php_file = "Xtream_Codes.php";
header("Location: https://paidcodes.albdroid.al/Twitch_TV_Apis/". $php_file);
ob_end_flush();
?>