T O P I C R E V I E W |
shaggy073077 |
Posted - 25 January 2017 : 18:22:13 I am using serverhacker's old board which has file lister mod to it. I am also using it as an intranet message board only. So my questions are:
1.) How do I make the extensions unlimited and wide open to any and all extensions without going threw the ACP and adding every last one?
2.) How do I unlimit the amount of space for the file lister mod to allow unlimited of space to be uploaded/downloaded threw the file lister mod?
Anybody?
Thanks |
3 L A T E S T R E P L I E S (Newest First) |
HuwR |
Posted - 26 January 2017 : 10:30:34 it may still have a limit on post/upload sizes which you will need to increase
|
shaggy073077 |
Posted - 26 January 2017 : 09:35:16 I don't run IIS. I have my snitz forum on apache and it's apache on Windows too. |
HuwR |
Posted - 26 January 2017 : 05:25:36 Not sure if it is the same file lister as the one on snitzbitz, but if it is then you need to look in file_lister_uploader.asp
for the filetypes, look around line 260-280, it checks the file type and sets a variable allowed to 1 or 0 based on the file type, you just need to override that and force it to 1, similarly the filesize is checked a few lines below that. You may need to make changes to IIS to allow very large files
|