Search results

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. adam

    Change Passwords

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

    Upload directly through ftp

    Hi, Not at the moment, only uploading via the script interface is supported. Regards, Adam.
  8. 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.
  9. adam

    How to define url format?

    Hi, This is based on the short url id in the database so increasing the next auto-int value should also increase the amount of letters used. Other than that there's no way to make it longer. It is a short url script after-all. :) Regards, Adam.
  10. adam

    Not Quite Working Just Yet...

    Resolved via email. The problem was GoDaddys different mod_rewrite setup. Adding forward slashes to all filenames resolve the problem. i.e. Options +FollowSymLinks RewriteEngine On RewriteRule ^(.*).html$ /$1.php [L] RewriteRule ^c/(.*)/(.*)/(.*)/$ /categories.php?c=$1&page=$3 [QSA]...
  11. adam

    User do wait 30 seconds to download

    Hi, Any free or non-logged in user will be directed to the upgrade page for 60 seconds. You can mod the 60 seconds to 30 via the admin settings area. You can also place ads on this page or modify as you need directly in the source code. Regards, Adam.
  12. adam

    adsense code

    Hi, I'm not aware of any problems with this. What version of the script are you using? Could you forward me an example url via our contact form above. Regards, Adam.
  13. adam

    premium sign ups?

    Hi, I completely agree. I've got it on the RFCs for review, there should be as little steps as possible for getting the use to signup. I'll hopefully have it included in the next release. Regards, Adam.
  14. adam

    File Hosting Script

    From kponsen: -language selection for registered users -extend stats for admin from country browser total visitors top 10/25/50/100 referreres operator systeem -mobile version (like iphone or android or ipad) (flash is not support for apple devices) -user point systeem every user...
  15. adam

    google adsense block

    Hi, If you're still having problems with this, send us an email with temp ftp access via the contact pages above and I'll investigate for you. Regards, Adam.
  16. adam

    some fonts not show font preview

    Hi, I think this was resolved over email as it looks to be working now. Let me know if you have any other problems. Regards, Adam.
  17. adam

    google adsense block

    Hi, You'll need to modify the code for the ad block. If you look in the _bannerRightContent.inc.php file you'll see the code for the right-hand side. You should be able to add you ad code here. Failing that, we can provide a quote to do the work for you. Re. the download issue - what do...