The difference between the main site and store pages is the query strings. Main = appears to be all or mostly static .html pages. Store = dynamic PHP with query strings.
If there is still a problem, it is most likely SQL injection on your PHP pages. See recent posts here about Asprox for info about this type of attack. Here's an example of the problem: /store/index.php?main_page=specials What if someone calls the page, but puts a URL where "specials" should be? Study your PHP script to determine what the page will do under that circumstance. On Nov 19, 7:00 pm, Will <[EMAIL PROTECTED]> wrote: > Hello all, > > My website was 100% injected with malicious code. I spent a lot of > time cleaning my site and I still find my page giving warnings when > trying to access it from Firefox. This is a problem, especially around > Christmas time. My main site I cleaned and it is no longer listed as a > possible threat. My webstore does however. Any help would be > appreciated.. because I cannot locate any malicious code left in my > webstore. I have requested two different reviews and it seems like my > store still pops up. I just want either find this elusive malware or > get my website's name cleaned > > Parts of this site may be distributing malware. Google users will see > a warning page when they attempt to visit these pages. You can visit > the Google Safe Browsing diagnostic page for your site for detailed > information about the problems we found. Help > > Sample pages that may be distributing malware: http : // toliv ealie . > com / store / (SPLIT UP TO PROTECT IT) > > Please review StopBadware.org's Security Tips for Websites and make > any necessary changes to your site. When you have cleaned your site, > you can request a review, and we'll evaluate your site. > > Request a review > Status of the latest badware review for this site: A review for this > site has finished. The site was found clean. The badware warnings from > web search are being removed. Please note that it can take some time > for this change to propagate. --~--~---------~--~----~------------~-------~--~----~ You received this message through the Google Groups "stopbadware" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/stopbadware?hl=en -~----------~----~----~----~------~----~------~--~---
