View Single Post
  #11  
Old 11th February 2021, 11:21
Botanicar's Avatar
Botanicar Botanicar is offline
Senior Member
 
Join Date: Jun 2013
Croatia
Posts: 127
Default torrent-edit
Hi to all, here comes torrent-edit.php, torrents-upload.php and function.php

Version: 2.5
PHP: 5.6.4
Apache: 2.4.39
MariaDB: 10.2.36



torrent-edit.php
Code:
<?php

if ($CURUSER["edit_torrents"] == "yes")
$updateset[] = "freeleech = '".$_POST["freeleech"]."'";

//webseed
if ($CURUSER["edit_torrents"] == "yes")
$updateset[] = "webseed = '".$_POST["webseed"]."'";
//webseed
stdfoot();

?>

Last edited by Botanicar; 11th February 2021 at 20:13.
Reply With Quote