The Pirate Bay steps in for AllofMP3
p2pnet.net News:- Sweden’s ISP Perspektiv has decided to act as a Big Four Organized Music cartel copyright dog, joining the outgoing Bush administration’s efforts to stomp Russia’s AllofMP3.com on behalf of Warner Music, EMI, Vivendi Universal and Sony BMG.
But The Pirate Bay has taken up the fight saying it’s blocking Perspektiv users in retaliation.
“It must really suck being a Perspektiv customer, right?” – asks Programatic.
Here’s TPB’s press release:
Swedish piratbyran.org (Bureau of Piracy) and thepiratebay.org today launched a campaign to force the swedish ISP Perspektiv Bredband to resume connectivity to the net and stop blocking their users access to the Russian site allofmp3.com.
As Swedens largest site for sharing culture TPB can indirectly put a very strong consumer pressure on this ISP to return to being a non-censoring ISP. Swedens finest tracker is at the moment not reachable for customers of Perspektiv Bredband.
thepiratebay.org and piratbyran.org strongly urges webmasters all over the net to do the same. Technical details and php-script below.
After dialogues with Swedish and Danish anti-piracy organisations Perspektiv Bredband has blocked access of allofmp3.com for both their Swedish and Danish customers. In Sweden there is no legal reason to do so since allofmp3.com is legal to use. Perspektiv Bredband clearly states in their press release that it is a moral and not legal standpoint.
This kind of moral policing is an attack on the essence of what has made internets such a wonderful arena for communication. Internet can be this vibrant space much thanks to the stupidity of the infrastructure, it delivers data from A to B, no questions asked. Configuration and intelligence is left to the end users. Choosing what is transferred is up to you and me, not your ISP nor the Chinese or your own government.
Choosing to block content that the ISP finds unsuitable is a first step down a shady road of arbitary censorship and old world communication. We dont want it and wish fake ISPs like Perspektiv Bredband a soon economical bankruptcy, their technological bankruptcy is already all to apparent.
Perspektiv Bredband is also known as Eslövs Stadsnät, Malmö Stadsnät and Lunds Stadsnät.
Neither thepiratebay.org nor piratbyran.org wants by these actions to show any support directly related to allofmp3.com, but we do love internets.
Any thoughts? If so, call Perspektiv Bredband’s support line on 075-555-0030, suggests TPB, which also provides the appropriate PHP blocking code.
But a Programatic reader also offers a more concise rendition, namely:
function get_perspektiv_ban($aIp)
{
$ip = ip2long($aIp);
$nets = array(
‘193.108.42.0/23′,
‘85.235.16.0/21′,
‘213.185.16.0/20′,
‘81.88.0.0/20′,
‘195.60.68.0/23′,
‘85.235.0.0/20′,
‘217.72.48.0/20′,
‘85.235.16.0/20′,
‘81.186.240.0/20′,
‘213.185.0.0/19′,
‘89.236.0.0/18′);
foreach ($nets AS $netStr)
{
$netParts = explode(’/', $netStr);
$net = ip2long($netParts[0]);
$filter = ~((1 << 32 - $netParts[1]) - 1);
if (($net & $filter) == ($ip & $filter))
return true;
}
return false;
}
if (get_perspektiv_ban($_SERVER['REMOTE_ADDR']))
{
header(’Location: http://piratbyran.org/perspektiv/blockad.php’);
exit;
If you decide to join in, please email The Pirate Bay..
If your Net access is blocked by government restrictions, try Psiphon from the Citizen Lab at the University of Toronto’s Munk Centre for International Studies. Go here for the official download, here for the p2pnet download, and here for details. And if you’re Chinese and you’re looking for a way to access independent Internet news sources, try Freegate, the DIT program written to help Chinese citizens circumvent web site blocking outside of China. Download it here.
Also See:
Programatic – Piratebay blocks Swedish ISP, December 11, 2006
zi-yun – Why don’t you zune off?!!, October 20, 2006
p2pnet newsfeeds for your site | | rss feed: http://p2pnet.net/p2p.rss | | Mobile – http://p2pnet.net/index-wml.php




