-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
507 lines (421 loc) · 19.5 KB
/
index.html
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="keywords"
content="seo, search engine optimization, streaming, streampal, free movies and tv shows, decentralized movies, decentralized tv shows, constant service, p2p streaming coming soon" />
<title> StreamPal: Decentralized Movies & TV Shows! P2P Streaming Coming Soon!</title>
<link rel="manifest" href="manifest.json">
<link rel="icon" type="image/x-icon" href="assets/logos/TabLogo.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- KEEP THIS V so borders work properly on the Table! Under Search! --->
<!--<script src="jquery-3.6.3.min.js"></script>-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="styleanimation.css">
<script src="script.js"></script>
<script src="script2.js"></script>
</head>
<body class="body">
<div onclick="changeBorder()" id="logobutton" style="background-color: #363845;margin-bottom:0rem;">
<img id="logobutton" class="logoClass" src="assets/logos/StreamPalLogo.png" alt="Stream Pal Top Logo">
</div>
<!--
FAQ TAB BEGIN////////////////////////////////////////////////////
-->
<!--
HOME TAB BEGIN////////////////////////////////////////////////////
-->
<!--Beginning Of Home Tab --->
<!-- <div></div> -->
<!-- -->
<div id="tabs" class="mytabs">
<input type="radio" id="tabhome" name="mytabs" checked>
<label class="tagSelector" id="tabhomelabel" for="tabhome"><b>Home</b></label>
<div class="tab">
<h2 class="mainTitle">Home</h2>
<div class="homeTop">
<h3 style="text-shadow: 2px black ; "> Instructions</h3>
<ul class="homeList" style="font-weight: 150; font-size: 125%;">
<li>
First select show in either Movies ,
T.V. Shows, Or Search
</li>
<li>
Second , navigate to the watch tab to view
</li>
<li>
Third , choose a server , episode , and season. Servers may vary.
</li>
<li>
Fourth , refresh site as needed to reset memory.
</li>
<li>
Fifth, Watch , repeat , enjoy.
</li>
</ul>
</div>
<div class="homeTabs">
<input type="radio" id="Bookmarks" name="homeTabs" checked>
<label for="Bookmarks"><b>Bookmarks</b></label>
<div class="homeTab">
<div id="homeBookmarksDiv" class="homeDiv1">
<h2 class="mainTitle2">Your Bookmarks</h2>
<span id="bookmarkContainerAll" class="bookmarkSpanClass" style="display: none">
<h3 class="homeH3T">Tv Shows</h3>
<div id="bookmarkContainer" class="containerofCardsHome">
<ul id="bookmarklist" class="cards">
</ul>
</div>
<h3 class="homeH3M">Movies</h3>
<div id="bookmarkMovieContainer" class="containerofCardsHome">
<ul id="moviebookmarklist" class="cards">
</ul>
</div>
</span>
</div>
</div>
<input type="radio" id="WatchHistory01" name="homeTabs">
<label for="WatchHistory01"><b>History</b></label>
<div class="homeTab">
<div id="homeWatchDiv" class="homeDiv01">
<h2 class="mainTitle2">Your History</h2>
<span id="watchHistory" class="watchHistorySpanClass" style="display: none">
<h3 class="homeH3T">Tv Shows</h3>
<div class="containerofCardsHome">
<ul id="tvHistorylist" class="cards">
</ul>
</div>
<h3 class="homeH3M">Movies</h3>
<div class="containerofCardsHome">
<ul id="movieHistorylist" class="cards">
</ul>
</div>
</span>
</div>
</div>
</div>
</div>
<!-- End Of Home Tab --->
<!-- Beginning of About Tab --->
<input type="radio" id="tababout" name="mytabs">
<label class="tagSelector" id="tababoutlabel" for="tababout"><b>FAQ</b></label>
<div class="tab">
<h2 class="mainTitle">FAQ</h2>
<ul class="faqClass">
<li>
<h1>How do i become a file provider in this decentralized space?</h1>
<ul class="faqClass">
<li>Easy please head on over to the ipfs.tech website and get familiar with IPNS and how to publish to a
IPNS once you learn that then your next step will be to download there IPFS Desktop App and then head on
over to our ExamplePage!</li>
<li><a href="docs/example.html">Click me to head to the example page for more information!</a></li>
<li>You will be required to submit your IPNS CID to our website using our File Provider Submit Page!</li>
</ul>
</li>
<li>
<h1>Will i have to worry if my ip is exposed by being a file provider?</h1>
<ul class="faqClass">
<li>Well im assuming no since ipfs system runs off a CID style communication instead of a IP communication
and everything is relayed through there servers as to not risk client ips being accessed!</li>
</ul>
</li>
<li>
<h1>Why Decentralized Streaming?</h1>
<ul class="faqClass">
<li>Well are you tired of constant domain name changes and having to keep up with a new url for watching
your free movies and tv shows!</li>
<li>Decentralized Streaming offers the chance to solve all of these along with cutting down on Files being
removed or took down by a moderated file host provider.</li>
<li>When you select what movie you want to watch it will loop through all the known File providers and try
and find all the ones which contain the movie you are trying to watch and then finds the one with the best
ping rate and starts playing it in your browser!</li>
<li>And we auto remove any Unresponsive File providers and readd them to the public list as soon as they are
responding again!</li>
<li>Our website or anyone elses website may use this public list to stream urls or files from it!</li>
</ul>
</li>
<li>
<h1>Question 4?</h1>
<ul class="faqClass">
<li>Answer 4!</li>
</ul>
</li>
</ul>
</div>
<!-- End of FAQ Tab --->
<!--
GENRES TAB BEGIN////////////////////////////////////////////////////
-->
<!-- Beginning of Genre Tab-->
<input type="radio" id="tabchannels" name="mytabs">
<label class="tagSelector" for="tabchannels" id="tabchannelslabel"><b>Channels</b></label>
<div class="tab">
<h2 class="mainTitle">Channels</h2>
<!-- -->
<section>
<h2 class="mainTitleseasons">- Page in Beta - </h2>
<ul id="listofrecommended" class="cards">
</ul>
</section>
<section id="suggestedcontainer" class="containerofCards2">
<h2 class="mainTitleseasons">Similar</h2>
<ul id="listofsuggested" class="cards">
</ul>
</section>
<!-- no div -->
</div>
<!-- End of Genre Tab-->
<!--
MOVIES TAB BEGIN////////////////////////////////////////////////////
-->
<!-- Beginning of Movies Tab --->
<input type="radio" id="tabmovies" name="mytabs">
<label class="tagSelector" for="tabmovies" id="tabmovieslabel"><b>Movies</b></label>
<div class="tab">
<h2 class="mainTitle">Movies</h2>
<div class="tabcontainer" id="MovieListContainer">
<div class="cardContainerDiv1">
<div class="cardContainerDiv2">
<h3 class="cardContainerh3">Most Popular</h3>
<p><input type="checkbox" id="MostPopularMoviesMinimize" onclick="minimize(20, this)"></input></p>
<p tag="c">Minimize</p>
<p><input type="checkbox" id="MostPopularMoviesshowAll" onclick="tvshowAll(21, this)"></input></p>
<p tag="c">Show All</p>
</div>
<div onclick="changeBorder2()" class="containerofCards">
<ul id="popularmovielist" class="cards">
</ul>
</div>
</div>
<div class="cardContainerDiv1">
<div class="cardContainerDiv02">
<h3 class="cardContainerh3">Top IMDB</h3>
<p><input type="checkbox" id="IMDBTopMoviesMinimize" onclick="minimize(21, this)"></input></p>
<p tag="c">Minimize</p>
<p><input type="checkbox" id="IMDBTopMoviesshowAll" onclick="tvshowAll(20, this)"></input></p>
<p tag="c">Show All</p>
</div>
<div onclick="changeBorder3()" class="containerofCards">
<ul id="IMDBTopmovielist" class="cards">
</ul>
</div>
</div>
<div class="cardContainerDiv1">
<div class="cardContainerDiv2">
<h3 class="cardContainerh3">Newest</h3>
<p><input type="checkbox" id="NewestMoviesMinimize" onclick="minimize(22, this)"></input></p>
<p tag="c">Minimize</p>
<p><input type="checkbox" id="NewestMoviesshowAll" onclick="tvshowAll(22, this)"></input></p>
<p tag="c">Show All</p>
</div>
<div class="containerofCards">
<ul onclick="changeBorder4()" id="newestmovielist" class="cards">
<li id="movieLisst"></li>
</ul>
</div>
</div>
<div class="cardContainerDiv1">
<div class="cardContainerDiv02">
<h3 class="cardContainerh3">Stoner Collection</h3>
<p><input type="checkbox" id="StonerMoviesMinimize" onclick="minimize(23, this)"></input></p>
<p tag="c">Minimize</p>
</div>
<div class="containerofCards">
<ul onclick="changeBorder5()" id="stonermovielist" class="cards">
</ul>
</div>
</div>
</div>
</div>
<!-- End of Movies Tab --
--------------------------------------------->
<!-- Tv Shows --->
<!--
TV SHOWS 54TAB BEGIN////////////////////////////////////////////////////
-->
<input type="radio" id="tabtvshows" name="mytabs">
<label class="tagSelector" for="tabtvshows" id="tabtvlabel"><b>TV Shows</b></label>
<div class="tab">
<h2 class="mainTitle">TV Shows</h2>
<div class="tabcontainer" id="TVListContainer">
<!-- Most Popular Container Beginning --->
<div class="cardContainerDiv1">
<div class="cardContainerDiv2">
<h3 class="cardContainerh3">Most Popular</h3>
<p><input type="checkbox" id="MostPopularTVMinimize"></input></p>
<p tag="c">Minimize</p>
<p><input type="checkbox" id="MostPopularTVshowAll" onclick="tvshowAll(3, this)"></input></p>
<p tag="c">Show All</p>
</div>
<!-- The Actual container list below that gets objects filled into it is the populartvlist ul object below V--->
<div class="containerofCards">
<ul onclick="changeBorder6()" id="populartvlist" class="cards">
</ul>
</div>
</div>
<!--- Most Popular Container End --->
<!--- Top IMDB Container! --->
<div class="cardContainerDiv1">
<div class="cardContainerDiv02">
<h3 class="cardContainerh3">Top IMDB</h3>
<p><input type="checkbox" id="IMDBTopTVMinimize"></input></p>
<p tag="c">Minimize</p>
<p><input type="checkbox" id="IMDBTopTVshowAll" onclick="tvshowAll(1, this)"></input></p>
<p tag="c">Show All</p>
</div>
<div class="containerofCards">
<ul onclick="changeBorder7()" id="IMDBToptvlist" class="cards">
</ul>
</div>
</div>
<div class="cardContainerDiv1">
<div class="cardContainerDiv2">
<h3 class="cardContainerh3">Newest</h3>
<p><input type="checkbox" id="NewestTVMinimize"></input></p>
<p tag="c">Minimize</p>
<p><input type="checkbox" id="NewestTVshowAll" onclick="tvshowAll(2, this)"></input></p>
<p tag="c">Show All</p>
</div>
<div class="containerofCards">
<ul onclick="changeBorder8()" id="newesttvlist" class="cards">
</ul>
</div>
</div>
<div class="cardContainerDiv1">
<div class="cardContainerDiv02">
<h3 class="cardContainerh3">Stoner Flixs</h3>
<p><input type="checkbox" id="StonerTVMinimize" style="padding-bottom:0rem;"></input></p>
<p tag="c">Minimize</p>
</div>
<div class="containerofCards">
<ul onclick="changeBorder9()" id="stonertvlist" class="cards">
</ul>
</div>
</div>
</div>
</div>
<!--- End of TV Shows Tab --->
<!--
BEGIN////////////////////////////////////////////////////
-->
<!-- Beginning of The Search Tab -->
<input type="radio" id="tabsearch" name="mytabs">
<label class="tagSelector" for="tabsearch" id="tabsearchlabel"><b>Search</b></label>
<div class="tab">
<h2 class="mainTitle">Search For A Movie or TV Show</h2>
<div name="SearchContainer" class="containerofCards2">
<h1 class="mainTitleseasons">Search</h1>
<div class="cards5">
<input type="search" id="searchbox"></input>
</div>
</div>
<div class="containerofCards">
<ul id="searchlist" class="cards">
</ul>
</div>
<div name="pagescontainer" class="containerofCards2">
<h1 class="mainTitleseasons">Pages</h1>
<div id="pagelist" name="pageslist" class="cards2">
</div>
</div>
</div>
<!-- END of The Search Tab -->
<!-- Beginning of The Watch Tab -->
<input type="radio" id="tabwatch" name="mytabs">
<label class="tagSelector" for="tabwatch" id="tabwatchlabel"><b>Watch</b></label>
<div class="tab">
<h2 class="mainTitle">Watch <img src="assets/bookmark.png" id="bookmarkButton" class="watchBookmarkButton"
onclick=" bookmark()">
</h2>
<p class="footerClass">If the video is not found below please try another server from further down below!</p>
<!-- mkv These will be how we will display video files provided by our decentralized setup!
<video width="320" height="240" controls src="assets/animation.mkv"></video>
<-- mp4
<video width="320" height="240" controls>
<source src="assets/animation.mp4" type="video/mp4" />
</video> -->
<div id="watchMovieContainer">
<iframe sandbox="" id="watchMoviePlayer" class="videoplayer" width="90%" height="800px" src="" frameborder="0"
allowfullscreen allow="encrypted-media; media; autoplay" style="display: none;"></iframe>
<!-- <video style="display:none;" id="watchMoviePlayer" class="videoplayer" width="90%" height="auto" controls></video> -->
</div>
<div id="watchTvContainer">
<!-- <video style="display:none;" id="StreamPalTvPlayer"class="videoplayer" width="90%" height="auto" controls src="https://bafybeigkquelobekppzd4zncyi7ejbyemzdfwth42a3lxyaeirjcwwxmsq.ipfs.dweb.link/movies/jung_e2023/hd/1.mp4"></video> -->
<!-- src="https://databasegdriveplayer.xyz/player.php?type=series&imdb=tt14489308&season=1&episode=3"-->
<iframe
sandbox="allow-forms allow-modals allow-pointer-lock allow-same-origin allow-scripts allow-top-navigation"
id="watchTvPlayer" class="videoplayer" scrolling="no" width="90%" height="980px" src="" frameborder="0"
allowfullscreen allow="encrypted-media; media; autoplay"></iframe>
</div>
<div id="detailpage">
<div id="servercontainer" class="containerofCards2">
<h2 class="mainTitleseasons">Servers Ad Free and Sandboxed</h2>
<ul id="ServersList" class="cards2">
<li name="server" class="card2" onclick="updateServer(1)">1</li>
<li name="server" class="card2" onclick="updateServer(2)">2</li>
<li name="server" class="card2" onclick="updateServer(3)">3</li>
</ul>
</div>
<div id="servercontainerWithAds" class="containerofCards2">
<h2 class="mainTitleseasons">Servers With Ads And Popups Adblocker Required</h2>
<ul id="adServersList" class="cards2">
<li name="server" class="card2" onclick="updateServer(4)">4</li>
<li name="server" class="card2" onclick="updateServer(5)">5</li>
<li name="server" class="card2" onclick="updateServer(6)">6</li>
</ul>
</div>
<!-- This will be our Internal File selection system from the decentralized system we create!
View from a video file contained in the public db which we will have a node option if someone wants to become a submission node for files! aka A Db provider with a api hoster! they host our public api service and just post and submit there db location on the ipfs network which they keep up with and etc.. we create a selection option per ipfs node provider! incase one goes down also we will have a internal fetch check if it cant ping the node it wont display it so it will keep from having no connection but cant entirely stop it ya know! lol
<div id="filecontainer" class="seasonlist" style="display:none">
<h2 class="mainTitleseasons">File Selector</h2>
<div id="filelist" class="seasonnumbers">
<div class="seasonobj">File 1</div>
<div class="seasonobj">File 2</div>
<div class="seasonobj">File 3</div>
<div class="seasonobj">File 4</div>
</div>
</div>
<div id="urlcontainer" class="seasonlist" style="display:none">
<h2 class="mainTitleseasons">Url Selector</h2>
<div id="urllist" class="seasonnumbers">
<div class="seasonobj">Url 1</div>
<div class="seasonobj">Url 2</div>
<div class="seasonobj">Url 3</div>
<div class="seasonobj">Url 4</div>
</div>
</div>
-->
<div id="seasoncontainer" class="containerofCards2">
<h2 class="mainTitleseasons">Seasons</h2>
<ul id="listofseasons" class="cards2">
<div class="card2">Season 1</div>
</ul>
</div>
<div id="episodecontainer" class="containerofCards2">
<h2 class="mainTitleseasons">Episodes</h2>
<div id="listofepisodes" class="cards2">
<div data-tag='checked' class="card2">Episode 1</div>
</div>
</div>
</div>
<div id="recommendedcontainer" class="containerofCards2">
</div>
</div>
<!-- END of The Watch Tab -->
</div>
</body>
<footer>
<p class="footerClass footerClassTop"> This website does not host any of the files listed or previewed or viewied on
our site. So we
are not liable for any copyright files please reach out to the file providers if you have any issues!</p>
<img class="footerClassImg" src="assets/footers/banner.png">
<p class="footerClass">
<div class="footerTitle">©2024 PheonixRiseOfTheSapience X11
<div> <a href="mailto:[email protected]?subject=ContactatStreamPal&body=Message from StreamPal site. : "
style="color:rgba(159, 71, 241, 0.897) ">Contact</a>
</div>
</footer>
</html>