Search results

  1. adam

    Fonts website script

    <del>- Fix error with double clicking user/edit password via admin.</del>
  2. adam

    FTP Downlad

    Hi, I'm afraid not, this would rely on a web server and likely PHP being available on the file server. Since they're generally just ftp servers it isn't viable. Regards, Adam.
  3. adam

    Registration Issue

    @contact1668 - You need to use smtp, please find out your smtp settings from your host and add it to the script. Once you've added it via the admin area mails will send fine. If you have any issues you consider urgent in the future, please send it via the contact form on this site. We...
  4. adam

    Google Adsense - Not show ads

    Hi, Your ads are showing here: http://uploadfile.vn/sx/Chrysanthemum.jpg Good work on the site by the way. Regards, Adam.
  5. adam

    Google Adsense - Not show ads

    Hi, What's your site url? Regards, Adam.
  6. adam

    Bug: Android devices do not download complete file

    Thanks for the feedback, much appreciated. Hopefully they'll fix it soon. (although it was reported over 3 years ago!)
  7. adam

    Install on server with no domain url

    PS - That's not a smiley, it should be a bracket. define("_CONFIG_SITE_HOST_URL", "184.154.169.226" ) ;
  8. adam

    Install on server with no domain url

    Hi, I responded by email but just for everyone elses benefit... Change the _config.inc.php file from this: define("_CONFIG_SITE_HOST_URL", "184.154.169.226/~localtre"); to: define("_CONFIG_SITE_HOST_URL", "184.154.169.226"); Regards, Adam.
  9. adam

    i can not receive email when i register

    Hi, Have you tried setting smtp details in the admin area? Regards, Adam.
  10. adam

    Does it not need a cronjob? (delete old files)

    Hi, It's only 2 queries but yes if the site got extremely busy you'd want to move it to a cron. I'd imagine you'd run a cron every minute so until you have more than 1440 (60*24) visits to the homepage each day, it's probably not worth worrying about. Regards, Adam.
  11. adam

    IE anp Opera Problem

    Re. swfupload.org That uses Flash, hence not supported in all browsers either. Our File Upload Script doesn't rely on any third party software, this unfortunately means some older browsers don't support all the features. With the gradual adaptation of html5 and less reliance on Flash, this...
  12. adam

    Small typo in register.php

    Thanks, I've corrected the local dev version so it'll be fixed in the next release.
  13. adam

    Creating my own theme

    Hi, Yes this is fine. It's only if the script is actually running another public instance that you require another license. Regards, Adam.
  14. adam

    Does it not need a cronjob? (delete old files)

    Hi, It's checked on the home page of the site, so when someone visits the site it'll downgrade any accounts/delete files. It could also be moved into a cron but it just makes the installation process a lot smoother for people. If you want to move it, look for the functions called...
  15. adam

    How safe is the script?

    Hi Noel, Thanks for the feedback. I'll look at the 2 points you raised for the next release. The QRcode functionality would be very useful if you have any guidance on how to do it. We're trying to get a knowledge base up and running on the site over the next few weeks, so it'll sit well...
  16. adam

    How safe is the script?

    Hi Noel, Thanks for your purchase. There's not been any exploits with the script in the past. We know how important security is and re-test for XSS and SQL injection on each release. We're pretty proactive on our release schedule. If there's a major security issue found, we'll fix it...
  17. adam

    Help me for install

    Hi, Sure, we charge $29 per install. If you submit payment via PayPal to [email protected] then contact us with your host details, I'll arrange the install. Regards, Adam.
  18. adam

    Problem for uploads

    Hi, Glad you resolved the initial problem. The second item you mention is actually meant to be like that. It's designed so a user doesn't need an account to upload & remove files. The url contains a unique md5 hash which has an extremely minor chance of being guessed. Search Google for...
  19. adam

    Log out problem

    Hi, Could you send us temp access to the admin login via the contact form above and I'll take a look for you. If you clear your browser cache/cookies, you'll also be logged out in the mean time. Regards, Adam.
  20. adam

    File Hosting Script

    - Set files private or public