View Single Post
  #1  
Old 20th August 2013, 19:26
Giorgatzelos's Avatar
Giorgatzelos Giorgatzelos is offline
Senior Member
 
Join Date: Nov 2009
Greece
Posts: 300
Default [pmbt 2.04] make all dead torrents permanently visible
hi what do i need to change and in what .php files to make dead torrents permanently visible?

the solution was here! https://www.phpmybittorrent.com/foru...d=976#msg_4611

in torrents.php find

Code:
        $viswhere = "visible = 'yes' AND banned = 'no'";
        if ($user->moderator) $viswhere = "1";
and make it

Code:
$viswhere = "1";

Last edited by Giorgatzelos; 21st August 2013 at 00:45.
Reply With Quote