paid torrent

This commit is contained in:
xiaomlove
2023-02-11 16:08:48 +08:00
parent 43b35b4e77
commit 3c64e76011
50 changed files with 556 additions and 87 deletions
+12
View File
@@ -163,6 +163,9 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") {
}
if (!empty($_POST['sticky']) && is_array($_POST['sticky'])) {
$query[] = "sticky=" . implode(',', $_POST['sticky']);
}
if (isset($_POST['paid'])) {
$query[] = "paid=" . $_POST['paid'];
}
$inclbookmarked=intval($_POST['inclbookmarked'] ?? 0);
if($inclbookmarked)
@@ -337,6 +340,15 @@ if (get_setting('main.spsct') == 'yes') {
</td>
</tr>
<tr>
<tr>
<td class="rowhead"><?php echo $lang_getrss['row_paid']?>
</td>
<td class="rowfollow" align="left">
<label><input type="radio" name="paid" value="0" checked><?php echo $lang_getrss['paid_no']?></label>
<label><input type="radio" name="paid" value="1"><?php echo $lang_getrss['paid_yes']?></label>
<label><input type="radio" name="paid" value="2"><?php echo $lang_getrss['paid_all']?></label>
</td>
</tr>
<td class="rowhead"><?php echo $lang_getrss['row_item_title_type']?>
</td>
<td class="rowfollow" align="left">