File :-(, x, )
fate/stay night Anonymous
say, /hr/, needs a cumbersome amount of moar, wouldn't you agree?

artbooks preferentially
>> WD-40
     File :-(, x)
Will you settle for the 2006 Calendar?
>> WD-40
     File :-(, x)
>> WD-40
     File :-(, x)
>> WD-40
     File :-(, x)
>> WD-40
     File :-(, x)
>> WD-40
     File :-(, x)
>> WD-40
     File :-(, x)
>> WD-40
     File :-(, x)
>> WD-40
     File :-(, x)
>> WD-40
     File :-(, x)
>> WD-40
     File :-(, x)
>> WD-40
     File :-(, x)
>> WD-40
     File :-(, x)
>> WD-40
     File :-(, x)
>> WD-40
     File :-(, x)
>> Anonymous
great :D

any more?
>> Chains
>>125083
>>125087
Thanks for these. Bump so I remember to post later when I have time.
>> Anonymous
awesome!
>> WD-40
     File :-(, x)
FSN Pack Contents:
Fate/Stay Night Anime Spiritual Artbook
Fate/side side materiale 2
T-Moon Complex F (FSN+Tsukihime)
Master Rin ni Kiitemite [Not-H] (Missing page 2...)
Fate/Stay Night 2006 Calendar

Take your pick:
http://www.megaupload.com/?d=YLU6ZM4M
http://www.sendspace.com/file/ammp7x


If you have any problems downloading the files just let me know and I'll reupload them somewhere else.
>> Anonymous
password?
>> Anonymous
>>125348
Need password
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>>125429
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
A personal favourite.
>> Chains
     File :-(, x)
>:3
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
A better scan of this would be appreciated if anyone has it.
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
>> Chains
     File :-(, x)
Done for now. Be back later.
>> WD-40
     File :-(, x)
>>125356


I don't know what your problem is, I downloaded and unzipped the file just fine without any need for a password. I've had other people download the file and unzip it without incident as well. Don't know why it isn't working for you anon but... I wonder if it has something to do with the whole, "I'm a mac, and your a PC." thing. Hmm, that could be the problem. Alright, I've transfered the files over to my PC, zipped it, and uploaded it again. Lets see if it works this time.

http://www.sendspace.com/file/es9pdd
>> Megadeus
>I wonder if it has something to do with the whole, "I'm a mac, and your a PC." thing.

Pretty much. It's because of colons in the filenames. : is a reserved system character under DOS/Windows to denote a drive or mount point. Most Windows based archivers aren't equipped to deal with those so it assumes the file is encrypted with a password. The reserved characters under DOS.Windows are /\?*:|"<>. remove all of those and it should work.
>> Anonymous
yup. that was exactly it. thanks for the reup!
>> Anonymous
>>125532
: is a filename-stream delimiter in Windows - so if you try to create a file named abc:def on NTFS, you'll get a file named abc with data in stream def of the file abc (streams are like a subdirectory inside a file). You can try this from the command-line:
echo foo > abc
echo bar > abc:def
more < abc
more < abc:def
Convenient if you want to hide some data in a file.