QUESTIONABLE EBAYER...........PICS

General Discussion about almost anything Teardrop or camping related

Postby Guest » Thu Feb 03, 2005 4:05 pm

I've had some of my art glass pics stolen, but it didn't bother me because the takers weren't passing themselves off as the creators.
Most people usually email and ask for permission.
When my trailer is built and all the documentaion is at hand, I'm going to try and figure out a way that people can't just click and copy the images.
I'm not saying that I don't want to share, I just don't want them being thieved for profit. It would be neat if you could set it up, so that when people try to do the click, copy and paste... A little window pops up and says something like, "Please contact owner for permission"... or something along those lines.
Guest
 

Postby mikeschn » Thu Feb 03, 2005 4:33 pm

That technology exists... it's just over my head!!!

Mike...
The quality is remembered long after the price is forgotten, so build your teardrop with the best materials...
User avatar
mikeschn
Site Admin
 
Posts: 19202
Images: 479
Joined: Tue Apr 13, 2004 11:01 am
Location: MI

Postby bg » Thu Feb 03, 2005 6:25 pm

mikeschn wrote:That technology exists... it's just over my head!!!

Mike...


It's not terribly diffucult, just a few lines of javascript that you can insert into the page header. As it being a simple thing to enable it's also a simple thing to get around. I don't think i'd bother but I attached some code below that might give you an idea

Code: Select all
<script language=JavaScript>

 <!--
var message="Forget About It!";
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->

</script>
Bobby(, Kim & Wayne)
bg
500 Club
 
Posts: 985
Images: 8
Joined: Fri Aug 20, 2004 11:11 pm
Location: Saginaw, TX
Top

Postby mikeschn » Thu Feb 03, 2005 6:33 pm

How about putting an invisible gif file over the photo, so when they right click they get the invisible gif, not the jpg??

Mike...
The quality is remembered long after the price is forgotten, so build your teardrop with the best materials...
User avatar
mikeschn
Site Admin
 
Posts: 19202
Images: 479
Joined: Tue Apr 13, 2004 11:01 am
Location: MI
Top

Postby bg » Thu Feb 03, 2005 6:37 pm

mikeschn wrote:How about putting an invisible gif file over the photo, so when they right click they get the invisible gif, not the jpg??

Mike...


I guess that could work but it just seems to be a lot of extra work to me.
Bobby(, Kim & Wayne)
bg
500 Club
 
Posts: 985
Images: 8
Joined: Fri Aug 20, 2004 11:11 pm
Location: Saginaw, TX
Top

Postby campadk » Thu Feb 03, 2005 6:40 pm

mikeschn wrote:How about putting an invisible gif file over the photo, so when they right click they get the invisible gif, not the jpg??

Mike...


Easy to get around... view source, locate the url for the jpg image, plug it into your browser, view and right click.
User avatar
campadk
Teardrop fun specialist
 
Posts: 1508
Images: 34
Joined: Wed May 05, 2004 4:34 pm
Location: Ottawa, Ontario Canada
Top

Postby Denny Unfried » Thu Feb 03, 2005 6:42 pm

mikeschn wrote:How about putting an invisible gif file over the photo, so when they right click they get the invisible gif, not the jpg??

Mike...

They could then just look at the source url for the photo then download it. The disabled right click is easy to defeat. When the slide show is re-done I might do it with Flash which makes a great slide show anyway.

Denny
aka - "Uncle Denny"
<img src="http://www.uncledennyscorner.com/teardrop/photos/Linux.gif">
User avatar
Denny Unfried
sprint car builder/racer & all that jazz
 
Posts: 411
Joined: Mon Jun 21, 2004 8:54 am
Location: So Bay, CA
Top

Postby mikeschn » Thu Feb 03, 2005 6:44 pm

campadk wrote:Easy to get around... view source


I've seen that it's possible to disable the "view source" function too. But if you do all that, it's getting to be a lot of work like BG said!

Mike...

P.S. Maybe that why some sites break their photos up into sections???
The quality is remembered long after the price is forgotten, so build your teardrop with the best materials...
User avatar
mikeschn
Site Admin
 
Posts: 19202
Images: 479
Joined: Tue Apr 13, 2004 11:01 am
Location: MI
Top

Postby Guest » Thu Feb 03, 2005 6:51 pm

I like bg's... "Forget About It!!!" pop up. :thumbsup:
Guest
 
Top

Postby JunkMan » Thu Feb 03, 2005 7:38 pm

Dean in Eureka, CA wrote:I like bg's... "Forget About It!!!" pop up.


I'm also an ebayer (no, I don't sell stolen ideas and pics). I use the pop-up window on my pages, but still find my pictures pirated all of the time. It will keep the beginners from swiping your pics, but like others have said, it is easy to get around.

Many people I know put their name in the corner of the pic, in a place that it can't easily be cropped out. That slows some of the thieves down, they usually look for other pics that aren't identified as belonging to someone else.
Jeff & Odie
Black Hills of South Dakota
User avatar
JunkMan
500 Club
 
Posts: 974
Images: 50
Joined: Sun Oct 24, 2004 6:21 pm
Location: Rapid City, South Dakota
Top

Postby mikeschn » Thu Feb 03, 2005 7:42 pm

that's a good idea. In the corner paste the words, "Stolen from" you know who...

:lol:

Mike
The quality is remembered long after the price is forgotten, so build your teardrop with the best materials...
User avatar
mikeschn
Site Admin
 
Posts: 19202
Images: 479
Joined: Tue Apr 13, 2004 11:01 am
Location: MI
Top

Postby Guest » Thu Feb 03, 2005 7:56 pm

What if you put a watermark dead center in the image?
Could "artists" still go in and erase it?
Guest
 
Top

Winklewagen

Postby doug hodder » Thu Feb 03, 2005 10:32 pm

I think that winklewagen translates to shopping cart. I've got a winklewagen that I'd like to beat these guys over the head with. I contacted them and got an E-mail back that sounded like Sgt. Schultz from Hogans Heros created. I don't know if they were goofing with me or not, oh well..........They're half a world away, at least I had an American flag flying on it. Doug Hodder
doug hodder
*Snoop Dougie Doug
 
Posts: 12625
Images: 562
Joined: Tue Dec 14, 2004 11:20 pm
Top

Postby Denny Unfried » Fri Feb 04, 2005 10:17 am

One of the CD buyers furnished the following information:

The EBAY seller info was : les_lea . The address my paypal went to was :<[email protected]> and the name on the receipt i got with the CD was Daniel Carey. If this might help other'' newbies''like us keep from being misled, thanks for helping!

The seller doesn't appear to be a forum member so I have filed a formal complaint with Ebay.

Denny
aka - "Uncle Denny"
<img src="http://www.uncledennyscorner.com/teardrop/photos/Linux.gif">
User avatar
Denny Unfried
sprint car builder/racer & all that jazz
 
Posts: 411
Joined: Mon Jun 21, 2004 8:54 am
Location: So Bay, CA
Top

Previous

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 41 guests