You don't really provide enough information to answer the question. Is that proposal from your web host?
Anyway, it doesn't matter because judging by this, your site's been hacked: http://www.google.com/safebrowsing/diagnostic?site=http://www.dicklaw.com/ Trying to pull some sort of IP address switch isn't going to fix it. Since you use ASP pages with query strings such as ListingDetails.asp?Id=3235 the best guess without further information is that this is an SQL injection attack and you will likely find malicious data in your database. Remove the malicious code from the database, change all ASP pages so they only allow legitimate data to be used in queries, and don't bother looking for shortcuts like the one you described. The coding in the ASP pages must be revised even if you do move to a different server and IP address. If the pages aren't recoded, your site will get hacked again on its new server. On Oct 12, 11:58 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > If DNS information will remain the same > We propose to create an A Record pointed to our server (completely > different > than your current server - 216.218.147.142) and host a temporary site > for > you. > > Will this be enough to allow Google to remove the block they have > showing on > the search results pages? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
