PhotoDune

Marketplace item illegal sharing tracker

256 posts
  • Author had a File in an Envato Bundle
  • Author had a Free File of the Month
  • Belgium
  • Beta Tester
  • Bought between 10 and 49 items
  • Elite Author
  • Exclusive Author
  • Has been a member for 3-4 years
+4 more
Sitebase says

I was brainstorming about a way how we could protect our marketplace items better against illegal sharing on other websites.

I came up with a nifty way that if Envato would implement this, that we could know what users shared wich files.

The way you could do this is when a user downloads a files that their user id or email is added to the comment field of the zipped script. This can be done very easily like this:

$zip = new ZipArchive();
$res = $zip->open('script.zip');
if($res === true) {
    $zip->setArchiveComment('user_1345435');
    $zip->close();
} 

// Download zip code here

When the file now is shared on other websites, the evato staff can download a copy, read out the comment field and find out wich user shared that file.

Of course, if a user deletes this comment tag from the zip it will not work but I’m sure 99% of the users here doesn’t know a zip file has a comment field, let alone know how to edit it.

NechitaPaulFlavius
NechitaPaulFlavius Recent Posts
Threads Started
310 posts
  • Author had a Free File of the Month
  • Bought between 10 and 49 items
  • Contributed a Tutorial to a Tuts+ Site
  • Exclusive Author
  • Grew a moustache for the Envato Movember competition
  • Has been a member for 3-4 years
  • Interviewed on the Envato Notes blog
  • Microlancer Beta Tester
  • Referred between 10 and 49 users
+2 more
NechitaPaulFlavius says

Great idea but I think those users that might not have a clue on how to, will sure try to find out now that this thread is available.And my guess is the people that do this kind of “acts of vandalism” have a medium knowledge on how to use a machine and it’s apps.

But a great start, and maybe with some help this will lead to a great protection system for our files.

2079 posts
  • Elite Author
  • Sold between 250 000 and 1 000 000 dollars
  • Exclusive Author
  • Community Moderator
  • Bought between 10 and 49 items
  • Referred between 200 and 499 users
  • Has been a member for 4-5 years
  • Won a Competition
+10 more
mpc moderator says

Nice idea, worth trying! :)

1844 posts
  • Elite Author
  • Sold between 100 000 and 250 000 dollars
  • Author had a File in an Envato Bundle
  • Has been a member for 4-5 years
  • Author had a Free File of the Month
  • Won a Competition
  • Bought between 10 and 49 items
+4 more
bitfade says

good idea but impraticable due to the cloud used to serve files

99 posts
  • Belgium
  • Bought between 50 and 99 items
  • Exclusive Author
  • Has been a member for 4-5 years
  • Referred between 10 and 49 users
  • Sold between 1 000 and 5 000 dollars
krike says

I think this isn’t a bad idea at all. This would be one step forward to protect authors. But then again like NechitaPaulFlavius said, it isn’t a great idea to post in the forum how you will track rippers.

3 posts
  • Bought between 100 and 499 items
  • Has been a member for 5-6 years
  • United States
joshncampbell says

I agree on all thoughts presented. Even though it’s posted on the forum it would at least reduce the number of illegally shared files. That is a good start.

256 posts
  • Author had a File in an Envato Bundle
  • Author had a Free File of the Month
  • Belgium
  • Beta Tester
  • Bought between 10 and 49 items
  • Elite Author
  • Exclusive Author
  • Has been a member for 3-4 years
+4 more
Sitebase says

I don’t think discuss this in a public forum is a problem. There was also a public decussion about how to protect your javascript files from stealing a while back. But I still catch 4 to 5 members a week with this system that are trying to steal my scripts.

253 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Referred between 10 and 49 users
  • Sold between 10 000 and 50 000 dollars
  • United Kingdom
MushinDesign says

Something definitely needs to be done, the last theme I had accepted, I googled the name of it a couple hours after it was accepted and found several sites putting it up for download… after a couple of hours :(

Good idea though Sitebase :)

3356 posts
  • Microlancer Beta Tester
  • Sold between 50 000 and 100 000 dollars
  • Exclusive Author
  • Bought between 100 and 499 items
  • Referred between 500 and 999 users
  • Author had a Free File of the Month
  • Europe
+3 more
miseld says

I was brainstorming about a way how we could protect our marketplace items better against illegal sharing on other websites.

I came up with a nifty way that if Envato would implement this, that we could know what users shared wich files.

The way you could do this is when a user downloads a files that their user id or email is added to the comment field of the zipped script. This can be done very easily like this:

$zip = new ZipArchive();
$res = $zip->open('script.zip');
if($res === true) {
    $zip->setArchiveComment('user_1345435');
    $zip->close();
} 

// Download zip code here

When the file now is shared on other websites, the evato staff can download a copy, read out the comment field and find out wich user shared that file.

Of course, if a user deletes this comment tag from the zip it will not work but I’m sure 99% of the users here doesn’t know a zip file has a comment field, let alone know how to edit it.

+1

1844 posts
  • Elite Author
  • Sold between 100 000 and 250 000 dollars
  • Author had a File in an Envato Bundle
  • Has been a member for 4-5 years
  • Author had a Free File of the Month
  • Won a Competition
  • Bought between 10 and 49 items
+4 more
bitfade says

it can’t be done.
downloads are hosted on external cloud, the file can’t be altered by adding user related data right before serving the zip.

by
by
by
by
by