Answer the question
In order to leave comments, you need to log in
How to detect a malicious Google Chrome extension?
Today, when switching to lingualeo.ru (I entered it in the address bar with pens), I saw the following picture: I was redirected to ad.admitad.com , then to coupons-online.ru (I don’t remember the exact sequence) and only then to lingualeo.ru. Obviously, either lingualeo.ru itself is playing tricks, or some of the Google Chrome extensions, which is more likely.
Digging into the source code of extensions is quite dreary. A cursory glance turned up nothing. Perhaps there are more advanced places to search for such malware. Please advise if you know. Or maybe I'm generally sinning in vain on extensions?
All extensions are installed exclusively from the Chrome WebStore. Here is their list:
Answer the question
In order to leave comments, you need to log in
Firstly, you have already asked a similar question and you have been answered,
and secondly, stop coding shit and deal with database structures, data types and modifiers once already.
Also, as you have already been told - use the built-in bean mechanisms, and do not talk crap in the style of the 90s.
Check the data types that you have in the fields and which you have in the variables.
Still don't understand why you need to separate the date and time.
UPD: if you are already using a crooked approach, then at least wisely, check what you are doing there ...
$sql = "INSERT INTO tasks (`task`, `date`, `time`, `users_id`) VALUES ('$task', '$date', '$time', $users_id)";
var_dump($sql);
R::exec($sql);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question