Please Help Me To Decrypt this Them and Footer!

Discussion in 'PHP' started by fayez102, Feb 22, 2012.

  1. #1
    pls help me to decode this footer.php file Thanks:)



    Best Regard
    Fayez102
     
    fayez102, Feb 22, 2012 IP
  2. Lee Stevens

    Lee Stevens Active Member

    Messages:
    148
    Likes Received:
    3
    Best Answers:
    2
    Trophy Points:
    68
    #2
    Why decode it people do that so you leave the correct copyright in the footer, it's not nice stealing peoples work.....
     
    Lee Stevens, Feb 22, 2012 IP
  3. thedesigns

    thedesigns Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    not allowed to change this. you must contact theme maker :)
     
    thedesigns, Feb 22, 2012 IP
  4. fayez102

    fayez102 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    :(:(:( please
     
    fayez102, Feb 22, 2012 IP
  5. Lee Stevens

    Lee Stevens Active Member

    Messages:
    148
    Likes Received:
    3
    Best Answers:
    2
    Trophy Points:
    68
    #5
    No it's most probably against the T.O.S from where ever or who ever you got it from, pay for it if you want it removed.
     
    Lee Stevens, Feb 22, 2012 IP
  6. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #6
    It's also illegal in most countries. So would be helping you to do it.
     
    Rukbat, Feb 25, 2012 IP
  7. riteshsanap

    riteshsanap Well-Known Member

    Messages:
    217
    Likes Received:
    2
    Best Answers:
    3
    Trophy Points:
    168
    #7
    Brother here's the decoded version
    ?><div id=footernav style='text-align:left;'>
    <?php
    	/* A sidebar in the footer? Yep. You can can customize
    	 * your footer with four columns of widgets.
    	 */
    	get_sidebar( 'footer' );
    ?>
    </div><div class="cleared"></div>
    <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 © <?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>
    PHP:
     
    riteshsanap, Feb 26, 2012 IP