nutcases

], "moved": null, "fields": [ { "name": "matrix/pronouns/other", "value": "<span>curl -I </span><a rel="nofollow noopener noreferrer" target="_blank" href="https://liv.town">liv.town</a>", "verified_at": null } ], "bot": false, "discoverable": true }, { "shortcode": "floofCat", "static_url": "https://quack.social/files/dafaeb02-a2c1-4457-ad59-3b923ff3fbc3", "url": "https://quack.social/files/dafaeb02-a2c1-4457-ad59-3b923ff3fbc3", "visible_in_picker": true }, { "clearnet": "https://search.davidovski.xyz/", "tor": null, "i2p": null, "country": "GB", "librey": true } ] } <?php require_once "misc/header.php"; require_once "misc/tools.php"; $instances_json = json_decode(file_get_contents("instances.json"), true); $librey_instances = array_filter($instances_json['instances'], fn($n) => !$n['librey']); function list_instances($instances) { echo '<button name="t" value="3" type="submit">', printtext("torrent_search_button"), '</button>'; } ?> </div> </form> <?php fetch_search_results($opts, true); print_page_buttons($opts->type, $opts->query, $opts->page); ?> <?php require_once "misc/header.php"; $opts = load_opts(); if ($opts->disable_api) { echo "<div>"; echo "<a " . (($category_index == $opts->type) ? "class="active" " : "") .