Author Topic: Pic Security  (Read 160544 times)

0 Members and 1 Guest are viewing this topic.

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Re: Pic Security
« Reply #15 on: April 11, 2005, 05:19:37 AM »
but no one disables cliboard with Firefox.
There's a way to do it in Firefox but it requires the user to download a javascript file and place it in their profile folder.  FastMail.fm uses this to enable their javascript code to access the clipboard under Firefox.

Offline Smog

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: Pic Security
« Reply #16 on: April 12, 2005, 03:02:30 AM »
Quote
- the script returns the original media path when the media is not an image (.avi, .zip, etc) or when media is remote.
Can I do something for isn't returning the original path when the media is not an image (.zip or .pdf)?

PS Sorry for my English )

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Pic Security
« Reply #17 on: April 12, 2005, 03:19:48 AM »
Can I do something for isn't returning the original path when the media is not an image (.zip or .pdf)?
that will double your bandwitch, server load and responce time. Your server will need download the file from remote location, and then send it to the client's browser.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Smog

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: Pic Security
« Reply #18 on: April 12, 2005, 02:29:03 PM »
that will double your bandwitch, server load and responce time. Your server will need download the file from remote location, and then send it to the client's browser.
but how it did with images (media)?
I want do it also for zip

Offline redhill

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: Pic Security
« Reply #19 on: April 22, 2005, 08:59:07 AM »
I've tried to install this mod, but music is not play. Can you help me?

TheOracle

  • Guest
Re: Pic Security
« Reply #20 on: April 22, 2005, 04:26:54 PM »
Just a word to mention that :

Quote

function encrypt_add($file){
  global $site_sess;
  $file = base64_encode($file);
  $id = md5(uniqid(microtime()));
  $site_sess->set_session_var("downloadpic", $id." ".$file." ".time());
  return $id;
}


also works with 4images 1.7 ' if ' you're using PHP v.4.3.11. Everything ' FINALLY ' works fine from my end with the new addition of ' set_session_var ' as this would of seemed to be the missing component I needed all along. ;)

I'm giving you my thanks on this one.

Offline arindra

  • Jr. Member
  • **
  • Posts: 97
    • View Profile
Re: Pic Security
« Reply #21 on: May 05, 2005, 03:38:02 PM »
hi guys ,
i have found a simple solution for Pic Security of my own ... which was causing me much problem .  I have posted a solution i found here which i have tested and gonna use . http://www.4homepages.de/forum/index.php?topic=7630.0 let me know if this helps you .

Offline triaphoto

  • Pre-Newbie
  • Posts: 7
    • View Profile
    • Ironman Triathlon Pictures - Fotos
Re: Pic Security
« Reply #22 on: May 27, 2005, 12:24:05 AM »
Sorry but with any protection its just too easy to get a picture.

Just a hardcopy of the screen thats all. I think there is only one solution: Watermarks on every picture.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Pic Security
« Reply #23 on: May 27, 2005, 01:12:56 AM »
I think there is only one solution: Watermarks on every picture.
there is another ultimate sollution: dont put it on the web :lol:
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline triaphoto

  • Pre-Newbie
  • Posts: 7
    • View Profile
    • Ironman Triathlon Pictures - Fotos
Re: Pic Security
« Reply #24 on: May 27, 2005, 01:18:39 PM »
I think there is only one solution: Watermarks on every picture.
there is another ultimate sollution: dont put it on the web :lol:

strike!
and the very best: even dont take the picture!

Offline kief24

  • Sr. Member
  • ****
  • Posts: 267
    • View Profile
Re: Pic Security
« Reply #25 on: June 01, 2005, 02:22:00 PM »
With firefox you can choose :
File - save page as - ..
and my page is saved, with all files in a submap.
The pic i tried to protect is called show.gif in that map.  :?
So all the mods are of no use if they use firefox.

Are there some tips how to prevent saving the page ?

Thx !

Offline olaoli

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: Pic Security
« Reply #26 on: June 07, 2005, 09:49:54 PM »
Hi!

I have followed the steps of "Page 4" in my gallery but now users don't see pictures in detailed view - there is only a frame around the place where the pic should be.

Please, help me!!

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Pic Security
« Reply #27 on: June 08, 2005, 12:16:34 AM »
Hi!

I have followed the steps of "Page 4" in my gallery but now users don't see pictures in detailed view - there is only a frame around the place where the pic should be.

Please, help me!!
made a misstake during installation? maybe?
make sure u used specific code for your version of 4images.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline olaoli

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: Pic Security
« Reply #28 on: June 13, 2005, 06:33:46 PM »
i use version 1.7.1 - and i choosed the proper code.
i don't see any mistakes, i tried few times but the result was always the same :(

Offline lapinkulta

  • Newbie
  • *
  • Posts: 42
    • View Profile
    • Avatar Essentials
Re: Pic Security
« Reply #29 on: June 20, 2005, 05:41:39 PM »
Hi!

Great code pieces. Works very well with me.
Is there also a way to protect the thumbnails with the "hides location of the pictures and adds antileech" version?

Greetings
lapinkulta
Two hours of try and error can save ten minutes of manual reading.