Search results

  1. adam

    Problems wth installation

    Hi, Yes that would cause problems although I'm not sure mysql-04.xcalibre would work either. Can you try using the mysql server ip instead of localhost? Failing that, email us all the details you have via the contact form on this site and I'll take a look. Regards, Adam.
  2. adam

    error 500

    Hi, Thanks for the post. I also got your email so I'll respond to your directly there. Thanks, Adam.
  3. adam

    How to delete

    Hi, Thanks for the post. You can't currently delete short urls however you can set them to disabled within the admin area which will have the same effect. Thanks, Adam.
  4. adam

    robots.txt & favicon.ico

    Hi, I think I see where the issue is. It sounds like the .htaccess file is not excluding .txt and .ico files from the short url lookups. Can you try adding the following to the root .htaccess file at about line 13: RewriteCond %{REQUEST_URI} !^(.+).ico$ RewriteCond %{REQUEST_URI}...
  5. adam

    Short url script

    Latest RFCs for the short url script. Feel free to add more below for review: - Ranking of most popular links / popular links pages. <del>v1.8 - API (released)</del> <del>v1.8 - Full short url stats for the user.</del> <del>v2.0 - Export shorturls via admin.</del> - Bulk submission of urls.
  6. adam

    Fonts website script

    Latest RFCs for fonts script. Feel free to add more below: <del>- Edit font details.</del> - Bulk upload. <del>- RSS feeds for latest and most popular fonts.</del>
  7. adam

    robots.txt & favicon.ico

    Hi, I'm not sure I understand your question properly. You can setup a robots file by following these guidelines: http://www.thesitewizard.com/archive/robotstxt.shtml Try this link for the favicon.ico: http://www.favicon.co.uk/ Adam.
  8. adam

    Support Section

    Hi guys, There's been some feedback on the lack of FAQ section on the site. We're working hard to get something up and running in the next few weeks but if you need any support in the mean time, feel free to contact us via the "Contact" tab above. We know how important support is so we'll...
  9. adam

    protblem with # in URL

    Hi Kris, I've sent you an email this morning. We've released a fix which resolves the issue for you. Let me know if you need a hand with anything else. Regards, Adam.
  10. adam

    Problems wth installation

    Hi Matt, I've looked at your domain and it's actually producing a generic mysql error saying your username/password is incorrect. Please can you check it and also that it has the require privillages. I've sent you an email for this also. Adam.
  11. adam

    Problems wth installation

    Looks like you're running PHP4, you'll need to upgrade to PHP5 to get it running. Adam.