Worst customer service skills on the planet. Yes they might have some policies that prevent such behavior but the freelancer staff exhibits the behavior they frown on. Asshole admins block. It’s a rite! Forum history even shows it. I’ve never seen a site with 0 users online with over 300 guests lurking. This sheer number shows people have questions but they are afraid to ask. I don’t blame them. 
I’m now forced to support something with my own change log. So I can apply my changes with updates.
Until I find a decent rip off so nothing will change much here. They have this problem because of there attitude towards setup questions. I took one for the team, the lurkers and told them off right from the first post pointing out the flaws. Wasn't taken well. Plugin that didn't work was sent to me, fixed it was horrible output and then fixed it again. Made enough of a change i think its mine under the GNU.
I have posted my stuff in category 11 on the site. Its for people that lurk and need fixes but are intellectual enough to figure things out on there own.
https://elterfamily.ca/Elter/Albums/index.php?cat=11
Installation is simple:
** FFMPEG plugin requires in PATH the executable. you can find builds for your platform online. It allows the admin when editing the thumb to take a snapshot at a defined time. No error checking in the code yet. Default is 3 seconds.
** core change to uliupload requires ClamAV to be installed at C:\Program Files\ClamAV and clamd should be loaded as a service. Clamdscan is called to scan a file If clamd has not loaded its virus definition uliupload will detect it and an error is displayed for the file as being offline. If the service is stopped, same deal. It doesn't detect the service; yet. Its based on the lack of a string output OR one that has OK in it. That simple. First if detects empty, means no service or definition. sees OK upload is great, anything else don't allow it and consider it a virus. There also is a good chance if a virus was found the script would halt after its quarantine as im not checking that yet here. i unlink the temp if it hits the logic. My only concern is if a virus was in a file its not posted and an error or die is acceptable for me. the unlink can fail for all i care; which gives me a troubleshooting action for the website; scan your system and try again please when i get a call saying i cant post. If you dont have the GB of ram to load clamAV and retain it; clamscan can scan but it has to load. you will get a continual "loading virus file" until it spits out OK. Clamscan also outputs more info than clamdscan. clamd is meant for this purpose and i personally recommend its use over the other as it can take 2 minutes for a single small jpg and its per file. So imagine a large drop of files.
FFMPEG should be loaded as a PATH variable.
I am finding the strangest errors in whats allowed and find it funny that i have to type a windows path backwards in any of its config. Cant report the issues because of my hot headed attitude towards asshole programmers.

I’m now forced to support something with my own change log. So I can apply my changes with updates.

I have posted my stuff in category 11 on the site. Its for people that lurk and need fixes but are intellectual enough to figure things out on there own.
https://elterfamily.ca/Elter/Albums/index.php?cat=11
Installation is simple:
** FFMPEG plugin requires in PATH the executable. you can find builds for your platform online. It allows the admin when editing the thumb to take a snapshot at a defined time. No error checking in the code yet. Default is 3 seconds.
** core change to uliupload requires ClamAV to be installed at C:\Program Files\ClamAV and clamd should be loaded as a service. Clamdscan is called to scan a file If clamd has not loaded its virus definition uliupload will detect it and an error is displayed for the file as being offline. If the service is stopped, same deal. It doesn't detect the service; yet. Its based on the lack of a string output OR one that has OK in it. That simple. First if detects empty, means no service or definition. sees OK upload is great, anything else don't allow it and consider it a virus. There also is a good chance if a virus was found the script would halt after its quarantine as im not checking that yet here. i unlink the temp if it hits the logic. My only concern is if a virus was in a file its not posted and an error or die is acceptable for me. the unlink can fail for all i care; which gives me a troubleshooting action for the website; scan your system and try again please when i get a call saying i cant post. If you dont have the GB of ram to load clamAV and retain it; clamscan can scan but it has to load. you will get a continual "loading virus file" until it spits out OK. Clamscan also outputs more info than clamdscan. clamd is meant for this purpose and i personally recommend its use over the other as it can take 2 minutes for a single small jpg and its per file. So imagine a large drop of files.
FFMPEG should be loaded as a PATH variable.
I am finding the strangest errors in whats allowed and find it funny that i have to type a windows path backwards in any of its config. Cant report the issues because of my hot headed attitude towards asshole programmers.