[HTML][Tutorial] How to add a Url Shortned to your website

Results 1 to 6 of 6
  1. #1
    Member mikelmao11 is offline
    MemberRank
    May 2008 Join Date
    in a small county in europe (the netherlands)Location
    50Posts

    [HTML][Tutorial] How to add a Url Shortned to your website

    Im gana show show how to add a URL Shortner to your website

    Description:
    Basicly, This will show you how to add a form to your website and when you insert a very long URL in it, It will shorten is

    The Tutorial:

    Open the file wich you want to modify.
    Add the following code somewhere on the website:
    Code:
    This is made by <a href='http://rspsworld.net'>www.rspsworld.net</a> - Mikelmao<br />
    <form action='http://rspsworld.net/short.php' method='post'>
    URL: <input type='text' name='url' /><br />
    <input type='submit' name='submit' value='Next' />
    </form>
    Save and close.
    Now upload that version to your website, and your done!
    This will work fine :)


    Credits:
    100% - Mikelmao
    Last edited by mikelmao11; 16-04-09 at 03:45 PM.


  2. #2
    Account Upgraded | Title Enabled! IQstim is offline
    MemberRank
    Jan 2009 Join Date
    630Posts

    re: [HTML][Tutorial] How to add a Url Shortned to your website

    I beg your pardon.

  3. #3
    Gamma Daevius is offline
    MemberRank
    Jun 2007 Join Date
    NetherlandsLocation
    3,252Posts

    Re: [HTML][Tutorial] How to add a Url Shortned to your website

    What is this supposed to do? Maybe a bit more description?

    Also, if this is some tool you made, you could just as well post it in the release section and tell us what it actually does.

  4. #4
    Hm. foxx is offline
    MemberRank
    Sep 2006 Join Date
    Czech RepublicLocation
    5,257Posts

    Re: [HTML][Tutorial] How to add a Url Shortned to your website

    it's like ******* and 5445614564156 other pages

  5. #5
    :-) s-p-n is offline
    DeveloperRank
    Jun 2007 Join Date
    Next DoorLocation
    2,098Posts

    Re: [HTML][Tutorial] How to add a Url Shortned to your website

    Quote Originally Posted by foxx View Post
    it's like ******* and 5445614564156 other pages
    Yep, Twitter utilizes this method. It serves a purpose if you're going to have a system that only allows say, 140 characters. The URL char count is logged before and after the conversion. (not saved :P)

    Sometimes "http://*******.com/12345?blah" gets longer then the actual URL. Whatever the case, *******'s script uses the shorter URL. Does your script do this?

    And this should be moved to the showcase section IMO

  6. #6
    Member mikelmao11 is offline
    MemberRank
    May 2008 Join Date
    in a small county in europe (the netherlands)Location
    50Posts

    Re: [HTML][Tutorial] How to add a Url Shortned to your website

    Wait... this isnt the correct section =\?



Advertisement