Domain: virtualave.net
Stories and comments across the archive that link to virtualave.net.
Comments · 99
-
Re:Windows 2000
Already being hacked in: See this site.
-
Re:Nader's ideals vs. Nader's methods
How will a political party go about accomplishing [environmental issues]? By LAW. By FORCE. Laws telling you and your business what resources you can use and how you can use them.
Yes, indeed. Protecting the environment is one of the major reasons why we must have government action today. Pollution is an example of a socialized cost that is passed off to everyone else while the polluter has no incentive to clean up. Such socialized costs are the major reason that libertarians have no case. I've never read any decent libertarian solutions to the pollution problem (besides denial). For example, how would the libertarians have cleaned up General Electric's mess?
-
Here's a mirror
At Virtual Avenue. I don't know how long it will hold up, but get it while you can.
-
Re:A few questions
-
Re:Length?
Sadly, Bob Ross no longer rules (but he did rule!). He passed away July 4th.
-----
D. Fischer -
Re:Strange
I'm waiting for them to send me one. After all the stupid sites they've gone after, I can't imagine them not coming after mine. After all it has pictures of their product.
If I get a cease and decist letter, there is no way I am taking my site down. I'm not worried about a letter from them.
What would effectively shut me down is if they told my isp/webhost that I was in violation of their agreement. They wouldn't want to be part of a legal problem, and would most likely pull the material. Other than that, I can see no reason why anyone should remove their CueCat site. -
Re:Strange
I'm waiting for them to send me one. After all the stupid sites they've gone after, I can't imagine them not coming after mine. After all it has pictures of their product.
If I get a cease and decist letter, there is no way I am taking my site down. I'm not worried about a letter from them.
What would effectively shut me down is if they told my isp/webhost that I was in violation of their agreement. They wouldn't want to be part of a legal problem, and would most likely pull the material. Other than that, I can see no reason why anyone should remove their CueCat site. -
Re:Could someone explain to me...
I find it interesting that the only use people have mentioned for the cuecat so far have been making databases of their items, and using the normal CueCat service.
There is so much more you can do with it... You can have your computer do things other than record data when you scan a barcode, especially if you print your own.
My friend had the idea of printing a sheet of barcodes, and having each one correspond to a playlist for XMMS. Just scan the barcode, and it starts playing.
I thought about this idea a bit, and realized I could use it for the arcade I am building. I wanted to keep the user as far away from the OS as possible, to preserve the arcade "feel". The way I hope to accomplish this is with a CueCat and a catalog of barcodes for each game. Just scan the barcode, the current game will stop, and the new one will start. It keeps the user focused on the games not the details of switching between them. I'm sure there are hundereds of other uses, just waiting to be thought up.
In regard to Digital Convergence monitoring flyingbuttmonkeys.com, they have also been monitoring my page. They would probably send me a cease and decist letter also, but they can't find my address.
Digital Convergence just needs to realize that they made a mistake, and that most people WILL use the CueCat for it's intended purpose. There is nothing they can do about it now... they are basically screwed and need to realize it before they get themselves even more messed up. -
Re:Wow.
I know I didn't click an agreement... They didn't even get my address.
You can read about all my experiences in getting the CueCat here.
Warning: Pictures may load slowly on non-broadband connection -
README and INSTALLuClinux-cisco2500-0.1.tar.gz is 1169524 bytes
INSTALL is 13164 bytes
README is 254 bytes
linux.bin is 1071900 bytes
uClinux-c2500-uClinux-2_0_38_1pre7.diff is 4351814 bytesWristwatches, Routers and what next?
Personally I like the idea of being able to hack anything you want into the router....let it be FREE, but I wonder at the potential havoc that could be caused by bugs in these if it ever adopted in volume (what's cisco's record like at security and bug fixing and will any GPL/OS solution be any better)? I also agree with a previous poster that Cisco are not going to be happy with this if it is viable for production systems. I can forsee the DoJ anti-trust case where Cisco are taken to task for hacking their routers and engaging in anti-competitive practices to maintain their monopoly.....oh dear, somethings never change. -
README and INSTALLuClinux-cisco2500-0.1.tar.gz is 1169524 bytes
INSTALL is 13164 bytes
README is 254 bytes
linux.bin is 1071900 bytes
uClinux-c2500-uClinux-2_0_38_1pre7.diff is 4351814 bytesWristwatches, Routers and what next?
Personally I like the idea of being able to hack anything you want into the router....let it be FREE, but I wonder at the potential havoc that could be caused by bugs in these if it ever adopted in volume (what's cisco's record like at security and bug fixing and will any GPL/OS solution be any better)? I also agree with a previous poster that Cisco are not going to be happy with this if it is viable for production systems. I can forsee the DoJ anti-trust case where Cisco are taken to task for hacking their routers and engaging in anti-competitive practices to maintain their monopoly.....oh dear, somethings never change. -
Irish Music Rights Organisation gets Legal too
Their Legal Claims basically amount to all workplaces will buy a licence from them for any music.
-
OT: Irish Music Rights Organisation gets Legal
I saw an envelope in my parents house today with "KEEP (re jargon!)" handwritten on addressed to the Company Secretary, My Father's Name, His Address...No company mentioned. I had to peek inside (they often leave computer related junk mail around for me to see/dump) and saw it was from the Irish Music Rights Orgainsation. Now my father's main business (based at home) is software development and has family members as occassional employees beyond himself. I just had to include the full text/html (all emphasis theirs) of the two pages because they are such incredible reading but in brief summary they are requesting that as public music in work requires a licence, they want a declaration on music use in the place of business and the equipment (including private)......Read on...
-
Re:DeCSS?
No this won't end up like DeCSS. They are at least getting around some encryption. These can be easily decoded by hand. Here's how:
CueCat output:
[junk].C3nZC3nZC3nZE3z3ChDYCNnY.fHmc.DhT3Chr1DxPYD xnW.
The first field can be ignored. The second field is a unique identifier for your cuecat. That can also be ignored. The third field (fHmc) is the barcode type. The final field is the barcode number. To decode the output, split the section you want to decode into 4-byte chunks. Each character in this chunk should then be converted into a corresponding 8-bit number from the following set: "abc...ABC...0123...+-" with 'a' being 0, and '-' being 63. Remove the first 2 bits from each byte, then recombine them into 3 8-bit numbers. XOR each of these with 'C' (67), and the result is 3 decoded ASCII characters. Repeat this process for the rest of the numbers.
I made a program that did this for me, but I did do it by hand first, to see if it worked. I won't be releasing the program or source for obvious reasons, but it took less than an hour to make.
You can see my experiences with the CueCat HERE
Sorry about the large pictures, I don't have time to thumbnail them.
And lastly:
PEOPLE FROM DIGITALCONVERGENCE ARE READING EVERY COMMENT ON SLASHDOT
I have had 3 seperate hits to my cuecat page from the digitalconvergence.com domain. They read all the comments yet they still wont answer our basic questions... Remember this when posting comments. -
Re:Being proactive...
RadioShack is not the problem at all. They just hand them out to people. You can read about my experiences with the CueCat HERE
Sorry about the big pictures, I didnt have time to thumbnail them. -
Cuecat Experiences
My experiences with the CueCat can be found here: CueCat Experiences
There are pictures of the product in the packaging it came in, and the license agreement. -
Re:This is just stupid
I don't think that stopping people is legal. My experiences can be found here: CueCat Experiences
There are pictures of the product in the packaging it came in, and the license agreement. -
Here's something the MPAA's CEO said:
"If we have to file a thousand lawsuits a day, we'll do it. It's less expensive than losing control of your creative works."
--Jack Valenti, President and CEO, Motion Picture Association of America
I got the quote from here. I don't know where he got it.. -
Re:Not yet...
- http://xgov.net/dvd/DeCSS.zip and http://xgov.net/dvd/decss.tar.gz
- http://www.2600.com/news/1999/11 12-files/DeCSS.zip/ and http://www.2600.com/news/1 999/1112-files/css-auth.tar.gz
- http://douglas.min.net/~drw/css-auth/
- http://www.devzero.org/freecss.html
- http://www.chello.nl/~f
.vanwaveren/css-auth/css-auth.tar.gz - http://www.geociti es.com/ResearchTriangle/Campus/8877/index.html
- http://www.angelfire.com/mt/popefelix/
- http://www.vexed.net/CSS
- http://members.brabant.chello.nl/~j.vr eeken/
- http://www.dvd.eavy.de/css-auth.tar.gz and http://www.dvd.eavy.de/DeCSS.zip
- http://www.eavy.net/stuff/dvd/css-aut h.tar.gz and http://www.eavy.net/stuff/dvd/DeCSS.zip
- http://frozenlinux.com/local/decss/in dex.html
- http://www.unitycode.org/
- http://dirtass.beyatch.net/decss.zip
- http://decss.tripod.com/index.html
- http://www.free-dvd.org.lu/
- http://www.angelfire.com/in2/mirror/
- http://batman.jytol.fi/~vuori/dvd/
- http://www.zpok.demon.co.uk/deCSS/CSS.ht ml
- http://plato.nebulanet.net:88/css/
- http://www.logorrhea.com/main.html
- http://people.delphi.com/salfter/LiVi d.tar.gz
- ftp://193.219.56.32/pub/dvd/LiVi d.CVS-11.06.tar.gz and ftp://193.219.56. 32/pub/dvd/LiVid.CVS-11.06.css-stuff-only.tar.gz
- http://merlin.keble.ox.ac.uk/~a drian/css/index.html
- http://www.dvd-copy.com/
- http://www.zip.com.au/~cs/dvd/css
/css-auth.tar.gz and http://www.zip.com.au/~cs/dvd/css/DeCSS .zip - http://www.sent.freeserve.co.uk/css -auth.tar.gz and http://www.sent.freeserve.co.uk/DeCSS.zip
- http://www.lemuria.org/DeCSS/
- http://members.theglobe.com/avoiderm an/dvd.htm
- http://humpin.org/decss/
- http://www.twistedlogic.com/htm l/tl_archive_map.htm
- http:/
/munitions.polkaroo.net/software/algorithms/stream ciphers/decss.tar.gz - http://muni tions.dyn.org/software/algorithms/streamciphers/d
e css.tar.gz - http://uk1. munitions.net/software/algorithms/streamciphers/d
e css.tar.gz - http://muni tions.firenze.linux.it/algorithms/streamciphers/d
e css.tar.gz - http://www.irgendeinedomain.de/decs s/index.html
- http://therapy.endorphin.org/DVD/
- http://killer.discordia.ch
/Politics/Copyprotection.phtml - http://linuxvideo.org/
- http://www.geocities.com/SiliconV alley/Port/3224/
- ftp://ftp.one.net/pub/user s/dmahurin/files/software/dvd/
- ftp://ftp.charm.net/pub/usr/home/dutch/ or http://www.charm.net/~dutch/
- http://dsl129.drizzle.com:2001/downlo ads/DVD/
- http://perso.libertysurf. fr/ortal98/dvd_rip/decss_12b.zip
- http://users.drak.net/bem ann/software/css/css-auth.tar.gz and http://users.drak.net/bemann/so ftware/css/DeCSS.zip
- http://www.angelfire.com/movies/decss
- http://www.angelfire.com/myband/decss/
- http://josefine.ben.tuwien.ac.at/~davi d/dvd/
- http://www.c0ke.com/DVD/
- http://rockme.virtualave.net/
- http://amor.rz.hu-berlin.de/~h0444t2v/
- http://www.quintessenz.at/q/index.html
- http://www.dvdlinks.co.uk/css/
- http://www.fortunecit y.com/tinpan/tylerbridge/679/dvdcss.html
- http://www.crosswinds.net/~valo/DeCSS/
- http://members.home.com/christopherlee/ dvd/
- http://members.xoom.com/freedecss/
- http://63.225.181.97/decss/
- ftp://alma.dhs.org/pub/DVD/
- http://www.dynamsol.com/satanix/DeCSS.zip and http://www.dynamsol.com/satanix/css -auth.tar.gz
- http://mun itions.cifs.org/software/algorithms/streamciphers
/ decss.tar.gz - http://www.able-towers.com/~flow/
- http://www.cgocable.net/~jdionne/css/
- http://people.mn.mediaone.net/bojay/s lashdot/
- http://www.capital.net/~mazzic
- http://24.108.23.121/DeCSS/
- http://ananke.hack.pl/
- http://www.geocities.com/donotsueme/
- http://members.tripod.com/donotsueme/
- http://donotsueme.homepage.com
- http://www.homestead.com/donotsueme/ index.html
- http://donotsueme.freeservers.com/
- http://www.angelfire.com/punk/donotsueme/
- http://www.rz.uni-frankfurt.de/~marsie/
- http://209.178.22.9/protest/
- http://www.bard.org.il/~marc/dvd
- http://www.geocities.com/RainFor est/4360/decss.zip
- http://www.altern.com/tfagart/decss.zip
- http://www.itouch.net/~jm/dvd.html
- http://ils.unc.edu/inls183/resources
.shtml#DVD - http://avdira.cc.duth.gr/~kkonstan/css/
- http://www.multimania.com/sxpert/decss/
- http://www.posexperts.com.pl/peopl e/wrobell/css/
- http://www.koek.net/dvd/
- http://www.cyberchrist.org/freecss.html
- http://www.ozemail.com.au/~cybe rchrist/freecss.html
- http://www.planet.net.au/~coram/
- http://www.geek.co.il/css/
- http://www.datacomm.ch/adrien/decss/ index.html
- http://home.rmci.net/bert/fuckthelawyers/
- http://unimatrix.dyndns.org/fucklawyers/
- http://www.isn.net/~dsimeone/DeCSS.zip
- http://logical-solutions.com.au/DeCSS.zip
- http://www.sarahandcasey.com/decss/
- http://www.fsp.com/
- http://www.warren-wilson.edu/~echerry/dvd
- http://www.mafkees.com/dvd
- http://dB.org/dvd/
- http://dcwi.com/~wench/decss
- http://dvdcss.newmail.ru
- http://www.subcor.com
- http://www.frankw.net/decss
- http://danger-island.com/~dav/any.lawyer.who/quot
e s.this.url/gives.permission/for .his.residence.to.be.searched/any.bootleg.audio/vi deo/tape.found/nullifies.legal.and.moral .standing/ - http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
- http://www.asleep.net/dvd
- http://members.xoom.com/NiKeX
- http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
- http://www.execpc.com/~unicorn/dvdmirr or.htm
- http://members.xoom.com/chapter3/Mamma No.htm
- http://wiw.org/~drz/css/
- http://merlinjim.freeservers.com/dvd/
- http://www.visi.com/~adept/liberty
- http://mikedotd.penguinpowered.com/deccs
- http://www.ct2600.org/2600-DVD.html
- http://magic.hurrah.com/~fireball/dvd/
- http://www.jonhanson.com/dvd
- ftp://ftp.foon.net/pub/decss
- http://osiris.978.org/~brianr/css/
- http://earnestdesigns.com/dvd
- http://www.satl.com/~satlpop6/
- http://xempt.darpa.org:81/decss/
- ftp://cm-d0415.resnet.ucsc.edu/p ub/css-auth.tar.gz
- http://www.mit.edu/afs/sipb/user
/mycroft/css-auth/ - http://www.eyrie.demon.co.uk/derek/dvd/c ss
- http://ananke.hack.pl
- http://budice.ancients.net/www.free -dvd.org.lu/
- http://defiance.darktech.org/decss/
- http://kesagatame.tripod.com
- http://www.angelfire.com/pokemon/decss
- http://www.gnosis.cx/download/DeCSS.zip
- http://bone.powersurfr.com/DeCSS/
- http://wakeupthe.net/dvd/
- http://everest.yooniks.org/dvd
- http://cubicmetercrystal.com/decss/
- http://analyzethis.acmecity.com/triboro
/90/ - http://homepages.together.net/~ib nzahid/DeCSS.zip
- http://www.save2600.8m.com
- http://people.ne.mediaone.net/dantepsn/
- http://members.xoom.com/mxpxguy/dvd/
- http://decss.fall0ut.com
- http://vedaa.tripod.com/decss.html
- http://members.xoom.com/iox
- http://www.hackunlimited.com/dvd/
- http://hem.fyristorg.com/police/css.htm
- http://elknews.netpedia.net/dvd/
- http://www.idrive.com/decss/web
- http://quintessenz.at/q
- http://www.clug.com/~vodak/dvd/
- http://www.nacs.net/~vodak/dvd/
- http://ny2600.iwarp.com
- http://www.wpi.edu/~nassar/dvd/
- http://www.glue.umd.edu/~castongj
- http://www.geocities.com/cold_dvd/
- http://www.projectgamma.com/deccs/
- http://members.xoom.com/mogreen/decss/
- http://thrash.webjump.com/decss.zip
- http://www.angelfire.com/de2/decss/dec ss.htm
- http://www.krackdown.com/decss
- http://www.ithink.org/dvd/
- http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
- http://chaz.fsgs.com/misc/DvD/
- http://www.linuxstart.com/~kv ance/projects/decss.html
- http://www.darkkingz.com/DeCSS.zip
- http://come.to/intelex
- http://ebmedia.net/dvd/
- http://www.geocities.com/decss_forever/
- http://revolution.3-cities.com/~spack/dv d/
- http://www.geocities.com/Sili conValley/Software/8762/
- http://members.xoom.com/s_o_sam/help.html
- http://smokering.org
- http://www.sent.freeserve.co.uk/css -auth.tar.gz
- http://dlsf.org
- http://home.rmci.net/bert/dvd
- http://thrash.webjump.com/decss.zip
- http://linux.uci.agh.edu.pl/~outlaw/ decss.html
- http://debian.mps.krakow.pl/mirror/css/
- http://www.fission.org/~mangino
- http://212.187.12.197/decss/
- http://www.clarkson.edu/~andrixjr
/decss/DeCSS.zip - http://www.geocities.com/Capitol Hill/1583/dvd.html
- http://members.xoom.com/freedecss/
- http://www.csd.net/~cgadd/dvd.htm
- http://www.members.home.net/normanlorrai n/
- http://home.swipnet.se/~w-18931/decss/
- http://home.soneraplaza.nl/qn/prive/v alhalla/
- http://www.robotslave.net
- http://www.angelfire.com/punk/freedom/
- http://www.corova.com/dvd/
- http://2600.dk/mirrors/css/
- http://dvdcrack.homepage.com
- http://www.copkiller.org
- http://www.worldcity.nl/~frank/dvd
- http://members.xoom.com/iamkeenan/master/
- http://www.adulation.net/css/
- http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
- http://underground.pl/dvd/
- http://members.xoom.com/nyc2600
- http://zerosoft.hypermart.net/warez/ DVDcrK.txt
- http://www.deforest.org/CSS
- http://nickd.org/decss
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.geocities.com/SiliconV alley/File/3635/
- http://members.xoom.com/a1010_2000/
- http://decss.globalservice.hu/
- http://xgov.net/dvd/DeCSS.zip and http://xgov.net/dvd/decss.tar.gz
-
Re:OpenNap Servers
Yep, TekNap is BWap's new name. I haven't noticed any really big changes, but it seems to be fairly stable at least for me. Here's another site on BWap/TekNap (if you can bear the colors).
PsycoticHamster
aka. Trilobyte on OpenNap -
Pokemon weirdness isn't exactly subliminal...
Case in point. The one one the right is James, a male character. More info here. And here.
This was from episode #18 of the original Japanese series. Oddly enough, this episode never appears in the English dub broadcast in the USA... -
Ruling is unfair
Don't know if this has been discussed in the comments yet, I'm too lazy to read them all, but I believe the ruling is unfair.
Well, not the whole ruling, but a part of it. Basically this is my understanding of a part. Microsoft can not share information with itself, unless it shares it with the world. Since Microsoft will be two companies now then I believe they should be treated like two companies. All other companies in the US can share information with each other without having to make that information public. Just because Microsoft has the money of a few countries doesn't mean anything. Throw all their power and money aside and you still have a company trying to turn a profit just like any other company.
For an example, say Valve and Interplay hooked up. They could share all their information without having to give any information to another company, including Microsoft. "Trade secrets" I guess. Anyway, if Microsoft wanted to hook up with Valve and share source codes with them, Microsoft would then have to offer those same source codes to the public (i.e., Interplay, id, Microprose, some dork in Idaho programming missle plans for blowing up Cuba). Also, when divisions of Interplay, which act as individual companies basically get together on a game they don't have to offer their source codes to the public. However, if the software division of Microsoft wanted to borrow some codes from the OS division of Microsoft (two different companies actually) they couldn't. The OS division would have to either open source the codes or sell a copy to the software division.
I can NOT see how this is fair to Microsoft as a company. If I am wrong then so be it, whatever, just let me know.
-----------
Jøkey/xero
xerotek -
Stupid Users
Alot of the blame should go to idiodic users. Any user who executes a vbs virus (like iloveyou) should be executed!!! you can look at the source but the stupid idiots open it anyway.
-Compenguin
The Jedi of the Prequels -
Re:What about Trojans? - Defintion of a virus
Stealth Mode is only on option, it doesn't have to be left on
-Compenguin
The Jedi of the Prequels -
Finally... a story where this is *not* offtopic...and I'm asleep at the keyboard. Doh!
Oh well... here it is.
Add your own, and spread this far and wide:ftp://ftp.u.washington.edu/public/arobs
/css
ftp://sun.rl.odessa.ua/pub/decss
http://130.111.75.63:142
http://216.35.100.9/ma/kdawson/deecessess
http://24.114.168.235/public/css.htm
http://24.15.107.67/DeCSS
http://24.6.244.114/DeCSS
http://2600.dk/mirrors/css
http://334.se2600.org
http://DVDoutrage.Tripod.com
http://MSD.dyndns.org
http://alcor.concordia.ca/~sd_fort
http://amergeisaphreak.netfirms.com
http://andrewstern.freeservers.com/decss
http://artun.ee/~rommi/css
http://benyossef.com/freedom
http://bigpoppa.adsl.alpha1.net/decss
http://briefcase.yahoo.com/clcktwr
http://briefcase.yahoo.com/klflatt
http://budice.ancients.net/decss
http://budsmoker.com/sites/decss
http://bur-jud-118-039.rh.uchicago.edu/d vd
http://cant-stop-us-all.freehosting.net
http://chaz.fsgs.com/misc/DvD
http://chemlab.org/~dvd
http://cherryville.org/dvd
http://come.to/intelex
http://cs.unca.edu/~dillzc/decss
http://css.choppy.com/data
http://cssalgorithm.8m.com
http://cybertrippin.net
http://cymorg.bizland.com/index2.html
http://dB.org/dvd
http://dandruff.cs.unm.edu/~bap/DeCSS
http://darklord.darkthrone.com/users /smith/dvd
http://darkwing.uoregon.edu/~homeyd/DVD
http://dcwi.com/~wench/decss
http://debian.mps.krakow.pl/mirror/css http://decss.8m.com
http://decss.cx
http://decss.cyvoid.net
http://decss.fall0ut.com
http://decss.freeservers.com
http://decss.freeshell.org
http://decss.fzylogic.net
http://decss.htmlplanet.com
http://decss.netfirms.com
http://decss.z-man.org
http://decss_files.tripod.com
http://decssmirror.homestead.com
http://deelbeson.detour.net
http://dephile.hypermart.net
http://dephile.hypermart.net/dvdinfo.html
http://developer.dnepr.net/dvdcss
http://dialug.org/html/decss.html
http://dirtass.beyatch.net
http://dlsf.org
http://dogh ousepages.lycos.com/collecting/midnightrider/DVDEn crypt.html
http://donotsueme.freeservers.com
http://donotsueme.homepage.com
http://dosdemon.yi.org/decss
http://dsl129.drizzle.com:2001/downloa ds/DVD
http://dvd.coolpeople.dhs.org
http://dvd.k4dwi.net/dvd
http://dvd.loathe.com
http://dvdcopy.cjb.net
http://dvdcrack.homepage.com
http://dvdcss.newmail.ru
http://earendel.gt.ed.net/dvd
http://ebmedia.net/dvd
http://elknews.netpedia.net/dvd
http://fairuse.freeservers.com
http://freedecss.50megs.com
http://freemymind.homepage.com
http://freeshell.org/~simm
http://friko6.onet.pl/war/mkochano
http://ftp.yodanet.schwaebischhall. de/pub/DeCSS
http://ftso.org/decss
http://geocities.com/donquix0te
http://geocities.com/dontquit222
http://go.to/decss
http://go.to/nairos_dvd
http://hammer.prohosting.com/~deepbleu http://heavymusic.8m.com
http://heky.org/dc
http://home.att.net/ ~phreakonaleash/ccs_mirror--screw_the_feds
http://home.clara.net/bangor/DeCSS
http://home.cyberarmy.com/drj/DeCSS
http://home.cyberarmy.com/enac/dvden crypt.html
http://home.earthlink.net/~kaos_inc
http://home.earthlink.net/~rocketrob
http://home.earthlink.net/~snagnbytz
http://home.monet.no/~christel/dvd.html
http://home.onestop.net/lakitu/mirror
http://home.pacbell.net/pfconces
http://home.postnet.com/~wsl3/DeCSS
http://home.primus.com.au/ratzmilk
http://home.rmci.net/bert/dvd
http://home.rmci.net/bert/fuckthelawyers
http://home.sol.no/~craphead/DVD
http://home.worldonline.dk/~loadfree/CSS
http://homepage.dtn.ntl.com/paul.chan
http://homepages.ihug.co.nz/~cbunton
http://imezok.tripod.com/Untitled.txt
http://imprint.uwaterloo.ca/dvd
http://inferno.tusculum.edu/~neil/decss
http://internettrash.com/users/linuxdvd
http://intfreedom.homepage.com
http://io.spaceports.com/~decss
http://isupport2600.8m.com
http://jackvalenti-ismyhoe.tripod.com
http://jadin.virtualave.net
http://jump.to/decss
http://jupiter.spaceports.com/~decss
http://kb5kjn.karco.org/~alpine/DVD
http://kesagatame.tripod.com
http://kevins.ne.mediaone.net/~kevins/dvd
http://killer.radom.net/~shoggoth/dvd.ht ml
http://linux.uci.agh.edu.pl/~outlaw/ decss.html
http://loogham.2y.net/decss
http://magic.hurrah.com/~fireball/dvd
http://mail.sirak.org
http://matt.frogspace.net/css
http://members.aol.com/_ht_a/jwhite80 55/DeCSS
http://members.home.net/dgweb
http://members.hometown. aol.com/_ht_a/MysticJTY/myhomepage
http://members.theglobe.com/Greed yMan/greedy.html
http://members.tripod.co.uk/SneakyBat
http://members.tripod.com/donotsueme
http://members.tripod.com/donquix0te
http://members.tripod.com/ny2600
http://members.tripod.com/r-sobin/dvd
http://members.tripod.com/~Denney/DeCSS
http://members.tripod.com/~baloney97/dvd
http://members.tripod.com/~lucvdb/decs s.html
http://members.tripod.com/~sk8or311
http://members.xoom.com/CaitSith16/DeC SS.htm
http://members.xoom.com/LinuxDVD
http://members.xoom.com/NiKeX
http://members.xoom.com/amateursoft
http://members.xoom.com/arjicle
http://members.xoom.com/chapter3/Mamma No.htm
http://members.xoom.com/freedvdinfo
http://members.xoom.com/get_decss
http://members.xoom.com/iamkeenan/master
http://members.xoom.com/iox
http://members.xoom.com/maud123/Home/C SS.htm
http://members.xoom.com/mogreen/decss
http://members.xoom.com/nyc2600
http://members.xoom.com/phireproof
http://members.xoom.com/s_o_sam/help.html
http://members1.chello.nl/~o.seibert/DeC SS
http://merlinjim.freeservers.com/dvd
http://mikedotd.penguinpowered.com/deccs
http://mikedotd.penguinpowered.com/decss
http://mikepark.org
http://mpaasucks.homepage.com
http://natara.freeservers.com/decss/ decss.html
http://ndez.bizland.com/css-auth
http://neil.gotlinux.org
http://netmanor.iboost.com/zachgoss/s imm.html
http://nomoredvd.tripod.com
http://ny2600.iwarp.com
http://nycsoftware.com/MirrorList.asp
http://osiris.978.org/~brianr/css
http://pages.hotbot.com/arts/weknow
http://pages.hotbot.com/edu/silex/mir ror.html
http://pcmania.bg/9-99/mortyr/_vti_ cnf/_vti_pvt
http://people.mn.mediaone.net/bojay/sl ashdot
http://people.mn.mediaone.net/si mulacrum/decss.htm
http://people.ne.mediaone.net/cy berwave/DeCSS.html
http://people.ne.mediaone.net/dantepsn http://personalweb.smcvt.edu/wtaylo r/decss.html
http://planeta.clix.pt/DJ_AmAzInG/DVD
http://primate.net/DVD
http://pyrrhic.8m.com/DeCSS
http://quintessenz.at/q
http://rha.housing.niu.edu/~davebb/css- auth
http://rlk.ch.utoledo.edu/DVD
http://sadennes.is.dreaming.org/hanadu http://saturate.org/decss.asp
http://saturn.spaceports.com/~brainz/DVD
http://screw_MPAA.tripod.com
http://sektor1.dhs.org/decss.html
http://sites.onlinemac.com/beback
http://sites.uol.com.br/decss
http://smokering.org
http://st-bart.net
http://strange.8k.com
http://stunman.iwarp.com
http://stuweb.ee.mtu.edu/~krcalh oo/DeCSS/DeCSS.htm
http://sweet.as/decss
http://tatooine.fortunecity.com/moorco ck/337
http://telnet.stealth.kirenet.com/~star /dvd
http://the.wiretapped.net/wt/dvd
http://theannux.homestead.com/decss.html
http://thesanitarium.n3.net
http://ts1.online.fr/dvd
http://underground.pl/dvd
http://users.1st.net/roundhere/decss
http://users.1st.net/roundhere/decss /index.htm
http://users.bigpond.net.au/nf/dvd
http://users.pandora.be/glenn.plas/dvd http://vandenborre.org
http://vedaa.tripod.com/decss.html
http://w1.1634.telia.com/~u163400190
http://wakeupthe.net/dvd
http://warpedreality.members.easyspace.c om
http://website.lineone.net/~kellypink/D eCSS
http://werewolf12.cjb.net
http://wildsurge.a2000.nu/decss
http://wiw.org/~drz/css
http://wusn-members.xoom.com/ambisagrus
http://www.19f.org/dvd.html
http://www.2600.org.au/dvd.html
http://www.UnderTheStairs.com
http://www.adulation.net/css
http://www.agybby.com/dvd
http://www.algonet.se/~skeleton/other.ht ml
http://www.alltel.net/~ledwards/css.htm
http://www.amerisuk.com/~carbon/css.html
http://www.angelfire.com/biz5/revblack http://www.angelfire.com/electronic/drug me
http://www.angelfire.com/ga3/acidlocke http://www.angelfire.com/hiphop/rawkus http://www.angelfire.com/in/sight
http://www.angelfire.com/mb/DVDoutrage http://www.angelfire.com/movies/DeCss
http://www.angelfire.com/movies/dvdiss http://www.angelfire.com/movies/mpaasucks
http://www.angelfire.com/nh/panzah
http://www.angelfire.com/ny3/ny2600
http://www.angelfire.com/or2/buzzkill
http://www.angelfire.com/pe/sh3/deccs
http://www.angelfire.com/pokemon/decss http://www.angelfire.com/punk/DeCSS/DeCSS
http://www.angelfire.com/punk/freedom
http://www.angelfire.com/scifi/dblagbro
http://www.angelfire.com/sk2/braindamage
http://www.angelfire.com/tx3/winger s/decss.html
http://www.angelfire.com/vt/bigbrother http://www.angelfire .com/wa2/phederalphelony/breakingnews.html
http://www.angelfire.com/wy/leggosfun /dvd.htm
http://www.angelfire.com/yt/mpaasucks
http://www.angelfire.com/zine/DeCSS
http://www.artnotart.com/anne/decss.html
http://www.asleep.net/dvd
http://www.asylum.webprovider.com
http://www.auntfloyd.com/DeCSS
http://www.auracom.com/~rhomac/dvd
http://www.azillionmonkeys.c om/qed/recess_for_css.html
http://www.best.com/~drumz/decss
http://www.bugbbq.org/decss
http://www.capital.net/~mazzic
http://www.charm.net/~dutch
http://www.chello.nl/~f.vanwaveren
http://www.cognitronics-tech.com
http://www.conspiracynow.com/theories/d ecss
http://www.constant.demon.co.uk
http://www.copkiller.org
http://www.corecomm.net/~davebb/css-auth
http://www.corova.com/dvd
http://www.cpinternet.com/~jhanson
http://www.crosswinds.net/oakland/~ahrendt/Lawyers _are_scu m-sucking_pigs [...]
http://www.crosswinds.net/~dvdcrack
http://www.cs.cmu.edu/~dst/DeCSS
http://www.cs.tu-berlin.de/~feise/DeCSS
http://www.csd.net/~cgadd/dvd.htm
http://www.csl.mtu.edu/~pdl athro/filez/DeCSS/DeCSS.html
http://www.ct2600.org/2600-DVD.html
http://www.cybertrippin.net
http://www.cyperspace.org/~multicom
http://www.december.ndo.co.uk
http://www.deforest.org/CSS
http://www.deprecated.org
http://www.dgw3.com/dvd
http://www.discountwebhost.com/decss
http://www.divisionbyzero.com/decss
http://www.dodgenet.com/~nickz/decss
http://www.ductape.net/~alpha/decss
http://www.duffbrew.com/decss
http://www.execpc.com/~unicorn/dvdmirr or.htm
http://www.firstlight.net/~clarka/decss
http://www.flypop.com
http://www.fortunecity.com/skyscrap er/coax/1107
http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
http://www.fortunecity.com/vic torian/parkwood/95/DVD
http://www.frankw.net/decss
http://www.free-dvd.org.lu
http://www.freebox.com/zcedri
http://www.freeyellow.com/members8/mpa aidiot
http://www.fsp.com
http://www.futureone.com/~damaged
http://www.geekbits.com/decss
http://www.geocities.com /CollegePark/3807/2600Tribute.html
http://www.geocities.com/Ongakka/rebel. html
http://www.geocities.com/Pipeline /Curb/1232/DeCSS
http://www.geocities.com/Res earchTriangle/Station/2819
http://www.geocities.com/Shapierian
http://www.geocities.com/Silic onValley/Hardware/6188
http://www.geocities.com/SiliconV alley/Modem/4192
http://www.geocities .com/SiliconValley/Ridge/3727/2600/dvd.htm
http://www.geocities.com/Silic onValley/Software/3971
http://www.geocities.com/Silic onValley/Software/8762
http://www.geocities.com/SoHo/5258/de css.html
http://www.geocities.com/SoHo/Exhi bit/5771/decss
http://www.geocities.com/ SunsetStrip/Underground/3587/dvd
http://www.geocities.com/Ti mesSquare/Dome/4021/dvd.html
http://www.geocities.com/cold_dvd
http://www.geocities.com/corporatemin dcontrol
http://www.geocities.com/dba3297
http://www.geocities.com/decss2
http://www.geocities.com/decss_2000
http://www.geocities.com/decss_forever http://www.geocities.com/decss_mirror
http://www.geocities.com/djph3ad/decss http://www.geocities.com/donquix0te
http://www.geocities.com/duck_ohm
http://www.geocities.com/dvdcracked
http://www.geocities.com/dvdfightback
http://www.geocities.com/dvdrevolution http://www.geocities.com/dvdsuit/dvd
http://www.geocities.com/dvdthings
http://www.geocities.com/epoxy_css
http://www.geocities.com/fairusedecss
http://www.geocities.com/fr33dvd
http://www.geocities.com/getyourdvd
http://www.geocities.com/ghaniali
http://www.geocities.com/iwantdvd
http://www.geocities.com/k4dwi/dvd
http://www.geocities.com/k4wi/dvd
http://www.geocities.com/ma dasian2000/decss_mirror.html
http://www.geocities.com/mastaflame
http://www.geocities.com/meluchwj
http://www.geocities.com/mydefiance
http://www.geocities.com/necready433
http://www.geocities.com/necready433/dvd
http://www.geocities.com/neurosis_dvd
http://www.geocities.com/opendvdecss
http://www.geocities. com/siliconvalley/computer/2303/DVD.html
http://www.geocities.com/soho/studios/67 52
http://www.geocities.com/solidex
http://www.geocities.com/verruktesten
http://www.geocities.com/warrdragon_2000
http://www.geocities.com/watice2
http://www.geocities.com/whackmol
http://www.geocities.com/xtridzz
http://www.gl.umbc.edu/~awirth1/decss
http://www.glue.umd.edu/~castongj
http://www.hackunlimited.com/dvd
http://www.hakor.com/DVD
http://www.hellnet.org.uk/decss.htm
http://www.hobbiton.org/~tpm
http://www.hote.qc.ca/dvd
http://www.hotsoupmedia.com/decss
http://www.idrive.com/decss/web
http://www.iinet.net.au/~matlhdam/DeCSS
http://www.image.dk/~mbp
http://www.imsoelite.com/dvd
http://www.infa.abo.fi/~raine/pub/ software/DeCSS
http://www.ironbrick.com/decss
http://www.ismokecrack.com
http://www.jabberwocky.eyep.net/decss.ht ml
http://www.k4dwi.net/dvd
http://www.kentroad.demon.co.uk/decss
http://www.kiss.uni-lj.si/~k4ef1890/css
http://www.kki.net.pl/~rsr66/css
http://www.koek.net/dvd
http://www.krackdown.com/decss
http://www.lemuria.org/DeCSS
http://www.lifesolo.com/bin
http://www.linuxnerd.net/decss
http://www.linuxstart.com/~kv ance/projects/decss.html
http://www.linuxstart.com/~sys_admin
http://www.lockpicking.nl/decss
http://www.mafkees.com/dvd
http://www.mayday2000.org.uk/decss.htm http://www.members.tripod.com/dkdecss
http://www.mindspring.com/~coueys
http://www.mindspring.com/~stonethrower
http://www.multimania.com/sxpert/decss http://www.mykle.com/DVD
http://www.myshed.net/dvd
http://www.nacs.net/~vodak/dvd
http://www.netby.net/Oest/Hva lfiskegade/jana/css.html
http://www.netspace.net.au/~gromit
http://www.networksplus.net/blogg
http://www.neurosis.org/dvd
http://www.nsnva.pvt.k12.va.us/~abc
http://www.ntsmedia.com/decss
http://www.nvhs.nl/decss
http://www.nwu.edu/people/ldb/decss.html
http://www.oblivion.net/~amar/css
http ://www.oksanen.net/ville/this_is/under/Finnish/jur isdiction/otherstuff.htm
http://www.olen.net/deCSS
http://www.oz.net/~tvaughan
http://www.pages.drexel.edu/~jer24
http://www.penismightier.com/weisha upt/dvd.html
http://www.pepper-land.net
http://www.philter.com/DVD
http://www.pippy.itgo.com
http://www.posexperts.com.pl/people /wrobell/css
http://www.projectbullshit.com/decss.html
http://www.projectgamma.com/deccs
http://www.qix.net/~pheonix/decss.html http://www.ratol.fi/~asiipola
http://www.reapers.org
http://www.redgnatt.homestead.com
http://www.redrival.com/chimx/computer s.html
http://www.robotslave.net
http://www.rpi.edu/~jettea/dvd.html
http://www.rz.uni-frankfurt.de/~marsie http://www.scwc.net/DeCSS
http://www.sealteamsix.com/phagan
http://www.sk3tch.com/freedecss
http://www.smackfu.com/decss
http://www.spin.ch/~rca/decss
http://www.stanford.edu/~drumz/decss
http://www.stupendous.org
http://www.subcor.com
http://www.swcp.com/~ampere
http://www.tar.hu/decss
http://www.teamnismo.com/2600
http://www.underwhelm.org/decss
http://www.users.on.net/johnm/DeCSS
http://www.uwm.edu/~zachkarp
http://www.vent-soft.com/dvd
http://www.vexed.net/CSS
http://www.visi.com/~adept/liberty
http://www.vulgar.net/dvd
http://www.warren-wilson.edu/~echerry/dvd
http://www.webnx.com/tuna
http://www.webzsite.com/decss
http://www.wizardworkshop.com
http://www.wolfpaw.net/~decss
http://www.worldcity.nl/~frank/dvd
http://www.wwcn.org/~grit/free
http://www.xs4all.nl/~oracle/dvd
http://www.xs4all.nl/~rasch/dvd
http://www.zeal.net/~pyro/DeCSS
http://www.zip.com.au/~zzz/dvd
http://www.zone.ee/DeCSS
http://www3.50megs.com/dvd4freeThis announcement brought to you by the DeCSS Polar Bear.
-
Re:I suppose I'll add my two cents here
left bracket `<' is `<' right bracket `>' is `>' and if your wondering `&' is `&'
-Compenguin
The Jedi of the Prequels -
What about script kiddes?
`VANDALS
I see script kiddie fitting that bill. Which reminds me its 3:00 and all the script kiddies are out of Middle School now.By the way, purists have argued that if you launch an attack against a Web site without actually busting through a security wall you're not really a cracker since you haven't slipped inside. So if you aren't a cracker, and don't qualify as a hacker, what are you? A whacker? Or maybe just wacko? Some people have suggested vandal, which is fine since they're all dead and won't write any e-mail complaints to the CBC. (Vandalism comes from the word Vandals, who were members of a Germanic tribe that invaded Western Europe in the fourth and fifth centuries.)'
-Compenguin
The Jedi of the Prequels -
Dinsdale!
-
Re:Japan and China
Wasn't it the MPAA that was anti-DeCSS and the RIAA was anti-Napster and they both hate gnutella cause they cant do anything about it
-Compenguin
The Jedi of the Prequels -
Re:MI15 was real nice...
The splash screen is great I use it as my wallpaper.
-Compenguin
The Jedi of the Prequels -
MI15 was real nice...
MI15 was real nice, jpeg support built in. I remember many of the nightly builds but i like tonights build MI16 better.
-Compenguin
The Jedi of the Prequels -
Re:Even Better Jeeves Easter Egg...
"What is the meaning of life?" takes you to a hg2g site
-Compenguin
The Jedi of the Prequels -
Re:Fun question for Jeeves
I should note that it actually links to Ned Fielden's Personal homepage. Under his personal Section's "Habits, Eccentricities, Salacious Gossip" http://userwww.sfsu.edu/~fielden
-Compenguin
The Jedi of the Prequels -
Re:hmm...
It wasn't raciest, people are easily offended these days. Also, sure the Niemodians might sound a little like Koreans but just go to a few starcraft message boards and ask for Opinions on Koreans. You wont hear very many good things but starcraft and Battle.net arnt considered racist.
-Compenguin
The Jedi of the Prequels -
Time for Slashdot to take a stand...
The following is a list of all the mirrors from the 2600 site.
Slashdot has long been one of the best true forums for free speech in the world. Link to this comment. Post that link on your website and everywhere. CmdrTaco archives these comments indefinitely, right? Lets see the MPAA take on Slashdot, Andover, and the ACLU (who I'm assuming would back you guys up) BTW: When I click the "Post Anonymously" button, is there any way to retrieve my IP address, or my login info? I sure as hell hope not. Big risk I'm taking here for the sake of free speech... but we gotta do what we gotta do. Right?
ftp://ftp.u.washington.edu/public/arobs /css
ftp://sun.rl.odessa.ua/pub/decss
http://130.111.75.63:142
http://216.35.100.9/ma/kdawson/deecessess
http://24.114.168.235/public/css.htm
http://24.15.107.67/DeCSS
http://24.6.244.114/DeCSS
http://2600.dk/mirrors/css
http://334.se2600.org
http://DVDoutrage.Tripod.com
http://MSD.dyndns.org
http://Winmac.tripod.com/DECSS/decss.zip
http://alcor.concordia.ca/~sd_fort
http://alsscan.webjump.com/DeCSS.zip
http://alsscan.webjump.com/DeCSS.zip
http://amergeisaphreak.netfirms.com
http://andrewstern.freeservers.com/decss
http://artun.ee/~rommi/css
http://benyossef.com/freedom
http://bigpoppa.adsl.alpha1.net/decss
http://briefcase.yahoo.com/clcktwr
http://briefcase.yahoo.com/klflatt
http://budice.ancients.net/decss
http://budsmoker.com/sites/decss
http://bur-jud-118-039.rh.uchicago.edu/d vd
http://cant-stop-us-all.freehosting.net
http://chaz.fsgs.com/misc/DvD
http://chemlab.org/~dvd
http://cherryville.org/dvd
http://come.to/intelex
http://cs.unca.edu/~dillzc/decss
http://css.choppy.com/data
http://cssalgorithm.8m.com
http://cybertrippin.net
http://cymorg.bizland.com/index2.html
http://dB.org/dvd
http://dandruff.cs.unm.edu/~bap/DeCSS
http://darklord.darkthrone.com/users /smith/dvd
http://darkwing.uoregon.edu/~homeyd/DVD
http://dbzauctions.tripod.com/decss.zip
http://dcwi.com/~wench/decss
http://debian.mps.krakow.pl/mirror/css
http://decss.8m.com
http://decss.cx
http://decss.cyvoid.net
http://decss.fall0ut.com
http://decss.freeservers.com
http://decss.freeshell.org
http://decss.fzylogic.net
http://decss.htmlplanet.com
http://decss.netfirms.com
http://decss.z-man.org
http://decss_files.tripod.com
http://decssmirror.homestead.com
http://deelbeson.detour.net
http://dephile.hypermart.net
http://dephile.hypermart.net/dvdinfo.html
http://developer.dnepr.net/dvdcss
http://dialug.org/html/decss.html
http://dirtass.beyatch.net
http://dlsf.org
http://dogh ousepages.lycos.com/collecting/midnightrider/DVDEn crypt.html
http://donotsueme.freeservers.com
http://donotsueme.homepage.com
http://dosdemon.yi.org/decss
http://dsl129.drizzle.com:2001/downloa ds/DVD
http://dvd.coolpeople.dhs.org
http://dvd.k4dwi.net/dvd
http://dvd.loathe.com
http://dvdcopy.cjb.net
http://dvdcrack.homepage.com
http://dvdcss.newmail.ru
http://earendel.gt.ed.net/dvd
http://ebmedia.net/dvd
http://elknews.netpedia.net/dvd
http://fairuse.freeservers.com
http://freedecss.50megs.com
http://freemymind.homepage.com
http://freeshell.org/~simm
http://friko6.onet.pl/war/mkochano
http://ftp.yodanet.schwaebischhall. de/pub/DeCSS
http://ftso.org/decss
http://geocities.com/donquix0te
http://geocities.com/dontquit222
http://go.to/decss
http://go.to/nairos_dvd
http://hammer.prohosting.com/~deepbleu
http://heavymusic.8m.com
http://heky.org/dc
http://home.att.net/ ~phreakonaleash/ccs_mirror--screw_the_feds
http://home.clara.net/bangor/DeCSS
http://home.cyberarmy.com/drj/DeCSS
http://home.cyberarmy.com/enac/dvden crypt.html
http://home.earthlink.net/~kaos_inc
http://home.earthlink.net/~rocketrob
http://home.earthlink.net/~snagnbytz
http://home.monet.no/~christel/dvd.html
http://home.onestop.net/lakitu/mirror
http://home.pacbell.net/pfconces
http://home.postnet.com/~wsl3/DeCSS
http://home.primus.com.au/ratzmilk
http://home.rmci.net/bert/dvd
http://home.rmci.net/bert/fuckthelawyers
http://home.sol.no/~craphead/DVD
http://home.worldonline.dk/~loadfree/CSS
http://homepage.dtn.ntl.com/paul.chan
http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
http://homepages.go.com/homepages /4/0/3/403_error
http://homepages.ihug.co.nz/~cbunton
http://imezok.tripod.com/Untitled.txt
http://imprint.uwaterloo.ca/dvd
http://inferno.tusculum.edu/~neil/decss
http://internettrash.com/users/linuxdvd
http://intfreedom.homepage.com
http://io.spaceports.com/~decss
http://isupport2600.8m.com
http://jackvalenti-ismyhoe.tripod.com
http://jadin.virtualave.net
http://jump.to/decss
http://jupiter.spaceports.com/~decss
http://kb5kjn.karco.org/~alpine/DVD
http://kesagatame.tripod.com
http://kevins.ne.mediaone.net/~kevins/dvd
http://killer.radom.net/~shoggoth/dvd.ht ml
http://leeroy.webjump.com/DeCSS.zip
http://linux.uci.agh.edu.pl/~outlaw/ decss.html
http://logical-solutions.com.au/DeCSS.zip
http://loogham.2y.net/decss
http://magic.hurrah.com/~fireball/dvd
http://mail.sirak.org
http://matt.frogspace.net/css
http://members.aol.com/_ht_a/jwhite80 55/DeCSS
http://members.home.net/dgweb
http://members.hometown. aol.com/_ht_a/MysticJTY/myhomepage
http://members.theglobe.com/Greed yMan/greedy.html
http://members.tripod.co.uk/SneakyBat
http://members.tripod.com/donotsueme
http://members.tripod.com/donquix0te
http://members.tripod.com/ny2600
http://members.tripod.com/r-sobin/dvd
http://members.tripod.com/~Denney/DeCSS
http://members.tripod.com/~baloney97/dvd
http://members.tripod.com/~lucvdb/decs s.html
http://members.tripod.com/~sk8or311
http://members.xoom.com/CaitSith16/DeC SS.htm
http://members.xoom.com/LinuxDVD
http://members.xoom.com/NiKeX
http://members.xoom.com/amateursoft
http://members.xoom.com/arjicle
http://members.xoom.com/chapter3/Mamma No.htm
http://members.xoom.com/freedvdinfo
http://members.xoom.com/get_decss
http://members.xoom.com/hairfro/DeCSS.zip
http://members.xoom.com/iamkeenan/master
http://members.xoom.com/iox
http://members.xoom.com/maud123/Home/C SS.htm
http://members.xoom.com/mogreen/decss
http://members.xoom.com/nyc2600
http://members.xoom.com/phireproof
http://members.xoom.com/s_o_sam/help.html
http://members1.chello.nl/~o.seibert/DeC SS
http://merlinjim.freeservers.com/dvd
http://mikedotd.penguinpowered.com/deccs
http://mikedotd.penguinpowered.com/decss
http://mikepark.org
http://mpaasucks.homepage.com
http://natara.freeservers.com/decss/ decss.html
http://ndez.bizland.com/css-auth
http://neil.gotlinux.org
http://netmanor.iboost.com/zachgoss/s imm.html
http://noc.res.cmu.edu
http://nomoredvd.tripod.com
http://ny2600.iwarp.com
http://nycsoftware.com/MirrorList.asp
http://osiris.978.org/~brianr/css
http://pages.hotbot.com/arts/weknow
http://pages.hotbot.com/edu/silex/mir ror.html
http://pcmania.bg/9-99/mortyr/_vti_ cnf/_vti_pvt
http://people.mn.mediaone.net/bojay/sl ashdot
http://people.mn.mediaone.net/si mulacrum/decss.htm
http://people.ne.mediaone.net/cy berwave/DeCSS.html
http://people.ne.mediaone.net/dantepsn
http://personalweb.smcvt.edu/wtaylo r/decss.html
http://planeta.clix.pt/DJ_AmAzInG/DVD
http://primate.net/DVD
http://pyrrhic.8m.com/DeCSS
http://quintessenz.at/q
http://rha.housing.niu.edu/~davebb/css- auth
http://rlk.ch.utoledo.edu/DVD
http://sadennes.is.dreaming.org/hanadu
http://saturate.org/decss.asp
http://saturn.spaceports.com/~brainz/DVD
http://screw_MPAA.tripod.com
http://sektor1.dhs.org/decss.html
http://sites.onlinemac.com/beback
http://sites.uol.com.br/decss
http://smokering.org
http://sophien.webjump.com/css-auth_tar. gz
http://st-bart.net
http://strange.8k.com
http://stunman.iwarp.com
http://stuweb.ee.mtu.edu/~krcalh oo/DeCSS/DeCSS.htm
http://sweet.as/decss
http://tatooine.fortunecity.com/moorco ck/337
http://telnet.stealth.kirenet.com/~star /dvd
http://the.wiretapped.net/wt/dvd
http://theannux.homestead.com/decss.html
http://thesanitarium.n3.net
http://ts1.online.fr/dvd
http://underground.pl/dvd
http://users.1st.net/roundhere/decss
http://users.1st.net/roundhere/decss /index.htm
http://users.bigpond.net.au/nf/dvd
http://users.pandora.be/glenn.plas/dvd
http://vandenborre.org
http://vedaa.tripod.com/decss.html
http://w1.1634.telia.com/~u163400190 /DeCSS.zip
http://wakeupthe.net/dvd
http://warpedreality.members.easyspace.c om
http://website.lineone.net/~kellypink/D eCSS
http://werewolf12.cjb.net
http://wildsurge.a2000.nu/decss
http://wiw.org/~drz/css
http://wusn-members.xoom.com/ambisagrus
http://www.19f.org/dvd.html
http://www.2600.org.au/dvd.html
http://www.UnderTheStairs.com
http://www.adulation.net/css
http://www.agybby.com/dvd
http://www.algonet.se/~skeleton/other.ht ml
http://www.alltel.net/~ledwards/css.htm
http://www.amerisuk.com/~carbon/css.html
http://www.angelfire.com/biz5/revblack
http://www.angelfire.com/electronic/drug me
http://www.angelfire.com/ga3/acidlocke
http://www.angelfire.com/hiphop/rawkus
http://www.angelfire.com/in/sight
http://www.angelfire.com/mb/DVDoutrage
http://www.angelfire.com/movies/DeCss
http://www.angelfire.com/movies/dvdiss
http://www.angelfire.com/movies/mpaasucks
http://www.angelfire.com/nh/panzah
http://www.angelfire.com/nh/panzah/DeC SS.zip
http://www.angelfire.com/ny3/ny2600
http://www.angelfire.com/or2/buzzkill
http://www.angelfire.com/pe/sh3/deccs
http://www.angelfire.com/pokemon/decss
http://www.angelfire.com/punk/DeCSS/DeCSS
http://www.angelfire.com/punk/freedom
http://www.angelfire.com/scifi/dblagbro
http://www.angelfire.com/sk2/braindamage
http://www.angelfire.com/tx3/winger s/decss.html
http://www.angelfire.com/vt/bigbrother
http://www.angelfire .com/wa2/phederalphelony/breakingnews.html
http://www.angelfire.com/wy/leggosfun /dvd.htm
http://www.angelfire.com/yt/mpaasucks
http://www.angelfire.com/zine/DeCSS
http://www.artnotart.com/anne/decss.html
http://www.asleep.net/dvd
http://www.asylum.webprovider.com
http://www.auntfloyd.com/DeCSS
http://www.auracom.com/~rhomac/dvd
http://www.azillionmonkeys.c om/qed/recess_for_css.html
http://www.best.com/~drumz/decss
http://www.bugbbq.org/decss
http://www.capital.net/~mazzic
http://www.charm.net/~dutch
http://www.chello.nl/~f.vanwaveren
http://www.cognitronics-tech.com
http://www.conspiracynow.com/theories/d ecss
http://www.constant.demon.co.uk
http://www.copkiller.org
http://www.corecomm.net/~davebb/css-auth
http://www.corova.com/dvd
http://www.cpinternet.com/~jhanson
http://www.crosswinds.net/oakland/~ahrendt/Lawyers _are_scu m-sucking_pigs [...]
http://www.crosswinds.net/~dvdcrack
http://www.cs.cmu.edu/~dst/DeCSS
http://www.cs.tu-berlin.de/~feise/DeCSS
http://www.csd.net/~cgadd/dvd.htm
http://www.csl.mtu.edu/~pdl athro/filez/DeCSS/DeCSS.html
http://www.ct2600.org/2600-DVD.html
http://www.cybertrippin.net
http://www.cyperspace.org/~multicom
http://www.darkkingz.com/DeCSS.zip
http://www.december.ndo.co.uk
http://www.deforest.org/CSS
http://www.deprecated.org
http://www.dgw3.com/dvd
http://www.discountwebhost.com/decss
http://www.divisionbyzero.com/decss
http://www.dodgenet.com/~nickz/decss
http://www.ductape.net/~alpha/decss
http://www.duffbrew.com/decss
http://www.execpc.com/~unicorn/dvdmirr or.htm
http://www.firstlight.net/~clarka/decss
http://www.flypop.com
http://www.fortunecity.com/skyscrap er/coax/1107
http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
http://www.fortunecity.com/vic torian/parkwood/95/DVD
http://www.frankw.net/decss
http://www.free-dvd.org.lu
http://www.freebox.com/zcedri
http://www.freeyellow.com/members8/mpa aidiot
http://www.fsp.com
http://www.futureone.com/~damaged
http://www.geekbits.com/decss
http://www.geocities.com /CollegePark/3807/2600Tribute.html
http://www.geocities.com/Ongakka/rebel. html
http://www.geocities.com/Pipeline /Curb/1232/DeCSS
http://www.geocities.com/Res earchTriangle/Station/2819
http://www.geocities.com/Shapierian
http://www.geocities.com/Silic onValley/Hardware/6188
http://www.geocities.com/SiliconV alley/Modem/4192
http://www.geocities .com/SiliconValley/Ridge/3727/2600/dvd.htm
http://www.geocities.com/Silic onValley/Software/3971
http://www.geocities.com/Silic onValley/Software/8762
http://www.geocities.com/SoHo/5258/de css.html
http://www.geocities.com/SoHo/Exhi bit/5771/decss
http://www.geocities.com /SunsetStrip/Towers/1379/DeCSS.zip
http://www.geocities.com/ SunsetStrip/Underground/3587/dvd
http://www.geocities.com/Ti mesSquare/Dome/4021/dvd.html
http://www.geocities.com/cold_dvd
http://www.geocities.com/corporatemin dcontrol
http://www.geocities.com/dba3297
http://www.geocities.com/decss2
http://www.geocities.com/decss_2000
http://www.geocities.com/decss_forever
http://www.geocities.com/decss_mirror
http://www.geocities.com/djph3ad/decss
http://www.geocities.com/donquix0te
http://www.geocities.com/duck_ohm
http://www.geocities.com/dvdcracked
http://www.geocities.com/dvdfightback
http://www.geocities.com/dvdrevolution
http://www.geocities.com/dvdsuit/dvd
http://www.geocities.com/dvdthings
http://www.geocities.com/epoxy_css
http://www.geocities.com/fairusedecss
http://www.geocities.com/fr33dvd
http://www.geocities.com/getyourdvd
http://www.geocities.com/ghaniali
http://www.geocities.com/iwantdvd
http://www.geocities.com/k4dwi/dvd
http://www.geocities.com/k4wi/dvd
http://www.geocities.com/ma dasian2000/decss_mirror.html
http://www.geocities.com/mastaflame
http://www.geocities.com/mavic007/decss .zip
http://www.geocities.com/meluchwj
http://www.geocities.com/mydefiance
http://www.geocities.com/necready433
http://www.geocities.com/necready433/dvd
http://www.geocities.com/neurosis_dvd
http://www.geocities.com/opendvdecss
http://www.geocities. com/siliconvalley/computer/2303/DVD.html
http://www.geocities.com/soho/studios/67 52
http://www.geocities.com/solidex
http://www.geocities.com/verruktesten
http://www.geocities.com/warrdragon_2000
http://www.geocities.com/watice2
http://www.geocities.com/whackmol
http://www.geocities.com/xtridzz
http://www.gl.umbc.edu/~awirth1/decss
http://www.glue.umd.edu/~castongj
http://www.hackunlimited.com/dvd
http://www.hakor.com/DVD
http://www.hellnet.org.uk/decss.htm
http://www.hobbiton.org/~tpm
http://www.hote.qc.ca/dvd
http://www.hotsoupmedia.com/decss
http://www.idrive.com/decss/web
http://www.iinet.net.au/~matlhdam/DeCSS
http://www.illiterate.net/DeCSS.zip
http://www.image.dk/~mbp
http://www.imsoelite.com/dvd
http://www.infa.abo.fi/~raine/pub/ software/DeCSS
http://www.ironbrick.com/decss
http://www.ismokecrack.com
http://www.jabberwocky.eyep.net/decss.ht ml
http://www.k4dwi.net/dvd
http://www.kentroad.demon.co.uk/decss
http://www.kiss.uni-lj.si/~k4ef1890/css
http://www.kki.net.pl/~rsr66/css
http://www.koek.net/dvd
http://www.krackdown.com/decss
http://www.lemuria.org/DeCSS
http://www.lifesolo.com/bin
http://www.linuxnerd.net/decss
http://www.linuxstart.com/~kv ance/projects/decss.html
http://www.linuxstart.com/~sys_admin
http://www.lockpicking.nl/decss
http://www.mafkees.com/dvd
http://www.mayday2000.org.uk/decss.htm
http://www.members.tripod.com/dkdecss
http://www.mindspring.com/~coueys
http://www.mindspring.com/~stonethrower
http://www.multimania.com/sxpert/decss
http://www.mykle.com/DVD
http://www.myshed.net/dvd
http://www.nacs.net/~vodak/dvd
http://www.netby.net/Oest/Hva lfiskegade/jana/css.html
http://www.netspace.net.au/~gromit
http://www.networksplus.net/blogg
http://www.neurosis.org/dvd
http://www.nsnva.pvt.k12.va.us/~abc
http://www.ntsmedia.com/decss
http://www.nvhs.nl/decss
http://www.nwu.edu/people/ldb/decss.html
http://www.oblivion.net/~amar/css
http ://www.oksanen.net/ville/this_is/under/Finnish/jur isdiction/otherstuff.htm
http://www.olen.net/deCSS
http://www.oz.net/~tvaughan
http://www.pages.drexel.edu/~jer24
http://www.penismightier.com/weisha upt/dvd.html
http://www.pepper-land.net
http://www.philter.com/DVD
http://www.pippy.itgo.com
http://www.posexperts.com.pl/people /wrobell/css
http://www.projectbullshit.com/decss.html
http://www.projectgamma.com/deccs
http://www.qix.net/~pheonix/decss.html
http://www.ratol.fi/~asiipola
http://www.reapers.org
http://www.redgnatt.homestead.com
http://www.redrival.com/chimx/computer s.html
http://www.robotslave.net
http://www.rpi.edu/~jettea/dvd.html
http://www.rz.uni-frankfurt.de/~marsie
http://www.scwc.net/DeCSS
http://www.sealteamsix.com/phagan
http://www.sent.freeserve.co.uk/css -auth.tar.gz
http://www.sk3tch.com/freedecss
http://www.smackfu.com/decss
http://www.spin.ch/~rca/decss
http://www.stanford.edu/~drumz/decss
http://www.stupendous.org
http://www.subcor.com
http://www.subnetsystems.com/decss/dec ss.zip
http://www.swcp.com/~ampere
http://www.tar.hu/decss
http://www.teamnismo.com/2600
http://www.underwhelm.org/decss
http://www.users.bigpond.net.au/ree ds/decss.zip
http://www.users.on.net/johnm/DeCSS
http://www.uwm.edu/~zachkarp
http://www.vent-soft.com/dvd
http://www.vexed.net/CSS
http://www.visi.com/~adept/liberty
http://www.vulgar.net/dvd
http://www.warren-wilson.edu/~echerry/dvd
http://www.webnx.com/tuna
http://www.webzsite.com/decss
http://www.wizardworkshop.com
http://www.wolfpaw.net/~decss
http://www.worldcity.nl/~frank/dvd
http://www.wwcn.org/~grit/free
http://www.xs4all.nl/~oracle/dvd
http://www.xs4all.nl/~rasch/dvd
http://www.zeal.net/~pyro/DeCSS
http://www.zip.com.au/~zzz/dvd
http://www.zone.ee/DeCSS
http://www3.50megs.com/dvd4free -
cphack and decss mirror
-
Above links analyzed...The SkyRider seems to be vapourware based on the Moller Skycar (well, maybe not complete vapourware, but they're 5 years from producing anything, Moller has prototypes done and is seeking legal stuff).
The Hiller flying platform is a historical curiosity, and the Hummingbird is the current implementation (and is selling kits).
There's also cheaper (and larger) small helicopter produced since 1971.
-- Ender, Duke_of_URL
-
Re:30000 USD only ?
Here is a link to a description of the helicopter I described.
-
You can do it too!
I really think that more attention needs to be payed to clustering technologies. I first got started with my cluster about 18 months ago. Beowulf was fairly new, and almost considered to be a black art. After reading and tinkering for a few weeks, I was amazed at how easy it actually is to get things running in parallel. Now, don't get me wrong, like many things its easy to do but hard to do *well*...nevertheless, I'd sure like to see more activity in this area. (IMHO, SMP is going to run out of steam quickly)
All you slashdotters with three or more systems in your basement! Go! Get them networked! Load MPICH or PVM! This should be your mantra:
"If SuperID can do it, then I certainly can" -
Mirrors part 1Visit Humpin! (No, it's not what you think!)
Temporary restraining order DENIED!
Thanks to the efforts of the Electronic Frontier Foundation and the organization and support provided by a few of our fellow defendants we are still here! Another hearing is scheduled for January 14th.
We would like to point out to all of the mirror sites with things like "fuck the lawyers" on them that it is because of a generous group of lawyers that we are still here. These lawyers are working for free (or much less than they could get by going over to the Dark Side) and don't deserve this kind of abuse.
Here is the EFF's stance on this case.
Save a copy of this web page now!
We have just been informed that the DVD Copy Control Association is seeking a restraining order against us (named as "Doe 28") for distributing DeCSS and linking to pages that distribute it and linking to pages that link to pages that distribute it.
Section 48 of this request states that we supposedly "have received notice through the MPA and refused to remove the information at issue". This is absolutely false! We have never received any such request (from the MPA or anybody else for that matter) and we obviously were not given the opportunity to refuse! Either Jared Bobrow needs to go back to law school or the DVD CCA needs to get a new firm. This is the kind of sloppy work that could get an important document thrown out.
Here is a 2600 story on this.
Explanation on legality of this information
The software (source as well as binaries) offered on this site can be freely redistributed because it was published under the GNU General Public License. The purpose of this software is not illegal copying of DVD disks. It is meant to provide information necessary to be able to program a DVD player for Linux. To do this, the CSS system needs to be incorporated in the player. Recently the (very weak) DVD content scrambling system was deciphered, freeing the way for a Linux DVD player. The CSS system is not a copy protection system, since it does not prevent copying of the disk. Writing information about the way an encryption scheme functions is completely legal. The source code and binaries on this site are completely legal too, since they contain no code from the DVD consortium or its members. The sources and programs on this site were written by third parties using clean-room reverse engineering methods which are (ready?) completly legal.
Attention www.rhythm.cx was hosting a list of mirrors for these files. That list of mirrors has been replaced with a page reading "This site has been taken down for legal reasons." Here's what the maintainer put on the site the day it was shut down:
NOTE (Thu, Nov 11, 12:17pm EST): I've recently been informed that a law firm which is likely to be one that would try get these mirrors taken down has been visiting this mirror site as well as others. With that said, there is a possibility that I may have to remove this site in the near future because like everyone else, I can't afford to go to court to fight it. Luckly, it seems fairly unlikely that any law firm will ever be able to get rid of all these mirrors at this point (there are currently 41 in 8 different countries and this list is growing every day). However, I have only seen very few mirror _lists_ like this one anyplace. If anyone has the resources, it might be wise to mirror this list of mirrors as well so that the right people will still know that these mirrors exist.
Here is a 2600 story with more details on how rhythm.cx was shut down.
Current Mirrors Last updated: Wed, Jan 19, 12:13am EST
Numbers are only for the maintainer's convenienceWe apologize for the length of time between updates. This list has gotten quite large and thus more difficult to maintain.
Much thanks to this site for listing mirrors of the mirror lists.
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
- http://www.2600.com/news/1999/11 12-files/DeCSS.zip/ and http://www.2600.com/news/1 999/1112-files/css-auth.tar.gz
- http://douglas.min.net/~drw/css-auth/
- http://www.devzero.org/freecss.html
- http://www.chello.nl/~f
.vanwaveren/css-auth/css-auth.tar.gz - http://www.geociti es.com/ResearchTriangle/Campus/8877/index.html
- http://www.angelfire.com/mt/popefelix/
- http://www.vexed.net/CSS
- http://members.brabant.chello.nl/~j.vr eeken/
- http://www.dvd.eavy.de/css-auth.tar.gz and http://www.dvd.eavy.de/DeCSS.zip
- http://www.eavy.net/stuff/dvd/css-aut h.tar.gz and http://www.eavy.net/stuff/dvd/DeCSS.zip
- http://frozenlinux.com/local/decss/in dex.html
- http://dirtass.beyatch.net/decss.zip
- http://decss.tripod.com/index.html
- http://www.free-dvd.org.lu/
- http://www.angelfire.com/in2/mirror/
- http://batman.jytol.fi/~vuori/dvd/
- http://www.zpok.demon.co.uk/deCSS/CSS.ht ml
- http://plato.nebulanet.net:88/css/
- http://www.logorrhea.com/main.html
- http://people.delphi.com/salfter/LiVi d.tar.gz
- ftp://193.219.56.32/pub/dvd/LiVi d.CVS-11.06.tar.gz and ftp://193.219.56. 32/pub/dvd/LiVid.CVS-11.06.css-stuff-only.tar.gz
- http://merlin.keble.ox.ac.uk/~a drian/css/index.html
- http://www.dvd-copy.com/
- http://www.sent.freeserve.co.uk/css -auth.tar.gz and http://www.sent.freeserve.co.uk/DeCSS.zip
- http://www.lemuria.org/DeCSS/
- http://members.theglobe.com/avoiderm an/dvd.htm
- http://remco.xgov.net/dvd/
- http://www.twistedlogic.com/htm l/tl_archive_map.htm
- http:/
/munitions.polkaroo.net/software/algorithms/stream ciphers/decss.tar.gz - http://muni tions.dyn.org/software/algorithms/streamciphers/d
e css.tar.gz - http://uk1. munitions.net/software/algorithms/streamciphers/d
e css.tar.gz - http://muni tions.firenze.linux.it/algorithms/streamciphers/d
e css.tar.gz - http://www.irgendeinedomain.de/decs s/index.html
- http://therapy.endorphin.org/DVD/
- http://killer.discordia.ch
/Politics/Copyprotection.phtml - http://linuxvideo.org/
- http://www.geocities.com/SiliconV alley/Port/3224/
- ftp://ftp.one.net/pub/user s/dmahurin/files/software/dvd/
- ftp://ftp.charm.net/pub/usr/home/dutch/ or http://www.charm.net/~dutch/
- http://dsl129.drizzle.com:2001/downlo ads/DVD/
- http://perso.libertysurf. fr/ortal98/dvd_rip/decss_12b.zip
- http://users.drak.net/bem ann/software/css/css-auth.tar.gz and http://users.drak.net/bemann/so ftware/css/DeCSS.zip
- http://www.angelfire.com/movies/decss
- http://www.angelfire.com/myband/decss/
- http://josefine.ben.tuwien.ac.at/~davi d/dvd/
- http://www.c0ke.com/DVD/
- http://rockme.virtualave.net/
- http://amor.rz.hu-berlin.de/~h0444t2v/
- http://www.quintessenz.at/q/index.html
- http://www.dvdlinks.co.uk/css/
- http://www.fortunecit y.com/tinpan/tylerbridge/679/dvdcss.html
- http://www.crosswinds.net/~valo/DeCSS/
- http://members.home.com/christopherlee/ dvd/
- http://members.xoom.com/freedecss/
- http://www.dynamsol.com/satanix/DeCSS.zip and http://www.dynamsol.com/satanix/css -auth.tar.gz
- http://mun itions.cifs.org/software/algorithms/streamciphers
/ decss.tar.gz - http://www.able-towers.com/~flow/
- http://www.cgocable.net/~jdionne/css/
- http://people.mn.mediaone.net/bojay/s lashdot/
- http://www.capital.net/~mazzic
- http://24.108.23.121/DeCSS/
- http://members.tripod.com/donotsueme/
- http://donotsueme.homepage.com
- http://www.homestead.com/donotsueme/ index.html
- http://donotsueme.freeservers.com/
- http://www.angelfire.com/punk/donotsueme/
- http://www.rz.uni-frankfurt.de/~marsie/
- http://209.178.22.9/protest/
- http://www.bard.org.il/~marc/dvd
- http://www.geocities.com/RainFor est/4360/decss.zip
- http://www.altern.com/tfagart/decss.zip
- http://www.itouch.net/~jm/dvd.html
- http://ils.unc.edu/inls183/resources
.shtml#DVD - http://avdira.cc.duth.gr/~kkonstan/css/
- http://www.multimania.com/sxpert/decss/
- http://www.posexperts.com.pl/peopl e/wrobell/css/
- http://www.koek.net/dvd/
- http://www.cyberchrist.org/freecss.html
- http://www.ozemail.com.au/~cybe rchrist/freecss.html
- http://www.planet.net.au/~coram/
- http://www.geek.co.il/css/
- http://www.datacomm.ch/adrien/decss/ index.html
- http://home.rmci.net/bert/fuckthelawyers/
- http://unimatrix.dyndns.org/fucklawyers/
- http://www.isn.net/~dsimeone/DeCSS.zip
- http://logical-solutions.com.au/DeCSS.zip
- http://www.fsp.com/
- http://www.warren-wilson.edu/~echerry/dvd
- http://www.mafkees.com/dvd
- http://dB.org/dvd/
- http://dcwi.com/~wench/decss
- http://dvdcss.newmail.ru
- http://www.subcor.com
- http://www.frankw.net/decss
- http://danger-island.com/~dav/any.lawyer.who/quot
e s.this.url/gives.permission/for .his.residence.to.be.searched/any.bootleg.audio/vi deo/tape.found/nullifies.legal.and.moral .standing/ - http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
- http://www.asleep.net/dvd
- http://members.xoom.com/NiKeX
- http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
- http://www.execpc.com/~unicorn/dvdmirr or.htm
- http://members.xoom.com/chapter3/Mamma No.htm
- http://wiw.org/~drz/css/
- http://merlinjim.freeservers.com/dvd/
- http://www.visi.com/~adept/liberty
- http://www.ct2600.org/2600-DVD.html
- http://magic.hurrah.com/~fireball/dvd/
- ftp://ftp.foon.net/pub/decss
- http://osiris.978.org/~brianr/css/
- http://earnestdesigns.com/dvd
- http://www.satl.com/~satlpop6/
- ftp://cm-d0415.resnet.ucsc.edu/p ub/css-auth.tar.gz
- http://www.mit.edu/afs/sipb/user
/mycroft/css-auth/ - http://www.eyrie.demon.co.uk/derek/dvd/c ss
- http://ananke.hack.pl
- http://budice.ancients.net/www.free -dvd.org.lu/
- http://kesagatame.tripod.com
- http://www.angelfire.com/pokemon/decss
- http://www.gnosis.cx/download/DeCSS.zip
- http://bone.powersurfr.com/DeCSS/
- http://wakeupthe.net/dvd/
- http://cubicmetercrystal.com/decss/
- http://analyzethis.acmecity.com/triboro
/90/ - http://homepages.together.net/~ib nzahid/DeCSS.zip
- http://www.save2600.8m.com
- http://people.ne.mediaone.net/dantepsn/
- http://members.xoom.com/mxpxguy/dvd/
- http://decss.fall0ut.com
- http://vedaa.tripod.com/decss.html
- http://members.xoom.com/iox
- http://www.hackunlimited.com/dvd/
- http://hem.fyristorg.com/police/css.htm
- http://elknews.netpedia.net/dvd/
- http://www.idrive.com/decss/web
- http://www.clug.com/~vodak/dvd/
- http://www.nacs.net/~vodak/dvd/
- http://ny2600.iwarp.com
- http://www.wpi.edu/~nassar/dvd/
- http://www.glue.umd.edu/~castongj
- http://www.geocities.com/cold_dvd/
- http://www.projectgamma.com/deccs/
- http://members.xoom.com/mogreen/decss/
- http://thrash.webjump.com/decss.zip
- http://www.angelfire.com/de2/decss/dec ss.htm
- http://www.ithink.org/dvd/
- http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
- http://www.linuxstart.com/~kv ance/projects/decss.html
- http://www.darkkingz.com/DeCSS.zip
- http://ebmedia.net/dvd/
- http://www.geocities.com/decss_forever/
- http://revolution.3-cities.com/~spack/dv d/
- http://www.geocities.com/Sili conValley/Software/8762/
- http://smokering.org
- http://www.sent.freeserve.co.uk/css -auth.tar.gz
- http://dlsf.org
- http://home.rmci.net/bert/dvd
- http://thrash.webjump.com/decss.zip
- http://linux.uci.agh.edu.pl/~outlaw/ decss.html
- http://debian.mps.krakow.pl/mirror/css/
- http://www.fission.org/~mangino
- http://212.187.12.197/decss/
- http://www.clarkson.edu/~andrixjr
/decss/DeCSS.zip - http://www.geocities.com/Capitol Hill/1583/dvd.html
- http://www.csd.net/~cgadd/dvd.htm
- http://www.members.home.net/normanlorrai n/
- http://home.swipnet.se/~w-18931/decss/
- http://home.soneraplaza.nl/qn/prive/v alhalla/
- http://www.robotslave.net
- http://www.angelfire.com/punk/freedom/
- http://www.corova.com/dvd/
- http://2600.dk/mirrors/css/
- http://dvdcrack.homepage.com
- http://www.copkiller.org
- http://www.worldcity.nl/~frank/dvd
- http://members.xoom.com/iamkeenan/master/
- http://www.adulation.net/css/
- http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
- http://underground.pl/dvd/
- http://members.xoom.com/nyc2600
- http://zerosoft.hypermart.net/warez/ DVDcrK.txt
- http://www.deforest.org/CSS
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.geocities.com/SiliconV alley/File/3635/
- http://members.xoom.com/a1010_2000/
- http://decss.globalservice.hu/
- http://members.xoom.com//_XMC M/madasian2000/index.htm
- ftp://ftp.firehead.org/pub/
- http://www.koek.net/dvd
- http://www.mindspring.com/~stonethrower
- http://www.geocitie s.com/SiliconValley/Hardware/6188/index.html
- http://matt.frogspace.net/css/
- ftp://www.spamshack.net/pub/dcss/
- http://imezok.tripod.com/Untitled.txt
- http://warpedreality.members.easyspace. com/
- http://ts1.online.fr/dvd/
- http://homepages.go.com/homepage s/4/0/3/403_error/
- http://members.xoom.com/maud123/Home/C SS.htm
- http://xtreme2k.8k.com/DeCSS/
- http://hackingdvd.homestead.com/
- http://www.geocities.com/corporatemi ndcontrol/
- http://www.geocities.com/SoHo
/Studios/6752/index.html - http://darklord.darkthrone.com/user s/smith/dvd/
- http://www.image.dk/~mbp
- http://www.divisionbyzero.com/decss/
- http://decss.cx/
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
-
Mirrors part 1Note: This mirror list has been copied from http://www.humpin.org/decss/, on January 2nd 2000 13:13 GMT
Mirrors since 28-Dec-99 added by me.
To my main DVD page (containing list of lists of mirrors) Visit Humpin! (No, it's not what you think!)
Temporary restraining order DENIED!
Thanks to the efforts of the Electronic Frontier Foundation and the organization and support provided by a few of our fellow defendants we are still here! Another hearing is scheduled for January 14th.
We would like to point out to all of the mirror sites with things like "fuck the lawyers" on them that it is because of a generous group of lawyers that we are still here. These lawyers are working for free (or much less than they could get by going over to the Dark Side) and don't deserve this kind of abuse.
Here is the EFF's stance on this case.
If you need a REAL reason to host these files, try reading this. Truth has never been more purely distilled.Save a copy of this web page now!
We have just been informed that the DVD Copy Control Association is seeking a restraining order against us (named as "Doe 28") for distributing DeCSS and linking to pages that distribute it and linking to pages that link to pages that distribute it.
Section 48 of this request states that we supposedly "have received notice through the MPA and refused to remove the information at issue". This is absolutely false! We have never received any such request (from the MPA or anybody else for that matter) and we obviously were not given the opportunity to refuse! Either Jared Bobrow needs to go back to law school or the DVD CCA needs to get a new firm. This is the kind of sloppy work that could get an important document thrown out.
Here is a 2600 story on this.
Explanation on legality of this information
The software (source as well as binaries) offered on this site can be freely redistributed because it was published under the GNU General Public License. The purpose of this software is not illegal copying of DVD disks. It is meant to provide information necessary to be able to program a DVD player for Linux. To do this, the CSS system needs to be incorporated in the player. Recently the (very weak) DVD content scrambling system was deciphered, freeing the way for a Linux DVD player. The CSS system is not a copy protection system, since it does not prevent copying of the disk. Writing information about the way an encryption scheme functions is completely legal. The source code and binaries on this site are completely legal too, since they contain no code from the DVD consortium or its members. The sources and programs on this site were written by third parties using clean-room reverse engineering methods which are (ready?) completly legal.
Attention www.rhythm.cx was hosting a list of mirrors for these files. That list of mirrors has been replaced with a page reading "This site has been taken down for legal reasons." Here's what the maintainer put on the site the day it was shut down:
NOTE (Thu, Nov 11, 12:17pm EST): I've recently been informed that a law firm which is likely to be one that would try get these mirrors taken down has been visiting this mirror site as well as others. With that said, there is a possibility that I may have to remove this site in the near future because like everyone else, I can't afford to go to court to fight it. Luckly, it seems fairly unlikely that any law firm will ever be able to get rid of all these mirrors at this point (there are currently 41 in 8 different countries and this list is growing every day). However, I have only seen very few mirror _lists_ like this one anyplace. If anyone has the resources, it might be wise to mirror this list of mirrors as well so that the right people will still know that these mirrors exist.
Here is a 2600 story with more details on how rhythm.cx was shut down.
Current Mirrors Last updated: Fri, Dec 31, 8:18pm EST
Numbers are only for the maintainer's convenienceMuch thanks to this site for listing mirrors of the mirror lists.
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
- http://www.2600.com/news/1999/11 12-files/DeCSS.zip/ and http://www.2600.com/news/1 999/1112-files/css-auth.tar.gz
- http://douglas.min.net/~drw/css-auth/
- http://www.devzero.org/freecss.html
- http://www.chello.nl/~f
.vanwaveren/css-auth/css-auth.tar.gz - http://www.geociti es.com/ResearchTriangle/Campus/8877/index.html
- http://www.angelfire.com/mt/popefelix/
- http://www.vexed.net/CSS
- http://members.brabant.chello.nl/~j.vr eeken/
- http://www.dvd.eavy.de/css-auth.tar.gz and http://www.dvd.eavy.de/DeCSS.zip
- http://www.eavy.net/stuff/dvd/css-aut h.tar.gz and http://www.eavy.net/stuff/dvd/DeCSS.zip
- http://frozenlinux.com/local/decss/in dex.html
- http://www.unitycode.org/
- http://dirtass.beyatch.net/decss.zip
- http://decss.tripod.com/index.html
- http://www.free-dvd.org.lu/
- http://www.angelfire.com/in2/mirror/
- http://batman.jytol.fi/~vuori/dvd/
- http://www.zpok.demon.co.uk/deCSS/CSS.ht ml
- http://plato.nebulanet.net:88/css/
- http://www.logorrhea.com/main.html
- http://people.delphi.com/salfter/LiVi d.tar.gz
- ftp://193.219.56.32/pub/dvd/LiVi d.CVS-11.06.tar.gz and ftp://193.219.56. 32/pub/dvd/LiVid.CVS-11.06.css-stuff-only.tar.gz
- http://merlin.keble.ox.ac.uk/~a drian/css/index.html
- http://www.dvd-copy.com/
- http://www.zip.com.au/~cs/dvd/css
/css-auth.tar.gz and http://www.zip.com.au/~cs/dvd/css/DeCSS .zip - http://www.sent.freeserve.co.uk/css -auth.tar.gz and http://www.sent.freeserve.co.uk/DeCSS.zip
- http://members.tripod.lycos.nl/jvz/
- http://www.lemuria.org/DeCSS/
- http://members.theglobe.com/avoiderm an/dvd.htm
- http://remco.xgov.net/dvd/
- ftp://dvd:dvd@206.98.63.136
- http://www.twistedlogic.com/htm l/tl_archive_map.htm
- http://mu nitions.vipul.net/software/algorithms/streamciphe
r s/decss.tar.gz - http:/
/munitions.polkaroo.net/software/algorithms/stream ciphers/decss.tar.gz - http://muni tions.dyn.org/software/algorithms/streamciphers/d
e css.tar.gz - http://uk1. munitions.net/software/algorithms/streamciphers/d
e css.tar.gz - http://134.100.185.221/decss/
- http://muni tions.firenze.linux.it/algorithms/streamciphers/d
e css.tar.gz - http://www.tasam.com/~fenkt/dvd/
- http://therapy.endorphin.org/DVD/
- http://killer.discordia.ch
/Politics/Copyprotection.phtml - http://livid.on.openprojects.net
- http://www.geocities.com/SiliconV alley/Port/3224/
- ftp://ftp.one.net/pub/user s/dmahurin/files/software/dvd/
- ftp://ftp.charm.net/pub/usr/home/dutch/ or http://www.charm.net/~dutch/
- http://dsl129.drizzle.com:2001/downlo ads/DVD/
- http://perso.libertysurf. fr/ortal98/dvd_rip/decss_12b.zip
- http://users.drak.net/bem ann/software/css/css-auth.tar.gz and http://users.drak.net/bemann/so ftware/css/DeCSS.zip
- http://www.angelfire.com/movies/decss
- http://members.tripod.co.uk/bap/css/cs s.html
- http://www.angelfire.com/myband/decss/
- http://josefine.ben.tuwien.ac.at/~davi d/dvd/
- http://www.c0ke.com/DVD/
- http://rockme.virtualave.net/
- http://amor.rz.hu-berlin.de/~h0444t2v/
- http://www.quintessenz.at/q/index.html
- http://www.dvdlinks.co.uk/css/
- http://www.fortunecit y.com/tinpan/tylerbridge/679/dvdcss.html
- http://www.crosswinds.net/~valo/DeCSS/
- http://members.home.com/christopherlee/ dvd/
- http://members.xoom.com/freedecss/
- http://63.225.181.97/decss/
- ftp://alma.dhs.org/pub/DVD/
- http://www.dynamsol.com/satanix/DeCSS.zip and http://www.dynamsol.com/satanix/css -auth.tar.gz
- http://mun itions.cifs.org/software/algorithms/streamciphers
/ decss.tar.gz - http://www.able-towers.com/~flow/
- http://www.cgocable.net/~jdionne/css/
- http://people.mn.mediaone.net/bojay/s lashdot/
- http://www.capital.net/~mazzic
- http://24.108.23.121/DeCSS/
- http://ananke.hack.pl/
- http://www.geocities.com/donotsueme/
- http://members.tripod.com/donotsueme/
- http://donotsueme.homepage.com
- http://www.homestead.com/donotsueme/ index.html
- http://donotsueme.freeservers.com/
- http://www.angelfire.com/punk/donotsueme/
- http://www.rz.uni-frankfurt.de/~marsie/
- http://209.178.22.9/protest/
- http://www.bard.org.il/~marc/dvd
- http://www.geocities.com/RainFor est/4360/decss.zip
- http://www.altern.com/tfagart/decss.zip
- http://www.itouch.net/~jm/dvd.html
- http://ils.unc.edu/inls183/resources
.shtml#DVD - http://avdira.cc.duth.gr/~kkonstan/css/
- http://www.multimania.com/sxpert/decss/
- http://www.posexperts.com.pl/peopl e/wrobell/css/
- http://www.koek.net/dvd/
- http://www.cyberchrist.org/freecss.html
- http://www.ozemail.com.au/~cybe rchrist/freecss.html
- http://www.planet.net.au/~coram/
- http://www.geek.co.il/css/
- http://www.datacomm.ch/adrien/decss/ index.html
- http://home.rmci.net/bert/fuckthelawyers/
- http://unimatrix.dyndns.org/fucklawyers/
- http://www.isn.net/~dsimeone/DeCSS.zip
- http://logical-solutions.com.au/DeCSS.zip
- http://www.sarahandcasey.com/decss/
- http://www.fsp.com/
- http://www.warren-wilson.edu/~echerry/dvd
- http://www.mafkees.com/dvd
- http://dB.org/dvd/
- http://dcwi.com/~wench/decss
- http://dvdcss.newmail.ru
- http://www.subcor.com
- http://www.frankw.net/decss
- http://danger-island.com/~dav/any.lawyer.who/quot
e s.this.url/gives.permission/for .his.residence.to.be.searched/any.bootleg.audio/vi deo/tape.found/nullifies.legal.and.moral .standing/ - http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
- http://www.asleep.net/dvd
- http://members.xoom.com/NiKeX
- http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
- http://www.execpc.com/~unicorn/dvdmirr or.htm
- http://members.xoom.com/chapter3/Mamma No.htm
- http://wiw.org/~drz/css/
- http://merlinjim.freeservers.com/dvd/
- http://www.visi.com/~adept/liberty
- http://mikedotd.penguinpowered.com/deccs
- http://www.ct2600.org/2600-DVD.html
- http://magic.hurrah.com/~fireball/dvd/
- http://www.jonhanson.com/dvd
- ftp://ftp.foon.net/pub/decss
- http://osiris.978.org/~brianr/css/
- http://earnestdesigns.com/dvd
- http://www.satl.com/~satlpop6/
- http://xempt.darpa.org:81/decss/
- ftp://cm-d0415.resnet.ucsc.edu/p ub/css-auth.tar.gz
- http://www.mit.edu/afs/sipb/user
/mycroft/css-auth/ - http://www.eyrie.demon.co.uk/derek/dvd/c ss
- http://ananke.hack.pl
- http://budice.ancients.net/www.free -dvd.org.lu/
- http://defiance.darktech.org/decss/
- http://kesagatame.tripod.com
- http://www.angelfire.com/pokemon/decss
- http://www.gnosis.cx/download/DeCSS.zip
- http://bone.powersurfr.com/DeCSS/
- http://wakeupthe.net/dvd/
- http://everest.yooniks.org/dvd
- http://cubicmetercrystal.com/decss/
- http://analyzethis.acmecity.com/triboro
/90/ - http://homepages.together.net/~ib nzahid/DeCSS.zip
- http://www.save2600.8m.com
- http://people.ne.mediaone.net/dantepsn/
- http://members.xoom.com/mxpxguy/dvd/
- http://decss.fall0ut.com
- http://vedaa.tripod.com/decss.html
- http://members.xoom.com/iox
- http://www.hackunlimited.com/dvd/
- http://hem.fyristorg.com/police/css.htm
- http://elknews.netpedia.net/dvd/
- http://www.idrive.com/decss/web
- http://quintessenz.at/q
- http://www.clug.com/~vodak/dvd/
- http://www.nacs.net/~vodak/dvd/
- http://ny2600.iwarp.com
- http://www.wpi.edu/~nassar/dvd/
- http://www.glue.umd.edu/~castongj
- http://www.geocities.com/cold_dvd/
- http://www.projectgamma.com/deccs/
- http://members.xoom.com/mogreen/decss/
- http://thrash.webjump.com/decss.zip
- http://www.angelfire.com/de2/decss/dec ss.htm
- http://www.krackdown.com/decss
- http://www.ithink.org/dvd/
- http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
- http://chaz.fsgs.com/misc/DvD/
- http://www.linuxstart.com/~kv ance/projects/decss.html
- http://www.darkkingz.com/DeCSS.zip
- http://come.to/intelex
- http://ebmedia.net/dvd/
- http://www.geocities.com/decss_forever/
- http://revolution.3-cities.com/~spack/dv d/
- http://www.geocities.com/Sili conValley/Software/8762/
- http://members.xoom.com/s_o_sam/help.html
- http://smokering.org
- http://www.sent.freeserve.co.uk/css -auth.tar.gz
- http://dlsf.org
- http://home.rmci.net/bert/dvd
- http://thrash.webjump.com/decss.zip
- http://linux.uci.agh.edu.pl/~outlaw/ decss.html
- http://debian.mps.krakow.pl/mirror/css/
- http://www.fission.org/~mangino
- http://212.187.12.197/decss/
- http://www.clarkson.edu/~andrixjr
/decss/DeCSS.zip - http://www.geocities.com/Capitol Hill/1583/dvd.html
- http://members.xoom.com/freedecss/
- http://www.csd.net/~cgadd/dvd.htm
- http://www.members.home.net/normanlorrai n/
- http://home.swipnet.se/~w-18931/decss/
- http://home.soneraplaza.nl/qn/prive/v alhalla/
- http://www.robotslave.net
- http://www.angelfire.com/punk/freedom/
- http://www.corova.com/dvd/
- http://2600.dk/mirrors/css/
- http://dvdcrack.homepage.com
- http://www.copkiller.org
- http://www.worldcity.nl/~frank/dvd
- http://members.xoom.com/iamkeenan/master/
- http://www.adulation.net/css/
- http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
- http://underground.pl/dvd/
- http://members.xoom.com/nyc2600
- http://zerosoft.hypermart.net/warez/ DVDcrK.txt
- http://www.deforest.org/CSS
- http://nickd.org/decss
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.geocities.com/SiliconV alley/File/3635/
- http://members.xoom.com/a1010_2000/
- http://decss.globalservice.hu/
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
-
Re:Any movie plans for this book ?
Actually, there have been rumors.. but I haven't heard anything lately.
"Childhood's End (Universal Studios)" was listed under "Optioned" in a list of future projects.. recieved from Mr. Clarke after my dad wrote him a letter.. check it out:
http://pez9000.virtualave.net/scifi.html
pez9000 -
Who needs a desktop?
-
OOPS - Trying Humpin list againYou have one bat and there are 100 million holes Visit Humpin! (No, it's not what you think!)
Temporary restraining order DENIED!
Thanks to the efforts of the Electronic Frontier Foundation and the organization and support provided by a few of our fellow defendants we are still here! Another hearing is scheduled for January 14th.
We would like to point out to all of the mirror sites with things like "fuck the lawyers" on them that it is because of a generous group of lawyers that we are still here. These lawyers are working for free (or much less than they could get by going over to the Dark Side) and don't deserve this kind of abuse.
Here is the EFF's stance on this case.
If you need a REAL reason to host these files, try reading this. Truth has never been more purely distilled.Save a copy of this web page now!
We have just been informed that the DVD Copy Control Association is seeking a restraining order against us (named as "Doe 28") for distributing DeCSS and linking to pages that distribute it and linking to pages that link to pages that distribute it.
Section 48 of this request states that we supposedly "have received notice through the MPA and refused to remove the information at issue". This is absolutely false! We have never received any such request (from the MPA or anybody else for that matter) and we obviously were not given the opportunity to refuse! Either Jared Bobrow needs to go back to law school or the DVD CCA needs to get a new firm. This is the kind of sloppy work that could get an important document thrown out.
Here is a 2600 story on this.
Explanation on legality of this information
The software (source as well as binaries) offered on this site can be freely redistributed because it was published under the GNU General Public License. The purpose of this software is not illegal copying of DVD disks. It is meant to provide information necessary to be able to program a DVD player for Linux. To do this, the CSS system needs to be incorporated in the player. Recently the (very weak) DVD content scrambling system was deciphered, freeing the way for a Linux DVD player. The CSS system is not a copy protection system, since it does not prevent copying of the disk. Writing information about the way an encryption scheme functions is completely legal. The source code and binaries on this site are completely legal too, since they contain no code from the DVD consortium or its members. The sources and programs on this site were written by third parties using clean-room reverse engineering methods which are (ready?) completly legal.
Attention www.rhythm.cx was hosting a list of mirrors for these files. That list of mirrors has been replaced with a page reading "This site has been taken down for legal reasons." Here's what the maintainer put on the site the day it was shut down:
NOTE (Thu, Nov 11, 12:17pm EST): I've recently been informed that a law firm which is likely to be one that would try get these mirrors taken down has been visiting this mirror site as well as others. With that said, there is a possibility that I may have to remove this site in the near future because like everyone else, I can't afford to go to court to fight it. Luckly, it seems fairly unlikely that any law firm will ever be able to get rid of all these mirrors at this point (there are currently 41 in 8 different countries and this list is growing every day). However, I have only seen very few mirror _lists_ like this one anyplace. If anyone has the resources, it might be wise to mirror this list of mirrors as well so that the right people will still know that these mirrors exist.
Here is a 2600 story with more details on how rhythm.cx was shut down.
Current Mirrors Last updated: Thu, Dec 30, 2:55am EST
Numbers are only for the maintainer's convenienceMuch thanks to this site for listing mirrors of the mirror lists.
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
- http://www.2600.com/news/1999/11 12-files/DeCSS.zip/ and http://www.2600.com/news/1 999/1112-files/css-auth.tar.gz
- http://douglas.min.net/~drw/css-auth/
- http://www.devzero.org/freecss.html
- http://www.chello.nl/~f
.vanwaveren/css-auth/css-auth.tar.gz - http://www.geociti es.com/ResearchTriangle/Campus/8877/index.html
- http://www.angelfire.com/mt/popefelix/
- http://www.vexed.net/CSS
- http://members.brabant.chello.nl/~j.vr eeken/
- http://www.dvd.eavy.de/css-auth.tar.gz and http://www.dvd.eavy.de/DeCSS.zip
- http://www.eavy.net/stuff/dvd/css-aut h.tar.gz and http://www.eavy.net/stuff/dvd/DeCSS.zip
- http://frozenlinux.com/local/decss/in dex.html
- http://www.unitycode.org/
- http://dirtass.beyatch.net/decss.zip
- http://decss.tripod.com/index.html
- http://www.free-dvd.org.lu/
- http://www.angelfire.com/in2/mirror/
- http://batman.jytol.fi/~vuori/dvd/
- http://www.zpok.demon.co.uk/deCSS/CSS.ht ml
- http://plato.nebulanet.net:88/css/
- http://www.logorrhea.com/main.html
- http://people.delphi.com/salfter/LiVi d.tar.gz
- ftp://193.219.56.32/pub/dvd/LiVi d.CVS-11.06.tar.gz and ftp://193.219.56. 32/pub/dvd/LiVid.CVS-11.06.css-stuff-only.tar.gz
- http://merlin.keble.ox.ac.uk/~a drian/css/index.html
- http://www.dvd-copy.com/
- http://www.zip.com.au/~cs/dvd/css
/css-auth.tar.gz and http://www.zip.com.au/~cs/dvd/css/DeCSS .zip - http://www.sent.freeserve.co.uk/css -auth.tar.gz and http://www.sent.freeserve.co.uk/DeCSS.zip
- http://members.tripod.lycos.nl/jvz/
- http://www.lemuria.org/DeCSS/
- http://members.theglobe.com/avoiderm an/dvd.htm
- http://remco.xgov.net/dvd/
- ftp://dvd:dvd@206.98.63.136
- http://www.twistedlogic.com/htm l/tl_archive_map.htm
- http://mu nitions.vipul.net/software/algorithms/streamciphe
r s/decss.tar.gz - http:/
/munitions.polkaroo.net/software/algorithms/stream ciphers/decss.tar.gz - http://muni tions.dyn.org/software/algorithms/streamciphers/d
e css.tar.gz - http://uk1. munitions.net/software/algorithms/streamciphers/d
e css.tar.gz - http://134.100.185.221/decss/
- http://muni tions.firenze.linux.it/algorithms/streamciphers/d
e css.tar.gz - http://www.tasam.com/~fenkt/dvd/
- http://therapy.endorphin.org/DVD/
- http://killer.discordia.ch
/Politics/Copyprotection.phtml - http://livid.on.openprojects.net
- http://www.geocities.com/SiliconV alley/Port/3224/
- ftp://ftp.one.net/pub/user s/dmahurin/files/software/dvd/
- ftp://ftp.charm.net/pub/usr/home/dutch/ or http://www.charm.net/~dutch/
- http://dsl129.drizzle.com:2001/downlo ads/DVD/
- http://perso.libertysurf. fr/ortal98/dvd_rip/decss_12b.zip
- http://users.drak.net/bem ann/software/css/css-auth.tar.gz and http://users.drak.net/bemann/so ftware/css/DeCSS.zip
- http://www.angelfire.com/movies/decss
- http://members.tripod.co.uk/bap/css/cs s.html
- http://www.angelfire.com/myband/decss/
- http://josefine.ben.tuwien.ac.at/~davi d/dvd/
- http://www.c0ke.com/DVD/
- http://rockme.virtualave.net/
- http://amor.rz.hu-berlin.de/~h0444t2v/
- http://www.quintessenz.at/q/index.html
- http://www.dvdlinks.co.uk/css/
- http://www.fortunecit y.com/tinpan/tylerbridge/679/dvdcss.html
- http://www.crosswinds.net/~valo/DeCSS/
- http://members.home.com/christopherlee/ dvd/
- http://members.xoom.com/freedecss/
- http://63.225.181.97/decss/
- ftp://alma.dhs.org/pub/DVD/
- http://www.dynamsol.com/satanix/DeCSS.zip and http://www.dynamsol.com/satanix/css -auth.tar.gz
- http://mun itions.cifs.org/software/algorithms/streamciphers
/ decss.tar.gz - http://www.able-towers.com/~flow/
- http://www.cgocable.net/~jdionne/css/
- http://people.mn.mediaone.net/bojay/s lashdot/
- http://www.capital.net/~mazzic
- http://24.108.23.121/DeCSS/
- http://ananke.hack.pl/
- http://www.geocities.com/donotsueme/
- http://members.tripod.com/donotsueme/
- http://donotsueme.homepage.com
- http://www.homestead.com/donotsueme/ index.html
- http://donotsueme.freeservers.com/
- http://www.angelfire.com/punk/donotsueme/
- http://www.rz.uni-frankfurt.de/~marsie/
- http://209.178.22.9/protest/
- http://www.bard.org.il/~marc/dvd
- http://www.geocities.com/RainFor est/4360/decss.zip
- http://www.altern.com/tfagart/decss.zip
- http://www.itouch.net/~jm/dvd.html
- http://ils.unc.edu/inls183/resources
.shtml#DVD - http://avdira.cc.duth.gr/~kkonstan/css/
- http://www.multimania.com/sxpert/decss/
- http://www.posexperts.com.pl/peopl e/wrobell/css/
- http://www.koek.net/dvd/
- http://www.cyberchrist.org/freecss.html
- http://www.ozemail.com.au/~cybe rchrist/freecss.html
- http://www.planet.net.au/~coram/
- http://www.geek.co.il/css/
- http://www.datacomm.ch/adrien/decss/ index.html
- http://home.rmci.net/bert/fuckthelawyers/
- http://unimatrix.dyndns.org/fucklawyers/
- http://www.isn.net/~dsimeone/DeCSS.zip
- http://logical-solutions.com.au/DeCSS.zip
- http://www.sarahandcasey.com/decss/
- http://www.fsp.com/
- http://www.warren-wilson.edu/~echerry/dvd
- http://www.mafkees.com/dvd
- http://dB.org/dvd/
- http://dcwi.com/~wench/decss
- http://dvdcss.newmail.ru
- http://www.subcor.com
- http://www.frankw.net/decss
- http://danger-island.com/~dav/any.lawyer.who/quot
e s.this.url/gives.permission/for .his.residence.to.be.searched/any.bootleg.audio/vi deo/tape.found/nullifies.legal.and.moral .standing/ - http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
- http://www.asleep.net/dvd
- http://members.xoom.com/NiKeX
- http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
- http://www.execpc.com/~unicorn/dvdmirr or.htm
- http://members.xoom.com/chapter3/Mamma No.htm
- http://wiw.org/~drz/css/
- http://merlinjim.freeservers.com/dvd/
- http://www.visi.com/~adept/liberty
- http://mikedotd.penguinpowered.com/deccs
- http://www.ct2600.org/2600-DVD.html
- http://magic.hurrah.com/~fireball/dvd/
- http://www.jonhanson.com/dvd
- ftp://ftp.foon.net/pub/decss
- http://osiris.978.org/~brianr/css/
- http://earnestdesigns.com/dvd
- http://www.satl.com/~satlpop6/
- http://xempt.darpa.org:81/decss/
- ftp://cm-d0415.resnet.ucsc.edu/p ub/css-auth.tar.gz
- http://www.mit.edu/afs/sipb/user
/mycroft/css-auth/ - http://www.eyrie.demon.co.uk/derek/dvd/c ss
- http://ananke.hack.pl
- http://budice.ancients.net/www.free -dvd.org.lu/
- http://defiance.darktech.org/decss/
- http://kesagatame.tripod.com
- http://www.angelfire.com/pokemon/decss
- http://www.gnosis.cx/download/DeCSS.zip
- http://bone.powersurfr.com/DeCSS/
- http://wakeupthe.net/dvd/
- http://everest.yooniks.org/dvd
- http://cubicmetercrystal.com/decss/
- http://analyzethis.acmecity.com/triboro
/90/ - http://homepages.together.net/~ib nzahid/DeCSS.zip
- http://www.save2600.8m.com
- http://people.ne.mediaone.net/dantepsn/
- http://members.xoom.com/mxpxguy/dvd/
- http://decss.fall0ut.com
- http://vedaa.tripod.com/decss.html
- http://members.xoom.com/iox
- http://www.hackunlimited.com/dvd/
- http://hem.fyristorg.com/police/css.htm
- http://elknews.netpedia.net/dvd/
- http://www.idrive.com/decss/web
- http://quintessenz.at/q
- http://www.clug.com/~vodak/dvd/
- http://www.nacs.net/~vodak/dvd/
- http://ny2600.iwarp.com
- http://www.wpi.edu/~nassar/dvd/
- http://www.glue.umd.edu/~castongj
- http://www.geocities.com/cold_dvd/
- http://www.projectgamma.com/deccs/
- http://members.xoom.com/mogreen/decss/
- http://thrash.webjump.com/decss.zip
- http://www.angelfire.com/de2/decss/dec ss.htm
- http://www.krackdown.com/decss
- http://www.ithink.org/dvd/
- http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
- http://chaz.fsgs.com/misc/DvD/
- http://www.linuxstart.com/~kv ance/projects/decss.html
- http://www.darkkingz.com/DeCSS.zip
- http://come.to/intelex
- http://ebmedia.net/dvd/
- http://www.geocities.com/decss_forever/
- http://revolution.3-cities.com/~spack/dv d/
- http://www.geocities.com/Sili conValley/Software/8762/
- http://members.xoom.com/s_o_sam/help.html
- http://smokering.org
- http://www.sent.freeserve.co.uk/css -auth.tar.gz
- http://dlsf.org
- http://home.rmci.net/bert/dvd
- http://thrash.webjump.com/decss.zip
- http://linux.uci.agh.edu.pl/~outlaw/ decss.html
- http://debian.mps.krakow.pl/mirror/css/
- http://www.fission.org/~mangino
- http://212.187.12.197/decss/
- http://www.clarkson.edu/~andrixjr
/decss/DeCSS.zip - http://www.geocities.com/Capitol Hill/1583/dvd.html
- http://members.xoom.com/freedecss/
- http://www.csd.net/~cgadd/dvd.htm
- http://www.members.home.net/normanlorrai n/
- http://home.swipnet.se/~w-18931/decss/
- http://home.soneraplaza.nl/qn/prive/v alhalla/
- http://www.robotslave.net
- http://www.angelfire.com/punk/freedom/
- http://www.corova.com/dvd/
- http://2600.dk/mirrors/css/
- http://dvdcrack.homepage.com
- http://www.copkiller.org
- http://www.worldcity.nl/~frank/dvd
- http://members.xoom.com/iamkeenan/master/
- http://www.adulation.net/css/
- http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
- http://underground.pl/dvd/
- http://members.xoom.com/nyc2600
- http://zerosoft.hypermart.net/warez/ DVDcrK.txt
- http://www.deforest.org/CSS
- http://nickd.org/decss
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
This site contains some good technical documentation as well as more source code that the DVD consorium's lawyers would rather you not see:
http://crypto.gq.nu/
Semi-broken Mirrors
(These mirrors sometimes work and sometimes don't)
http://joe.to/storage/files/decss.zip
ftp://eris.giga.or.at/pub/hacker/crypt/ DVD/
http://gullii.stu.rpi.edu/dvd/files/D eCSS.zip and http://gullii.stu.rpi.edu/dvd/f iles/css-auth.tar.gz
http://www.discordia.de/decss/DeCSS.zip and http://www.discordia.de/decss/css-aut h_tar.gz and http://www.discordia.de/decss/LiVid.tgz
Broken Mirrors
(These are listed here for the notification of the people who run them)
http://members.theglobe.com/avoiderman/css-auth.ta r.gz
ftp://mikpos.dyndns.org/pub/cssdvd.zip
ftp://195.115.63.44/pub/DeCSS.zip
http://home.c2i.net/buddha9/
http://frodo.campus.luth.se/~iocc/tip.html
http://home.t-online.de/home/skinner01/decss.zip ftp://ftp.firehead.org/pub/
http://freeweb.digiweb.com/business/avoiderman/
http://www.hack.b3.nu/
Mirrors shut down by The Man
(A moment of silence, please.)
http://www.rhythm.cx/dvd/css-auth.tar.gz and http://www.rhythm.cx/dvd/DeCSS.zip
http://dvdcracked.tvheaven.com/index.html
http://home.worldonline.dk/~andersa/download/DeCSS .zip
http://download.cnet.com/downloads/0-10079-100-143 3209.html?tag=st.dl.10001_104_3.lst.titl edetail
http://www.theresistance.net/files.html
http://cryptome.org/dvd-css.htm
http://www.d.umn.edu/~dchan/css/
http://caspian.twu.net/dvd/
http://mclaughlin.orange.ca.us/~andrew/
ftp://134.173.94.44 - http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
-
MirrorsYou have one bat and there are 100 million holes Visit Humpin! (No, it's not what you think!)
Save a copy of this web page now!
We have just been informed that the DVD Copy Control Association is seeking a restraining order against us (named as "Doe 28") for distributing DeCSS and linking to pages that distribute it and linking to pages that link to pages that distribute it.
Section 48 of this request states that we supposedly "have received notice through the MPA and refused to remove the information at issue". This is absolutely false! We have never received any such request (from the MPA or anybody else for that matter) and we obviously were not given the opportunity to refuse! Either Jared Bobrow needs to go back to law school or the DVD CCA needs to get a new firm. This is the kind of sloppy work that could get an important document thrown out.
Here is a 2600 story on this.
Explanation on legality of this information
The software (source as well as binaries) offered on this site can be freely redistributed because it was published under the GNU General Public License. The purpose of this software is not illegal copying of DVD disks. It is meant to provide information necessary to be able to program a DVD player for Linux. To do this, the CSS system needs to be incorporated in the player. Recently the (very weak) DVD content scrambling system was deciphered, freeing the way for a Linux DVD player. The CSS system is not a copy protection system, since it does not prevent copying of the disk. Writing information about the way an encryption scheme functions is completely legal. The source code and binaries on this site are completely legal too, since they contain no code from the DVD consortium or its members. The sources and programs on this site were written by third parties using clean-room reverse engineering methods which are (ready?) completly legal.
Attention www.rhythm.cx was hosting a list of mirrors for these files. That list of mirrors has been replaced with a page reading "This site has been taken down for legal reasons." Here's what the maintainer put on the site the day it was shut down:
NOTE (Thu, Nov 11, 12:17pm EST): I've recently been informed that a law firm which is likely to be one that would try get these mirrors taken down has been visiting this mirror site as well as others. With that said, there is a possibility that I may have to remove this site in the near future because like everyone else, I can't afford to go to court to fight it. Luckly, it seems fairly unlikely that any law firm will ever be able to get rid of all these mirrors at this point (there are currently 41 in 8 different countries and this list is growing every day). However, I have only seen very few mirror _lists_ like this one anyplace. If anyone has the resources, it might be wise to mirror this list of mirrors as well so that the right people will still know that these mirrors exist.
Here is a 2600 story with more details on how rhythm.cx was shut down.
Current Mirrors Last updated: Wed, Dec 29, 3:14pm EST
Numbers are only for the maintainer's convenienceMuch thanks to this site for listing mirrors of the mirror lists.
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
- http://www.2600.com/news/1999/11 12-files/DeCSS.zip/ and http://www.2600.com/news/1 999/1112-files/css-auth.tar.gz
- http://douglas.min.net/~drw/css-auth/
- http://www.devzero.org/freecss.html
- http://www.chello.nl/~f
.vanwaveren/css-auth/css-auth.tar.gz - http://www.geociti es.com/ResearchTriangle/Campus/8877/index.html
- http://www.angelfire.com/mt/popefelix/
- http://www.vexed.net/CSS
- http://members.brabant.chello.nl/~j.vr eeken/
- http://www.dvd.eavy.de/css-auth.tar.gz and http://www.dvd.eavy.de/DeCSS.zip
- http://www.eavy.net/stuff/dvd/css-aut h.tar.gz and http://www.eavy.net/stuff/dvd/DeCSS.zip
- http://frozenlinux.com/local/decss/in dex.html
- http://www.unitycode.org/
- http://dirtass.beyatch.net/decss.zip
- http://decss.tripod.com/index.html
- http://www.free-dvd.org.lu/
- http://www.angelfire.com/in2/mirror/
- http://batman.jytol.fi/~vuori/dvd/
- http://www.zpok.demon.co.uk/deCSS/CSS.ht ml
- http://plato.nebulanet.net:88/css/
- http://www.logorrhea.com/main.html
- http://people.delphi.com/salfter/LiVi d.tar.gz
- ftp://193.219.56.32/pub/dvd/LiVi d.CVS-11.06.tar.gz and ftp://193.219.56. 32/pub/dvd/LiVid.CVS-11.06.css-stuff-only.tar.gz
- http://merlin.keble.ox.ac.uk/~a drian/css/index.html
- http://www.dvd-copy.com/
- http://www.zip.com.au/~cs/dvd/css
/css-auth.tar.gz and http://www.zip.com.au/~cs/dvd/css/DeCSS .zip - http://www.sent.freeserve.co.uk/css -auth.tar.gz and http://www.sent.freeserve.co.uk/DeCSS.zip
- http://members.tripod.lycos.nl/jvz/
- http://www.lemuria.org/DeCSS/
- http://members.theglobe.com/avoiderm an/dvd.htm
- http://remco.xgov.net/dvd/
- ftp://dvd:dvd@206.98.63.136
- http://www.twistedlogic.com/htm l/tl_archive_map.htm
- http://mu nitions.vipul.net/software/algorithms/streamciphe
r s/decss.tar.gz - http:/
/munitions.polkaroo.net/software/algorithms/stream ciphers/decss.tar.gz - http://muni tions.dyn.org/software/algorithms/streamciphers/d
e css.tar.gz - http://uk1. munitions.net/software/algorithms/streamciphers/d
e css.tar.gz - http://134.100.185.221/decss/
- http://muni tions.firenze.linux.it/algorithms/streamciphers/d
e css.tar.gz - http://www.tasam.com/~fenkt/dvd/
- http://therapy.endorphin.org/DVD/
- http://killer.discordia.ch
/Politics/Copyprotection.phtml - http://livid.on.openprojects.net
- http://www.geocities.com/SiliconV alley/Port/3224/
- ftp://ftp.one.net/pub/user s/dmahurin/files/software/dvd/
- ftp://ftp.charm.net/pub/usr/home/dutch/ or http://www.charm.net/~dutch/
- http://dsl129.drizzle.com:2001/downlo ads/DVD/
- http://perso.libertysurf. fr/ortal98/dvd_rip/decss_12b.zip
- http://users.drak.net/bem ann/software/css/css-auth.tar.gz and http://users.drak.net/bemann/so ftware/css/DeCSS.zip
- http://www.angelfire.com/movies/decss
- http://members.tripod.co.uk/bap/css/cs s.html
- http://www.angelfire.com/myband/decss/
- http://josefine.ben.tuwien.ac.at/~davi d/dvd/
- http://www.c0ke.com/DVD/
- http://rockme.virtualave.net/
- http://amor.rz.hu-berlin.de/~h0444t2v/
- http://www.quintessenz.at/q/index.html
- http://www.dvdlinks.co.uk/css/
- http://www.fortunecit y.com/tinpan/tylerbridge/679/dvdcss.html
- http://www.crosswinds.net/~valo/DeCSS/
- http://members.home.com/christopherlee/ dvd/
- http://members.xoom.com/freedecss/
- http://63.225.181.97/decss/
- ftp://alma.dhs.org/pub/DVD/
- http://www.dynamsol.com/satanix/DeCSS.zip and http://www.dynamsol.com/satanix/css -auth.tar.gz
- http://mun itions.cifs.org/software/algorithms/streamciphers
/ decss.tar.gz - http://www.able-towers.com/~flow/
- http://www.cgocable.net/~jdionne/css/
- http://people.mn.mediaone.net/bojay/s lashdot/
- http://www.capital.net/~mazzic
- http://24.108.23.121/DeCSS/
- http://ananke.hack.pl/
- http://www.geocities.com/donotsueme/
- http://members.tripod.com/donotsueme/
- http://donotsueme.homepage.com
- http://www.homestead.com/donotsueme/ index.html
- http://donotsueme.freeservers.com/
- http://www.angelfire.com/punk/donotsueme/
- http://www.rz.uni-frankfurt.de/~marsie/
- http://209.178.22.9/protest/
- http://www.bard.org.il/~marc/dvd
- http://www.geocities.com/RainFor est/4360/decss.zip
- http://www.altern.com/tfagart/decss.zip
- http://www.itouch.net/~jm/dvd.html
- http://ils.unc.edu/inls183/resources
.shtml#DVD - http://avdira.cc.duth.gr/~kkonstan/css/
- http://www.multimania.com/sxpert/decss/
- http://www.posexperts.com.pl/peopl e/wrobell/css/
- http://www.koek.net/dvd/
- http://www.cyberchrist.org/freecss.html
- http://www.ozemail.com.au/~cybe rchrist/freecss.html
- http://www.planet.net.au/~coram/
- http://www.geek.co.il/css/
- http://www.datacomm.ch/adrien/decss/ index.html
- http://home.rmci.net/bert/fuckthelawyers/
- http://unimatrix.dyndns.org/fucklawyers/
- http://www.isn.net/~dsimeone/DeCSS.zip
- http://logical-solutions.com.au/DeCSS.zip
- http://www.sarahandcasey.com/decss/
- http://www.fsp.com/
- http://www.warren-wilson.edu/~echerry/dvd
- http://www.mafkees.com/dvd
- http://dB.org/dvd/
- http://dcwi.com/~wench/decss
- http://dvdcss.newmail.ru
- http://www.subcor.com
- http://www.frankw.net/decss
- http://danger-island.com/~dav/any.lawyer.who/quot
e s.this.url/gives.permission/for .his.residence.to.be.searched/any.bootleg.audio/vi deo/tape.found/nullifies.legal.and.moral .standing/ - http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
- http://www.asleep.net/dvd
- http://members.xoom.com/NiKeX
- http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
- http://www.execpc.com/~unicorn/dvdmirr or.htm
- http://members.xoom.com/chapter3/Mamma No.htm
- http://wiw.org/~drz/css/
- http://merlinjim.freeservers.com/dvd/
- http://www.visi.com/~adept/liberty
- http://mikedotd.penguinpowered.com/deccs
- http://www.ct2600.org/2600-DVD.html
- http://magic.hurrah.com/~fireball/dvd/
- http://www.jonhanson.com/dvd
- ftp://ftp.foon.net/pub/decss
- http://osiris.978.org/~brianr/css/
- http://earnestdesigns.com/dvd
- http://www.satl.com/~satlpop6/
- http://xempt.darpa.org:81/decss/
- ftp://cm-d0415.resnet.ucsc.edu/p ub/css-auth.tar.gz
- http://www.mit.edu/afs/sipb/user
/mycroft/css-auth/ - http://www.eyrie.demon.co.uk/derek/dvd/c ss
- http://ananke.hack.pl
- http://budice.ancients.net/www.free -dvd.org.lu/
- http://defiance.darktech.org/decss/
- http://kesagatame.tripod.com
- http://www.angelfire.com/pokemon/decss
- http://www.gnosis.cx/download/DeCSS.zip
- http://bone.powersurfr.com/DeCSS/
- http://wakeupthe.net/dvd/
- http://everest.yooniks.org/dvd
- http://cubicmetercrystal.com/decss/
- http://analyzethis.acmecity.com/triboro
/90/ - http://homepages.together.net/~ib nzahid/DeCSS.zip
- http://www.save2600.8m.com
- http://people.ne.mediaone.net/dantepsn/
- http://members.xoom.com/mxpxguy/dvd/
- http://decss.fall0ut.com
- http://vedaa.tripod.com/decss.html
- http://members.xoom.com/iox
- http://www.hackunlimited.com/dvd/
- http://hem.fyristorg.com/police/css.htm
- http://elknews.netpedia.net/dvd/
- http://www.idrive.com/decss/web
- http://quintessenz.at/q
- http://www.clug.com/~vodak/dvd/
- http://www.nacs.net/~vodak/dvd/
- http://ny2600.iwarp.com
- http://www.wpi.edu/~nassar/dvd/
- http://www.glue.umd.edu/~castongj
- http://www.geocities.com/cold_dvd/
- http://www.projectgamma.com/deccs/
- http://members.xoom.com/mogreen/decss/
- http://thrash.webjump.com/decss.zip
- http://www.angelfire.com/de2/decss/dec ss.htm
- http://www.krackdown.com/decss
- http://www.ithink.org/dvd/
- http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
- http://chaz.fsgs.com/misc/DvD/
- http://www.linuxstart.com/~kv ance/projects/decss.html
- http://www.darkkingz.com/DeCSS.zip
- http://come.to/intelex
- http://ebmedia.net/dvd/
- http://www.geocities.com/decss_forever/
- http://revolution.3-cities.com/~spack/dv d/
- http://www.geocities.com/Sili conValley/Software/8762/
- http://members.xoom.com/s_o_sam/help.html
- http://smokering.org
- http://www.sent.freeserve.co.uk/css -auth.tar.gz
- http://dlsf.org
- http://home.rmci.net/bert/dvd
- http://thrash.webjump.com/decss.zip
- http://linux.uci.agh.edu.pl/~outlaw/ decss.html
- http://debian.mps.krakow.pl/mirror/css/
- http://www.fission.org/~mangino
- http://212.187.12.197/decss/
- www.clarkson.edu/~andrixjr/decss/DeCSS.z ip
- http://www.geocities.com/Capitol Hill/1583/dvd.html
- http://members.xoom.com/freedecss/
- http://www.csd.net/~cgadd/dvd.htm
- http://www.members.home.net/normanlorrai n/
This site contains some good technical documentation as well as more source code that the DVD consorium's lawyers would rather you not see:
http://crypto.gq.nu/
Semi-broken Mirrors
(These mirrors sometimes work and sometimes don't)
http://joe.to/storage/files/decss.zip
ftp://eris.giga.or.at/pub/hacker/crypt/ DVD/
http://gullii.stu.rpi.edu/dvd/files/D eCSS.zip and http://gullii.stu.rpi.edu/dvd/f iles/css-auth.tar.gz
http://www.discordia.de/decss/DeCSS.zip and http://www.discordia.de/decss/css-aut h_tar.gz and http://www.discordia.de/decss/LiVid.tgz
Broken Mirrors
(These are listed here for the notification of the people who run them)
http://members.theglobe.com/avoiderman/css-auth.ta r.gz
ftp://mikpos.dyndns.org/pub/cssdvd.zip
ftp://195.115.63.44/pub/DeCSS.zip
http://home.c2i.net/buddha9/
http://frodo.campus.luth.se/~iocc/tip.html
http://home.t-online.de/home/skinner01/decss.zip ftp://ftp.firehead.org/pub/
http://freeweb.digiweb.com/business/avoiderman/
http://www.hack.b3.nu/
Mirrors shut down by The Man
(A moment of silence, please.)
http://www.rhythm.cx/dvd/css-auth.tar.gz and http://www.rhythm.cx/dvd/DeCSS.zip
http://dvdcracked.tvheaven.com/index.html
http://home.worldonline.dk/~andersa/download/DeCSS .zip
http://download.cnet.com/downloads/0-10079-100-143 3209.html?tag=st.dl.10001_104_3.lst.titl edetail
http://www.theresistance.net/files.html
http://cryptome.org/dvd-css.htm
http://www.d.umn.edu/~dchan/css/
http://caspian.twu.net/dvd/
http://mclaughlin.orange.ca.us/~andrew/
ftp://134.173.94.44 - http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
-
A different list of mirrorsHere is the most recent version of the css-auth CVS code as well as DeCSS. Please mirror & redistribute.
This page was originally a mirror of http://www.rhythm.cx/dvd/, but then rhythm.cx was forced down.
So I've taken it on myself to keep a list of mirrors. I try to update and check the status of the listed sites at least once per day. If you know of any mirrors not in my list, if you wish to mirror this page, or if you find that any of the listed sites went down, then contact me.
you can download the following three files from here:
DeCSS.zip - DeCSS
css-auth.tar.gz - CSS authentication source
LiVid.tgz - Linux DVD Code
MD5 Sums:
d0aff684327a5c7bf110951e42ec3cae DeCSS.zip 8653090161e8f287d365132acb098581 css-auth.tar.gz a940de43a3c20895cf56bbca75c6d7a7 LiVid.tgzKnown Mirrors (as of 17/Nov/1999, 08:30 GMT):
Sites that copied this site (lemuria.org): http://josefine.ben.tuwien.ac.at/~davi d/dvd/
http://www.c0ke.com/DVD/
http://209.68.37.134/decss/
http://rockme.virtualave.net/
http://caspian.twu.net/dv d/mirrors/www.lemuria.org/DeCSS/
http://www.homestead.com/avoid erman/files/index.html
http://www.angelfire.com/jazz/avoiderman/
http://freeweb.digiweb.com/business /avoiderman/
http://www.intelcities.com/Main_ Street/Avoiderman/
http://members.theglobe.com/avoiderm an/dvd.htm
http://members.xoom.com/lkjhgfdsa2/
Other sites where DeCSS, css-auth and/or LiVid are mirrored: http://home.worldonline.dk/~ andersa/download/DeCSS.zip
http://douglas.min.net/~drw/css-auth/
http://www.devzero.org/freecss.html
http://home.t-online.de/home/skinn er01/decss.zip
http://www.chello.nl/~f .vanwaveren/css-auth/css-auth.tar.gz
http://www.vexed.net/CSS
http://members.brabant.chello.nl/~j.vr eeken/
http://www.dvd.eavy.de/css-auth.tar.gz and http://www.dvd.eavy.de/DeCSS.zip
http://www.eavy.net/stuff/dvd/css-aut h.tar.gz and http://www.eavy.net/stuff/dvd/DeCSS.zip
http://www.dynamsol.com/satanix/DeCSS.zip and http://www.dynamsol.com/satanix/css -auth.tar.gz
http://frozenlinux.com/civ/decss/
http://www.humpin.org/decss/
http://www.unitycode.org/
http://dirtass.beyatch.net/decss.zip
http://www.free-dvd.org.lu/
http://mclaughlin.orange.ca.us/~andrew/
http://batman.jytol.fi/~vuori/dvd/
http://www.zpok.demon.co.uk/deCSS/CSS.ht ml
http://plato.nebulanet.net:88/css/
http://www.d.umn.edu/~dchan/css/
http://www.logorrhea.com/main.html
http://people.delphi.com/salfter/LiVi d.tar.gz
http://www.theresistance.net/files.html
ftp://193.219.56.32/pub/dvd/LiVi d.CVS-11.06.tar.gz and ftp://193.219.56. 32/pub/dvd/LiVid.CVS-11.06.css-stuff-only.tar.gz
http://merlin.keble.ox.ac.uk/~a drian/css/index.html
http://www.dvd-copy.com/
http://www.zip.com.au/~cs/dvd/css /css-auth.tar.gz and http://www.zip.com.au/~cs/dvd/css/DeCSS .zip
ftp://ftp.firehead.org/pub/ (very slow - 33.6 line)
http://members.tripod.co.uk/bap/css/cs s.html
http://www.tasam.com/~fenkt/dvd/
ftp://eris.giga.or.at/pub/hacker/crypt/ DVD/
http://therapy.endorphin.org/DVD/
http://www.discordia.de/decss/DeCSS.zip and http://www.discordia.de/decss/css-aut h_tar.gz and http://www.discordia.de/decss/LiVid.tgz
http://www.dvdlinks.co.uk/css/
http://caspian.twu.net/dvd/
http://www.twistedlogic.com/htm l/tl_archive_map.htm
http://www.jonhanson.com/dvd/
http://www.geociti es.com/ResearchTriangle/Campus/8877/index.html
http://www.angelfire.com/mt/popefelix/ http://members.tripod.lycos.nl/jvz/
http://www.angelfire.com/in2/mirror/
http://www.sent.freeserve.co.uk/css -auth.tar.gz and http://www.sent.freeserve.co.uk/DeCSS.zip
Mirrors that appear have gone down since 12/Nov/1999: http://www.rhythm.cx/dvd/css-auth.tar.gz and http://www.rhythm.cx/dvd/DeCSS.zip
http://www.xs4all.nl/~predator/freecss/freecss.htm l
http://sharedlib.org/decss.zip
http://decss.tripod.com/index.html
ftp://134.173.94.44/
http://gullii.stu.rpi.edu/dvd/files/DeCSS.zip and http://gullii.stu.rpi.edu/dvd/files/css-auth.tar.g z ftp://alma.dhs.org/pub/DVD/ http://home.worldonline.dk/~andersa/download/DeCSS .zipThe following site contains some good technical documentation as well as more source code that the DVD consortium's lawyers would rather you not see:
http://crypto.gq.nu/
Local Mirror: /DeCSS/crypto.gq.nu
You can contact me at tom@lemuria.org if you have any questions regarding mirroring, or want your mirror added here.
Note to lawyers and other scum:
This information is widely available by now, and no matter what you do, you will not be able to supress it. It was the DVD consortium that f***ed up, and now you're trying to solve a technological problem with threats and legal action?
If there were fines on stupidity, yours would cover the national debts of most western countries. -
I am the government's tool
The government are inside my head... here's proof!
-
Re:so, so true :-(
This thread cracked me up, you guys/girls. The best part is that it's all public and you can't retract ANYTHING!!
:)
I noticed your sig includes the name "Skywalker" and I'm curious if you've heard of the Mark Hamill Entertainment Site maintained by my sister. Probably not--I know there are lots of MH fan sites, but who knows?! -
Name one thing - the movie
Jeez - this is so funny - it's just like the old
Monty Python movie "Life of Brian" where the Israel zealots were having an underground meeting and John Cleese shouts, "Name one thing that the Romans have ever done for us!" and one by one people get up and say, Roads, the Aquaduct, currency, sanitation, military security, etc :))
The Holy Sandal!