Search results

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

    See last short url in frontend

    Hi Greg, Not without some code amendments. If you want to drop us an email via the contact page (linked above) with what you need, I'll provide you with a quote for the work. Regards, Adam.
  11. adam

    File Hosting Script

    <del>- Add upgrade boxes to download counter page.</del>
  12. adam

    Fonts website script

    <del>- Add 'addthis' links to fonts pages.</del>
  13. adam

    File Hosting Script

    <del>- Option to set/override paid account expiry date via admin interface.</del>
  14. adam

    How to change meta keywords and description?

    Hi, You can modify all the site keywords and description within the admin area. If you login via admin and go to the languages/translations section you should see them. Regards, Adam.
  15. adam

    [ask] How to change the language name

    Hi, You can't rename the language label via the admin interface. If you load your database via phpMyAdmin (or similar) and edit the value within the 'language' table. Regards, Adam.
  16. adam

    adding servers

    This will be available in the next release. Multiple server support is being added.
  17. adam

    Shorturl 404 not found

    @ekaleciklioglu - response sent over email. For everyone else's benefit, the issue was because the .htaccess file wasn't uploaded during the install and hence the mod_rewrite rules missing. Apparently Macs don't display them within the download script archive! If anyone else has this...
  18. adam

    File Hosting Script

    1. more payment gateways 2. easier customization like the logo 3. more templates 4. be able to disable uploading completely like remove the bar for unregistered users
  19. adam

    Fonts website script

    - From the forum - Think there should be a way to add fonts through admin area. I have some fonts that don't have creator so I'm having to put unknown should be be way admin can by pass this feature. <del>Also needs to be where admin can edit fonts.</del>
  20. adam

    Adding and editing Fonts in Admin

    Thanks for the feedback, added to the RFCs for review.