Lopaka Posted June 28, 2006 Posted June 28, 2006 (edited) I recently encountered a mirror of one of our web directories and being a newbie, I'm wondering how can I determine if they are accessing our database? Any of the changes we make to our site is immediately reflected on the mirror. The content is not being displayed through a framed redirect. I'm aware that we can take their sites down by contacting their ISP, but I'm reluctant to do so until I understand how this is being accomplished to protect ourselves from any malicious acts once we do. Appreciate any assistance/guidance offered. Thanks Edited June 28, 2006 by Lopaka Quote
Samrc Posted June 28, 2006 Posted June 28, 2006 Have you taken a look at your logs? Do you see any direct queries to your web pages from the offending site? Have you looked at thier page code? Are they putting your content in an invisible iframe, which would display YOUR data on YOUR page within the confines of their web page which may not have any other content? If so, you could put a break frame script on the top of your page to force your page to load YOUR site. <script language="JavaScript"> if (window != top) top.location.href = location.href; </SCRIPT> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.