Jump to content

Mysql Database Accessed?


Lopaka

Recommended Posts

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 by Lopaka
Link to comment
Share on other sites

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>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...