I am going to create a website where I will show some images and pdf files. After having searched for several solutions on a way to make impossible to download/copy these files by the visitors (and not finding a solution), I had this idea: as the website will be password protected and visitors will have to accept an agreement before enter, I was thinking about the possibility to serve to each visitor files marked or signed with a hidden "stamp" based on the credentials used to access the website. I.e. I wish to know if someone knows a way to serve dinamically, maybe through php, marked files before bytes reach the client's browsers. In that way, if someone used or shared files downloaded without permission, it would be possible to find the source who did it. Thank you, Federico
append a sign or mark to files viewed/download through a website
112 views Asked by Federico Tomasi At
1
There are 1 answers
Related Questions in PHP
- How to add the dynamic new rows from my registration form in my database?
- Issue in payment form gateway
- How to create a facet for WP gridbuilder that displays both parent and child custom fields?
- Function in anonymous Laravel Blade component
- How to change woocomerce or full wordpress currency with value from USD to AUD
- General questions about creating a custom theme Moodle CMS
- How to add logging to an abstract class in php
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- Composer installation fails and reverts ./composer.json and ./composer.lock to original content
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Laravel: Using belongsToMany relationship with MongoDB
- window.location.href redirects but is causing problems on the webpage
- Key provided is shorter than 256 bits, only 64 bits provided
- Laravel's whereBetween method not working with two timestamps
- Implementing UUID as primary key in Laravel intermediate table
Related Questions in IMAGE
- Golang lambda upload image into s3 static website
- Put an image behind the title in a WP, WooCommerce "shop" page
- How to create an JSOUP element from byte array image (Load from Database)
- Cloudflare not respecting Cache-Control
- Sending multiple images and data in a single angular observable
- Create and combine several images into a single image for my react native App
- Should I compress images in java backend before sending to frontend?
- Javascript Place Image Where User Clicks
- Whitespace in document has a bottom border remnant or some other line at the bottom of the whitespace
- Sony Spresense Camera Board
- After completely installation and done all the work i am getting Permission denied error do any one have solution
- HTML page on NAS server image not showing on mobile phone
- mouse coordinates in image go below 0 and above width
- Why are the css images or js not loading in my laravel project?
- Python pillow library text align center
Related Questions in PDF
- How to use custom font during html to pdf conversion?
- How to get content of BLOCK types LAYOUT_TITLE, LAYOUT_SECTION_HEADER and LAYOUT_xx in Textract
- PDF form checkbox/radio button ignores content stream
- Suggest python library for rendering html to pdf files
- Problems with the order in which PDF files are created
- Centering a map element on a generated PDF
- download all pdf files from website doesn't support wildcard
- How to enter external pdf into quarto book while keeping page layout+numbering
- How do I create a website that combines user input and standard text and converts it into a pdf?
- Excel VBA error 1004 on PDF export - not a path issue
- downloading pdf using requests not working
- Creating pdf on Firestore with Pdfplum: Template path "no such object"
- Export password protected PDF from QGIS
- XPS convert PDF with Ghostscript
- Download PDF in ASP.NET MVC application
Related Questions in RIGHTS-MANAGEMENT
- Add-RecipientPermission gives back ok result but SendAs rights are not set when queried by Get-RecipientPermission
- AWS limited multi tenant IAM roles
- Page & Action wise Authorization Asp.Net Core Razor Pages
- How to do rights management in REST based applications?
- base64 encoded powershell "Cannot index into a null array." but runs from ISE
- Azure Information Protection /Rights Management Services SDK 2.1 - Cannot Enable Document Tracking
- How do I read Adobe LiveCycle Rights Management protected PDF using PDFBox?
- Grant permissions for specific time of day
- Windows-Services freeze irregularly
- MySQL: Select Items for a navigation based on binary rights
- Creating read only pdf file using Python
- Regarding file permission in C#
- SharePoint IRM: Even author can't open document
- Intermittent SSLHandshake exception in rms sdk
- append a sign or mark to files viewed/download through a website
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
an invisible iframe would do the trick,
I had a similar thought a while ago... You could just make a clever 404 page that redirects non subscribers to it.
Their is methods to prevent people downloading the files ...
I used 2 methods but there simple ! - 1. After Adding an Image with
i figured out a neat little workaround to capture the IP's of whoever views that image directly on the page ... Here's exactly how you do it
• Add an ordinary
Now instead of having the source "src" directly at root "/" , You need to get it's exact location - Like
http://example. com/background
Copy the exact location into clipboard
Now Add this address to a URL Shortening service like is.gd Or a better statistics site with all IP Accesses ... Using a private cloud with monitoring would be easiest to direct it to...
After you have the address shortened, You can check statistics on whoever has accessed the image directly, or just opening the page...
The main reason i point this out is because most Website savers or Offline website viewers will not save your actual file, But a bin file of the url shortening site instead...
I found this extremely annoying trying to retrieve my original images from old hosts because it removes what Website it is from when it becomes a Shortened link... This means the above code is all they see of your file ... just that its hosted at /background... This is because i shortened a direct link, It thought it was downloading a direct file at root " / " .. not http://is. gd/ background - Actually i. imgur. com/etc...
After realising i could manually reverse the original URL if i new what URL Shortening service had been used " i remembered luckily ", I thought it's not that secure, soo I looked into using Cloaking as a method of shortening the url ... Cloaking is placing a direct file as a sub domain inside a
<iframe>If the person tried to open the sub domain, They would get an immediate download of the file however... So if you use the sub domain like impossiblepass585777%6%6%6%534%4yhyyyy.awesome.com.. It would make it harder to download, Alot harder ...I personally like URL shortening for this.. If you had your own shortening service that only showed you who accessed direct file links, you would have a protection method of the files Also another method would be to Encrypt an Iframe for the page... Unfortunately most of the Encryption is converting to java script, So your page will only work on a javascript compatible device ...
. To add encryption to your site it'll look like this
Before
After
To add this to your site, By WebToolHub