2012-10-19, 11:49:42
I've used Bluehost as my client testing server for a while, and I have a few GetSimple sites in development on there now. I logged into one today and noticed a bit of jquery code at the very top of every page in the admin. Here's what part of the source code is showing, which is apparently the cause (note that I had to edit out some of the source code so as not to go over the limit of allowed links in a post):
So that iframe src url displays a page from CloudFlare warning me that my computer may be compromised by a virus. I've seen on the forums that GetSimple's website is getting some help from CloudFlare, but why are my Bluehost sites doing this, but no others are? Is Bluehost flagged as a bad hosting provider?
Thanks,
Addison
Code:
<script>
// check to see if core update is needed
jQuery(document).ready(function() {
var obj = jQuery.parseJSON('<!DOCTYPE html>
<html lang="en">
<head>
<title>Access Restricted</title>
...
<style type="text/css">
body, html {
display: block;
position: relative;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
iframe {
display: block;
position: relative;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<iframe frameborder="0" width="100%" height="100%" src="http://anti-virus.cloudflare.com/cdn-cgi/anti-virus-challenge?h=6765742d73696d706c652e696e666f2c6765742d73696d706c652e696e666f2c3137373036332c31373934343234&x=978ceedb4ef9a5dc84aba72cb2ec71a3"></iframe>
<script type="text/javascript">
(function(w, d) {
w.refresh = function() { w.location.href = '/api/start/v3.php?v=3.1.2'; };
})(window, window.document);
</script>
</body>
</html>');
...
</script>
So that iframe src url displays a page from CloudFlare warning me that my computer may be compromised by a virus. I've seen on the forums that GetSimple's website is getting some help from CloudFlare, but why are my Bluehost sites doing this, but no others are? Is Bluehost flagged as a bad hosting provider?
Thanks,
Addison