Search results

  1. S

    Coupon plugins

    we already have this. look at the vouchers plugin. it would be good if there was an option to generate promo codes (like 10% off membership or 20% off membership, etc)
  2. S

    Change Ajax Click here to upload Script

    what site is the screenshot from? maybe i can help. i just need to see if they provide remote URL upload or how their uploading works.
  3. S

    Add info in upgrade account page

    the code is in _upgrade_boxes.inc.php file under your theme/templates/partial folder.
  4. S

    Scaling Super-Thread

    i see, and yea i got a lot less files than 120TB, that is quite a lot actually which is why you are not keeping the offsite backup (due to costs and its understandable). meaning there is a lot of work to be done in optimizing the script. i am really no developer, just know a little bit coding...
  5. S

    WebDAV issues

    i just tested webdav on hostgator cpanel shared hosting and it works fine. So seems like webDAV needs certain php / apache modules or files, etc that allows it to work. i will test on LAMP centos 7 server and update in this thread.
  6. S

    Scaling Super-Thread

    @enricodias4654 - you are right, the VPS 1GBPS is shared but i haven't had any slowness issues so far touchwood!! As for backups, for some of my clients, i allow them storing their business / personal files so i need a backup in my case incase something happens. and hence the backup server...
  7. S

    WebDAV issues

    Thanks @chienb. i will build a test server with similar setup and give it a try. i'll let you know if i have the same streaming issues or not (if my webDAV works) .. thanks again
  8. S

    Scaling Super-Thread

    I have been using multiple VPS's (1GBPS bandwidth each) from different companies as my fileservers and then a backup server to which all fileservers rsync's files to incase of fileserver downtime. For the core script, i have a cloud VPS with 64GB of RAM. using cache for files and SQL queries...
  9. S

    WebDAV issues

    Are you running a specific control panel on it? cpanel, virtualmin, etc or just basic LAMP install? I tried it on centos 6.8 with plesk, cpanel and virtualmin but neither worked for me.
  10. S

    CatMew Yetishare Theme

    i liked the idea of having the upload & settings button on the top and then main menu below it so there is not 2 different interfaces for front end and file manager end..
  11. S

    Conversions stuck on pending

    in your convert.php file on line# 271 change $stmt = $db->query("UPDATE plugin_mediaconverter_queue SET status='failed', date_finished=NOW() WHERE status='processing' AND date_started < NOW() - INTERVAL 1 DAY"); to $stmt = $db->query("UPDATE plugin_mediaconverter_queue SET status='failed'...
  12. S

    CatMew Yetishare Theme

    Do you have a live demo of this theme ? i would like to see it in action, not just the images..
  13. S

    Document viewer plugin errors

    Hello, i started using the doc viewer plugin and i see my logs full of this error. I uninstalled / reinstalled the Imagick on my centos but still the same issue. Not sure if anyone has encountered this or have a fix for this? I don't think this caused any issues on my PDF files because a...
  14. S

    Media Converter Problem

    Did you update curl to latest version using city repo ? Also, make sure you have IP address and not the domain name in fileservers settings.
  15. S

    Purchased Rewards Plugin - Doesn't look like screenshots

    not sure what exactly you are looking for but you can specify after how much video played will user get the reward.
  16. S

    Google Drive storage as fileserver

    There are no download restrictions for google drive. you may be talking about the gmail ??
  17. S

    Purchased but can't download

    once you purchase, the admins check for your order and if all is good, they enable downloads for you. they check the orders manually before you can download the product.
  18. S

    Media Converter Problem

    Assuming you have installed ffmpeg ? Maybe try running ffmpeg -ss 00:00:30:01 -y -i input.mp4 -vframes 1 output.jpg and see if it generates a screenshot to make sure ffmpeg is working on your server..
  19. S

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

    1. Are you using https or http? Make sure your SQL is accessible from your fileserver domain. Open up fileserver URL and see if it redirects to your main site.
  20. S

    Reward counting PPD issue

    i dont use the reward plugin but it could be pending if you have not paid it out yet. Once you pay it will show as completed.. maybe Adam or anyone else using this plugin can correct me if i am wrong?