Search results

  1. adam

    Hide from public access.

    Hi André, This is completely untested, however you should be able to lock down the index.php page to a specific IP within the .htaccess access file. <Files "(index)\\.$"> order allow deny deny from all allow from <your_external_ip> </Files> Add this to the end of the root .htaccess...
  2. adam

    How to change footer?

    Sure, have a look in _footer.inc.php. Adam.
  3. adam

    Short url script

    - Installer scripts.
  4. adam

    Short url script

    <del>v2.0 - Admin change password.</del>
  5. adam

    installation error

    Hi, I removed your other post as it looks like you have that resolved. You can change your admin password either via an interface such as phpMyAdmin or by setting up a new admin user, then disabling the current one. (after logging in as the new one). We do have an RFC for 'change password'...
  6. adam

    Update to Short Url Script - Coming soon...

    Hi all, Just to make you aware of an update to the short url script which will be released in the coming days. The following will be included: - Stats pages for each url. - Removal of reliance on bcmath for short url creation. - Database validation when creating short url. - Export to...
  7. adam

    Short url script

    <del>v2.0 - Export urls as CSV file.</del>
  8. adam

    Short url script

    <del>- Remove reliance on bcmath for short url generation.</del>
  9. adam

    Problems wth installation

    Hi Colin, I've resolved this for you now. You'd set invalid values within the configuration file which meant it couldn't connect to the database however it all seems to be working now as it should. Regards, Adam.
  10. adam

    htaccess rules

    Hi, There's no error reporting on screen for that installation so it's difficult to assess what the error may be. Can you send me (via the contact pages) access details to your ftp area and I'll take a look. Thanks, Adam.
  11. adam

    htaccess rules

    The script works just fine. What errors are you seeing after you install it?
  12. 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.
  13. adam

    error 500

    Hi, Thanks for the post. I also got your email so I'll respond to your directly there. Thanks, Adam.
  14. 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.
  15. 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}...
  16. 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.
  17. 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>
  18. 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.
  19. 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...
  20. 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.