Search results

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

    Small typo in register.php

    Thanks, I've corrected the local dev version so it'll be fixed in the next release.
  4. 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.
  5. 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...
  6. 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...
  7. 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...
  8. 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.
  9. 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...
  10. 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.
  11. adam

    File Hosting Script

    - Set files private or public
  12. adam

    Outgoing email

    Hi, At the moment it needs to be edited directly in the php file 'register.php'. I've corrected the spelling mistake in the code so it'll be fixed in the next release. Regards, Adam.
  13. adam

    Question about Updating

    Hi, Yes that's correct, just upload all the files apart from the _config.inc.php file. Then make the database changes and listed in '\offline\version_sql_statements\'. (just execute the sql via phpMyAdmin) Regards, Adam.
  14. adam

    Fail update

    It looks like you've got your configuration file incorrect. Your site is forced to include the www. at the beginning, I assume by a .htaccess change? Yet all the pages link to the non-www version. This causes problems with ajax. Can you mod the _config.inc.php file to point at the www...
  15. adam

    admin_file_servers

    Hi, Just for everyone else's benefit, we fixed this via email. It turns out that if you don't set the trailing forward slash on the ftp path it can cause errors on upload. It'll be changed in the next release so it doesn't matter if you include the forward slash or not. Regards, Adam.
  16. adam

    file delete problem

    Hi, I sent an email in response, encase you didn't get it... the url you've sent me doesn't seem to be correct, can you check and resend the correct one? Many thanks, Adam.
  17. adam

    file delete problem

    Hi, I'm not sure I understand. If you send us a message via the contact pages above, I'll look into it directly on your site for you. Please send your site url, ftp access, ftp server details and anything else which may help debug the problem. Regards, Adam.
  18. adam

    problems with login

    Hi, It looks like the post variables are being received. Did you change web host aswell? Could you try editing the .htaccess at the end, from this: RewriteRule ^(.*).html$ $1.php [L] To this: RewriteRule ^(.*).html$ $1.php [QSA,L] Regards, Adam.
  19. adam

    file delete problem

    Hi, This seems to occasionally happen on some file servers. I'm working on a fix for the next release which is due out this month. Regards, Adam.
  20. adam

    Issues showing pages (HELP!)

    Hi, If you send me the url to your install via the contact page above, I'll take a look for you. Regards, Adam.