Thread: how to short url(link)

  1. #16
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    You can't have a domain of just "munna", see ICANN's website.

    It's not possible for WAN, but it is possible on LAN. Perhaps explain what you want? And why you want it?

  2. #17
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by munna_dude View Post
    if i send the link like this...http://google.com
    it will ask some code means conformation id coz of am sending link like that...
    Hmm.. Are you trying to work around the CAPTCHA?

  3. #18
    Registered User ssharish2005's Avatar
    Join Date
    Sep 2005
    Location
    Cambridge, UK
    Posts
    1,732
    Right I ma going to assume that this is what you wanted,

    You wanted to scarp a link to your friends, but you want you friends to see just munna like

    Heyy this is my website guys munna
    you don't want this

    Heyy this is my website guys www.google.com
    If this is what you wanted, go to your friends scrap pad and type this

    Code:
    <a hred="www.google.com">munna</a>
    In the place of "www.google.com" you can place any valid url so that when click in munna it will be redirected to that site.

    And more over u have more scarp tip on top the page in orkut. Have a look at it as well.
    Hope this is what your have been looking for.

    ssharish2005
    Last edited by ssharish2005; 08-27-2007 at 05:16 PM.

  4. #19
    Registered User
    Join Date
    Dec 2006
    Posts
    136
    Quote Originally Posted by ssharish2005 View Post
    Right I ma going to assume that this is what you wanted,

    You wanted to scarp a link to your friends, but you want you friends to see just munna like


    you don't want this



    If this is what you wanted, go to your friends scrap pad and type this

    Code:
    <a hred="www.google.com">munna</a>
    In the place of "www.google.com" you can place any valid url so that when click in munna it will be redirected to that site.

    And more over u have more scarp tip on top the page in orkut. Have a look at it as well.
    Hope this is what your have been looking for.

    ssharish2005
    yes. exactly... it is...

    but if i give like this
    Code:
    <a hred="www.google.com">munna</a>
    it will ask some conformation code coz am giving other wesite address ,
    so it fails...

    my purpose is to avoid the conformation id..


    is there any site(website) to create a redirected url like munna(without http:// and .com)

    please help me

    thank you in advance

  5. #20
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    For Pete's sake, NO!
    Listen, you can't have a WAN domain like that, see ICANN's Website!

    There are rules, such as it must have a extension (which are limited), must be greater than 3 characters but less than 64 or something, must only contain [0-9],[A-B],-. Read ICANNs website before asking the same question again.

  6. #21
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    What system are you on that asks for a confirmation code?
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  7. #22
    Registered User
    Join Date
    Dec 2006
    Posts
    136
    Quote Originally Posted by CornedBee View Post
    What system are you on that asks for a confirmation code?
    window and linux...
    it will ask in all operating systems.

  8. #23
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Huh? Operating system? I still don't have a clue what you want.

    So, please, give us a step-by-step description of what you do, what you want to happen and what actually happens.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  9. #24
    Registered User
    Join Date
    Dec 2006
    Posts
    136
    Quote Originally Posted by CornedBee View Post
    Huh? Operating system? I still don't have a clue what you want.

    So, please, give us a step-by-step description of what you do, what you want to happen and what actually happens.
    ok...
    let me explain..
    am using windows machine..

    i think you know about www.orkut.com
    here i have many friends..
    to them i have to send a link...

    for example it is www.munna.notlong.com

    if i send as it is it will ask some conformation at the time of scrapping.
    so it is waste of time..

    am asking about...
    is there any website or any way to to short the url like "munna" .( the converted or redirected link shoud not contain http:// and .com)
    so, that at the time of scrap it will not ask any conformation becouse an sending the munna redirected link directly...


    can you please help me

    thank you in advamnce

  10. #25
    Registered User ssharish2005's Avatar
    Join Date
    Sep 2005
    Location
    Cambridge, UK
    Posts
    1,732
    Well as far i can see there no way that you can over come that confirmation, it is there for security reason. Since you are entering content from another website or giving link to one more web site, orkut wants to have some sort of confirmation before you post your scrap.

    One reason to include that image verification is to avoid spammers.

    You cant escape that, its not only in that website, its on almost all webpage you can find. Even on cprogramming, if you haven't logged and trying to search something on the form you will be asked to enters some random 5 Alpha-numeric char before you click on search button.

    ssharish2005
    Last edited by ssharish2005; 08-28-2007 at 04:28 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Accessing Structures Inside Structures
    By Mellowz in forum C Programming
    Replies: 1
    Last Post: 01-13-2008, 03:55 AM
  2. Help calling function is asm
    By brietje698 in forum C++ Programming
    Replies: 24
    Last Post: 12-06-2007, 04:48 PM
  3. Say what? - Weird error.
    By Blackroot in forum C++ Programming
    Replies: 6
    Last Post: 08-15-2006, 11:54 PM
  4. Help with mult-dim arrays and pointers to them
    By skybolt_1 in forum C Programming
    Replies: 11
    Last Post: 05-02-2003, 11:47 AM
  5. Color Variety
    By Unregistered in forum C++ Programming
    Replies: 7
    Last Post: 10-23-2002, 09:17 AM