Search results

  1. S

    WebDAV issues

    Well, i guess if we had an API developed for the script, it would have been a lot easy to get a desktop or mobile phone app developed for it. I have most of the API working except for the upload functionality. I have API for user details, move files, list files in users account, remote upload...
  2. S

    WebDAV issues

    hey i would pay for that guide for all the time you have spent on this. If there is one setup that would work a whole lot better than my current setup plus webDAV works, i would be the first one to buy that guide off of you (provided it is affordable cost haha) Thanks man, keep us posted please...
  3. S

    WebDAV issues

    i am glad its working for you buddy. during my test in the past, it worked fine on my test hostgator account (cpanel), even the uploading worked. Just had no luck on my dedicated servers. For apache, are you compiling it with your selected modules or just installing using yum ? Do you have the...
  4. S

    Could not see the file server or the required php files (Adding New File Server Issue)

    Did you copy all the folders to your fileserver? including your plugins, themes, etc. and also the hidden files such as .htaccess files ? You may want to double check the files. If the website redirects to the main site, means your fileserver is able to connect to main SQL which is a good sign.
  5. S

    WebDAV issues

    See here is the thing, i gave up on this plugin. no matter i try https or http, with or without www, This is what i am getting It says login successful but then i get this message. Listing directory index.php failed Not a valid DAV response (200 OK). I triple checked all my settings and no...
  6. S

    reboots or package upgrades - what to do?

    i said it because i have a backup server anyways that rsyncs every night so its easier. you can reload in apache as well.
  7. S

    reboots or package upgrades - what to do?

    i dont think there is any other way around it, obviously if you have your main server replicated onto other server (not talking about your fileserver), it is easy to point your DNS to your backup server but if you are talking about rebooting your fileserver, i would wait to make sure all the...
  8. S

    How to change registration page

    what do you mean exit code ? you can just hide it and set default value in the tag. maybe use style display:none; css ?
  9. S

    How to change registration page

    edit the register.html file in your theme/template folder. . the code is in there...
  10. S

    Scaling Super-Thread

    thanks. i will give it a try soon.
  11. S

    Scaling Super-Thread

    i was thinking of having 2 webservers with a cloud SQL server and since you are already running this, How is the latency and site speed ? eg: if your 1 webserver and sql is hosted say in north america and a loadbalancer connects your visitor from australia to your 2nd webserver say its in...
  12. S

    Scaling Super-Thread

    oh i agree with you 100 that they definitely need to hire more people and fix all the bugs and introduce new features faster than their competitors. In my case, i only get 10% of video traffic but i agree it should be fixed for sure for everybody.
  13. S

    Scaling Super-Thread

    ahh i see what it is. so when we pause the video it only buffers that chunk and stops. when you play it again, it will continue to buffer again..... have you seen this ?
  14. S

    How to choose between PPD or PPS?

    sounds good. will do. update here if you hear back and i ll do the same.
  15. S

    How to choose between PPD or PPS?

    thats exactly what i am seeing on my website, the earnings are not showing up in Total Unpaid Earnings. I see them in "PPS Estimated Earnings" so i cannot request payment.... seems like the plugin is not transferring the earnings to unpaid.
  16. S

    How to choose between PPD or PPS?

    yea, there is no option for users to choose 1 option - PPS or PPD. you can only set this up globally for all users for now until Adam and team adds these options cleared basically means that its a valid payout but i dont see any option where users can request for payout..... i think i found...
  17. S

    How to choose between PPD or PPS?

    you can set up your options in the plugin settings.
  18. S

    Change Ajax Click here to upload Script

    i see. you can edit the _header.inc.php file under your theme/templates/partial folder its the line# 239 or close by. here is the code: <a href="#" class="slider-btn slider-btn-upload" onClick="<?php if (UserPeer::getAllowedToUpload() == false): ?>window.location = '<?php echo...
  19. S

    Scaling Super-Thread

    not sure if this is a traffic or bandwidth thing but i have not seen this issue on my website with videos. It does buffer fine for me and i am able to play video from the middle once it buffers and it plays right away (don't keep buffering). I know this was an issue with chrome before but i seem...
  20. S

    Media Converter (Converts video perfectly but no screenshot?)

    maybe its failing from 1 server? try running cron on all your servers separately (maybe disable cron on all others except server 1, and then server 2, etc) and see if it works on any one ?