OiNK Admin Found Not Guilty, Walks Free

Lawyers have presented their final arguments in the trial of Alan Ellis. The prosecution slammed the ex-OiNK admin, saying that the site was set up with dishonest and profiteering intentions right from the start. The defense tore into IFPI and countered by calling Ellis... 

Get torrent data with PHP

To use this code you first need to include a file with the benc, bdec and hex2bin functions. You can get these functions from here: functions.phps. <?php include 'functions.php'; $torrent_data = bdec(file_get_contents('yourfile.torrent')); To...