SQL injectoon in several places
-
Install if you want to get hacked. SQL injection at several places
e.g.
$sql_query = (" SELECT * FROM ".$table." WHERE meta_key='wp_record_user_ip' AND meta_value LIKE '%".$_POST['s']."%' ".$cloumn." ".$order." ".$limit);
The topic ‘SQL injectoon in several places’ is closed to new replies.