开发者

url-shortener

0
  • Codeigniter first segment URL variables

    I am looking to use a URL shortening scheme where I would like the variable to be in the first segment of the URL, www.example.com/0jf08h204. My default controller is \"home.php\" and I have .htaccess[详细]

    2023-01-10 00:05 分类:问答
  • Base10 to base64 url shortening

    I\'m coding an url shortener function for a project in which I\'m learning php, here is the code (btw I suppose that global here is not a good thing to do :P):[详细]

    2023-01-06 20:14 分类:问答
  • Is it possible to generate custom bit.ly URLs through their API?

    I would like to be able to generate custom bit.lys (http://bit.ly/thecakeisalie t开发者_运维问答ype things) through their API.This does not appear to be possible, but I thought I\'d check; does anyone[详细]

    2023-01-02 19:30 分类:问答
  • Using URL shortening service

    I am trying to use URL shortening service in my app. However, I want to expose my custom tinyURL domain rather than the one of the services. For this, I\'ve done the following:[详细]

    2022-12-25 07:46 分类:问答
  • URL shortener: best encoding method?

    I\'m creating a link shortening service and I\'m using base64 encoding/decoding of an incremented ID field to create my urls. A url with the ID \"6\" would be: http://mysite.com/Ng==[详细]

    2022-12-22 07:22 分类:问答
  • Replace urls with the shortened version - Ruby

    Replacing the urls in a block of plain text is done by looking for url regular expressions. I开发者_Go百科 am using string.gsub(regex, \"\\1\") to achieve the same.[详细]

    2022-12-20 20:34 分类:问答
  • Shortening/Rehashing UUIDs

    first of all, I want to assure that I\'m aware of the fact, that rehashing is a sensible topic. However I\'d like to hear some of your opinions, what approach you would take here.[详细]

    2022-12-20 04:33 分类:问答
  • c# shortening string for url

    i want to uniquely shorten strings-file ids to use in urls like the ones on bit.ly etc. I can use ids from a db but i want urls to be random like.[详细]

    2022-12-16 00:26 分类:问答
  • Help with cURL + PHP?

    I am a novice programmer at best, but I am trying to play a prank on a friend.Basically, there is a url shortener that he is using to redirect to a rickroll page, and the url shortener has a statistic[详细]

    2022-12-10 07:52 分类:问答