Jason Lee Posted January 10, 2009 Share Posted January 10, 2009 Can someone please help me on this problem? What is Hack attempt (Guest -> id_operating_system = 1)?What had happen to my SITE? How can I solve this problem? Someone please help me on this. Link to comment Share on other sites More sharing options...
Guest Posted January 10, 2009 Share Posted January 10, 2009 There did you get this error, from your browser on index.php? Link to comment Share on other sites More sharing options...
Jason Lee Posted January 11, 2009 Author Share Posted January 11, 2009 Yup, it show on the index.php. I found out in classes/Tools.php have this following code, can i remove it?static public function displayError($string = 'Hack attempt', $htmlentities = true) { global $_ERRORS; if (!is_array($_ERRORS)) return str_replace('"', '"', $string); $key = md5(str_replace('\'', '\\\'', $string)); $str = (isset($_ERRORS) AND is_array($_ERRORS) AND key_exists($key, $_ERRORS)) ? ($htmlentities ? htmlentities($_ERRORS[$key], ENT_COMPAT, 'UTF-8') : $_ERRORS[$key]) : $string; return str_replace('"', '"', stripslashes($str)); } Link to comment Share on other sites More sharing options...
Parintelu Posted January 14, 2009 Share Posted January 14, 2009 you can try to remove it crl+x and then if it's not working the move it back again and so onit works for me every timegood look, sorry for the hacking my site was hacked too, so it's understandble Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now