|
@@ -559,7 +559,7 @@ if ($DB->has_results()) {
|
559
|
559
|
}
|
560
|
560
|
|
561
|
561
|
// movie and anime ISOs are neutral leech, and receive a BP bounty
|
562
|
|
-if (($Type == "Movies" || $Type == "Anime") && $T['Container'] == "'ISO'") {
|
|
562
|
+if (($Type == "Movies" || $Type == "Anime") && ($T['Container'] == "'ISO'" || $T['Container'] == "'M2TS'" || $T['Container'] == "'VOB IFO'")) {
|
563
|
563
|
$T['FreeTorrent'] = 2;
|
564
|
564
|
$T['FreeLeechType'] = 2;
|
565
|
565
|
}
|
|
@@ -586,8 +586,8 @@ $Debug->set_flag('upload: ocelot updated');
|
586
|
586
|
$Cache->cache_value("torrent_{$TorrentID}_lock", true, 600);
|
587
|
587
|
|
588
|
588
|
//give BP if necessary
|
589
|
|
-if (($Type == "Movies" || $Type == "Anime") && $T['Container'] == "'ISO'") {
|
590
|
|
- $BPAmt = 2*($TotalSize / (1024*1024*1024))*1000;
|
|
589
|
+if (($Type == "Movies" || $Type == "Anime") && ($T['Container'] == "'ISO'" || $T['Container'] == "'M2TS'" || $T['Container'] == "'VOB IFO'")) {
|
|
590
|
+ $BPAmt = (int) 2*($TotalSize / (1024*1024*1024))*1000;
|
591
|
591
|
|
592
|
592
|
$DB->query("
|
593
|
593
|
UPDATE users_main
|