Search results

  1. adam

    problem plugin imageviwer

    Sorry I thought you said you'd fixed it. If you raise a support request with access to the server I'll take a look.
  2. adam

    run webserver multi places

    This is better managed at the server level rather than the script. You should look into load balancing to distribute requests to multiple servers. So single database still but multiple servers running the code. The load balancer will do the work of sending visitors to the right server.
  3. adam

    v4.0 Update - 1 week until beta!

    Hi all, It's been a long time coming but we're almost ready to set free version 4.0 of YetiShare! I thought I'd let you know the roll-out plan and confirm some dates. So... - Monday 22nd September - This week we're (extremely!) busy testing the entire code and making sure any snags are ironed...
  4. adam

    problem plugin imageviwer

    I can't upload to the site to test at the moment, the error is: "NetworkError: 404 Not Found - http://fs2.uploadbb.co/uploadHandler.php?r=uploadbb.co&p=http" Have you just setup this file server? Do other file servers work?
  5. adam

    media converter plugin error

    Ah I see what you mean. Yes it will re - encode the file as effectively it's a different file. So when the avi is re uploaded there's no way to link it to the original. I'll see if there's anything we can do with this for the v4 release.
  6. adam

    media converter plugin error

    I assume you mean for mp4 files? It's run via the media converter to ensure the atom is moved to the start for streaming. Also that it is compressed according to the settings.
  7. adam

    Api System

    There's a basic uploader API in uploadApiHandler.php as ysmods pointed out but no ability to manage/delete the files. A full API class is on the list of todos but it wont appear in the next release unfortunately.
  8. adam

    YetiShare - Release 4.0

    I respond to your support ticket every time you raise one but I never hear anything back from you. Can you update the tickets if you're still having issues.
  9. adam

    YetiShare - Release 4.0

    We're aiming for the end of next week for beta, so just under 2 weeks assuming all the testing goes well. :) As ysmods says, the list of changes will be available on release of the beta.
  10. adam

    Template Base

    This is already done for the next release due in a few weeks. The templates are moved into the themes folder.
  11. adam

    ftp for not just cpanel only

    proftpd support is already done for the next release. :) Out in a few weeks.
  12. adam

    Can´t limit to download file

    Martin - If you want support from us please raise a ticket. These forums are for community based support, email us if you have any urgent issues.
  13. adam

    Rewards plugin change

    Don't worry, there's changes coming in the next release due in 2 weeks. :)
  14. adam

    Error download_token=

    If you send me access to the site admin and FTP via the contact form I'll take a look. If the example you posted is stored on an external server, also access to this. Regards, Adam.
  15. adam

    Remote url upload counter and Progress bar

    If the progress indicator isn't working it's likely an issue with output buffering on your web server. Make sure FcgidOutputBufferSize isn't 0 in Apache and it's also enabled in your PHP config. Use this test script to check it on your install: <?php header('Content-type: text/html...
  16. adam

    media player not working in another FTP server

    The storage method is irrelevant for the media player. It's likely an issue with connectivity to the FTP server or the type of file uploaded. Do you have an example url of one failing?
  17. adam

    Who is using rewards program

    If you have suggestions on how to improve it, post in our RFCs section and they'll be reviewed for the next release. We base pretty much all the release changes on user feedback so the chances are they'll be added if it'll benefit all users. (and we have the dev time!)
  18. adam

    Remoot url upload freeze

    What is the url of your site? I'll see if there's anything obvious in the response via Firebug.
  19. adam

    Error download_token=

    Was this code a fresh install or an upgrade? What version are you on?
  20. adam

    Upload Error! Please help.

    Yours looks to be server memory related. Try adding this to the bottom of the _config.inc.php and try another upload: ini_set('memory_limit','2048M');