TRAK - Stop Pirates !

TRAK - Stop Pirates ! 1.0.7

No permission to buy (£5.00)
For XenForo plugin zips, that contain a hashes.json file, if a file is modified, we now check:

What the hash was before, what the hash of that file is after
If there's a match for that "before" for the given file, we update to the new hash
As I have just found, sometimes you will want the same encrypt user_id over and over in the same way (given your salt does not change) with no timestamp or username ...

It's useful if you actually want to use it in your code and it's also very short

I have added {$encE}, example:
Code:
user_id|32343 => HuNOzwgPBFBXP2VrJDjH
HuNOzwgPBFBXP2VrJDjH =>user_id|32343

I have also added {$encD}, for digits only (this will always be an int ... but only works with user_id|)
Code:
user_id|32343 => 1580898
1580898 =>
user_id|32343

So you have a couple of extra ways to sneak the user id of the downloading user into the your zips
Back
Top Bottom