summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2022-11-05 20:40:04 +0000
committerRafael Marçalo <raroma09@gmail.com>2022-11-05 20:40:04 +0000
commitcec82f62825a2ac1ce2ede1ed5cecc72a179ae19 (patch)
tree63d3572d212b45228577a1e701fccf0eb05eef9a /views
parent79033ac8707408f4f7bc0460a732485c5abeec7d (diff)
Deprecated TOR Proxy, apibay blocks it
Diffstat (limited to 'views')
-rw-r--r--views/index.ejs2
-rw-r--r--views/settings.ejs7
2 files changed, 2 insertions, 7 deletions
diff --git a/views/index.ejs b/views/index.ejs
index f934a13..cf3ad42 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -3,7 +3,7 @@
<div class="text-center mt-5">
<img class="mw-100 w-50 img-fluid" src="static/images/sneedab.gif" alt="info_conver">
<form class="p-4" action="search" method="POST">
- <input type="text" name="search" class="mw-100 w-50 form-control text-bg-dark border-0 shadow text-center m-auto search-bar" placeholder="Search for torrent">
+ <input type="text" name="search" class="mw-100 w-50 form-control text-bg-dark border-0 shadow text-center m-auto mandatory-text-box" placeholder="Search for torrent">
</form>
<p class="text-muted fs-7">In order to download and seed the torrents, I recommend either using <a href="https://www.qbittorrent.org/">qBitorrent</a> or <a href="https://transmissionbt.com/">transmission</a> softwares</p>
</div>
diff --git a/views/settings.ejs b/views/settings.ejs
index 3538770..7587da8 100644
--- a/views/settings.ejs
+++ b/views/settings.ejs
@@ -19,12 +19,7 @@
<div class="row justify-content-center">
<div class="col-sm-4">
<label class="form-check-label" for="port">Port Number</label>
- <input type="text" class="text-bg-dark form-control w-50 m-auto mt-2 text-center" placeholder="3000" name="port" <% if (config.settings.port) { %> value="<%= config.settings.port %>" <% } %> id="port">
- </div>
- <div class="col-sm-4">
- <label class="form-check-label" for="tor">Tor SOCKS5 Proxy</label>
- <input type="text" class="text-bg-dark form-control w-50 m-auto mt-2 text-center" placeholder="host" name="torHost" <% if (config.settings.tor.host) { %> value="<%= config.settings.tor.host %>" <% } %> id="host">
- <input type="text" class="text-bg-dark form-control w-50 m-auto mt-2 text-center" placeholder="port" name="torPort" <% if (config.settings.tor.port) { %> value="<%= config.settings.tor.port %>" <% } %> id="port">
+ <input type="text" class="text-bg-dark form-control w-50 m-auto mt-2 text-center mandatory-text-box" placeholder="3000" name="port" <% if (config.settings.port) { %> value="<%= config.settings.port %>" <% } %> id="port">
</div>
</div>
</div>