Search results

  1. adam

    Short url script

    @mmportugal - :) Good news, it'll be in the next release. Estimated 2nd week March.
  2. adam

    Stopping the Twitter Bots

    Hi, Yes, have a look in the admin area/settings for the setting: "Revisits in the same day, by the same IP address will not be counted on stats." Change this to 'yes' and it should limit the bots. Adam.
  3. adam

    progress bar

    Hi, What browser are you using? Does it work on our demo site? Regards, Adam.
  4. adam

    PROBLEM WITH php URL SCRIPT

    Hi, Your jQuery javascript file hasn't completely been uploaded or has been amended and is causing errors. Re-upload the following file, clear your browser cache and try again: http://pin.st/themes/blue_v2/js/jquery-ui-1.8.9.custom.min.js Regards, Adam.
  5. adam

    change 200 to 301 redirect

    Hi, If you open and edit 'url_redirector.php', add this to line 125: (after the default:) header ('HTTP/1.1 301 Moved Permanently'); Regards, Adam.
  6. adam

    How i change the validation of URL?

    Hi, Look in the /includes/functions.inc.php file for a function called isValidUrl(). The long url is checked by this function when submitted on the main page. Regards, Adam.
  7. adam

    Remove account option

    <del>- Display file size in admin area.</del> <del>- Filter files by username in admin area.</del> - Remove account and all associated files option within admin area.
  8. adam

    PayPal Stats, Filters

    - PayPay payments stats within admin area. - View/amend account paid expiry date within admin area. - Filter by file status within members area. (hide removed by default option?) - Manage files into folders option for all users. - Set password option on file uploads. Added to the info/share page...
  9. adam

    Request For Changes - User Management Script

    Hi all, Submit any Request For Changes for the User Management Script in this forum. Please create a new thread for each request so it's easier for us to review when we prepare for the next development round. Thanks for any suggestions in the RFCs, any feedback to help improve our scripts is...
  10. adam

    Request For Changes - File Hosting Script

    Hi all, Submit any Request For Changes for the File Hosting Script in this forum. Please create a new thread for each request so it's easier for us to review when we prepare for the next development round. Thanks for any suggestions in the RFCs, any feedback to help improve our scripts is...
  11. adam

    Request For Changes - Short Url Script

    Hi all, Submit any Request For Changes for the Short Url Script in this forum. Please create a new thread for each request so it's easier for us to review when we prepare for the next development round. Thanks for any suggestions in the RFCs, any feedback to help improve our scripts is always...
  12. adam

    Request For Changes - Fonts Website Script

    Hi all, Submit any Request For Changes for the Fonts Website Script in this forum. Please create a new thread for each request so it's easier for us to review when we prepare for the next development round. Thanks for any suggestions in the RFCs, any feedback to help improve our scripts is...
  13. adam

    Request For Changes - S3 Backup WHM Script

    Hi all, Submit any Request For Changes for the S3 Backup WHM Script in this forum. Please create a new thread for each request so it's easier for us to review when we prepare for the next development round. Thanks for any suggestions in the RFCs, any feedback to help improve our scripts is...
  14. adam

    Suggestion in Admin Area…

    Hi Rusty, Thanks for the feedback. You should be able to order the table by status which will make finding the pending ones a lot easier. Although agreed a clear filter or dedicated page for pending ones would be useful. You can't currently rename or change the details of fonts within...
  15. adam

    Problem in installation

    Hi, This occurs when the script can not connect to the database. Please check your database details and ensure you've granted privileges to that user on the database. Regards, Adam.
  16. adam

    Create Short URL can be indexed by google?

    Yes there's no restrictions on the urls to they'll be picked up by Google like any other url. Regards, Adam.
  17. adam

    Problem in installation

    Hi, Please send us an email using the 'contact' tab above and detail the errors you're seeing. I'll have a look for you as soon as possible. Regards, Adam.
  18. adam

    Multiple 404 errors in installation.

    Hi, Thanks for posting your resolution, I'll see whether we can incorporate this into future releases as standard. Regards, Adam.
  19. adam

    Can't Change Admin Password

    Hi, We're looking into this. In the mean time you can create another admin user and lock the old one. Note: You can only lock the old after you login as the new user. Regards, Adam.
  20. adam

    Big Redirect Issue with Frames

    It doesn't make the script 'useless', if you use the direct redirect or delayed redirect option within the script it works just fine. This is how the majority of other short url sites work on the web. The framed redirect option is an addition which allows you to set advertising if you choose...