Jump to content

Jason Lee

Members
  • Posts

    6
  • Joined

  • Last visited

Jason Lee's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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)); }
  2. 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.
  3. Have any ideal how to stop by hacking by other ppl? How there hack me? SQL Injection?? Please teach me on this, I have not ideal about security issue.
  4. Thanks for you reply and help. :ahhh: I been HACKED ...!!! How can I prevent this. What should I tell the sysadmin?
  5. What is this problem, today my prestashop keep show me HACK ATTEMPT (Connection->id_guest=12). Did anyone got any ideal, how to solve this?
×
×
  • Create New...