1. better dmca infringement management
2. change smart mod to have 4 tiers
3. cdn option, to offload all static content like js/css/images
4. make FS completely based on nginx , with no need of apache
5. better default template !
6. improve file manager, current one looks age old
7. try use ajax in various parts of script
we hope 1.9 comes out in next 6 months
XFileSharing Pro - 1.9 Suggestions
CDN option is one little line in your config, like ASSET_URL=somecdn
and just change in template where you want ASSET_URL
I want the IPN logs.txt etc added in sql instead, and a possible readout in admin menu (Better for future loadbalancing etc)
Better DMCA as mention earlier.. A box where someone can post all links and send in, else they use mail form instead.. more work for me.
and just change in template where you want ASSET_URL
I want the IPN logs.txt etc added in sql instead, and a possible readout in admin menu (Better for future loadbalancing etc)
Better DMCA as mention earlier.. A box where someone can post all links and send in, else they use mail form instead.. more work for me.
no, template shoudnt need such a change, just a change in config should make this happenchrda wrote:CDN option is one little line in your config, like ASSET_URL=somecdn
and just change in template where you want ASSET_URL
using template method can be already done
+1chrda wrote: I want the IPN logs.txt etc added in sql instead, and a possible readout in admin menu (Better for future loadbalancing etc)
not just receving of dmca, but users should also be shown which files are removed from dmca for 7 days or so and then finally removed off servers & option for users to reply if dmca is falsechrda wrote: Better DMCA as mention earlier.. A box where someone can post all links and send in, else they use mail form instead.. more work for me.
chk some big sites how thy manage dmca is managed
it can already be donesnappy wrote:The option to be able to search for a file in the admin panel using the file URL would be a great feature for V1.9.
will be nice to have this, but i don't expect that for 1.9 ; maybe for 2.0 with complete architectural changesnappy wrote: The option to be able to create custom user groups would also be a great feature.
-
- Posts: 22
- Joined: Feb 06, 2010 6:22 am
Re: 1.9 Suggestions - force username to be email
It would be nice if there was an option to just use a registered user's email as the username.
Most online products that I've worked on eventually dump username and just use email as the username since it's unique and the user can almost always remember it.
(For now I have hacked up register.html, main.html and index.cgi to do that.)
After the option is added, it only takes 1 line of code to implement this.
mrperl.
Most online products that I've worked on eventually dump username and just use email as the username since it's unique and the user can almost always remember it.
(For now I have hacked up register.html, main.html and index.cgi to do that.)
After the option is added, it only takes 1 line of code to implement this.
mrperl.
Re: 1.9 Suggestions - captcha refresh
There needs to be a link or button to force display of a new captcha in case the user can't read the one currently displayed. The filled in fields need to be remembered as the captcha is changed.
bumping my old thread
1. Need to have error emails sent when server space reaches 100% and when there are no server left for uploads; this check can be done in cronjob.
2. Someway to stop overwriting xfsconfig.pm , if there is no space on server & the file doesn't become blank; at-least take backup of the config file before it overwrites.
1. Need to have error emails sent when server space reaches 100% and when there are no server left for uploads; this check can be done in cronjob.
2. Someway to stop overwriting xfsconfig.pm , if there is no space on server & the file doesn't become blank; at-least take backup of the config file before it overwrites.
-
- Posts: 51
- Joined: Apr 07, 2009 7:24 pm
-
- Posts: 35
- Joined: Oct 31, 2009 1:56 am