Help me decoding this!

Discussion in 'Programming' started by LeetMan, Aug 27, 2010.

  1. #1
    Hi

    I got this encoded line that i need decode so i can do some changes in it.

    $_XN = 'PGRpdiBjbGFzcz0ic3Bhbi0yNCI+IDxkaXYgaWQ9ImZvb3RlciI+';$_HT = base64_decode($_XN);$_TS = 'RGVzaWduZWQgYnk6IDxhIGhyZWY9Imh0dHA6Ly93d3cuY2hlbHNlYW5hdHVyYWxoZWFsdGguY28udWsiPldlc3QgTG9uZG9uIE5hdHVyYWwgSGVhbHRoPC9hPiB8IFRoYW5rcyB0byA8YSBocmVmPSJodHRwOi8vd3d3LmhlYWx0aGhvb2t1cC5jb20iPkhlYWx0aCBUaXBzPC9hPiwgPGEgaHJlZj0iaHR0cDovL3d3dy5tb3RvdGlwcy5jb20iPkRpcnQgQmlrZXM8L2E+IGFuZCA8YSBocmVmPSJodHRwOi8vd3d3LmhlYWx0aGllcndheXMuY29tLyI+SGVhbHRoIEJsb2c8L2E+IDxiciAvPiA=';$_HT .= base64_decode($_TS);$_VT =  'Q29weXJpZ2h0ICZjb3B5OyA=';$_HT .= base64_decode($_VT);$_YN = '<strong>' . get_bloginfo('name') . '</strong>';$_HT .= $_YN;$_AY = 'IHwgUG93ZXJlZCBieSA8YSBocmVmPSJodHRwOi8vd29yZHByZXNzLm9yZy8iPldvcmRQcmVzczwvYT4=';$_HT .= base64_decode($_AY);$_US = 'IDwvZGl2PjwvZGl2PjwvZGl2PjwvZGl2Pg==';$_HT .= base64_decode($_US);echo $_HT;
    Code (markup):
    I hope there is someone who can help me decode this :)
     
    LeetMan, Aug 27, 2010 IP
  2. Wolf Security

    Wolf Security Peon

    Messages:
    78
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    $_HT = '<div class="span-24"> <div id="footer">';
    $_HT .= 'Designed by: <a href="http://www.chelseanaturalhealth.co.uk">West London Natural Health</a> | Thanks to <a href="http://www.healthhookup.com">Health Tips</a>, <a href="http://www.mototips.com">Dirt Bikes</a> and <a href="http://www.healthierways.com/">Health Blog</a> <br /> ';
    $_HT .=  'Copyright &copy; ';
    $_HT .= '<strong>' . get_bloginfo('name') . '</strong>';
    $_HT .= ' | Powered by <a href="http://wordpress.org/">WordPress</a>';
    $_HT .= ' </div></div></div></div>';
    echo $_HT;
    PHP:
     
    Wolf Security, Aug 27, 2010 IP
  3. asdirc

    asdirc Active Member

    Messages:
    275
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    $_XN = '<div class="span-24"> <div id="footer">';

    $_TS = 'Designed by: <a href="http://www.chelseanaturalhealth.co.uk">West London Natural Health</a> | Thanks to <a href="http://www.healthhookup.com">Health Tips</a>, <a href="http://www.mototips.com">Dirt Bikes</a> and <a href="http://www.healthierways.com/">Health Blog</a> <br /> ';

    $_VT = 'Copyright &copy; ';

    $_YN = '<strong>' . get_bloginfo('name') . '</strong>';

    $_AY = ' | Powered by <a href="http://wordpress.org/">WordPress</a>';

    $_US= ' </div></div></div></div>';

    SO all you need is to link all these and to give me 1$ on paypal;)
     
    asdirc, Aug 27, 2010 IP
  4. LeetMan

    LeetMan Peon

    Messages:
    58
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks soo much mate. I really appreciate your help :) I have added rep to u.
     
    LeetMan, Aug 27, 2010 IP