Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ianiswas

macrumors newbie
Original poster
Jan 9, 2009
8
0
Has anyone figured out how to remove the Malware warning from google? My website www.ianiswas.com has been affected by this, but only when using Safari. I have read a few posts, but they have not been super helpful. I called my host company, they see nothing wrong, I looked at the coding, of which I am not an expert, and found nothing wrong. Can someone save me?
 
I didn't get any warnings. I opened your link, searched for your site in google, and everything was fine.
 
Malware warning only on Safari, need to remove!

thanks, but you probably have your preferences changed to not warn you, because I continue to get the warning unless I uncheck the box. I need to figure out how to have it removed for other viewers with the security box checked. any help?
 
thanks, but you probably have your preferences changed to not warn you, because I continue to get the warning unless I uncheck the box. I need to figure out how to have it removed for other viewers with the security box checked. any help?

Nope. My warnings work on other known "naughty" sites. Maybe you need to reset Safari. Did you even try looking at your site on a different machine?
 
thanks, but you probably have your preferences changed to not warn you, because I continue to get the warning unless I uncheck the box. I need to figure out how to have it removed for other viewers with the security box checked. any help?

I have it enabled.

No warnings here.
 
Malware warning only on Safari, need to remove!

Yes, I get the warning on my home desktop, with the updated Safari version, but I do not get it on my laptop, with an older safari. A friend just emailed me and said she gets a warning on her home computer.
 
I don't get the warning if I visit the site directly, or if I get to the site via Google. However I can trigger the warning if I try to visit the Google cached version.

I thought that the warning was displayed if the site is listed on a blacklist, rather than by the detection of malware etc...
 
I don't get the warning if I visit the site directly, or if I get to the site via Google. However I can trigger the warning if I try to visit the Google cached version.

I thought that the warning was displayed if the site is listed on a blacklist, rather than by the detection of malware etc...

How do you get to a google cached version?
 
Malware warning only on Safari, need to remove!

blacklist? it is only a site of non-offensive sculpture, so far it may be comcast, my isp, but I still can't figure out why I get the warning in the first place
 
Malware warning only on Safari, need to remove!

I also tried the cached version and I don't get the warning on my laptop but do on my desktop. I have no clue, this is insane, perhaps I should just buy a new domain
 
I also tried the cached version and I don't get the warning on my laptop but do on my desktop. I have no clue, this is insane, perhaps I should just buy a new domain

black listing occurs when your site has been found to contain malicious code. Contact whoever blacklisted your site and ask them to review it again.
 
does this look like bad code? I am looking through my site, and this looks out of place. any thoughts on what I should look for?

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
 
I don't get a warning from either the real website or the cached one (this is in camino). however a PDF popped up in my download stack after i navigated to the cached site and hit some random keyboard buttons…:confused:
 
does this look like bad code? I am looking through my site, and this looks out of place. any thoughts on what I should look for?

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>

That looks fine to me. I'm just barely learning CSS and can't really tell what's going on in javascript, but to me that looks like it changes the window if the user is browsing the site in netscape.
 
what would bad code look like for my site?

It isn't necessarily "bad" code - it just isn't following conventions (CSS for font colour, table background, style etc, I haven't looked at your source code, so can't comment on yours specifically).

Reason these conventions are a big thing (and why passing this validator is a big thing) is so your website appears exactly the same and functions exactly the same across multiple platforms and web browsers.

Note that this doesn't have anything to do with the Safari Malware warning - just a general comment on web design and what you should aim to follow.
 
thanks for all the help, I reset safari and emptied the cache, and the warning is gone. Unfortunately, this does not solve the root of the problem, as i cant tell everyone to reset their machines, so who knows?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.