need help to decode this

Discussion in 'Programming' started by sabina23, Nov 24, 2011.

  1. #1
    can someone pls help me whit this code ?



    /* WARNING: Please do not remove or edit this function's content.
    This great theme is brought to you for free by these supporters */
    $_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;
     
    sabina23, Nov 24, 2011 IP
  2. mmerlinn

    mmerlinn Prominent Member

    Messages:
    3,197
    Likes Received:
    819
    Best Answers:
    7
    Trophy Points:
    320
    #2
    If you had formatted your code {like below} so you could understand it, you would then see that you need two functions {base64_decode() and get_bloginfo()} BEFORE you can decode it. I suggest you find the functions, then let the functions decode it for you.

     
    mmerlinn, Nov 25, 2011 IP