-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathguide.php
58 lines (34 loc) · 1.47 KB
/
guide.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?php
include "misc/header.php";
?>
<style>
h3 {
font-size: 20px;
}
p {
color: rgb(255, 255, 255, .75);
}
</style>
<p>Those who are unfamiliar with torrent and getting zero results on trntSearch, here is a guide for you.</p>
<p>In trntSearch you find multiple option in drop down menu which are yts, academic-torrent, 1337x, piratebay, rarbg and eztvx.These are sites which you get results from them. trntSearch work as a proxy that aims to give results without ads, trackers, give you declutter experience. if you search tv series in yts it will give you 0 results because yts only provide movies.
here are some info on each sites.
</p>
<hr>
<h3>yts</h3>
<p>yts provide all sort of movies ranging from 1080p upto 4k including web, bluray and 3d. If you would like to search movies than yts is a best option to search into.
</p>
<hr>
<h3>academic-torrents</h3>
<p>academic-torrents provide academic level contents, wide range of datasets across various fields, including computer-science, physics, engineering and more.
</p>
<hr>
<h3>piratebay & 1337x</h3>
<p>both site provide all sort of digital media i.e movie, tv shows, music, pc games, software and more</p>
<hr>
<h3>rarbg</h3>
<p>rarbg provide all stremable media i.e movie, tv shows and more</p>
<hr>
<h3>eztvx</h3>
<p style="padding-bottom: 40px;">eztvx only provide a collection of tv shows</p>
<?php
include "misc/footer.php";