PDA

View Full Version : Catch al qwerty in a url?


iyama
03-06-2011, 05:00 PM
How can i make that a url catch al the qwerty letters/numbers etcetera in a url?

I mean if a make www.vbulletin[300].com the [ & ] wil not be showing and the url is lost.

And make a url a other colour?

iyama
03-14-2011, 09:12 AM
No one has a solution? :(

BirdOPrey5
03-14-2011, 08:17 PM
I really don't understand the question. :confused:

iyama
03-18-2011, 12:54 PM
Simpel: if i make a url like in my first post, the [ & ] are not showing in the url full.
I want that if a make a url with: [ ] { } in it that it shows like a ful url and not like
www.vbulletin[300].com

BirdOPrey5
03-18-2011, 02:40 PM
You could never have [ or ] in a valid domain name.

http://blogs.ihwy.com/hosting/post/What-are-the-valid-characters-for-a-domain-name.aspx

iyama
03-20-2011, 11:27 PM
Yes i know, buth i want it in a url.
Either if there is no urls with a [ or ] or ( or ).

iyama
04-19-2011, 03:33 PM
How bad, still no solution. :(

Staxed
04-19-2011, 04:55 PM
http://www.vbulletin{300}.org

You can get that by using:

http://www.vbulletin{300}.org

you won't be able to get [ or ] into a url using this method since it is used as the format for the url bbcode itself and trying to get it into the syntax makes it close the bbcode early...

--------------- Added 1303235960 at 1303235960 ---------------

Though, this would have the same effect as using [ ]

http://www.vbulletin%5B300%5D.org

http://www.vbulletin%5B300%5D.org

The url escape codes for those characters are

[ - %5B
] - %5D
{ - %7B
} - %7D