Search results

  1. J

    How to I move all files from Local Server to 2nd Server?

    Hello, How to I move all files from Local Server to 2nd Server? Thanks for helping :)
  2. J

    Database Error: Failed connecting to the database

    Hello, When I try download more 5 files (premium), I will get this error: Database Error: Failed connecting to the database with the supplied connection details. Please check the details are correct and your MySQL user has permissions to access this database. (host: localhost, user...
  3. J

    Upload Error! Please help.

    Hi, When I try upload file via "File Upload", it's will process ~15% and stop, I can't see any link (remote is ok): Why? Thanks for helping
  4. J

    How can I clear cache?

    Hello, I were edit In includes/class.dbsession.php to avoid auto logout: $db->query('DELETE FROM `sessions` WHERE `updated_on` < :updated_on Replace entire line with: $db->query('DELETE FROM `sessions` WHERE `updated_on` < :updated_on', array('updated_on' => time() - (60*60*24*7))); But i...
  5. J

    I want back up data to Mediafire.com?

    Hello, I want back up data to Mediafire.com because their price very cheap. How can I back up my data (files, mysql...) to Mediafire? Any plugin? I think it very cool :P Thank you.
  6. J

    Can I empty "download_tracker" in mysql?

    Hello, Can I empty "download_tracker" in mysql? Thank you.
  7. J

    I want you write Payment Gateway Plugin for my site.

    Hi admin, I want you write Payment Gateway Plugin for my site. I have already documents from Gateway: Callbacks_Reference_EN and Sales_Feed_Reference_EN Can you help me? And How much? Thank you very much.
  8. J

    How to install additional file servers?

    HI, I have a site with only ONE server so far, but I am running out of disk space. So I bought ANOTHER server for additional storage space for more uploads. So what is the process of adding another file server to Yetishare script? Thanks a lot :)
  9. J

    How can back up data?

    Hello, How can I backup my data files (not is mysql)? Thanks for helping?
  10. J

    How to download via Ipad?

    Hello, I were used Ipad to download files, but I can't download. How can I download from Ipad? Thanks for helping
  11. J

    Top referrers is not working

    Hi, I think Top referrers is not working. They always show my domain (ex: acb.com) or direct, this is impossible due to I am testing only my site (ex: xyz.com) How can I fix it? Thanks for helping :)
  12. J

    How can I remove Premium Pricing?

    Hello, How can I remove Premium Pricing? Ex: 7 days and 180 days Thank you.
  13. J

    What is Page Order?

    Hi all, What is Page Order? I don't know what is it? Thank you :D
  14. J

    How can I set The maximum filesize for Premium user?

    Hi all, How can I set The maximum filesize a Premium user can download? Thank you.