Search results

  1. P

    mysql user/pass

    Set up your firewall to allow access to your db only from localhost and certain ip's then add the ip's of your servers and that should be all you would need to do
  2. P

    Media Player choose bitrate

    this would take alot of processing power, 1 file such as an avi is now converted many times over. i support this but as its a good feature in principle but at the same time dont know how usefull it is given that this is a file sharing script mainly not a video sharing script.
  3. P

    Adding Advertisement inside video player

    upgrade ys and plugins to 4.3
  4. P

    Anyone has webDAV working??

    Hey Adam, I've tried the new webdav plugin, uncommented the lines in the htaccess in the plugin and of course the ones in the main htaccess and the same thing still happens, users can login and see their files and folders but cannot do anything, always keeps erroring out with Not Found. #IHatePlesk
  5. P

    How to activate maintenance mode

    Its in the site settings, go there and type maintenance in filter text and you should see the 3 options for it
  6. P

    mediaconverter .ts extension

    you're confusing the media converter and media player plugins, the converter kicks in because you set it up and added the .ts, the media player plugin would need to be invoked to do what you want, so what you could do is modify the media player plugin to show a specific page for the .ts files...
  7. P

    Media converter issues after upgrading media converter plugin

    this is probably not an issue but are you sure the ssh user credentials in the file server section is good and that the user has sufficient privs to access the path this is line 52 if((strlen($row['action_date'])) && ($row['status'] == 'pending')) so if thats not working and throwing...
  8. P

    [subject renamed] Guessing Folder Names

    Sorry I dont have too much time to try it again, it was some sort of error in phpmyadmin when attempting to add an index, ill post the exact message when I get a chance, thanks for your help
  9. P

    Anyone has webDAV working??

    I have the webdav plugin but could never get it to work either, not because there's anything wrong with the plugin but I believe its something on the server probably plesk. When I enable it people can login and even see their files and directories but get 404 errors if they try to download or...
  10. P

    [subject renamed] Guessing Folder Names

    epic fail for me, i can't even get set 1 working 1) Add a field "shortUrl" on the file_folder table. Make it a binary field with 8 bytes and add an unique index to it. i've added the field to the file_folder table but cant seem to get a unique index to it, keeps erroring out in phpmyadmin Can...
  11. P

    Folder url hash

    thanks enricodias4654 i'll give it a shot
  12. P

    Reward plugin ( HTTP HAS BEEN DISABLE )

    You have to put in a support ticket these forum are more p2p support
  13. P

    Folder url hash

    In 4.3 the folder urls are slightly improved however if the folder name is dropped there is still an incremental folder number and the url still works anyway. Generated folder hashes should be introduced just like the file ones
  14. P

    Deleting a folder wont delete files in it, just moved to the parent

    +1 on this I tried searching for the code couldn't find it. Its a good feature to have but I definitely agree with you and would like to disable it myself.
  15. P

    Reward plugin ( HTTP HAS BEEN DISABLE )

    ssh in and manually stop your nginx service and then start it and see what error messages you get fyi, i had an issue with the afterdownload option until I added resolver 8.8.8.8 as it was having issues resolving the proxy pass url for some reason
  16. P

    Media converter issues after upgrading media converter plugin

    You should look at the version of your media converter plugin in the manage plugins page and see if you're missing any upgrade sql statements, theyre in the offline / upgrade_sql_statements folder of that plugin
  17. P

    Cusstomizable URL's

    You can change the plugin folder name is the master.inc file, as for dropping file extensions im fairly sure you can do that with htaccess, although i couldnt find a way to do it and have the script function 100% including on file download url requests, if someone has a way they should...