Search results

  1. adam

    Add a cookie system

    It's difficult with the new session controls since they need to be cross domain (for cross domain uploads) and cookies can only be created on the domain you're on. Saying that, there'll be a way to do it. I'll take a look at adding it back for the next release. If it's a minor tweak I'll post...
  2. adam

    Media Player - Is it possible to allow a free user to stream

    Re: Media Player - Is it possible to allow a free user to st The post you link to references a request for ads to be built into the player as well as a limitation on the length for free users. This sound different to what you've requested. Can you clarify what problem you're seeing? Is it with...
  3. adam

    Script BUG PHP.ini

    You might be able to set it in the .htaccess although it's not supported by every host: php_value upload_max_filesize 2G php_value post_max_size 2G Try to get it working with 2G limits aswell since you might have issues using more than that. As I say, contact your host as they'll be best to...
  4. adam

    Script BUG PHP.ini

    Not true. It works fine on shared hosting although I can't image you'd really want to use shared hosting given the amount of storage you'd need (if you allow large uploads). Different web hosts control the max upload values in different ways. If you ask your host the best method for increasing...
  5. adam

    error 500

    For anyone else having these issues, it turned out to be PDO related somehow. I'm yet to figure out why connecting to PDO results in a 500 error but in the mean time you can use the old database class to get the script working. Rename includes/class.database.php => to =>...
  6. adam

    error 500

    The "Invalid method in request" error looks Apache related: http://www.noah.org/wiki/Apache2_Invalid_method_in_request_%5Cx16%5Cx03%5Cx01 It's also saying "File does not exist: /home/uploaded/public_html/file_download.php", can you ensure the file has been uploaded along with all the other files.
  7. adam

    error 500

    That's right, send us an email via the contact form above if you'd prefer not to post.
  8. adam

    error 500

    Hi, Could you have a look at your server logs for the 500 error? Thanks, Adam.
  9. adam

    3.3 Upload fail, multiserver

    Ok, can you set the ftp account on both servers to have write permissions, I can't edit any of the files.
  10. adam

    3.3 Upload fail, multiserver

    Did you re-upload the incudes/class.dbsession.php file or make any other changes to the code? My changes have reverted.
  11. adam

    3.3 Upload fail, multiserver

    Ok, can you send me an admin login also.
  12. adam

    Forcing a New Preview

    Hi, It's in the patch fonts_v1.0.1_to_v1.1.sql file. Try running the whole sql patch file or just the sql line: ALTER TABLE `font` ADD `previewOverride` VARCHAR( 50 ) NOT NULL; Regards, Adam.
  13. adam

    3.3 Upload fail, multiserver

    Which server is this on, is it the file server? The account_home.php script will probably only work on the main script server. If it's the main site and still failing, can you send me valid script admin details again via PM.
  14. adam

    3.3 Upload fail, multiserver

    Can you try again, ensuring you logout and back in first?
  15. adam

    3.3 Upload fail, multiserver

    The session issue is also fixed. It related to a difference between your PHP and MySQL time settings. I've reworked the function to use only MySQL so it'll work ok. If anyone else has this issue, replace clearCrossSiteTokens() in includes/dbsession.class.php with: public static function...
  16. adam

    3.3 Upload fail, multiserver

    Ok your upload issue should be sorted. It was due to the port not being submitted in the referrer which caused an error in some validation checks when uploading. For other users, the fix is to replace the entire function called 'getReffererDomainOnly()' in includes/functions.inc.php with this...
  17. adam

    3.3 Upload fail, multiserver

    Yes file server. Or SSH SCP etc. Whatever is easier.
  18. adam

    3.3 Upload fail, multiserver

    Can you send me temp ftp access aswell and I'll run some tests.
  19. adam

    3.3 Upload fail, multiserver

    Ok. Can someone send me a way to replicate it on your site? i.e. an example of it not working. droidsrc.com is working fine for uploads at the moment. If you can send it via the contact form I'll take a look.
  20. adam

    3.3 Upload fail, multiserver

    Hi, What's your site so I can test it? Thanks, Adam.