Slashdot Mirror


Wolverine Film Leaked a Month Before Release

hansamurai writes "The FBI are investigating the leak of an almost finished copy of X-Men Origins: Wolverine a month before the film's cinema release. The movie was reported to have been downloaded several hundred thousand times and has since been 'removed.' Viewers have called the movie incomplete, missing some special effects and music. Fox and the MPAA are still upset, though, but say the copy is forensically marked and can be traced to the leak. The film is due out May 1st in the United States, and the leaked copy is marked March 2nd."

9 of 464 comments (clear)

  1. Re:I missed it? by orkim · · Score: 5, Informative

    Then grab a torrent, such as:

    http://thepiratebay.org/torrent/4816113/X-Men.Origins.Wolverine.2009.WORKPRiNT.XviD-NoRar

  2. Removed? by prakslash · · Score: 5, Informative

    This is not an April Fool's joke. This is real AND no one can remove shit like this from the internet.
    The cat is far out of the bag.

    The movie is still available on most major torrent sites.
    IsoHunt
    TPB

  3. Re:I missed it? by houstonbofh · · Score: 5, Informative

    We do Internet for hotels. (In room WiFi) We have about 75 hotels under monitoring. All of them hit bit torrent hard every single night and max out the pipe. We have only ever received 1 MPAA letter. And for the record, the majority of our hotel feeds are from ATT business class DSL or Comcast business Internet. (Also ATT MIS, Logix, Covad, CBeyond, Embarq, and a few others)

  4. Re:I missed it? by Anonymous Coward · · Score: 4, Informative

    ...because they cannot count to two

  5. Re:I missed it? by lymond01 · · Score: 4, Informative

    You need to watch better movies. :-)

    Highlights of the past few years (for me):

    Dark Knight
    The Reader
    Slumdog Millionaire
    No Country for Old Men
    Serenity
    Pan's Labyrinth
    Love Actually

    Granted, not all of those are Hollywood films but most are. There are plenty of indie films that are likely way better than anything in that list. There was a vampire movie from Sweden, translation: Let the Right One In that had a bunch of hype as the greatest vampire film ever made. I saw it, but I guess my expectations were too high. I still think Fright Night is the best. :-)

  6. Re:I missed it? by kimvette · · Score: 4, Informative

    Yeah, but like condoms, Peerguardian is not 100% effective.

    --
    The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
  7. Re:I missed it? by iluvcapra · · Score: 3, Informative

    The fact that there are a LOT more movies coming out might give the appearance of low quality, but, frankly, there were a lot of low quality movies "back in the day".

    Fun fact- at the height of its output in 1934 or so, MGM was producing a feature film every week, with several simultaneous side units producing episodes of serials ever 5 days or so. All of the other studios had similar output -- even a small studio like Republic could shoot, cut and deliver a western in a matter of weeks; most of these films were average, and are forgotten. Have you any idea how many Wallace Beery boxing films there were? Or Charlie Chan features? There were like 12. You open up a fan magazine from the 30s and you can read about 40 films and you're lucky if you recognize 3 of them.

    There's always been gobs of product, and every year only a few of them rise to the top. The quality of feature motion pictures now is probably, in the mean, better I'd say, just because there's so much room now to get downscale stuff release on TV and cable.

    --
    Don't blame me, I voted for Baltar.
  8. Re:I missed it? by v1 · · Score: 3, Informative

    Only one peer has to be a wolf in the sheep. In a swarm of that popularity, there may be 3500 peers. Odds are slim indeed that all 3500 of them are NOT mpaa agents running BT logging tools. That safepeer or whatever it is isn't providing much beyond a false sense of security. They mainly block known subnets. If someone takes a logger home and loads it on their PC, (and I'm sure they do) then it will sneak into the swarm no matter what you try.

    I know several people that have received multiple letters from their ISPs. A couple have been told "one more and we disconnect you". I haven't ran into anyone that's actually gotten the boot though so I don't know if they don't carry through, or if everyone just gives up on BT after the warnings look genuine.

    Private trackers (and I don't mean "demonoid" private) are probably the safest way to BT at this time. Those users have to keep a ratio, and the wolves don't usually upload to the swarm, (seeing as that would either #1 be infringement, or #2 produce bad checksums and get you kicked) they just connect and quietly log IPs from the tracker scrapes. Those servers usually introduce some level of responsibility to the inviter for his invite tree also so people don't just invite random individuals, and invites are in too limited a supply to waste.

    --
    I work for the Department of Redundancy Department.
  9. Re:I missed it? by v1 · · Score: 4, Informative

    Second, you can set your client to not download anything but the tiny .NFO file for every torrent, and then share it back. Doing this, you get to watch the IPs connected to the tracker, but never share anything dangerous.

    That doesn't work how you think it does. Files are divided into "pieces", which vary in size but are a tradeoff to keep piece size reasonable (~2mb) yet keep total piece count reasonable. (~1000) Too big of a piece size and it takes too long to get each piece. (and too much to redownload if a hash fails) Too many pieces means more tracker overhead and larger .torrent files.

    So that .NFO at the front is bundled with perhaps 1.98mb of the start of the next file, in the first piece. There's no way to get (or share) just the .NFO file itself. The torrent pieces are made from a single giant (think TAR) file of the entire torrent. You can see this when you tell your client to download just one specific file. Look at the % complete and you'll notice the file before and after the one you wanted, you have like 2% of. That's because file boundaries rarely match piece boundaries. If you just select the first file, (say its the .NFO) you will download a percentage of the next file also. (you will get all of the first piece) It's totally unavoidable.

    (and yes, I wrote a bittorrent client)

    --
    I work for the Department of Redundancy Department.