after i already installed it, i learned that the theme i'm using (http://www.themesjunction.com/theme/dwebhosting_wordpress_template-15698.html) has encrypted code and sometimes that can be very bad. so i stuck the 'encrypted text' into the appropriate decoder, which is this one (http://www.tareeinternet.com/scripts/byterun.php) and out came the decoded code here: http://pastebin.com/98SHDttE then i pasted the 'rubbish' and out came this: $_X=b2s61i_d6c3d6($_X);$_X=strtr($_X,'aouie123456','23456aouie1');$_R=6r6g_r6pl2c6('__FILE__',"'".$_F."'",$_X);6v2l($_R);$_R=0;$_X=0; so if this stuff is what's behind the code, what does it do and how worried should i be??? please advise. thanks.
some free themes have encrypted footer/designed by links to you can not remove them or the page will not display. Hacked versions of paid themes could have anything in there.
that's but what's going on with this theme, based on the unhacked code i provided? i basically dont know what the unhacked code (seen here: http://pastebin.com/98SHDttE) does or means. any idea?
sixrfan, It looks like it is assigning variables in PHP, even though you may have decrypted part of the code, it still looks obfuscated. -BlastFree