Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Mar 2000
Posts: 180
Member
Member
Offline
Joined: Mar 2000
Posts: 180
Our car club is considering releasing some previously unseen auto information on our site, and I was wondering what were the best ways to ensure due credit is given?

Right now, the best I have come up with is to post the info as an image, with a "watermark" of our club logo as the background, as well as a "right click disable" code.

But, I was curious if there were better ways to do this? The info is basically a list of numbers/text, so any format is acceptible. But, I'd like to ensure we are given credit...

Thanks!

Sponsored Links
Joined: May 2003
Posts: 1,068
Junior Member
Junior Member
Offline
Joined: May 2003
Posts: 1,068
It sounds like you are taking the right steps, unfortunately there isn't much you can do to completely prevent this so tagging it is a good idea. Another thing you may want to consider is a modrewrite in your .htaccess if you want to prevent outside linking to your images. There's lots of great info on how to do this in google by doing a simple search for htaccess prevent link

Joined: Mar 2000
Posts: 180
Member
Member
Offline
Joined: Mar 2000
Posts: 180
Thanks for the idea. I kinda figured I was doing about all that could be done, but even working around that is as easy as highlight/File/SaveAs. Oh well, better than nothing!

Thanks!

Joined: May 2003
Posts: 1,068
Junior Member
Junior Member
Offline
Joined: May 2003
Posts: 1,068
Not to mention that in Windows XP all you have to do is wave your mouse over the image and it pops a little disc that you can click to Save As. I believe that the image has to be a certain size before it will do that though, not sure what it is.

Joined: Aug 2000
Posts: 1,290
Addict
Addict
Offline
Joined: Aug 2000
Posts: 1,290
A lil trick is to make the images a background in the cell. this plays with the minds of the would be theives. They right click and their is no save image as...

Another thought is to stop hotlinking also.


- Custom Web Development
http://www.JCSWebDev.com
Sponsored Links
Joined: Mar 2000
Posts: 180
Member
Member
Offline
Joined: Mar 2000
Posts: 180
Could you explain that a little, JC? Sometimes you gotta type slowly to me...LOL

Joined: Aug 2000
Posts: 1,290
Addict
Addict
Offline
Joined: Aug 2000
Posts: 1,290
To make the image a background you do this:

<td class="image-1"><img src="blank.gif" width="200" height="200" /></td>

Blank.gif comes with threads. The size varies based on the size of the image you are "hiding". Then add this to your css sheet.

.image-1 {
background-image: url(/path/to/image/Image.jpg);
background-repeat: no-repeat;
height: 200px;
width: 200px;
}


- Custom Web Development
http://www.JCSWebDev.com
Joined: Mar 2000
Posts: 180
Member
Member
Offline
Joined: Mar 2000
Posts: 180
Cool...thanks!

Joined: May 2001
Posts: 550
Code Monkey
Code Monkey
Offline
Joined: May 2001
Posts: 550
You can make a screenshot enytime though which results in the very same image....

The rule of thumb is: as soon anything displays in a browser, it can be "stolen".

Joined: Sep 2002
Posts: 151
Member
Member
Offline
Joined: Sep 2002
Posts: 151
Offcourse anything can be stolen, that´s why it would be nice to be able to set Threads to put a permanent watermark on every image as it is being uploaded by the user creating the post.

This way the site owner will at least get some credit when the images starts floating around the Net!

Sponsored Links
Joined: May 2001
Posts: 550
Code Monkey
Code Monkey
Offline
Joined: May 2001
Posts: 550

Joined: Sep 2002
Posts: 151
Member
Member
Offline
Joined: Sep 2002
Posts: 151
So... all we need now is a nice person with the time and ability to write an Upload & Watermark mod for Threads, based on GD or ImageMagic!

Joined: May 2001
Posts: 550
Code Monkey
Code Monkey
Offline
Joined: May 2001
Posts: 550
how much can you pay?

Joined: May 2001
Posts: 550
Code Monkey
Code Monkey
Offline
Joined: May 2001
Posts: 550
In the attachment is an upload script I put together today.
It utilizes the gd2 library and features watermark and thumbnail creation.
Take a look at it, it should be very easy to use the code for what you intend to do.
Attachments
124946-upload.zip (0 Bytes, 9 downloads)

Joined: Sep 2002
Posts: 151
Member
Member
Offline
Joined: Sep 2002
Posts: 151
Oh! Thank you!

Looks quite interesting, this script.

I´ve uploaded it (script and watermak image) to my web site root, added a directory for uploaded images (with 777 as rights).

But when I try to upload an image (right file type, size)) all i get is the "Could not move" error code.

Any idea?

Joined: May 2001
Posts: 550
Code Monkey
Code Monkey
Offline
Joined: May 2001
Posts: 550
Did you specify the directory to upload to in the settings?

For instance:
let's assume your webroot is

/user/gregori/www/

let's assume your upload directory you created is named "upload"

then you have to specify upload/ in the settings.

$uploadfolder = "upload/";

Joined: Sep 2002
Posts: 151
Member
Member
Offline
Joined: Sep 2002
Posts: 151
Yep! Done all that!

Joined: May 2001
Posts: 550
Code Monkey
Code Monkey
Offline
Joined: May 2001
Posts: 550
In the attachment a version which outputs the relevant variables.
PM me the output.
Attachments
124978-up6.zip (0 Bytes, 5 downloads)

Joined: May 2001
Posts: 550
Code Monkey
Code Monkey
Offline
Joined: May 2001
Posts: 550
I uploaded a corrected version as attachment here.
Attachments
124986-up6.zip (0 Bytes, 9 downloads)


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)