Search results

  1. Y

    v4.0 Beta Bug Tracker Thread

    No Problem, Confirmed that other bug
  2. Y

    v4.0 Beta Bug Tracker Thread

    Open: admin/ajax/payment_manage_add_form.ajax.php Find: $result['html'] .= '<option value="'.safeOutputToScreen($paymentMethod).'">'.safeOutputToScreen($paymentMethod).'</option>'; Replace with: $result['html'] .= '<option...
  3. Y

    v4.0 Beta Bug Tracker Thread

    Nothing major but a 1px line between the <i class="fa fa-chevron-right"></i> class and the text box on the contact form in latest version of chrome (not visible in FF or IE).
  4. Y

    v4.0 Beta Bug Tracker Thread

    Login to the members area on yetishare.com and you will see the link
  5. Y

    Easiest way to migrate upload data to new location?

    PHPmyadmin or similar database manager You will need to change the server ID's in the single quotes to match your settings
  6. Y

    Easiest way to migrate upload data to new location?

    To do all files which have the same server ID would be something like this: UPDATE file SET serverId = '2' WHERE serverId = '1' "SET serverId" is the new server ID "WHERE serverId" is the previous server ID
  7. Y

    v4.0 Beta Bug Tracker Thread

    Its fully compatible on Android 4.1.2 on my Samsung Galaxy S3.
  8. Y

    error plugin

    They are not updated yet, some have to have major changes to be compatible with v4, I do not have early access to the beta, I get access to the beta the same as you do. You can see development progress in this thread in the customer only forums on ysmods...
  9. Y

    Api System

    Have a look at uploadApiHandler.php
  10. Y

    YetiShare - Release 4.0

    Beta will be out in a few (3/4 maybe) weeks. Full feature list will be available when the beta is available or just after as not all features will be finalized/added until the script is in public beta stage.
  11. Y

    Can´t limit to download file

    That wonderful theme has so many problems, so much default code removed making plugins that rely on the missing code non-functional. For example: You cannot add a new tab without having to hard code it to the index.php You cannot add links to the footer without having to add them in the...
  12. Y

    Media Player can´t install plugin from page!

    Its a local problem, not server problem. You need to install divx web player: http://www.divx.com/en/software/web-player
  13. Y

    media player not working in another FTP server

    You script is running out of available memory (Currently set to 134217728 bytes or 134.218Mb) thats allocated to PHP, you need to increase it. You can also make this a permanent change for all PHP scripts running on the server by editing or adding a line such as this to the server’s php.ini...
  14. Y

    Coinbase support

    Coinbase plugin is now available: https://forums.ysmods.com/index.php/files/file/30-coinbase-payment-gateway/
  15. Y

    Voucher Plus Plugin Released

    I did send a reply to your email, but it was a hotmail address that you supplied and not a gmail address.
  16. Y

    Payment Gateways

    Site url?
  17. Y

    Coinbase support

    I'll look at this today for you. Will be a separate plugin if I make it.
  18. Y

    Payment plugin

    If you supply a website address, api documentation in english, then I might be able to create a payment plugin for you.
  19. Y

    Group rewards

    See this post: http://forum.mfscripts.com/viewtopic.php?f=20&t=756&hilit=+rewards#p2711
  20. Y

    504 error on nginx

    You could try the following http://stackoverflow.com/questions/561946/how-do-i-prevent-a-gateway-timeout-with-fastcgi-on-nginx Or http://www.queryadmin.com/933/nginx-504-gateway-timeout/