Add hash/random string to beginning of filename
-
hi, i’m wondering if this is possible. i am running a pay-access webcomic gallery, and i want to make sure users can’t easily access images by simply guessing the filename. for instance if the first page is cat-comic-1.png, then the next page is probably cat-comic-2.png, so even if i lock access to the page the image is displayed on they can probably still find it.
the solution i would like to use is to add a semirandom alphanumeric string to the filename, so cat-comic-2.png could become FOO7BAR3_cat-comic-2.png. i know how to create the string, and it seems like the mfrh_new_filename filter would be able to prepend the string to the filename… but i want to ask if there’s anything that would keep that from working? can i do this with the pro version?
- The topic ‘Add hash/random string to beginning of filename’ is closed to new replies.