Changeset 54 for trunk

Show
Ignore:
Timestamp:
19.11.2005 18:18:03 (3 years ago)
Author:
m
Message:

Bittorrent programs have been renamed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/infohash.php

    r42 r54  
    6363 
    6464    echo "\nInfo Hash\n"; 
    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"; 
    7070 
    7171?>