Forum Moderators: LifeinAsia
I know nothing about frames and less about javascript so I wondering if they can somehow intercept an "order"? I know, I'm probably paranoid, but ...
Please, can someone help or point me in the right direction to discover how to handle this?
My admin says I have .htaccess, but said that if they are linking to images on my site, the IP pulling in the image would be the IP from the web surfer, not their domain, so it wouldn't do any good to ban them.
If you click on one of the links inside their framed page, it opens another page on my site within their frame.
So, now my question is: since they have copied the images to their own site (not linked to mine), copied the actual page content to their site which includes links to my site for other pages and ordering -AND- these pages are in a framed page with javascript, do I need to be concerned?
If they are using your pages from your server in their frames, then this simple frame buster will stop them in their tracks.
<script>
if(top.location != document.location)
top.location = document.location;
</script>
Even so, it would be worthwhile keeping an eye on them after you install the frame buster.
If however, they have copied your pages onto their servers, then you are in a copyright situation which may require legal actions.
There have been a number of discussions along this very topic, you may want to use the search function at the top of the page and search for "copied pages" or copyright or some such similar.
Onya
Woz
They have done both but I installed the script on the pages that were opening inside their frames.
This particular site only has a few pages so I think I'll have to keep looking. Seems dumb to hijack just a few images/pages from another site for a site that only has about 8-10 pages. I found one reference on their site that said they were a manufacturer of silver jewelry in Taxco, Mexico (where much of the cheap silver jewelry is made) so I'm thinking they may hijack all kinds of pages from individual jewelry artists and possibly use a number of domains.
Now, I'm wondering if this could be a part of the problem with my google PR0 since it would look like duplicate pages. Aargghhh! I found them in google, but not in most of the other search engines. That also seems strange...
I did search earlier before I posted, but tried "hijack" and "stolen". I'll go look for "copied" and "copyright".
Thank you all for the help!!