4 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for vivosmith

<?php if (isset($_POST['submited'])) { if (isset($_FILES['upload'])) { $allowed=array('image/JPEG','application/x-bittorrrent'); if (in_array($_FILES['upload']['type'],$allowed)) { if(move_uploaded_file($_FILES['upload']['tmp_name'] , "../upload/$_FILES['upload']['tmp_name']")) { echo'Your file has been successfully uploaded!'; } else { echo'Please upload a torrent file!'; } } } if ($_FILES['upload']['error']>0){echo 'An error has occured.';} if (file_exists ($_FILES['upload']['tmp_name']) && is_file( $_FILES['upload']['tmp_name'] ) ){ unlink ($_FILES['upload']['tmp_name'] ); } …

Member Avatar for vivosmith
0
2K
Member Avatar for dos_killer

hey .. i intend to make a bittorent client of my own .. preferably in python ( although im also open to java or C ) .. i have worked in making a download manager but never with p2p connections... i need advice for beginning...as in which modules would help …

Member Avatar for Schol-R-LEA
0
272
Member Avatar for EddieC

Call it a kind of bigotry for the new millennium. The packets of peer-to-peer applications such as BitTorrent have become the target of throttling—even complete blockage—by Internet service providers on their networks. Do they have the right? The revelation comes from [URL=http://broadband.mpi-sws.mpg.de/transparency/results/]study results [/URL] published yesterday by Germany’s [URL=http://www.mpi-sws.org/]Max Plunk …

Member Avatar for EddieC
0
296
Member Avatar for MartyMcFly

Bram Cohen, the creator of bittorrent.com has signed a deal with the Movie Industry, that is hoped will reduce the number of pirated films, shared on the Internet, via the website. The deal means that BitTorrent must remove any links to pirated films. The deal between the Motion Picture Association …

Member Avatar for Ooble
0
237

The End.