Forum Replies Created
-
AuthorPosts
-
Excellent! Thank you very much for your help!! You guys have the BEST malware scanner out there!!!!
Also, are you able to see a log file or something? it was in some of my subdomains, not my main domain, but it was scanning and detected from the scan on my main domain scanning the sub folders.
Sure how do I send it privately?
Thanks for the reply
My definitions were F2R8B and I saw no hex code at the beginning of the flagged files, thus the reason I came here to ask you and pasted the entire code before allowing it to fix.
Also, it completely removed the entire contents of that index.html that I posted above, now the file is blank.
Hello, your scanner just updated and upon scanning found errors located in wp-content/plugins/LayerSlider/static/codemirror/mode/ecl/index.html
When queried the scanner spins and doesn’t tell me what code it found.
Here is a paste of one of the files, can you tell me what I’m not seeing please?
<!doctype html>
<html>
<head>
<title>CodeMirror: ECL mode</title>
<link rel=”stylesheet” href=”../../lib/codemirror.css”>
<script src=”../../lib/codemirror.js”></script>
<script src=”ecl.js”></script>
<link rel=”stylesheet” href=”../../doc/docs.css”>
<style>.CodeMirror {border: 1px solid black;}</style>
</head>
<body>
<h1>CodeMirror: ECL mode</h1>
<form><textarea id=”code” name=”code”>
/*
sample useless code to demonstrate ecl syntax highlighting
this is a multiline comment!
*/
// this is a singleline comment!
import ut;
r :=
record
string22 s1 := ’123′;
integer4 i1 := 123;
end;
#option(‘tmp’, true);
d := dataset(‘tmp::qb’, r, thor);
output(d);
</textarea></form>
<script>
var editor = CodeMirror.fromTextArea(document.getElementById(“code”), {});
</script>
<p>Based on CodeMirror’s clike mode. For more information see <a href=”http://hpccsystems.com”>HPCC Systems</a> web site.</p>
<p><strong>MIME types defined:</strong> <code>text/x-ecl</code>.</p>
</body>
</html>
-
AuthorPosts