| 65 | | echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n"; |
| 66 | | echo "This: " . $File_Bittorrent_Decode->info_hash . "\n"; |
| 67 | | |
| 68 | | exec('/usr/bin/btshowmetainfo.py ' . escapeshellarg($torrent), $bt); |
| 69 | | echo "btshowmetainfo: " . substr($bt[3], strpos($bt[3], ':') + 2) . "\n"; |
| | 65 | echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n"; |
| | 66 | echo "This: " . $File_Bittorrent_Decode->info_hash . "\n"; |
| | 67 | |
| | 68 | exec('torrentinfo-console ' . escapeshellarg($torrent), $bt); |
| | 69 | echo "torrentinfo-console: " . substr($bt[3], strpos($bt[3], ':') + 2) . "\n"; |