Search results

  1. adam

    Check file before Upload

    Hi, I'm not sure how megaupload did it, but it's not doable as far as I'm aware. Unless it was using a hidden Flash element to read the information somehow. It is possible to adjust the script to not store duplicate files however it's a big job to amend the code. i.e. when someone deletes a...
  2. adam

    Check file before Upload

    Hi, It's not possible I'm afraid. The only real way to check for the existence of a file is to use a hash of the file contents and you need the whole file on the server to do it. Regards, Adam.
  3. adam

    Rewards Script Not Working

    Copy of email I just sent: :) I've logged into your site and enabled the plugin fine. I can access the settings and all the other pages. Are you still seeing issues? I'm wondering if it's browser specific, I've tested it on your site in IE, FF and Chrome.
  4. adam

    Script doesnt work in safari

    It works fine for me in Safari 5.1.7 on Windows 7. Can you give more details on what environment you're using?
  5. adam

    FTP upload (to easy enable files over 2GB)

    I've never heard of it in any of the hosting packages, it sounds like it's got less coverage than cPanel. Whatever we build will need to cover the most popular hosting environments otherwise we end up supported code for 10's of different platforms. It's likely that we'll look at a way to do it...
  6. adam

    Link to file with translation

    Only by tagging on the following to the end of the url: ?_t=French i.e. http://fhscript.com/4vk?_t=French
  7. adam

    FTP upload (to easy enable files over 2GB)

    Thanks for the suggestions. We're leaning towards the cPanel ftp API, although of course it'll eliminate non cPanel users. I'd ideally like a solution that works for all users, I'm not sure we'll find one though.
  8. adam

    Manage Translations doesn't work properly

    Don't worry, we've included it in all the pages for the next release. :)
  9. adam

    FTP upload (to easy enable files over 2GB)

    It's still being considered. :) I just can't see a way to enable it via the script without some integration with your ftp server + setting up an ftp account for each script user. It's not very straight forward unfortunately.
  10. adam

    Manage Translations doesn't work properly

    Hi, Thanks for the feedback. It is indeed a bit of a pain! I've added a fix for the next release which will remember the current page. If you want to apply the change in the mean time, open admin/translation_manage_text.php, so to line 161. Replace this text: oTable.fnDraw(); with this...
  11. adam

    [BUG]HTTPS not followed correctly in several files

    Yes, these have been fixed in the development code, so they'll be in the next release. :)
  12. adam

    Registration Problem & Captcha

    Hi, 1) What's the url of the site? Are you using smtp or php mail for email? 2) Not via the config. The code that outputs the captcha is in file_download.php line 143. You could change line 143 to the following: if ($Auth->loggedIn() === false) This will just show it for non-logged in users...
  13. adam

    Upload Complete Error

    I'm not sure what other information you want, I've given you all the info you need on this thread. There's no restrictions for upload size in the script so it must be your host.
  14. adam

    Mediaplayer Plugin?

    Please provide the exact steps, including urls, in order to replace the issue.
  15. adam

    Mediaplayer Plugin?

    The code is different so there's no way the remote upload can be affected. To check, try un-installing then removing the plugin to see if it then works.
  16. adam

    Database Error:

    Sounds like the database got corrupted somehow. Did you try and repair the table via phpMyAdmin or similar? See here for more info: http://forums.mysql.com/read.php?21,362974,362974
  17. adam

    Mediaplayer Plugin?

    I have noticed that the player is a different style for different file types. How can it be made to display the same player for all file types? >>> It can't. The divx and media player version can't be styled unfortunately. The only option might be to restrict file uploads to the mp4 version so...
  18. adam

    Blank site setting page

    Excellent, glad you're up and running. :)
  19. adam

    Blank site setting page

    It looks like some files may be missing from your install as the admin area is producing javascript errors. Can you re-upload the entire admin folder, ensuring all files get uploaded.
  20. adam

    Blank site setting page

    Ok, what is the url? If you've changed the login username/password for admin, can you send me it on email?