My site has been fine and now out of nowhere this code is showing under every post on the front page and a few other static pages. Here's the site http://ckwikpost.com Here's the code: = '1') { return 'active'; }else { #### ## We know they are not an active member so lets see if they are an inactive member #### $result = mysql_query("SELECT * FROM members WHERE license='$licensekey' and domain='$domain' and active='N'"); if(mysql_num_rows($result) >= '1') { return 'inactive'; }else { #### ## We know they are not an active or inactive member so lets see if there are any domains that match the licensekey but not the domain #### $result = mysql_query("SELECT * FROM members WHERE license='$licensekey' and domain<>'$domain'"); if(mysql_num_rows($result) >= '1') { return 'mismatch'; }#End of mismatch if. }#End of inactive if. }#End of active if. }#End of activate (constructor) function. function active($domain,$licensekey,$currentposts,$admin_email) { }#End of active function. function inactive($domain,$licensekey,$currentposts,$admin_email) { }#End of inactive function. function mismatch($domain,$licensekey,$currentposts,$admin_email) { }#End of mismatch function. function newmember($domain,$licensekey,$currentposts,$admin_email) { }#End of newmember function. }#End of activate class. class dynamictags { var $name = ""; }#End of class ?> Thanks in advance!