Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
avipatilpro authored Apr 19, 2022
2 parents 3cb474d + d70d4e6 commit 0c45c0a
Show file tree
Hide file tree
Showing 22 changed files with 25,204 additions and 18,193 deletions.
36 changes: 0 additions & 36 deletions LICENSE.md

This file was deleted.

2,229 changes: 0 additions & 2,229 deletions Playlist.m3u

This file was deleted.

74 changes: 40 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,77 +3,83 @@
<!-- DO NOT EDIT FILE AND ADD YOU NAME HERE AND PUBLISH -->
<!-- © 2021 AvishkarPatil -->

<h4 align='center'>📺 The PHP Script For Grabb Streaming Links and Play it , This Workes Only on Indian Server and LocalHost [ VPS ] due to Geo-restrictions<br><br>🌟 Start This Repositry Befor Copying 😎<br><br>Put Your Own SsoToken and Other Details In This Script</h4>
<h4 align='center'>📺 The PHP Script For Grabb Streaming Links and Play it , This Workes Only on Indian Server and LocalHost [ VPS ] due to Geo-restrictions<br><br>🌟 Start This Repositry Befor Copying 😎<br>angry Don't Remove Credits
Don't Edit This Script smiling_imp
<br><br>Put Your Own SsoToken and Other Details In This Script</h4>
<br>


<h2>😇 Features :</h2>

- *HQ Streaming* <br>
- *Web Play Supports*
- *TiviMate or PC Users can Also Use This* [PlayList.m3u](https://github.com/avipatilpro/JioTV/blob/main/playlist.m3u) <br>
- *TiviMate or PC Users can Also Use This*<br>

<br>

<h3>😛 Genrate ssoToken Here :</h3>
<h2>🍁 How To Use : </h2>

#### ♢ For Mobiles / TV :


• Download KSWEB PRO From Here :

- For This You Need JioID Number and Password
```py
https://jtok.herokuapp.com/?u=NUMBER&p=PASSWORD
https://s3.dlandroid.com/apps/KSWEB-server[dlandroid.com].apk

```
- `u` = Username / Mobile No Without `+91`
- `p` = Password

<br>
• Download this ZIP File From [Here](https://github.com/avipatilpro/JioTV/blob/main/token.php)<br>
• Extract in the on Mobile in htdocs Folder <br>
• Start Localhost Server and Go To localhost:8080/login.php <br>
• Put Jio Login Details and Submit <br>
• Go Back To Home and Enjoy !<br><br>

#### ♢ For PC / Laptop :

• Download XAMPP From Here<br>

- If You Don't Know JioID and Pass then Simply Open Following URL in Jio Network Connected Device
```py
https://jtok.herokuapp.com/j/
```
https://www.apachefriends.org/index.html

```
• Download Given ZIP and Extract in htdocs Folder<br>
• Open localhost/login.php <br>
• Put Jio Login Details and Submit <br>
• Go Back To Home and Enjoy !

<br>
<h2>🍁 How To Use : </h2>

#### ♢ Method 1 :
```py
[+] - You Can Also Host on Indian Server or VPS as you want .

• Put Your ssoToken and Unique id in Files then [token.php](https://github.com/avipatilpro/JioTV/blob/main/token.php) and [stream.php](https://github.com/avipatilpro/JioTV/blob/main/playlist.m3u) <br>
• Locate all Files in LocalHost Root Folder <br>
• Open localhost You Will See all Channels List <br>
• Click On Channel and Play <br>
```
<br>

#### Method 2 :
#### Playlist :

In Player Put Links Format Like Below
For Playlist Host This Files and Use Following

```py
[+] - http://localhost/live.php?c=Channel_Name&q=Quality&e=play.m3u8

[+] - http://localhost/live.php?c=And_Pictures_HD&q=1200&e=play.m3u8
[+] - http://localhost:8080/JioTV/playlist.php
[+] - https://example.com/JioTV/playlist.php

```
<br><br>

♢ <b>Depnding on Your Server Change Links<br>
♢ <b>If You Hosting On Your Server Then Please Update Path In This Files stream.php , live.php and autoq.php <br>
♢ This Script is free for USE and Modify</b><br><br>

<h2>🚸 Warnings :</h2>

- This is Just For Educational Purpose
- DO NOT Sell this Script, This is 💯% Free
<h4>🚸 This is Just For Educational Purpose and Entertainment !</h4>
<br>

<h3>🤗 Meet Me : </h3>


• 😪 check you did all things perfectly before contact [ Warning ] <br><br>
• 😪 Check you did all This Perfectly Before Messaging [ Warning ] <br>
• For any Support About Script contact [@AvishkarPatil](https://telegram.me/AvishkarPatil) at Telegram <br>
• Or Contact at [[email protected]](mailto:[email protected])

<br>


---
<h4 align='center'2021 Aνιѕнкαя Pαтιℓ</h4>
<h4 align='center'2022 Aνιѕнкαя Pαтιℓ</h4>

<!-- DO NOT REMOVE THIS CREDIT 🤬 🤬 -->

22 changes: 11 additions & 11 deletions autoq.php
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?php

// DO NO EDIT ANYTHING TO WORK PORPELY
// © @AvishkarPatil | https://github.com/avipatilpro

header("Content-Type: application/vnd.apple.mpegurl");
echo '#EXTM3U'.PHP_EOL;
echo '#EXT-X-VERSION:3'.PHP_EOL;
echo '#EXT-X-STREAM-INF:PROGRAM-ID=1,CLOSED-CAPTIONS=NONE,BANDWIDTH=250000,RESOLUTION=426x240'.PHP_EOL;
echo 'http://localhost/live.php?c='.$_GET['c'].'&q=250&e=.m3u8'.PHP_EOL;
echo '#EXT-X-STREAM-INF:PROGRAM-ID=1,CLOSED-CAPTIONS=NONE,BANDWIDTH=400000,RESOLUTION=854x480'.PHP_EOL;
echo 'http://localhost/live.php?c='.$_GET['c'].'&q=400&e=.m3u8'.PHP_EOL;
echo '#EXT-X-STREAM-INF:PROGRAM-ID=1,CLOSED-CAPTIONS=NONE,BANDWIDTH=600000,RESOLUTION=1024x576'.PHP_EOL;
echo 'http://localhost/live.php?c='.$_GET['c'].'&q=600&e=.m3u8'.PHP_EOL;
printf("live.php?c=%s&q=250&e=.m3u8".PHP_EOL, $_GET['c']);
echo '#EXT-X-STREAM-INF:PROGRAM-ID=1,CLOSED-CAPTIONS=NONE,BANDWIDTH=400000,RESOLUTION=640x360'.PHP_EOL;
printf("live.php?c=%s&q=400&e=.m3u8".PHP_EOL, $_GET['c']);
echo '#EXT-X-STREAM-INF:PROGRAM-ID=1,CLOSED-CAPTIONS=NONE,BANDWIDTH=600000,RESOLUTION=842x480'.PHP_EOL;
printf("live.php?c=%s&q=600&e=.m3u8".PHP_EOL, $_GET['c']);
echo '#EXT-X-STREAM-INF:PROGRAM-ID=1,CLOSED-CAPTIONS=NONE,BANDWIDTH=800000,RESOLUTION=1280x720'.PHP_EOL;
echo 'http://localhost/live.php?c='.$_GET['c'].'&q=800&e=.m3u8'.PHP_EOL;
printf("live.php?c=%s&q=800&e=.m3u8".PHP_EOL, $_GET['c']);
echo '#EXT-X-STREAM-INF:PROGRAM-ID=1,CLOSED-CAPTIONS=NONE,BANDWIDTH=1200000,RESOLUTION=1920x1080'.PHP_EOL;
echo 'http://localhost/live.php?c='.$_GET['c'].'&q=1200&e=.m3u8'.PHP_EOL;


// Change The Path Localhost To Your Server According To You

printf("live.php?c=%s&q=1200&e=.m3u8".PHP_EOL, $_GET['c']);
?>
1 change: 0 additions & 1 deletion css/README.md

This file was deleted.

1 change: 1 addition & 0 deletions data/auth.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"ssoLevel":"40","ssoToken":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1bmlxdWUiOiI2ZTlhY2RiOC1kMjVhLTQ0YTgtYTMwNi1hNTgwYmUwMTllYmEiLCJ1c2VyVHlwZSI6IlJJTHBlcnNvbiIsImF1dGhMZXZlbCI6IjQwIiwiZGV2aWNlSWQiOiI3ZTk5ZGU1Y2JiYjllYjU0NDY3ZGQ5NWY5NzlhOWRhYjQ2ZDdhOTMyMmUxMWNkNTA1MTMxYzUzNDQxYmI0NTVjY2E3ZTY1ZjI0NGQ1YTdmY2M3NGM4ODY3ZTI3YWJjODk0ZjBiYWM0NzEzYzZiNWM3ZWRlNmJjOWI3MmQzYTVmNCIsImp0aSI6ImE3N2RiZmFiLTNkN2MtNDZjMy05NDI5LWEzZjYyZjJjNzJiMSIsImlhdCI6MTY1MDM5MzA4NH0.HqAgaERkhX-MTnpA96wr8i6s_LGbr73HRXCqRfyT_ys","jToken":"e1e5fdba9eddbeec4095b57d7c88fccc.c09b1d61fe8ccb31a010f08fe795a945d6660718b3174dc86c0806a48d02d37c86107b301e883538766fce01216a6ae366b118837660f9dac6a666119ecb84255ae0aec7ea55fa8410bd377473a1557eb72e4fb973110b71d05d0d606cda19ef6d17b7b6f05fd0e6eacdc70e4d10716395db672ef96070d01ea3a2516426af962b2e2845d1ebcbb88c5a7b818ebdb5a6f3a6f001882d8c383da51b665026878ec499e5fee9a2666b75fdc3b9a81bcfc319d6035d626e6d3a4baff148ca3789dce71b1ce6c8e57e81862cfd9417fe62a0acdaaeecaedc7673295765e2d2a480bf279c39489230e6636f00f6bff97fa3128c639f917b80c9b5d9bca58276995d8a35b97e93bf43288a1be847d56d3a84ad58f836f64a474589df25071896883439c56fd293b03f268baa48d1ca5bd0131b76ab5f5ea1c0edae862d628b0ed9f8ed1b0a5540dd327b71b244f326e251db3a54cce7aa6a2082a47e8235964ad381d2c21ed605ef35a57bf5deace26cbc7c86","sessionAttributes":{"otpValidatedDate":"2022-03-31T04:55:52+0000","passwordExpiry":"","profile":{"billingId":"300850923956","entitlements":["ALL_REGULAR_USERS","ALL_NOT_KYC_VERIFIED_USERS"],"profileId":"5bcefa55-1d35-4e4b-bc3c-8e85fea6cc0e","profileName":"default"},"user":{"commonName":"Apparao Omana Patil","mail":"[email protected]","mobile":"+918788131898","preferredLocale":"en-US","ssoLevel":"40","subscriberId":"1165568871","uid":"apparaoomanapatil7","unique":"6e9acdb8-d25a-44a8-a306-a580be019eba"}},"lbCookie":"1"}
Loading

0 comments on commit 0c45c0a

Please sign in to comment.