View Single Post
  #1  
Old 19th November 2017, 17:42
Napon Napon is offline
Banned
 
Join Date: Feb 2016
P2P
Posts: 522
Default TorrantTrader[imdb] [Api]
TorrantTrader[imdb] [Api]

Would someone try this out for me report any bugs

Its about time we hed some mods on here as all forums are dead so ill start to add mods here no need to go to any forum then as we will have all here


@backend/config.php Add
PHP Code:
$site_config['imdbimages_dir'] = getcwd().'/imdbimages'
@backend Functions Delete torrant Add

PHP Code:
      if (file_exists($site_config["imdbimages_dir"] . "/$id.jpg"))    unlink($site_config["imdbimages_dir"] . "/$id.jpg");    if ($row["imdbimages"]) {    unlink($site_config['imdbimages_dir'] . "/imdbimages/" $row["imdbimages"]);} 
Attached Files
File Type: rar tmp_7919-TorrantTrader[imdb] [Api]1842986021.rar (24.9 KB, 69 views)

Last edited by Napon; 19th November 2017 at 18:19.
Reply With Quote