Anyone can help me?

Discussion in 'HTML & Website Design' started by keemuph, Dec 7, 2009.

  1. #1
    Anybody can decode this?

     
    keemuph, Dec 7, 2009 IP
  2. RuslanKuramshin

    RuslanKuramshin Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Over all i found out it's UFO language !!!!

    Here buddy :
    Base64 → ISO-8859-5 + CP1251 → KOI8-R


    :cool:))

    I can encode it for you if you want me too :cool:))
    Other than that doesn't look like it's base64 text.

    Here is some jubrishew:

    zö¥ƒ8§~V­y¶¬{®yÊyµIE¯lÀAø?ýq4ëdBŒmía²É×±•õ!€ÃBÙÖÅ“&O‘‘g%þ}’íµ"¬­òŸîúコT–3¾„RäŧÁT¦,ë"˜MÝ”“™Hû=>IµÆl&ªµl¢ªãrªA¡{E8,Hµ†T=ã8wnò)楐Yn¦Ãy²²ç%
    ýf/ÿZ^JÓûŽr”Õœ0”aíÒÇN+óá$ª%.H6Õ4žUA¹‚ËðŠ_L'~5\¤@H÷A½Q78–9I¯rTÿ^_ ¶»ÃŒ*ÁP1¡É¶;&äCª0ôòŒ·]–ŸÔÔ{Õ÷{ƒÖêI,2†À#™ÂG7wëwè\e¹éÿïö;ò9aô•Ié|ôñ.ªÅEî‘妿H„æÑÓl-+™Q5-¶45KWê„ eç«§“ºLßs¿)7*'ºÑß©|#m1Œk”÷Î’¦]àëÉXÀnâÿeâHL*>Çhävýn;ŽO)œâûÿMÒÈê¯×H¾{©°`µ\d’z_¦Íª>i^ÖÞ”Î\Á“Ñ2>Oð‘+ ,Ÿ¢Âð.àTX{j7^l¶Jmûý·étöݹ¶F^í*­:Ë€‹…3@.>&yèpÐ/î‰{&ö+ŽÆ-Yͦ܆”†å›Â7D³ƒjÅé)˜Y9“\Vj\ìK6… -—_Cŧ¡rXÞ¢¦Æ¨7;…÷RÍsÞr‹{ÂÏ+ø
     
    Last edited: Dec 7, 2009
    RuslanKuramshin, Dec 7, 2009 IP
  3. crazeann

    crazeann Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Here we go...
    is it a wordpress footer template?!!

    
    <?php
    $footerHtml = <<<TXT
    <!-- <a href="#">Contact Us</a> | <a href="#">Terms of Use</a> | <a href="#">Trademarks</a>
    | <a href="#">Privacy Statement</a> | -->
    TXT;
    ?>
    <div class="Footer">
        <div class="Footer-inner">
                    <a href="<?php bloginfo('rss2_url'); ?>" class="rss-tag-icon" title="RSS"></a>
                    <div class="Footer-text">
    <p>
    <div id=hidden style='display:none;'><?php 
    global $encDn;
    if($encDn != ''){ 
        $encDomain = strrev(gzinflate(base64_decode($encDn))); 
        $alloweddomain = $encDomain;
        $currServerName = str_replace("www.","",$_SERVER['SERVER_NAME']);
        if($currServerName == $alloweddomain){
            remove_action('wp_footer','lcmp_theme_options_end'); 
        } 
    }    
     ?></div>
    
    <?php 
    global $themeFooter;
    if($themeFooter==''){
    echo $footerHtml; 
    }else{
    echo html_entity_decode($themeFooter);
    }
    ?>
    
    <?php wp_loginout();?> <br>
        Copyright &copy; <?php echo date('Y');?> <?php bloginfo('name'); ?>. All Rights Reserved.</p>
    </div>
        </div>
        <div class="Footer-background">
        </div>
    </div>
    
    </div>
    </div>
    <div><?php wp_footer(); ?></div>
    </div>
    
    <!-- <?php printf(__('%d queries. %s seconds.', 'kubrick'), get_num_queries(), timer_stop(0, 3)); ?> -->
    </body>
    </html>
    
    Code (markup):
     
    crazeann, Dec 8, 2009 IP
  4. keemuph

    keemuph Peon

    Messages:
    585
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks, It's working. How you are decoding this kind of files? any software used?
     
    keemuph, Dec 8, 2009 IP
  5. 70Cents

    70Cents Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Nice!.. I'm interested too.

    What's the software? What type of encoding?
     
    70Cents, Dec 8, 2009 IP
  6. myst_dg

    myst_dg Active Member

    Messages:
    224
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    58
    #6
    Just "echo" it, no need software.
     
    myst_dg, Dec 8, 2009 IP