Results 1 to 2 of 2

Thread: obfuscated javascript

  1. #1
    Join Date
    Aug 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default obfuscated javascript

    anybody here who can help me decode my obfuscated code..
    i compressed my codes in javascriptcompressor.com
    but i forgot to make a backup copy.. please help..
    here is my file..

    http://h1.ripway.com/wakokokz/file.js


    i hope someone will help out.. im serious..

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Haha, oh dear. It's still a bit of a mess, but damned if I'm going through it cleaning it up. By the way, I believe you're violating DD's terms of use by using these scripts obfuscated. And how exactly does storing strings backwards reduce code size? :-\

    Compressors aren't worth the trouble. Even the most verbose Javascript is probably several hundred times smaller than the smallest image on your site. It's CPU and memory usage you've got to worry about more -- and compressing your scripts increases those.

    If you really feel you want to squeeze the most out of your bandwidth, enable an HTTP compression module such as mod_gzip or mod_deflate. These will compress all your code, markup, and style -- in fact, anything downloaded from your site -- transparently to both yourself and the user.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •