Need Shorten Ulr Script.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Need Shorten Ulr Script.

    Need An Script like TinyURL.com - shorten that long URL into a tiny URL

    #2
    Use TinyURL Api Instead:
    PHP Code:
        function getTinyUrl($url) {
            return 
    file_get_contents("http://tinyurl.com/api-create.php?url=".$url);
        } 

    Comment


      #3
      Let me google that for you

      Comment


        #4
        there r many good open source options available like Zozim, YouUrl both are GNU GPLv3

        1. Unzip the Zozim zip archive.
        2. Transfer all files via FTP to your web host.
        3. Create a database and database user if needed
        . 4. Direct your browser to /install/.
        5. Fill in all of the fields on the install page.
        6. Click "Install Zozim!".

        Set mod_rewrite enabled

        for YouURL http://code.google.com/p/yourls/
        Attached Files
        Last edited by rey619new; 06.02.12, 15:59.

        Comment


          #5
          Already Got It Bro :D:D Check Mine 69url - Short Ur Link

          Comment

          Working...
          X