Search results

  1. W

    AJAX front-end

    Correct, but not the home URL creation home page which reloads a bit slow in comparison to other similar services thus this could be a bit improved and AJAX'ed.
  2. W

    Extra validation of URLs with 404 HTTP response code

    can't edit previous posts, just wanted to add for urls that are the same, come from the same ip address and inserts are within short period of time.
  3. W

    Extra validation of URLs with 404 HTTP response code

    Also, the system should check for multiple insertion of exactly the same origianUrl by the same IP address which would indicate spam as normal users usually don't need multiple short url's for the same source.
  4. W

    IP ban for specific time window

    We all know that majority of users are on dynamic IP addresses and after some time another user can get it and be unable to access your site and thus bans should have an option to expire as well e.g. x number of months or expiry date.
  5. W

    Mass URLs removal (superuser), & for deleted, banned users

    Re: Mass URLs removal (superuser), & for deleted, banned use One more, remove/spam urls from a specifica IP address and time window for orphaned urls with no user account.
  6. W

    Extra validation of URLs with 404 HTTP response code

    While deleting urls from an abusive user I noticed that majority were 404. Therefore, have built a quick and simple logic that goes through DB url's and checks HTTP response code. It follows 301/302 etc. and in my case removes all urls with 404 response but it could be a page stating that the...
  7. W

    Mass URLs removal (superuser), & for deleted, banned users

    Recently I got many reports from COPA and other SPAM organisations about malicious spam activity from my site that got abused by some users. I identified bastards and remove their accounts. Though, I was unable to mass remove all of their URLs and had to do it from DB level by issuing multiple...
  8. W

    Copy link button

    It would be nice to be able to copy link into clipboard/memory for a single URL. There are a couple of workaround that are safe enough. This could be turned on/off in settings.
  9. W

    AJAX front-end

    Hi, Why not do AJAX front-end? Pretty much majority of URL shorteners do it these days and it's much faster / better user experience IMHO. Page reloads take far too long for these things.
  10. W

    Delete and Edit

    I nice option to have but should only be available to superuser group.