Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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
user_id|32343 => HuNOzwgPBFBXP2VrJDjH HuNOzwgPBFBXP2VrJDjH =>user_id|32343
user_id|32343 => 1580898 1580898 => user_id|32343
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences