This is a discussion on Photo protection... within the Pre Sales Questions forums, part of the Announcements & Pre-Sales category; Hiya Crystal, its not a mod, its a piece of software which I ship with my mod. Its only of ...
|
|||||||
|
|
LinkBack | Thread Tools | Display Modes |
|
#11
|
||||
|
||||
|
Hiya Crystal, its not a mod, its a piece of software which I ship with my mod. Its only of use to the admin, it wouldnt watermark a photo which a client uploaded.
__________________
Super Mod v4 Is out and ready for download. DEMO Purchase V4 Super Mod BETA at Reduced Price Visit Me @ Classified-Sofware.co.uk **Important** - All modules with the exceptions of the Bulk Upload System will be removed from my modshop on Tuesday September 30th. If you require a module you must get it before that date. |
|
#12
|
||||
|
||||
|
There are several steps you can take, watermarking is probably ideal when people are ripping off his images and hard work. lHotch explains in the link he provided how to modify the script to enable watermarking images. Here it is again: Watermarking in 3.1.4 and new listings dates
I agree with cwp, disabling the right click is not the way to go. Instead, watermark the images, then use javascript to hide the source. http://www.ioncube.com/html_encoder.php Of course, this might mean you lose customers that don't have javascript enabled, though disabling right click would mean the same thing. The last step would be to do as Maffo suggested, stop the linking of your images. http://altlab.com/htaccess_tutorial.html You could also have your client watermark the images before they are uploaded. That makes the most sense, because php watermarking is less than the quality you can get with a graphics editor. |
|
#13
|
||||
|
||||
|
Digital photography is one of my hobbies and even a well designed watermark is easily overcome by someone with a modicom of photoshop skill. As I mentioned above if the user can see it a user can steal it (ie alt+prt screen), trim off the fat in PS and edit out the watermark.
At the end of the day if your going to spend time protecting images, then register them with the copyright office, at least then if they are stolen you will have some serious legal recourse.
__________________
Larry. (Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free) Set your site apart from the competition with one of my modules...... Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals |
|
#14
|
|||
|
|||
|
Is there any way to enable watermarking in v4?
|
|
#15
|
||||
|
||||
|
Its not a built in feature. The link in the posts above take you to a thread which makes use of some code I threw together to do watermarking on uploaded images. You would have to manually add it.
__________________
Larry. (Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free) Set your site apart from the competition with one of my modules...... Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals |
|
#16
|
||||
|
||||
|
Quote:
__________________
Super Mod v4 Is out and ready for download. DEMO Purchase V4 Super Mod BETA at Reduced Price Visit Me @ Classified-Sofware.co.uk **Important** - All modules with the exceptions of the Bulk Upload System will be removed from my modshop on Tuesday September 30th. If you require a module you must get it before that date. |
|
#17
|
|||
|
|||
|
I tried that code but I can't get it to work. I found class_upload.php and added the code after
Code:
// Check if file is uploaded correctly
if (is_uploaded_file($_FILES[$field]['tmp_name'])) {
Code:
$watermark = imagecreatefrompng('watermark.png');
Code:
$watermark = imagecreatefrompng('includes/classes/images/watermark.png' );
|
|
#18
|
||||
|
||||
|
Does the whole image upload process still work fine? Your image just isnt being watermarked? And you did upload some new images after implementing this code correct?
__________________
Larry. (Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free) Set your site apart from the competition with one of my modules...... Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals |
|
#19
|
|||
|
|||
|
The image upload process still work fine. I did upload new images to test it.
|
|
#20
|
||||
|
||||
|
Quote:
I get a 404 page not found error when I try and view your watermark.... http://shumen.biz/68/includes/classe.../watermark.png If possible chmod the file to 755
__________________
Larry. (Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free) Set your site apart from the competition with one of my modules...... Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals |
| Bookmarks |
| Tags |
| None |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Display full size photo of first photo on viewlisting.tpl | cwp | v4 Questions & Support | 2 | 02-23-2008 10:49 PM |
| adding photo to an add in Admin area | Angelus077 | v3.1 Questions & Support | 2 | 12-30-2007 02:53 PM |
| Making Yahoo map appear where photo would be | GSP | v3.1 Modules & Modifications | 0 | 09-26-2006 04:58 PM |
| photo upload | 7standing7 | v3.0 Questions & Support | 11 | 04-23-2006 04:29 PM |
| Change my photo in a posted ad... | garysmith | v3.0 Questions & Support | 2 | 04-23-2006 12:29 PM |