Search results

  1. adam

    progress bar - internet explorer all versions

    IE doesn't provide the information for uploads, so the progress wont work until they build it in. If you download the latest release it should have a fix for the download_current.php issue. Just re-upload the file to your admin area.
  2. adam

    Documentation for plugin - Next features

    Hmm... now you've got me thinking... :)
  3. adam

    upgrade v3

    Hi, You can see what version of the script you have by looking within the _config.inc.php file. If you purchased the script this month then it's likely v3.0+. Regards, Adam.
  4. adam

    Upload large file restart and can't save

    Hi, Even with using an ftp file server, PHP still needs to cache the uploaded file within the tmp folder. It then gets moved over to your ftp file server once it's fully uploaded. So your host should be able to increase the available space you have within the tmp folder. Regards, Adam.
  5. adam

    Deleting Files Error

    Hi, It sounds like a column is missing within your db. Try applying the following on your database: ALTER TABLE `file` ADD `adminNotes` TEXT NOT NULL; It's part of the upgrade .sql file to v3.0 in that release but it looks like it's been missed on your install somehow. Regards, Adam.
  6. adam

    media streamer plugin

    Hi, Hopefully in 7-10 days so 1st Feb we're aiming for. A price hasn't been decided yet. Regards, Adam.
  7. adam

    Your server tmp folder error

    Yes it looks like your tmp folder has limited space available. PHP uses the tmp folder for uploads so you wont be able to upload larger files if it's restricted. Your host should be able to tell you the available size and increase it if necessary.
  8. adam

    Documentation for plugin - Next features

    Hi, Thanks for your comments. :) There's no documentation for the plugins section just yet, the plugins functionality is relatively new so I'd hope we can give users some docs in the next few months. We have our internal roadmap which is relatively flexible however we are planning the...
  9. adam

    Sending Emails Error

    How long ago did you change the IP, it might still be propagating if less than 24 hours. What did your host say?
  10. adam

    trouble Storage path file server

    Hi, Copy of email response I just sent: :) It's likely that /home/uploadfi/public_html/files/ is the incorrect path, at least for that ftp user. Try just using /files/ or /public_html/files/. If that doesn't work, log in as the ftp user using a ftp client and see what the url in the explorer...
  11. adam

    How to get more views to my website

    Hi, I'm not an SEO guru but I've done a good bit of promoting our own sites. Here's some of what we try to do: - Links! This is the key for getting traffic. The more you have (generally) the higher you'll be listing in search engines. Just contact similar sites and ask to exchange links. It's...
  12. adam

    [Help] Reward Program Plugins

    Your welcome. :) Regards, Adam.
  13. adam

    2 Days Premium

    Hi, Go into the database and open the 'site_config' table. Find the record with 'config_key' = 'cost_for_7_days_premium'. Amend this to 'cost_for_2_days_premium'. Regards, Adam.
  14. adam

    automatically move files to archive server

    Hi, We are looking at ways to build in a 'copy to x server' function, however it would be really slow if you had a large volume of files to move. It may appear initially as an option on each single file in the admin area. If you want to move a large amount of files you could do it over ssh...
  15. adam

    [Help] Reward Program Plugins

    Hi, It sounds similar to the problem on this thread here: http://forum.mfscripts.com/viewtopic.php?f=8&t=311 Try following the solution I've listed there. If that doesn't work, send me an email with your site details via the contact form above and I'll take a look. Regards, Adam.
  16. adam

    Database Error

    As it says, check your database credentials.
  17. adam

    500 Error

    Hi, We've not specifically defined the file is hidden, so I assume either our zip client (Winzip) has set it or it's assumed hidden as it begins with a dot. How did you show it within your zip viewer out of interest? Regards, Adam.
  18. adam

    website with file sharing script without paying?

    Thanks for this, I'll contact the site owner. Regards, Adam.
  19. adam

    500 Error

    There IS an .htaccess file in the script download. Your OS is likely hiding files starting with a dot. I've attached it to this post in it's own zip file. What other problems are you having? Regards, Adam.
  20. adam

    error:true problem

    Also make sure you have enough space in your tmp folder for larger uploads. Use the check_host.php script to tell you the available size: http://www.mfscripts.com/check_host.zip