Slashdot Mirror


Easter Eggs in Web Sites?

cwikla asks: "Back in the .COM days, I worked at eGroups, now owned by a larger Company. During my time I added a couple of easter eggs to the site, which I was reminded of while watching Being John Malkovich this weekend. I checked, and ones sort of still there. If you append malkovich=1 to a message URL it would turn the message into 'malkovich' mode. It sort of still works, but over time I guess the code has been a changin' so it's kind of spotty. Oh, there are others that still are in there, but where's the fun of telling all the secrets? Any other folks done anything equivalent, especially on mainstream sites?"

164 of 557 comments (clear)

  1. my favorite easter egg by krog · · Score: 2, Funny
    1. Re:my favorite easter egg by pipla · · Score: 3, Funny

      My favorite by far is if you ask the alice bot on the webpage for the movie AI "What is microsoft" It replys: "Microsoft is a giant software monopoly."

      If you ask what is linux it replys: "Linux is the worlds best operating system"

    2. Re:my favorite easter egg by HD+Webdev · · Score: 3, Interesting

      One of my personal favorties:

      During April 1st of each year, php pages containing phpinfo(); (web server configuration dump) show a different picture for the PHP logo than the normal one.

      The first time I saw it, I thought someone had haX0red my web server!

      --
      This is not a dream, not a dream...we are transmitting from the year 1-9-9-9.
    3. Re:my favorite easter egg by btgarner · · Score: 2, Interesting
      On an internal web site, I put a feature that if you clicked the company logo 3 times within 0.5 seconds, you would see a "credits" page (similar to the scrolling cretis at the end of a TV show).

      In order to keep the the page hidden from the boss types around, it was given an innocent name (like "showorder") and had to be unencrypted by the web server software.

      That page also turned your cursor into an atom with a bunch of spinning/flashing electrons. It worked on both IE & Netscape.

    4. Re:my favorite easter egg by jamie · · Score: 4, Informative
      You mean /comments.pl!

      (without the leading slash, your link was going to the wrong place on our static .shtml page... we've gotten a ton of 404s in our error log :)

      Oh, and don't forget the other easter egg, /comments.pl?op=user_created_index

  2. Malkovich by felipeal · · Score: 2, Funny

    Malkovich,

    Thas was a cool egg.

    Malkovich

  3. And? by NetJunkie · · Score: 3, Insightful

    Most Easter Eggs are things people might stumble upon...but appending words and parameters on to URLs isn't something I would find. How do you expect anyone except yourself to see these?

    1. Re:And? by Laser_47 · · Score: 5, Insightful

      How do you "stumble" across the flight simator in Excel? I've never had the need to do those things on a spreadsheet. The programmers had to tell someone in order to find it.

  4. Yoda by Gabey · · Score: 5, Funny

    At the College of Business site I develop for, we used to use a picture of Yoda to scare the folks who wouldn't let us take their pictures. Seems as though most of them prefer a picture of themselves (no matter how horrible they may think it is) to one of Yoda attached to their bios.
    In any case, changing the bio's email tag to "yoda" gives the visitor Yoda's (short) bio. There are a few others, but seeing as how nobody has found any of them yet, we gave up on adding them for our own amusement.

    -Gabe

    1. Re:Yoda by AssFace · · Score: 2, Funny

      I did that in my company's facebook here (which nobody ever uses since we aren't growing but instead shrinking these days).
      I used the picture of the ape merged with a man's face and pigtails... a thing of beauty.

      --

      There are some odd things afoot now, in the Villa Straylight.
  5. Until you get arrested by papasui · · Score: 3, Insightful

    For attempts to compromise the security of the server while you are trying to find Easter eggs.

    1. Re:Until you get arrested by Cutriss · · Score: 5, Insightful

      For reference...2002-03-19 20:37:21 Easter Eggs at the Expense of Resources? (askslashdot,programming) (rejected)

      That just got rejected in the last three days.

      My comments went something like this - I have a friend who works for a company that does Palm software, and he inserted a tic-tac-toe game in their application. The software he develops is fairly large and robust, and the thought came to mind: Where do you draw the line with Easter Eggs?

      The Palm platform, and any other portable/embedded system, deals with small storage and memory footprints. Adding in a hidden extra like this isn't taking up an "infinitesmal" amount of space or resources. Proportionally, it's of significant size. On a PC, this might be different, but for a Palm with 2 MB of memory, I'd personally be a bit disappointed to find out that the software I'm installing is artificially fluffed/bloated because some yahoo decided to have a little fun.

      So, where do you draw the line with Easter Eggs? Fun in programming is cool. And I'm not saying that he was wrong for doing it...but what if he decided to put in JezzBall or something larger instead? Or something that wound up being a security/system hazard?

      --
      "Mod, mod, mod...and another troll bites the dust."
    2. Re:Until you get arrested by majorero · · Score: 2, Informative

      Actually there are quite a few easter eggs on programs for the palm platform:
      http://www.palmlife.com/egg.html
      http://www.thepalmtree.com/easter.htm

  6. Intranet apps by tshak · · Score: 4, Funny

    The last company I was at used all web-based customer management tools. If you searched for something like "I like banannas" it forwarded you to a java based tetris game.

    --

    There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    1. Re:Intranet apps by pete-classic · · Score: 4, Funny

      Dell's internal employee page has (or at least had) the entire Enterprise D command staff, complete with (very low) badge numbers.

      The "supervisor" and "co-workers" links even worked. If you clicked on LaForge's supervisor you got Picard's entry.

      -Peter

    2. Re:Intranet apps by CokeBear · · Score: 2

      Picard wasn't LaForge's supervisor, Riker was.

      --
      Reality has a liberal bias
  7. I've done this before for copyright reasons by Anonymous Coward · · Score: 5, Interesting

    I would append a url string like ....cgi?author=who

    and the page would parse out my contact info. I would use this for portfolio pieces when demoing new clients. It just proved that you worked on it.

    1. Re:I've done this before for copyright reasons by Anonymous Coward · · Score: 3, Insightful

      Right - and your new clients think, "Gee will he hide crap in my application too?"

  8. Hacked a link to my own page by McBayne · · Score: 2, Interesting

    I had hacked up a custom redirect from the old bookmarks to the new locations when a graphics software company changed their whole layout. Since I already had the ability to program any redirect I wanted, I added ones to my homepage and the other webmaster's homepage as our own little credits for the site. Lasted a while too before the next redesign killed it all, but it was a cool way to prove I had worked on it.

  9. Why, yes I did . . . and it's still there by eschasi · · Score: 3, Informative

    Using a classic bit of social engineering and a photograph donated by a mutual, er, friend, we modified a directors web page at UUNET. If you click on just the right letter, it takes you to a photograph other than the one you would expect. I checked a few minutes ago, and it's still there....

    1. Re:Why, yes I did . . . and it's still there by rayray14 · · Score: 4, Funny

      psstt... what's the url? I promise i won't tell anybody else!

    2. Re:Why, yes I did . . . and it's still there by eschasi · · Score: 2

      Easy. Try

  10. Slashdot Egg by aardwolf64 · · Score: 4, Funny

    I consider http://apple.slashdot.org/ to be an egg... a lot of people don't know about it.

    1. Re:Slashdot Egg by TheKubrix · · Score: 3, Funny

      oh my, will slashdot get slashdotted?! WHAT HAVE YOU DONE MAN?!?!

    2. Re:Slashdot Egg by jimmcq · · Score: 3, Informative

      Look at the "sections" slashbox (usually to the left)

      http://apache.slashdot.org/
      http://apple.slashd ot.org/
      http://ask.slashdot.org/
      http://books.sl ashdot.org/
      http://bsd.slashdot.org/
      http://deve lopers.slashdot.org/
      http://features.slashdot.org /
      http://interviews.slashdot.org/
      http://radio.s lashdot.org/

      etc.

    3. Re:Slashdot Egg by Scott+Wunsch · · Score: 3, Interesting

      Taco Hell used to be "the" Slashdot Easter Egg. It began stagnating quite a while ago, and I see that it's now even lost its wonderfully hideous purple look. Ah well.

      --
      \\'
    4. Re:Slashdot Egg by kliklik · · Score: 5, Funny
      --
      guru in training
    5. Re:Slashdot Egg by aardwolf64 · · Score: 2

      That's a good one... mod that one up please!

    6. Re:Slashdot Egg by Loligo · · Score: 3, Funny

      >How about http://warez.slashdot.org/
      >[slashdot.org]?

      Pretty lame, I already had all that stuff.

      -l

    7. Re:Slashdot Egg by kliklik · · Score: 2, Informative

      warez.slashdot.org resolves to 127.0.0.1

      --
      guru in training
  11. Re:Slashdot.org easter-egg by cswiii · · Score: 5, Funny

    Funny, all I got was an alert, "This document contains no data."

  12. Pun-ishment by twisted_pickle · · Score: 2, Funny
    A friend of mine was making a website for a jazz bassist. He took it upon himself to riddle the code with punny comments, such as "this site was written in bassic HTML."

    Fortunately, the rest of the world can't see what a goof he is! :)

    --
    4-bit adder: A snake made of 1's and 0's
  13. Slashdot Easter Egg by big.ears · · Score: 5, Funny

    Here's one you can find on slashdot: If your comment consists entirely of "First Post", you get modded down to -1.

    1. Re:Slashdot Easter Egg by fobbman · · Score: 5, Funny

      And if you post an article as JonKatz it magically won't show up on 90% of Slashdot readers front pages.

      .

  14. Is Jeeves Gay? by PunchMonkey · · Score: 4, Funny

    Go on to http://www.ask.com and ask Jeeves if he's gay :-)

    This used to result in a funny error message something like:

    "Server Error 505 - None of your business".

    --
    I'll have something intelligent to add one of these days...
    1. Re:Is Jeeves Gay? by lucifuge31337 · · Score: 2, Informative

      Now he says:

      "Actually, I prefer the term jovial."

      --
      Do not fold, spindle or mutilate.
    2. Re:Is Jeeves Gay? by stux · · Score: 2

      I believe 8 was the disk drive device number...

      hence PRESS PLAY ON TAPE is a tad weird ;)

      can't remmeber what the last ,1 was, perhaps, "and run" ;)

      --

      ---
      Live Long & Prosper \\//_
      CYA STUX =`B^) 'da Captain,
      Jedi & Last *-fytr
  15. urk... by lingqi · · Score: 2, Funny
    from the ctrl-shift-alt-click-"Pi" dept.

    goodness... Cliff man: you remember enough from that (bad) movie that vividly to talk about it?

    there are newer movies much more worthy of rememberance, ya know...

    --

    My life in the land of the rising sun.

    1. Re:urk... by Anonymous Coward · · Score: 2, Funny

      Do they put Sandra in a Bikini too? Ok then. Shut up.

  16. EEGGS.COM by webword · · Score: 5, Informative

    1. Eeggs.com is good site for Easter Eggs in general.

    2. You'll find a few web sites with Easter Eggs here.

  17. GoatSe.CX by clinko · · Score: 5, Funny

    For "Security" on a friends site he has it redirect to goatse.cx if you try to change strings.

    I learned my lesson. I don't try to fuck with his site anymore.

    1. Re:GoatSe.CX by fabiolrs · · Score: 2

      whats up with that fscking site?

      --
      Fabio - Sumare/Sao Paulo/Brazil/South America/Earth/Solar System/Milky Way/Universe
      http://www.morroida.com.br
    2. Re:GoatSe.CX by Anonymous Coward · · Score: 2, Informative

      The Goatse.cx "guy" is actually a hermaphrodite. Notice he has a penis, testicles, vagina, AND an anus above the stretched out vagina.

      Hardly anyone ever notices that.

    3. Re:GoatSe.CX by Fesh · · Score: 3, Funny

      It doesn't surprise me... I certainly didn't look close enough to notice a detail like that...

      "Augh! My eyes! Backbackbackback!"

      --
      --Fesh
      Kill -9 'em all, let root@localhost sort 'em out.
  18. Well, there's Klingon Google: by Wakko+Warner · · Score: 4, Interesting

    Klingon Google.

    Pig Latin Google.

    What we need is an xx-askslashdot google. :)

    - A.P.

    --
    "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
    1. Re:Well, there's Klingon Google: by Wakko+Warner · · Score: 2

      Oops. Forgot the slash at the end of the URL for Pig Latin Google.

      - A.P.

      --
      "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
  19. Here's some by MadFarmAnimalz · · Score: 2, Redundant
    --
    Blearf. Blearf, I say.
  20. easter egg clients by brer_rabbit · · Score: 5, Funny

    I swear my server doesn't have easter eggs, but that doesn't stop some people from trying:

    "GET /scripts/..%255c../winnt/system32/cmd.exe?/c +dir HTTP/1.0"
    "GET /_vti_bin/..%255c../..%255c../..%255c../winnt/sys tem32/cmd.exe?/c+dir HTTP/1.0"
    "GET /_mem_bin/..%255c../..%255c../..%255c../winnt/sys tem32/cmd.exe?/c+dir HTTP/1.0"
    "GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..% c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0"
    "GET /scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0"

    1. Re:easter egg clients by Quai · · Score: 5, Funny

      Like this one?

      --
      --
    2. Re:easter egg clients by PacoTaco · · Score: 2

      Post some banner ads on your site and redirect them to that. Why not make a little cash? :)

    3. Re:easter egg clients by antirename · · Score: 2, Interesting

      I almost clicked that.

    4. Re:easter egg clients by MeNeXT · · Score: 3, Informative
      You should have. It's not the virus...

      --
      DRM? No thanks, I'll just get it somewhere else...
  21. Expunging the Past by yumyum · · Score: 2, Interesting

    I wrote a Java applet that you should be able to access here:

    http://amdemo.audiomining.com/

    Just click on one of the media links. I think a right-mouse click on the logo in the applet will pop up a list of credits. Unfortunately, my name is no longer there, even though I was the creator. My name and others have been neatly edited out as people have left while the group has moved from Dragon to L&H and now to ScanSoft.

    I spent many hours on that silly Java applet trying to keep it working under Mac, Linux, Solaris, and Windows. It appears that those working on it now have not been so dedicated. It does not run on my Solaris box.

    1. Re:Expunging the Past by BrookHarty · · Score: 3, Insightful

      Theres a post about people putting easter eggs in thier code, so they can have proof they did the work. If a company lies about you not doing the work, thats slander. Offering a "Credits List" makes them 100% responsible for keeping it accurate, even if people leave the company.

      Nobody can give you freedom. Nobody can give you equality or justice or anything. If you're a man, you take it. - Malcolm X, Malcolm X Speaks, 1965

  22. Background Images and Webcams by Marasmus · · Score: 5, Interesting

    Heh, my favorite was on black-background pages, having a random background image with an embossed super-dark-grey color... so only people in 16bit+ color COULD see it, if the brightness and contrast was high enough.. and once they did see it, it'd still be hard to discern. :)

    I remember putting a little easter egg into an undisclosed "mature webcam site" that would bring up the webcam of the NOC... I'm sure that nearly 3 years later it's gone, though... especially considering that the webcam of the NOC has changed IPs. :(

    --
    .... um, i lost you after "0110100001101001".
    1. Re:Background Images and Webcams by Marasmus · · Score: 2

      ehhhh, sort of.... but that's too easy to detect.. even search engines pick it up! Random background images that are so dark that 90% of the users can't see them works a lot better, and is undetectable by search engines. Now if you did an image filter from a webcam to make it super-dark and had THAT as your background... THAT would be fun :) I just never felt motivated enough to write a piece to use libjpeg in such a way :)

      --
      .... um, i lost you after "0110100001101001".
  23. google by Stiletto · · Score: 2


    I always liked google's "more evil than satan himself" egg, although it seems as though it does not work anymore...

    1. Re:google by Xzzy · · Score: 2

      That was actually an artifact of the way google ranks pages based on your search term.

      If you enter that string now.. the top link is actually a page discussing the effects of typing that string into google. ;) So in effect the popularity of that "egg" destroyed it.

      Probably a good example of how well google evolves along with what people find topical, as well. Talking about tricking a search engine into calling microsoft worse than satan got more popular than websites that actually rant against M$.

  24. Terrorist! by 1010011010 · · Score: 2

    Stay in view! Agents will be there to 'assist' you shortly!

    </haha>

    --
    Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
  25. Resume` in Code by RembrandtX · · Score: 5, Funny

    When I Decided to leave Comcast@Home I put my resume in the template source code as comments.
    [Just in case I needed to prove to potential employers that I was what I said I was.]

    It was there for about 3 months before someone caught it.

    Oddly enough .. no crank calls .. even for having my phone number out there 'obtainable' as it were.

    --

    --Ne auderis delere orbem rigidum meum, non erravi pernicose!
    1. Re:Resume` in Code by plumby · · Score: 3, Funny

      This is probably quite common. I know my phone number is in the source code for at least one commercial app. My friend didn't have pen handy so he just stuck it in the code he happened to be writing, with every intention of removing it the following morning. He forgot, checked it into source control, and as far as I know it's still there 4 years later.

    2. Re:Resume` in Code by Reziac · · Score: 2

      Somewhere in one of the binaries for Paradox 3.5 for DOS, I came across several lines of text: someone's brief rant against upper management.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
  26. Get the word out! by OutsideBoston · · Score: 4, Interesting

    Go here and post your eggs. Hopefully others will follow. ~N

    1. Re:Get the word out! by hyyx · · Score: 4, Informative
      Actually, DON'T go there and post your eggs. Hopefully others will NOT follow. Let me explain...

      I think this site is the most inaccurate, stupid, and mismanaged conglomerations of crap out there. Sure, there are a lot of cool and verifiable eggs on site that you will not find anywhere else, but if you actually take a minute to sit down and look closely at the content, you will see that it is often inaccurate and incomplete.

      The site maintainers need to set up a system that is more rigid and structured for defining what an egg is and in what manner it gets posted. If you look at most eggs, they are lacking in many important details, such as:

      What the egg is.

      Exactly how to reproduce the egg.

      What hardware/software versions does it work on?

      Many of the eggs on the site are simply not eggs. Read the comments in the following egg to see how many people show the egg to be false, but yet the non-egg continue to stay posted:

      http://www.eeggs.com/items/16200.html

      The webmaster even admits it for this one:

      http://www.eeggs.com/items/22634.html

      Here is the same exact egg, listed twice (also try reading the comments for some highly intellectual discussion):

      http://www.eeggs.com/tree/1243.html

      I think the site sucks, because it doing a less than half-ass job. It's not worth doing if you're not going to at least _try_ to do it right.

  27. about:mozilla by bsDaemon · · Score: 3, Interesting

    in the URL field. It's sorta like funny. I guess.

    1. Re:about:mozilla by Neon+Spiral+Injector · · Score: 2

      Hey, I haddn't done that for a while. Still works in Mozilla 1.0.

      It was cooler in the older Navigator releases, as it would change the throbber. I actually set it as my home page so I'd always get the cool throbber.

      about:mozilla

    2. Re:about:mozilla by fobbman · · Score: 2

      Just so you know, that trick doesn't work in IE.

      Yes, I'm being funny.

    3. Re:about:mozilla by psergiu · · Score: 2

      Get Netscape 3.x
      type about:1994 (or it was 1993 ? 1996? ) in the URL Box
      Enjoy...

      (the egg still exists in netscape 4.x but the picture is gone)

      --
      1% APY, No fees, Online Bank https://captl1.co/2uIErYq Don't let your $$$ sit in a no-interest acct.
  28. seti@home easter egg by Anonymous Coward · · Score: 2, Interesting

    Theres a cool easter egg at the seti@home project, you normally get a crappy certificate when you pass a workunit milestone, but if you fuck with the request, you get a funky kang and kronos (from simpsons) one....

    example Normal cert: http://setiathome.ssl.berkeley.edu/cgi-bin/cgi?ema il=seti@sun.com&cmd=print_cert&certnum=10000&size= 0
    example easter egg cert: http://setiathome.ssl.berkeley.edu/cgi-bin/cgi?ema il=seti@sun.com&cmd=print_cert

    well...i found it funny :op

    1. Re:seti@home easter egg by totallygeek · · Score: 5, Funny
      Not really a Seti@home easter egg, but funny story none-the-less:

      A good friend of mine was sshing to another computer to run seti and it finally got noticed (why is this computer running sluggish?). So, this other guy went to my friend to ask a question and saw that he was watching the seti processes going on about 20 computers. So, he went back to his machine and wrote a program outputting stuff just like seti@home and at the end came up with a message saying something was found and he should call this 800 number immediately. Once it was ready, he rebooted (killing my friend's ssh session) and now the replacement seti was ready to go. So, my friend logs in and runs seti. All is well, and then everyone hears, "Oh my God". He is calling everyone around his computer so that he can speakerphone the historic phone call giving fame and fortune for finding E.T. Click, dial tone, beep, beep....beep, ring, ring -- It was so funny to see his face when it was a sex line number, and not SETI.

      Moral: don't jack with others' resources.

    2. Re:seti@home easter egg by BrookHarty · · Score: 2

      Someone was using setting on my gw box into production, had an outage, and logged in, my keystrokes took almost 5 seconds to respond. I about killed the person. If he took free resources I wouldnt of cared.

    3. Re:seti@home easter egg by Anonvmous+Coward · · Score: 5, Funny

      Heh I love pranks like that.

      My company asked me to put a demo of our technology up on our website. So I created a blank web page with a windows error message in the center that read: "The radiation shielding on your monitor has failed, please do not sit directly in front of your computer."

      Then, I did something really sneaky: Using FrontPage (there really is a use for it :P) I downloaded a CNN Health page and wrote up a fictional health warning about the 'Microwave Virus'. Heh It was a silly idea: A virus floats around people's machines and increases the power of UV guns in your monitor by 400%. Eventually it burns out some of the shielding and exposes people to radiation. Common symptoms included drowsiness, irritability, and other stuff you typically feel at work.

      I renamed my computer on the network to 'www.cnn-news.com' and set up MS's Personal Web server on my computer to host that fake web page I created. Except for the domain, the URL looked exactly like one of CNN's pages. I even corrected all the links to go to other areas of CNN's site. (It seems like a lot of trouble, but like I said, FrontPage made it real easy.) Of course, I sent out a 'virus advisory'.... Anybody on our network was able to visit 'www.cnn-news.com' (with the address stuff at the end) to hit that page.

      So what happened was first a few people opened my message about the new demo, and they got the 'Radiation Shielding has Failed' message. They ignored that (they work too hard), then they read my advisory of the 'Microwave Virus' and put the two together.

      When I got to work, several of the women in the office were standing around asking each other if they should go to their doctor. The System Administrator about died laughing when I let him on it. (He had to put up with strange questions about radiation shielding all morning. Heh.)

      Not sure if that quite qualifies as an easter egg, but a fun story nonetheless. :)

    4. Re:seti@home easter egg by Ratbert42 · · Score: 2
      I used to have a script that would play laugh.au on every Sparc in the lab down the hall. They'd all go a little out of sync. Very spooky late at night.

      We once replaced someone's desktop wallpaper to one with a screenshot of the app he was debugging. He spent an hour trying to close it. Rebooted and everything. At one point he even said, "it's like it's part of the fucking wallpaper."

    5. Re:seti@home easter egg by Pig+Hogger · · Score: 2
      I used to have a script that would play laugh.au on every Sparc in the lab down the hall. They'd all go a little out of sync. Very spooky late at night.
      At a previous job, where we had Macintrashes, I once put a recording of Bugs Bunny laughing on my boss's computer (who likes Bugs Bunny). But one day, he kept trying to do something that did pop up the same error message with a beep. At the end he got so pissed at the machine laughing at him that he just punched the keyboard so hard that keystops ended up all over the place...
      We once replaced someone's desktop wallpaper to one with a screenshot of the app he was debugging. He spent an hour trying to close it. Rebooted and everything. At one point he even said, "it's like it's part of the fucking wallpaper."
      That was a favourite prank, back in the days of Windows 3.1 and the Program Manager.

      I suppose you could do the same with the Macintosh Launcher...

    6. Re:seti@home easter egg by Washizu · · Score: 3, Funny

      Awesome prank. Remember that "Bill Gates will send you $1000 if you forward this..." email that was sent around extensively a few years ago? My friend sent it to me and everyone he knew one day, because he claimed "It was worth his time just in case it was true."

      I modified my header information and sent him a nice form letter thanking him for participating in Microsoft's email tracking software beta and told him to send a self addressed stamped envelope to Microsoft so he could get his $1000 check. I gave him an address and a confirmation number, too. I didn't tell him about it for 2 years and finally one day he brought the subject up. The sucker had sent the self addressed stamped envelope and Microsoft just sent it back to him. He said he figured "it was worth the 66 cents in case it was true". haha.

      --
      OddManIn: A Game of guns and game theory.
  29. Re:easter eggs are stupid! by DJPsychoChild · · Score: 2, Insightful

    not a flame: This comment brings up a common misconception: Easter Egg development wastes time. Some of the better Easter Eggs are put in after the code has been approved, before it's released. This ensures that it gets in, and doesn't change the debug time at all. Also, as a programmer, Easter Eggs help me feel better about what I release: if I'm going to spend months to years on a project, I want at least a little bit of my personality to show up in it, even if it is in a hard to find place. Anyone else feel the same?

    --
    CODITO, ERGO SUM: I Code, therefore I am.
  30. My "Secret" Page by tiltowait · · Score: 2

    I've had a unlinked page on my Wizardry site for awhile now. If you read around in it you'll get instructions for the URL. Of the few thousand hits it gets a week, about a dozen people stumble on the secret page.

  31. Slashdot Easter Egg! by indole · · Score: 4, Funny
    I've found one:
    by appending /~%43%4d%44%52%54%41%43%4f/ after slashdot.org, one can peruse over a collection of megamaniacal ramblings. Scary as this easter egg is, the pure absurdity of the posts is funny enough to keep me laughing (and crying).
    --
    (2,3-Benzopyrrole)
  32. Ask Jeeves by MBCook · · Score: 2, Redundant

    Have you ever wondered if Jeeves is gay? You should ask him! Now it takes you to a little page but it used to take you to an error page (like 404) except the error was "None of your business". He he he.

    --
    Comment forecast: Bits of genius surrounded by a sea of mediocrity.
  33. baby commerce site by kootch · · Score: 2

    i worked for a firm that developed a site geared towards selling baby supplies to parents.

    anyway, they were trying to build it out into a "community" type site as well, so they wanted a message board.

    well, some of the mothers can get outta hand... maybe it's the hormones or something, but anyway, they asked our developer to write a script that would just go through a post and remove explatives. well, when he went to do it, I convinced him to add a little "easter egg" in which if someone typed in the word "wanker" it would replace it with all of the bad words that were being removed as one big long string.

  34. Secret images by Frank+of+Earth · · Score: 3, Informative

    I love n00b cam sites. The "egg" is that they don't always turn off directory browsing so you get to see images that they really didn't want you to see.

    Not really hacking, but fun to spy around. Something like: http://pinksugar.net/cam/

    Which might not having anything that she doesn't already have on the site.

  35. And more: by Wakko+Warner · · Score: 3, Informative
    --
    "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
  36. More fun when the site is boring and stodgy... by RFC959 · · Score: 2

    Years ago, I had to make a documentation website for work. Since I was learning javascript at the time, I decided to play around with it: between noon and 1pm, the last letter of one of the links didn't take you to the linked page, but instead changed the site logo to a picture of Fritz the Cat. I think the only person who ever noticed was one guy who was looking at the source and couldn't figure out what that javascript did...

  37. My high school's web page had a dead clown page by PastaQueen · · Score: 3, Funny

    A friend of mine who knew our high school's webmaster showed me an easter egg they put in. You go to this page http://www.jefferson.k12.ky.us/Schools/High/Manual /va/VAstinfo.htm and click on the lips of Leonardo Rivera's picture and you get a funny page about dead clowns. I graduated about 4 years ago, so it's been up at least as long as that.

    1. Re:My high school's web page had a dead clown page by Indras · · Score: 2

      If you don't recognize the dead clown in the picture, he's from a couple comics over at redmeat.com: the doleful mewling of freshly-weened wussies and tedium's oaken tent pole.

      --
      The speed of time is one second per second.
  38. URL EE by Betelgeuse · · Score: 2

    I had a friend who was doing website upkeep (among other things) for a (rather major) company. www.XXXX.com took you to their (normal) site, but wwww.XXXX.com took you to his (personal) site.

    --
    I couldn't tell if you were experimenting with poor-man's cryogenics or looking for the orange sherbet.
  39. yeah... by Lord+Omlette · · Score: 3, Informative

    See, that's what the Anonymous Coward thing is for? To prevent people like you from being sued. Tell us about the lawsuit in a slashback, k?

    *ahem*

    Loooooooooooong time ago, in one of the sites I was working on, if you didn't have Javascript enabled it would just print "Hairy Moose Balls" instead of showing the rest of the site. It was a stupid testing thing, nothing serious. Of course, my boss ended up demoing the site to the client and the client didn't have JS enabled... Surprise!

    --
    [o]_O
  40. Every site I built from 95-99 by CDWert · · Score: 5, Interesting

    Every site, or more specifically interesting component I built was egged.

    I did this for 2 reasons, 1 company I worked at, my MGR had a VERY bad habbit of claiming work was his, he would do a search and replace on Our names with his own....schmuck, SO, I would easter egg a cgi into it for "Author and Verion control"
    Lol....It basically said it was built by me when and what cool stuff it did.

    The second reason was Job Hunting, nothing like bringing up a killer site and being able to PROVE you were the constructor. Worked like a charm every time. Or if I was a company or two down the road from something of note I built, I could prove it was mine.

    I started doing this in the early 90's when a lot of applications we were writing were for exclusive distribution and branding by third parties, who were never going to , or expected to give credit, of course they still graced my resumes....ONCE I had a company get contacted, they claimed it was all written in house, and I was lying about having ever worked on the app, NOW I can actually understand this , it was a finacial app and the thought of eggs or backdoors must have been scarry, I got called on it in my secnd interview. I explained why the company lied about my involvment and promplty offered PROOF of my involvment on particuar modules....I got the job.....:)

    I still do it to some extent although not as clandestine or ego-centric. I proved myself to those in the area a loooonnng time ago. But its cool that over half the site I put up are still up in their original form and doing well, most are ecommerce site, and their eggs are still there :) Not backdoors mind you, just "Author Control's" :)

    If code goes under the proper review channels, as it should before release this should never happen, funny thing is you have guys in charge of this stuff like me who then add it :)

    But then again , on a smaller site that then gets gobbled by a 800lb gorilla you may see this, I guess If Ive done it, the author has done it and as many slashdotters Ive seen have done it .....how many egged sites are out there ?

    --
    Sig went tro...aahemmm.....fishing........
    1. Re:Every site I built from 95-99 by CDWert · · Score: 2

      In a time and place where 90% of work being done was the same crap over and over, cookie cutter stuff, and My specific focus was on the 10% that was to be completley new or extraordinary, then having someone else take credit for it ? I think not, actually within the company I could care less, but when seeking to fatten my salary, most certainly.

      My ego is already big enough I need nothing to boost it.

      "I would probably _not_ hire you".....I love when people on slashdot say that...especially when 99% of the time it doesent fall within their responsiblities to approve for hire...it kills me.

      I have been offered a postion at every single company I have interviewed with since 1994. 12 in all. 6 I took. Every single one at a higher salary than previously. I do what I do and I do it well, its known, I have been offered unsolicited jobs without 1 interview, "We will send you a ticket, and a moving company" by MS and IBM to the point of annoyance (IBM called 9 times over 4 months) since I will NOT relocate.

      BUT, things were not always that way.....
      Thats the point it took time for me to gain both credibilty and RECOGNITION for the work I had done, especially when so many others are willing to take credit where none is due.

      If I was starting over I would do the same thing again. You may not see the value or place for it but I assure you it has made difference in the early days, now....it has no place for me...hence I dont do it any longer...

      --
      Sig went tro...aahemmm.....fishing........
  41. My favorite easter egg.. by _mythdraug_ · · Score: 3, Funny

    HP Scanjet playing Ode to Joy...
    http://www.eeggs.com/items/557.html

  42. Mississippi by KILNA · · Score: 3, Funny

    From an episode of Farscape (paraphrased):

    Chrichton (human): OK now count, one Mississippi, two Mississippi, three Mississippi...
    Dargo (big alien with tentacles): One Mippippippi, two Mippippippi, three Mippippippi...

    At the ecommerce company I worked for, Zoovy, I wrote the shopping cart system used by a few hundred merchants. I wanted to make a completely innocuous egg since it would be used on stores selling everyting from dildos to bibles. If the merchant turns on international orders (so the state selection in checkout turns into a box instead of a dropdown), and you type in Mippippippi, it corrects it to Mississippi. I know, I know, boring... :)

    --
    Error: PANTS NOT FOUND. Press <F1> to continue.
  43. Re:How by Gabey · · Score: 3, Informative

    Check here

  44. Re:Slashdot.org easter-egg by frovingslosh · · Score: 3, Funny

    My grammer was a nice old lady, leave her out of this!

    --
    I'm an American. I love this country and the freedoms that we used to have.
  45. Eudora had my resume in it by Wee · · Score: 5, Funny
    I don't know if this is an Easter Egg, but I built a version of Eudora (it was like the tenth daily build and really late at night on a weekend when I had plans or something -- in other words, typical Qualcomm) which displayed my resume instead of the readme. Heh. Never told anyone that. Nobody reads the release notes anyway.

    Oh yeah, when Eudora moved to adware mode and went public beta, me and a guy from tech support put in some ads of our own (accessible only to a small range of IPs, though). We had a Russian brides one, some personal lube ads, Gary Coleman, the usual. We used most of them for testing during the private beta, but one we did add was a picture of a former VP who played a large part in causing the ruination of the Eudora group. It wasn't a flattering ad, and predictably it didn't rotate for very long, but it got seen.

    Ahh, the memories...

    -B

    --

    Ash and Hickory, straight-grained and true, make excellent bludgeons, dandy for the cudgeling of vegetarians.

  46. Easter eggs in my software by PolyDwarf · · Score: 5, Interesting

    In the software I'm writing (Windows app), we've put in an easter egg that brings up a picture of one of the guy's dog (Yorkshire terrier that he absolutely loves) with an algorithm to animate flames superimposed on the picture, to achieve a burning dog effect.
    How did you get there?
    Up-Up-Down-Down-Left-Right-Left-Right-B-A- Return

    (Up, Down, Left, Right being the arrow keys... No start key, so we had to go with return).

    1. Re:Easter eggs in my software by paulcammish · · Score: 2, Funny
      In the software I'm writing (Windows app), we've put in an easter egg...

      (Up, Down, Left, Right being the arrow keys... No start key, so we had to go with return).

      What do you mean no start key? Theres an entire *piece*of*screen* designated for that purpose!

  47. HTTP header by lampwick · · Score: 5, Funny

    One of the sites that I wrote about 7 years ago included this HTTP header line in every response it sent out:

    X-Urban-Legend: There's lots of hidden information in HTTP headers.

    1. Re:HTTP header by Koos · · Score: 2

      I was once busy compiling and tuning Apache for a very high profile website. It had to be really impossible to change the content of the site from remote and things had to be really tight. So as an aide in "security through obscurity" one of the things I did was disable the support for giving all kinds of details about the Apache version. I went one step further and changed the 'Apache' in the Server: header to 'KH-webserver'. 'KH' being a good description of what the site was for, and just coincidentally also being my initials. The idea was originally by someone else, and I liked it. Millions of visitors have had my initials sent to them. The hosting company did get e-mail from someone saying "this may say 'KH-webserver' but it is most probably an Apache".

  48. Re:easter eggs are stupid! by cpct0 · · Score: 4, Interesting

    As computer programmers, me&my friends did quite weird things as easter eggs.

    I used to work at a GPS-software company. When in navigation mode, if you typed "where in the world is carmen sandiego?" (actually only the initials and it worked, witwics?), it showed the precise position of my cubicle in the company's office. It was (believe it or not) quite useful to test the software's precision for many functions... I had to remove it though because we were lacking space the hard way and my code took 230 bytes - with 4k of free RAM, 230 bytes is a lot! No one would've found it as it was quite stealthy and precise enough it wouldn't crash anything... but when in monger for space, well, I have a conscience too :P

    On a mainstream computer game, we were coding something where buildings could be put in place and under certain conditions, they could be destroyed. Then, sept. 11 arrived... We _HAD_ to make a small aircraft that goes on the buildings and make them crash. It is totally sick but anyways. The mod code and picture is on a CDROM copy somewhere, as it was totally kick-banned from the final code, for obvious reasons (even if almost impossible to find). :)

    On the successful ones, I have more than a few hidden credits on my side, I used to comment quite extensively my javascript codes. One thing I found out was that record #0 of many of my databases are never used (sanity check). So I write anything that comes into my mind when creating that record. No one will see it anyways... And it's always selected out from any of my queries.

    When creating a easter egg, you must remind yourself of something: it will always be shown somewhere. Don't put yourself in trouble, write "cutsie" thing, not things that you could be taken accountable for. For example, never put pr0n in a child game, don't put sicko things anywhere, don't kick the company in the groin... or else, someone will find it and then, you're in trouble (especially if CVS system is implemented - they can backtrace!)

    Other than that, well, have fun, easter eggs are quite fun to do and discover! And they personalize the code too.

    Have a nice day
    Mike

  49. DNS txt record easter eggs by rmassa · · Score: 2, Interesting

    There are lots of dns txt record easter eggs out there. I remember that some website (was it 2600) had decss in it for a while. You can do:
    > dig txt foobar.com
    Funny that this came up today. Yesterday I put a silly easter egg in a dns txt record of unixboxen.(com|net|org).

    1. Re:DNS txt record easter eggs by josh+crawley · · Score: 3, Interesting

      You think THAT'S funny? Heh, try a whois on yahoo.com .....

      me@comp1:~$ whois yahoo.com
      Whois Server Version 1.3

      Domain names in the .com, .net, and .org domains can now be registeredwith many different competing registrars. Go to http://www.internic.net
      for detailed information.

      Server Name: YAHOO.COM.SG
      Registrar: DOTSTER, INC.
      Whois Server: whois.dotster.com
      Referral URL: http://www.dotster.com/help/whois

      Server Name: YAHOO.COM.IS.NOT.CANADIAN.ORG
      IP Address: 216.99.144.116
      Registrar: TUCOWS, INC.
      Whois Server: whois.opensrs.net
      Referral URL: http://www.opensrs.org

      Server Name: YAHOO.COM.BR
      Registrar: ENOM, INC.
      Whois Server: whois.enom.com
      Referral URL: http://www.enom.com

      Server Name: YAHOO.COM.AINT.NOTHIN.COMPARED.TO.SAFESEARCH.COM
      IP Address: 66.51.126.66
      Registrar: TUCOWS, INC.
      Whois Server: whois.opensrs.net
      Referral URL: http://www.opensrs.org

    2. Re:DNS txt record easter eggs by josh+crawley · · Score: 4, Funny

      Now lets see Mikeysoft's whois.... Now this one is FUNNY.

      Server Name: MICROSOFT.COM.WILL.CRASH.IN.6MN.ORG
      IP Address: 62.4.22.195
      Registrar: GANDI
      Whois Server: whois.gandi.net
      Referral URL: http://www.gandi.net

      Server Name: MICROSOFT.COM.WILL.BE.BEATEN.WITH.MY.SPANNER.NET
      IP Address: 202.182.69.39
      Registrar: TUCOWS, INC.
      Whois Server: whois.opensrs.net
      Referral URL: http://www.opensrs.org

      Server Name: MICROSOFT.COM.TONY.HAS.SEXUAL.IN.ADEQUACY.ORG
      IP Address: 216.254.38.242
      Registrar: MELBOURNE IT, LTD. D/B/A INTERNET NAMES WORLDWIDE
      Whois Server: whois.melbourneit.com
      Referral URL: http://www.melbourneit.com

      Server Name: MICROSOFT.COM.SUX.BUT.PYROFREAK.ORG.RULEZ.AND.DIOX YTECH.NET
      IP Address: 207.236.217.177
      Registrar: GANDI
      Whois Server: whois.gandi.net
      Referral URL: http://www.gandi.net

      Server Name: MICROSOFT.COM.SHOULD.GIVE.UP.BECAUSE.LINUXISGOD.CO M
      IP Address: 65.160.248.13
      Registrar: G.K. GROUP, L.L.C.
      Whois Server: whois.gkg.net
      Referral URL: http://www.gkg.net

      Server Name: MICROSOFT.COM.RAWKZ.MUH.WERLD.MENTALFLOSS.CA
      Registrar: TUCOWS, INC.
      Whois Server: whois.opensrs.net
      Referral URL: http://www.opensrs.org

      Server Name: MICROSOFT.COM.OWNED.BY.MAT.HACKSWARE.COM
      IP Address: 211.63.57.1
      Registrar: TUCOWS, INC.
      Whois Server: whois.opensrs.net
      Referral URL: http://www.opensrs.org

      Server Name: MICROSOFT.COM.MUST.STOP.TAKEDRUGS.ORG
      IP Address: 12.5.4.8
      Registrar: REGISTER.COM, INC.
      Whois Server: whois.register.com
      Referral URL: http://www.register.com

      Server Name: MICROSOFT.COM.IS.SOON.GOING.TO.THE.DEATHCORPORATIO N.COM
      IP Address: 62.92.244.245
      Registrar: G.K. GROUP, L.L.C.
      Whois Server: whois.gkg.net
      Referral URL: http://www.gkg.net

      Server Name: MICROSOFT.COM.IS.NOT.SEXYCOOL.ORG
      IP Address: 62.4.18.24
      Registrar: GANDI
      Whois Server: whois.gandi.net
      Referral URL: http://www.gandi.net

      Server Name: MICROSOFT.COM.IS.A.STEAMING.HEAP.OF.FUCKING-BULLSH IT.NET
      IP Address: 63.99.165.11
      Registrar: THE NAME IT CORPORATION DBA AITDOMAINS.COM
      Whois Server: whois.aitdomains.com
      Referral URL: http://www.aitdomains.com

      Server Name: MICROSOFT.COM.HAS.ITS.OWN.CRACKLAB.COM
      IP Address: 209.26.95.44
      Registrar: DOTSTER, INC.
      Whois Server: whois.dotster.com
      Referral URL: http://www.dotster.com/help/whois

      Server Name: MICROSOFT.COM.HACKED.BY.HACKSWARE.COM
      IP Address: 211.63.57.62
      Registrar: TUCOWS, INC.
      Whois Server: whois.opensrs.net
      Referral URL: http://www.opensrs.org

      Server Name: MICROSOFT.COM.FILLS.ME.WITH.BELLIGERENCE.NET
      IP Address: 130.58.82.232
      Registrar: CRONON AG BERLIN, NIEDERLASSUNG REGENSBURG
      Whois Server: whois.tmagnic.net
      Referral URL: http://nsi-robo.tmag.de

      Server Name: MICROSOFT.COM.EMPLOYEES.CANT.GET.SHAGZ.ORG
      IP Address: 198.142.141.98
      Registrar: TUCOWS, INC.
      Whois Server: whois.opensrs.net
      Referral URL: http://www.opensrs.org

      Server Name: MICROSOFT.COM.AND.MINDSUCK.BOTH.SUCK.HUGE.ONES.AT. EXEGETE.NET
      IP Address: 63.241.136.53
      Registrar: DOTSTER, INC.
      Whois Server: whois.dotster.com
      Referral URL: http://www.dotster.com/help/whois

      Server Name: MICROSOFT.COM.AINT.WORTH.SHIT.KLUGE.ORG
      IP Address: 216.181.127.195
      Registrar: THE NAME IT CORPORATION DBA AITDOMAINS.COM
      Whois Server: whois.aitdomains.com
      Referral URL: http://www.aitdomains.com

  50. Actual Ask Jeeves Links by redgekko · · Score: 2, Funny
    Since nobody else bothered to post the working links to the Jeeves easter eggs, here they are:

    Is Jeeves Gay?
    Will You F*** Me?

    BTW: The "Is Jeeves Well Hung" no longer seems to be working.

    --
    Slashdot: rejecting tech news in favor of rubber band guns since 1997.
  51. Ha! by errxn · · Score: 2, Funny

    My egg consisted of a weird picture of a squirrel that my dad had sent to me. It would come up in the content section of the (now-defunct) site whenever someone typed a common curse word in the search text box. There was a little caption that said "Sammy the Squirrel says: Saying dirty words is just nuts!"

    Don't ask. I was just bored that day.

    --
    In Soviet Russia, Chuck Norris will still kick your ass.
  52. Marvin the Paranoid Android 404 takeoff by tevita · · Score: 5, Funny

    Loved the 404 at http://www.sweweb.net/

    Try http://www.sweweb.net/garbage.html for instance.

    1. Re:Marvin the Paranoid Android 404 takeoff by kzinti · · Score: 2

      The error pages are good place to put "cute" stuff that you don't want elsewhere on your site.

      The 404 page at one of the MIT sites used to say something about having eaten the page you wanted, but offering the comment that it was "tart on my tongue" Came off sounding like William Carlos Williams.

      The 404 pages at SGI used to feature pictures of babies, probably babies of employees. You got a different one, chosen at random from a pool of a dozen or so, on each 404 page.

      Sadly, both these cute 404 pages seem to have been discontinued. At least I can't find them any more.

      --Jim

    2. Re:Marvin the Paranoid Android 404 takeoff by Scooby+Snacks · · Score: 4, Funny

      I dunno, I'm kinda partial to this one, myself. :-)

      --

      --
      Runnin' around, robbin' banks all whacked on the Scooby Snacks...
  53. Tic Tac Toe by Trak · · Score: 2, Interesting

    At my last job I built and linked a web-based tic-tac-toe game from the last period in the paragraph under my executive bio on the "staff" page. It's gone now :-(

  54. Music easter egg by Stiletto · · Score: 3, Interesting

    Another cool easter egg, although not web-related: Memepool posted this a while back. Someone discovered a "face" painted into the spectral view of one of the musical tracks on Aphex Twin's Windowlicker CD.

  55. Here is what it looks like... by ddstreet · · Score: 2
    For those interested, the easter egg mentioned in the story looks like this:

    the original page is converted to this page. The only changes I can see is the sender is changed to malkovich@m... and the subject is changed to Malkovich.

    You need to have cookies (groups.yahoo.com cookies at least) enabled.

  56. Oh yeah... by Trak · · Score: 2, Interesting

    At the job before that we had a couple more eggs...

    1) We had a magic eight-ball cgi page. Type in a yes/no question and get a stupid and sometimes vulgar response.

    2) If certain words appeared in certain fields on certain forms, various graphics would be replaced with photos of the developers.

  57. Debenhams by shanksd1 · · Score: 2, Funny
    The Register ran an amusing article about a UK department store in January. Searching Debenhams website for 'jugs' used to return six results for bras instead :D.

    Article here

  58. Re:Slashdot.org easter-egg by neuroticia · · Score: 4, Funny

    How typical of a guy to be unable to find it. ;)

    -Sara

  59. Don't list website eggs any more... by alwayslurking · · Score: 2, Informative

    ...according to the submission guidelines here

  60. Re:easter eggs can be for debugging too by extremely · · Score: 2, Interesting
    More people do that you care to know about. More than one project has had a "crisis" when the program won't compile/crashes once the debug stuff is turned off.

    "Creeping Dependency" + "Boss's Schedule" == "Debug Feature!"

    More than one thing I've done has had a hidden mode or two. My favorite is PATH_INFO hacks in CGIs. Good place to hide debug where it won't interfere with the security checks for the get/post variables

    --

    $you = new YOU;
    honk() if $you->love(perl)

  61. Google Languages by LeiraHoward · · Score: 2, Informative
    I found the Klingon Google rather interesting, and checked out Google.According to Google's Language Tools page, there are Google interfaces in the following languages:

    Afrikaans, Albanian, Amharic, Arabic, Azerbaijani,
    Basque, Belarusian, Bengali, Bihari,Bork, bork, bork!,Bulgarian,
    Catalan, Chinese (Simplified),Chinese (Traditional),Croatian,Czech,
    Danish, Dutch
    Elmer Fudd,English, Esperanto, Estonian
    Faroese
    Finnish
    French
    Frisian
    Galician
    Georgian
    German
    Greek
    Gujarati
    Hacker
    Hebrew
    Hindi
    Hungarian
    Icelandic
    Indonesian
    Interlingua
    Irish
    Italian
    Japanese
    Javanese
    Kannada
    Klingon
    Korean
    Latin
    Latvian
    Lithuanian
    Macedonian
    Malay
    Malayalam
    Maltese
    Marathi
    Nepali
    Norwegian
    Occitan
    Pig Latin
    Polish
    Portuguese
    Punjabi
    Romanian
    Russian
    Scots Gaelic
    Serbian
    Slovak
    Slovenian
    Spanish
    Sundanese
    Swahili
    Swedish
    Tagalog
    Tamil
    Telugu
    Thai
    Tigrinya
    Turkish
    Ukrainian
    Urdu
    Uzbek
    Vietnamese
    Welsh

    What next? Romulan Google? Redneck Google? And just what sort of language is "bork, bork, bork," anyway? Although, a slashdot google would be
    a lot of fun!

    1. Re:Google Languages by Pig+Hogger · · Score: 2
      ...
      Sundanese
      Swahili
      Swedish
      Tagalog
      Tamil
      Telugu
      ...
      Tagalog may sound funny or cute, but it's still a REAL language...
  62. Another Slashdot Easter Egg! by SteelX · · Score: 3, Funny

    When your BSD-related story gets submitted and approved, "BSD is dying" posts suddenly appear.

  63. Hidden staff pages by Christianfreak · · Score: 2

    I did a hidden staff page for a company that I worked for. Kind of like a 'credits' thing that was really funny. I obsfucated it by changing all the characters to their ascii codes so it wasn't as obvious if someone viewed the source. I did this after a previous employer threatened to sue me for putting in an egg that told about all the problems in the company :)

  64. Re:In web pages? by oman_ · · Score: 2


    Back when I was a wee tot and playing ET on my 2600. (I didn't have alot of toys) I stumbled upon an easter egg on accident. A flower pot at the bottom of a pit suddenly turned int a YAR from yars revenge and flew off the screen!

    I'd never seen any sort of easter egg at this point in my life and I freaked out pretty badly.

    I told this story to my friends for YEARS and noone took me seriously. It wasn't until sometime around last year that I found a text by the original game author verifying the easter egg. (it was much more complex and I never found the rest of it)

    Frankly I'm amazed that I found it at all considering what you had to do. I'm sure the programmer would have LOVED to have seen my face at the time of discovery.

    THIS is what easter eggs are about. Not the 99% of the people who use your program but the 1 guy who nearly pisses himself when he finds it on accident.

    --
    Rats would be more funny if they could fart.
  65. PHP4 Easter Egg by N8F8 · · Score: 5, Interesting

    Append "?=PHPE9568F36-D428-11d2-A769-00AA001ACF42" to the end of any php page running PHP$ gives a goofy picture of one of the PHP developers.

    --
    "God fights on the side with the best artillery." - Napoleon, Marshal of France - speaking truth to power
  66. doh. by GoNINzo · · Score: 2
    It just does the headers.

    egroup example

    --
    Gonzo Granzeau
    "Nothing the god of biomechanics wouldn't let you into heaven for.." -Roy Batty
  67. IBM PC Company File Search by dav · · Score: 2, Interesting
    I used to work for the IBM PC Company Tech Support Center, and I wrote the cgi script that handled the search form[ibm.com] for the FTP site there. This was around 1994 and it was a simple search index into an ftp site. Anyhow, I left the company in 1997 but an easter egg in the search.cgi was still there up until sometime last year. If you typed in my name or a colleague's name (Jesse Tilly) along with your search keywords it would return the old perl saying "The three great virtues of a programmer are Laziness, Impatience and Hubris."

    The funny things are:
    1) I never expected that script to last until 1997, much less until 2001
    2) I wrote the cgi in C.

  68. X-Bender by Cadre · · Score: 2

    Not sure if it's common knowledge but Slash does this (X-Bender header):

    [anna:~] linville% telnet slashdot.org 80
    Trying 64.28.67.150...
    Connected to slashdot.org.
    Escape character is '^]'.
    GET / HTTP/1.0

    HTTP/1.1 200 OK
    Date: Thu, 11 Jul 2002 21:52:08 GMT
    Server: Apache/1.3.26 (Unix) mod_perl/1.25 mod_gzip/1.3.19.1a
    SLASH_LOG_DATA: shtml
    X-Powered-By: Slash 2.003000
    X-Bender: A woman like that you gotta romance first!
    [SNIP]

    --
    All editorial writers ever do is come down from the hill after the battle is over and shoot the wounded.
  69. funny easteregg by comp.sci · · Score: 2, Funny

    When I was working at the Technical University of Vienna, I got to know the admin who showed me a funny easteregg he implemented on
    www.prip.tuwien.ac.at
    find the invisible link!
    HINT:
    check the upper part of the image

    1. Re:funny easteregg by SteelX · · Score: 2

      -----WARNING-----
      If you don't like spoilers, please stop reading the rest of this message now!!
      -----WARNING-----

      [ this space is intentionally left blank ]

      [ this space is intentionally left blank ]

      [ this space is intentionally left blank ]

      Real comment:

      Hey isn't that a copyright violation on Dilbert?

  70. Al Gore's campaign web site by mikosullivan · · Score: 5, Funny
    Al Gore's campaign web site for the 2000 election contained some special remarks in comments in the HTML. Basically, Al falls all over himself congratulating you on how smart you are for viewing the source:
    Thanks for checking out our source code! I plan to use this space to post special messages to those who are helping to improve our web site -- by making our site the best it can be. The fact that you are peeking behind the scenes at our site means you can make an important difference to this Internet effort. I'm grateful for your help and support in this campaign. Now let's keep working to build the 21st Century of our dreams!

    Al Gore

    --
    Miko O'Sullivan
    1. Re:Al Gore's campaign web site by Reziac · · Score: 2

      Hmm. When I peek behind the scenes of a web page, it usually means the page is badly written so it won't display properly, and I'm trying to find a link to somewhere saner (or to someone to complain to).

      Hmm... guess that works...

      --
      ~REZ~ #43301. Who'd fake being me anyway?
  71. A Mozilla Easter Bug/Egg... by AtariDatacenter · · Score: 3

    If you are running Mozilla 1.0 on a non-UNIX platform, click and drag the bookmarks button onto the browser window below. You'll be taken to my Mozilla Easter Egg Page. It gets approximately 200-300 hits per day.

    1. Re:A Mozilla Easter Bug/Egg... by Reziac · · Score: 2

      I'd try it, but I just installed Moz 1.0, and every time I click the bookmarks button, it locks up good and solid. :(

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    2. Re:A Mozilla Easter Bug/Egg... by Sentry21 · · Score: 2

      Interesting, but I just tried it on Mozilla 1.1a and sadly, all I get is the Optimoz Gestures page. :(

      --Dan

  72. Hidden Easter eggs = Bad, Bad. by Smarmy_1 · · Score: 5, Insightful

    I've helped create a number of easter eggs in the past, but these days, I've had a serious change in thinking about them.

    This may sound extreme, but if a coder added an easter egg to a project that I was running, they would get in serious trouble, maybe even fired. Now, before you think that is just being too serious or flame-bait, here's my reasoning:

    Simply put, easter eggs are for the developers, not for the customers, and they don't belong in commericial software developement. The risk almost always outweighs the benefits, especially in a project like a public site! That is incredibly dangerous.

    One of the biggest problems with easter eggs is they almost always bypass the QA process. Think about that for a minute. The developers are writing code that hasn't been tested, and the QA department doesn't even know it exists! Granted, this isn't always true, but most of the time, it is. Bad, bad. Like potentially company-ruining-bad if the dev uses some bad judgement (gee, that never happens, late at night, at the end of a project, does it?).

    The best course of action is that the devs know ahead of time that easter eggs are not tolerated unless they are totally above-board in the development cycle. Save your humorous inside jokes for internal little apps you give to your mates, and you and your company will be a lot better off. They're usually inside jokes, anyways, so putting them in a public software project is just a totally unecessary risk, IMO. A few yuk-yuks is not worth your company or your project being compromised by bad code or a PR hit from an embarassing easter egg.

    1. Re:Hidden Easter eggs = Bad, Bad. by anticypher · · Score: 3, Insightful

      Hey, I had an old room mate who formally placed easter eggs into some (maybe all) of his projects.

      He was a project manager for a large "internet products" company, designing and building large software projects. Early on in the process, he would get the programmers and QA and other creative types together over beers when there were no other managers around. He would then ask them if they wanted to put an easter egg into the project. The answer was always Yes!, so they would come up with a secret code name for the module, and then QA would be able to test it, project leaders could review it, and the module name would exist from the very first sign-off by managers. Since they basically followed an "extreme programming" style, writing out the test cases and specifics of each function before coding, some slight obfuscation would occur around the eggs exact function. He'd then place a rule that the easter egg module couldn't be coded until 90% of the other code was finished, but the programmers would all have modules coded in advance waiting for the 90% day.

      When the easter eggs were all ready, they would all vote for the best (or best two) and put that into the code. Then the QA people could also write test cases around the trigger code, to make sure the easter eggs did exactly what they were supposed to do, and nothing more. Usually they also had a secret credits page, since the company would never allow former employees to tell which projects they worked on (because they now outsource most of their projects to India, VietNam and China and the idiotic^Wpatriotic american customers wouldn't understand).

      Because of this, liability of the programmers and the project management team would be negated. The original design specs would contain the easter egg code, just under a name that looked like all the other modules. Just in case the lawyers came after them later, but I've never heard of it happening.

      the AC

      --
      Hemos is like...sci-fi fans;he thinks technology is cool, but he hasn't bothered to understand the science it's based on
  73. The A.I. online promotion by Dan+Hon · · Score: 2, Interesting

    The A.I. online promotion (archived at http://cloudmakers.org) had easter eggs at the heart of its premise. Clues/puzzles embedded in HTML code and images, pages that would serve different answers to puzzles depending on what browser you used from Mosaic to Earthnet 31 or thereabouts... Check it out, it was really cool.

    --
    http://danhon.com/
  74. Govt Surplus Ark by mgarraha · · Score: 3, Funny
    I used to work on a web site for government surplus goods. One guy made it so that if a user searched for "ARK, COVENANT" they would get this quote from the end of Raiders of the Lost Ark:
    "We have top men working on it right now."
    "Who?"
    "TOP men."
    Unfortunately, this feature was removed in a code review about a year after the guy left.
  75. Easter Egg for "The Male Brain"... by davenkara · · Score: 2, Funny

    I actually hit this one on my own and was pretty
    amused. The guys who'd introduced me to the site
    had been reading it for a while and hadn't come
    across it.

    Go to http://www.boortz.com/ and line up your
    mouse right over the forehead of the Neal (the
    big smiling guy) in the Nealz Nuze box. Clicking
    will take you to an animated gif.

  76. I did one... by FyRE666 · · Score: 2

    While working on a B2B application (little terminals in florist shops - a bit like inter-flora). The terminals had an email client and order system. If you went into the email client and entered "Game 1" or "Game 2" as the recipient address you could play a game! Only myself, the other developers and a couple of the software testers knew about it, which was just as well as the machines would crash as soon as you closed the game!

  77. How goatse.cx redirecting is done. by DarkHelmet · · Score: 2, Troll
    If your server supports mod_rewrite, put this into either the conf file, or .htaccess for that directory.

    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://your_domain.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.your_domain.com/.*$ [NC]
    RewriteRule .*\.(gif|GIF|jpg|JPG)$ http://www.goatse.cx/hello.jpg [R]

    I don't know if goatse.cx blocks people stealing that image, so you might have to copy it to your server. It's so wrong, but I love it :)

    --
    /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i
    1. Re:How goatse.cx redirecting is done. by DaveHowe · · Score: 2

      Worth noting in passing that the "referrer" is a voluntary submission from the web browser and can't be relied on - Websluth is an excellent tool that takes a slightly different approach - instead of allowing you to change referrer (although I believe it does that too) it allows you to edit the currently loaded web page "on the fly" and resume browsing where you left off....

      --
      -=DaveHowe=-
  78. PayPal by usr122122121 · · Score: 3, Funny
    Go onto PayPal, and go to the Sign Up for an account page.

    Scroll down until you see the characters in the yellow box with the grid. Click "help?" and you will get a popup window outlining some help junk, disregard that.

    Click "Listen To These Characters" and it will load a wav file that tells you the characters...
    Now go back, and copy the address of that link. It 'll look something like:
    https://www.paypal.com/cgi-bin/wv_web/[blah blah blah]/secret.wav

    Add a letter into the blahblahblah section, and load that file :-)

    I won't spoil your fun.

    --

    -braxton
  79. Slashdot, was Re:HTTP header by babbage · · Score: 5, Interesting
    % lwp-request -m HEAD http://slashdot.org/ | grep '^X-'
    X-Fry: I'm never gonna get used to the thirty-first century. Caffeinated bacon?
    X-Powered-By: Slash 2.003000

    % lwp-request -m HEAD http://slashdot.org/ | grep '^X-'
    X-Bender: Bite my shiny, metal ass!
    X-Powered-By: Slash 2.003000

    % lwp-request -m HEAD http://slashdot.org/ | grep '^X-'
    X-Bender: Like most of life's problems, this one can be solved with bending.
    X-Powered-By: Slash 2.003000

    % lwp-request -m HEAD http://slashdot.org/ | grep '^X-'
    X-Bender: There's nothing wrong with murder, just as long as you let Bender whet his beak.
    X-Powered-By: Slash 2.003000

    % lwp-request -m HEAD http://slashdot.org/ | grep '^X-'
    X-Fry: No, no, I was just picking my nose.
    X-Powered-By: Slash 2.003000

    Is this a Slashdot specific hack, or does the publically available version of it do the same thing?

  80. Re:easter eggs ARE stupid! by GoogolPlexPlex · · Score: 2, Insightful

    You add code to your release *after* it has been approved (by some quality assurance ppl, I assume)?? That's an incredibly unprofessional thing to do. *Any* changes to executable code have the potential to reveal bugs that were lurking in the code, but didn't have the right conditions to be expressed. This is part of the reason why most PC games have cheat codes - the programmers put them in so that the software testers can quickly create test cases (without needing to play the game for hours to get $1M gold or whatever). But the cheat codes are left in, because if they were removed, then the executable that ends up being released is not the same one that was tested.

  81. Starship Titanic by yoz · · Score: 2

    I worked on the web site for Douglas Adams's game, Starship Titanic. We had immense fun with it. Unfortunately, some of the most fun bits (such as the original brochure for trips on the ship, and the entire novel available in alphabetical order) are not currently up. (I hope we can put them back soon) There are still some fun bits there, such as the FAQ in the Support section.

    However, there were two primary Eggs:
    • I'm not sure if this counts, but in the HTML pages installed with the game, I stuck a massive credits and thank-you list in an HTML comment
    • This should count, though: If you registered with us during the "Starlight Lines brochure" phase, the company sysadmin "accidentally" sent out an email to everyone on it with the URL of the Starlight Lines intranet. This was followed by an email saying he'd been demoted. However, not only is the secret intranet site still there, full of all kinds of hysterical reports and diaries, but buried deep down there's the Employee Forum. Despite the fact that you have to navigate through ten pages from the front of the site to get to it, it's had about 40,000 postings in the past three years, which still amazes me.
  82. I didn't stumble across it -- it tripped me :) by Reziac · · Score: 2

    I dunno about Excel, but you know the teapot eegg that's in the Windows 3DPipes screen saver, that's supposed to require all sorts of machinations to get to, and is only supposed to work on NT boxes?

    Er, not exactly... Here I am peacefully watching the pipes grow on my Win95 OSR2.0b box (okay, so I was really talking on the phone, but..) and in the middle of this otherwise-ordinary tangle of silver pipes, there appeared a teapot -- all by itself, with no intervention from me. (And I screencapped it for posterity, too.)

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  83. Jeeves + monty python by stego · · Score: 2

    I don't remember the exact quote to trigger it, but there is a 4 or 5 step response at ask jeeves that is in response to some questiosn about african swallows or something....

    1. Re:Jeeves + monty python by ivan_13013 · · Score: 3, Funny

      If you Ask Jeeves,
      "what is the air-speed velocity of an unladen swallow?"

      then he will ask you the proper question in response, and you can click on it to see where the hell this quote comes from.

  84. DANGER GIRL MODEL by caferace · · Score: 4, Funny
    Only cute chicks need apply

    For a company on its way out, this is still amusing....

  85. Resume Eggs by TwP · · Score: 3, Interesting

    Not quite the same, but my resume has an easter egg in it. At the top of the resume, separating my name and job title from the main body of the document, is a small line of ones and zeros (4pt font) with border lines above and below. It looks like a simple, decorative border to separate the title from the rest of the page. It is, but it also contains a "secret message" using "binary encryption".

    Most people don't even notice that it is there.

  86. Spare Bricks Webzine by inkswamp · · Score: 2
    I don't think this qualifies as a "mainstream" site but I was one of the founders and the first editor of Spare Bricks a quarterly webzine devoted to Pink Floyd. For the last six issues or so I've hidden secret messages in the zine, ranging from invisible links that take you to secret pages to graphics placed on pages with the height and width set to 1. In one issue, we had a very low contast message hidden in a picture; download it and play with the contast and the message appears.

    I'm currently working on putting up the zine's archives. We have a page devoted to the easter eggs for those of you interested.

    The secret typically contains the words "Congratulations... you have found the secret message" which is the wording of the backward message heard on The Wall during "Empty Spaces."

    I did the cover art for the current issue and the easter egg there is of particular interest to Slashdot readers. Check it out. In the "random" computer text above and to the left of Roger Waters' head, you can make out a line starting with:

    $sm="y46 ...

    And another line below it:

    $sm =~ tr[146 ...

    Plug those two lines into Perl and print $sm. Hmmm... wonder what it says. :^)

    --Rick

    --
    --Rick "If it isn't broken, take it apart and find out why."
  87. My First Easter Egg by glh · · Score: 2

    The first "real" application I developed (at least for money) was in VB5. It had no specification, the requirements were written down on napkins and that sort of thing. It turned out to be one of the most painful experiences in my life. Basically it was a program to fix database corruption problems because the original programmers didn't put ANY referential integrity in the DB and basically let nurses be DBA's (long story).

    Needless to say those of us on this project weren't too happy. Oh, but we tried to have some fun with it. Later on in the project, we picked a beaver to be our mascott (remember the "hamster dance?" that was our theme song, don't ask). Anyway, we had a graphics guy modify this bitmap we found and turned it into an animated gif of a beaver with a chainsaw dripping blood all over the place. The easter egg was basically if you clicked on the "Help | About" screen in a certain spot, it would show. Ahh, that was satisfying. I truly believe that is the reasoning behind easter eggs- it helps make horrible projects go a little better.

  88. What about... by Phroggy · · Score: 2

    What about Easter eggs in browsers? (Not mine, of course...)

    --
    $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
    $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  89. Gee by Hard_Code · · Score: 2

    I'm not sure whether to applaud you for introducing some humanity into an otherwise sterile occupation, or whether to shoot you on the spot on principle.

    --

    It's 10 PM. Do you know if you're un-American?
  90. oh yeah! Almost forgot! by Phroggy · · Score: 3, Interesting

    My home page allows the user to choose among several different themes, many of which look like windows on a desktop in a variety of operating systems. Your default theme when you first visit the site is chosen based on your browser and operating system. If you use a 4.0 or better browser, it chooses one of the more complex themes based on your OS; if you run Netscape 3 (which doesn't support background graphics in table cells) you get the Plain theme, and if it doesn't recognize your browser, you get the Simple theme which renders nicely in Lynx.

    Robots and spiders, such as those who might be trolling for e-mail addresses, aren't recognized and therefore get the Simple theme. At the bottom of the main home page, only shown in the Simple theme, in very fine print, appears a message that is tailored for your particular IP address:

    Home page in simple theme

    --
    $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
    $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  91. Re:oh yeah! Almost forgot! by zerOnIne · · Score: 2

    that's freaking awesome ... i really had my roommate (who runs the domain our apartment is on)

    --
    09
  92. ... (cot'd) by zerOnIne · · Score: 2

    as i was saying ... i really had him going for a few minutes ... i could see visions of paranoid conspiracy theories forming in his head as to who was attacking our poor little aravir.net, and why ... and then it dawned on him what was happening, and how he thinks it's the best think since Moof! :)

    --
    09
  93. A better version of the face & more by Chris+Pimlott · · Score: 2

    It turns out you get a clearer picture of the face if you use a logorithmic scale, as described on this page. They've also got a few more neat pix for other tracks and a link to a program to make your own.

  94. Re:Jabberbot by XO · · Score: 2, Funny

    omfg, at work sometime last week, i had these two asian men come into the store, and i approached them, said "How are you gentlemen?"

    They both responded, almost in perfect time "All your base are belong to us!"

    --
    "Champagne for my real friends - and real pain for my sham friends!" http://ericblade.postalboard.com/
  95. Re:No thanks... by dvdeug · · Score: 2

    Even tho easter eggs in any kind of "app" are "neato", they take up too many resources.

    What, a few K of hard drive space? If you run all your programs from CD and stripped all non-essential files from your computer, I might understand this complaint. But most take no resource besides hard drive space when not running, and unless the programmers went way overboard, the space requirements should be under the radar screen on any modern hard drive.

  96. It's password protected ... by AftanGustur · · Score: 3, Funny
    How about http://warez.slashdot.org/

    It says: "Enter username for NSA_MaxSecZone at warez.slashdot.org"

    Please, what it the password, quick, before they find me in here.. I realy shouldn't be using the production servers to read /.

    --
    echo '[q]sa[ln0=aln80~Psnlbx]16isb572CCB9AE9DB03273snlbxq' |dc
  97. Re:I don't get it either... by AftanGustur · · Score: 2
    Sure warez.slashdot.org resolves to 127.0.0.1

    But http://127.0.0.1/ brings up my default page under Apache

    And http://warez.slashdot.org/ brings up an IIS page and a warning about the Nimda virus?!? WTH?

    What are your proxy settings ? Are you running anything on port 80 on your proxy server ?

    --
    echo '[q]sa[ln0=aln80~Psnlbx]16isb572CCB9AE9DB03273snlbxq' |dc
  98. Why do you highlight Tagalog? by jotaeleemeese · · Score: 2

    It is the most spoken language in the Phillipines.

    --
    IANAL but write like a drunk one.
  99. McGill University by paulschreiber · · Score: 2
  100. Some web app things... by WWWWolf · · Score: 2
    I was once working on a web application. (Regrettably not visible to general population...)

    I worked on one database feature and, of course, added something to delete the record from the database. The app (written in PHP) took two parameters, id=xxxx as the deletable record ID, and confirm=1 to actually delete (without that parameter, it presented a confirmation form).

    Now, PHP uses the God's Chosen Way of presenting "true" values - almost any string is equivalent to "true".

    So, my confirmation parameter was:

    confirm=If a thousand suns were to rise together one morning, that light would be a little like the glory of the Lord, for I am become Death, the shatterer of worlds.

    I know, it's stupid, but you need certain amount of drama if you're going to delete something from the database permanently =)

  101. Re:No concern from potential employers? by CDWert · · Score: 2

    Actually, no,

    The eggs were of a VERY specific purpose,
    The provided NO alternative access, they simply provided, what appeared to be debug/versioning information.

    I gave the addition much thought, I used a string on a Seperate CGI, (an executable, so it couldnt be reversed) that had to carry a specific variable (actually , "who_wrote_this" or "current_version" and they needed a query appended , but Im not telling you that :)

    It actually had its uses, when we later went to load balancing and were initially having problems with page version distribution amongst servers, I added a parsing mechanism, and we would add a serial #into a comment field, we could then run another app which hit all the CGI's on all the load balanced servers and gave a quick report of which server wasnt getting updates properly.

    No, never once did I hear them say No easter eggs for us. I gave a very detailed explanation it was OUR (my employeers) version checking application, the fact that I wrote and implemented it was of course left out.

    In short they didnt see them as easter eggs, rather as a tool they could potentially see some value in for some unknown reason.

    Truth be told psycology works both way in an interview, typically in interviewer, will NOT ask questions about something he/she does not full understand, at the risk of looking dumber than the person they are interviewing.

    --
    Sig went tro...aahemmm.....fishing........