Search results

  1. adam

    Next problem!

    Thanks for posting your resolution for others, I'm sure it'll come in handy. Regards, Adam.
  2. adam

    How is adjusted The Time Zone

    There's no support in our scripts for different timezones, you'll need to modify where-ever the date is being output in the code itself. Regards, Adam.
  3. adam

    i can not Login in after INSTALL script

    I've had a look at this and it's not php.ini related. I've also check your Apache config for any restrictions. I'd advise speaking with your host to see if there's any installed Apache modules causing the restriction. i.e. mod security. Regards, Adam.
  4. adam

    i can not Login in after INSTALL script

    Hi, I would say this is also your host. Can you see what your max upload/post size is? This will need increasing via the php.ini file to enable larger uploads. Regards, Adam.
  5. adam

    i can not Login in after INSTALL script

    Please send us further information on how to replicate the problem via the 'Contact' link in the navigation above. Regards, Adam.
  6. adam

    User account problem

    @mralhabash1461 - this is fixed on our demo site and local dev copy. If you're still having problems, please contact us via the 'Contact' link in the nav and provide details on how to replicate the issue. Please also supply your site url. Regards, Adam.
  7. adam

    User account problem

    This should now be resolved in the latest release. Re-download the archive from our site, then upload the entire 'admin' folder to fix the problem. Regards, Adam.
  8. adam

    User account problem

    We're working on a fix, it should be available in the next day. Regards, Adam.
  9. adam

    IE anp Opera Problem

    Hi, The upload progress isn't supported in them browsers, you simply can not get the upload information. The best we do is increase the progress bar after each file completes on a multi-file upload. There's no restrictions on the upload speed via the script so I'd suggest this is a...
  10. adam

    How can the user recover password if he did not remember password ?

    Hi, You'll need to set it as admin for the moment. The next release will include a password reset function. Regards, Adam.
  11. adam

    How is adjusted The Time Zone

    Hi, You'll need to do this via php. Try setting it in the _config.inc.php file using the detail here: http://php.net/manual/en/function.date-default-timezone-set.php Alternatively set it globally via your php.ini. Regards, Adam.
  12. adam

    Fonts website script

    Just a few things then @Doug. :) We'll have a review of all of these at the next dev phase so your suggestions are appreciated. Regards, Adam.
  13. adam

    Admin pagination and export not working

    Hi, I'll add it to the bug list so it's resolved in the next release. Regards, Adam.
  14. adam

    how can i stop stats collection?

    Hi, Comment out lines 76, 77 and 80 in file_download.php and it'll disable the detailed stats. Although you'll also need to remove it from the user interface. Regards, Adam.
  15. adam

    Change Passwords

    Hi, Agreed, I've got it within the RFCs for review on the next release. Regards, Adam.
  16. adam

    Upload directly through ftp

    Hi, Not at the moment, only uploading via the script interface is supported. Regards, Adam.
  17. adam

    Admin pagination and export not working

    Hi, This has been fixed in the latest release on our site. Please re-download the zip file and upload the entire 'admin' folder to your install. Regards, Adam.