Disable public folder view on front-end only

filegasm

Member
YetiShare User
YetiShare Supporter
Jul 1, 2015
34
0
6
I want to ask if it is possible to now allow any front-end public folder view, but still allow the front-end download pages of files to be accessible. I don't want the files being listed on front-end, and the permalink structure is predictable as well so I assume that someone who knows the site is using yetishare will be able to try directory URLs one by one.
 

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
Unless you are using sequential numbers for the folder names, brute force the url is not an option.
 

filegasm

Member
YetiShare User
YetiShare Supporter
Jul 1, 2015
34
0
6
The format of directory urls are like this: website.tld/<number>~f

It is accessible and the share URL is the same format no matter how the directory is named.
 

filegasm

Member
YetiShare User
YetiShare Supporter
Jul 1, 2015
34
0
6
enricodias4654 said:
You can easily change it to use random shoturls just like the files.
May I ask where on options can I do so? I'm using v4.3 of the script and can't seem to find it.
 

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
filegasm said:
enricodias4654 said:
You can easily change it to use random shoturls just like the files.
May I ask where on options can I do so? I'm using v4.3 of the script and can't seem to find it.
It's not an option, you need to code it yourself. You need to have a minimum knowledge fo php to do so.
 

filegasm

Member
YetiShare User
YetiShare Supporter
Jul 1, 2015
34
0
6
I'll do it myself then. I just had to make sure if there's an option already or not.