librex/index.php

23 lines
1.5 KiB
PHP

<?php require "misc/header.php"; ?>
<title>LibreY</title>
</head>
<body>
<form class="search-container" action="search.php" method="get" autocomplete="off">
<h1>Libre<span class="Y">Y</span></h1>
<input type="text" name="q" autofocus/>
<input type="hidden" name="p" value="0"/>
<input type="hidden" name="t" value="0"/>
<input type="submit" class="hide"/>
<div class="search-button-wrapper">
<button name="t" value="0" type="submit">Search with LibreY</button>
<button name="t" value="3" type="submit">Search torrents with LibreY</button>
</div>
</form>
<p style='text-align: center; color: red;'>DEPRECATION NOTICE:</p>
<p style='text-align: center; color: red;'>I got bored of maintaining LibreX/Y, first of all, I don't even use it, it fails randomly and I already fixed it many times and it still fails lol, so yeah, just use my <a href='https://4get.zzls.xyz'>4get (Getting google support soon)</a> or <a href='https://search.zzls.xyz'>SearxNG</a> instance</p>
<p style='text-align: center;'>Oh and also, the LibreY maintainers list all the instances in the instances.json (Highly unfriendly) file instead of the README.md. There is only 4 instances listed in the README.md file and they are the "official" ones backed by the LibreY maintaners. So people will just use those instances and not the other ones hosted by the community. Poop to be honest</p>
<?php require "misc/footer.php"; ?>