There is a very interesting article on this over at the Register.  You can
hide the URL by converting the dot delimited IP address to hex and then back
to decimal.  The browser will still interpret it.  Therefore, yahoo.com can
be interpreted as:

http://3631443189

Go ahead try it, it's pretty cool.  I wrote a program which takes the URL,
gets the IP, and then converts it.  If anyone is interested in the code,
shoot me an email at [EMAIL PROTECTED]

-----Original Message-----
From: Teodor Cimpoesu [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 22, 2001 8:17 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] url hide


Hi AJDIN!
On Mon, 22 Jan 2001, AJDIN BRANDIC wrote:

> OK, I don't have access to the server (except ftp).  All I can use is PHP
> or JavaScript.  I just thought that I could use some thing that will just
> hide it.  Like that NoRightClick javascript script where if you try to
> view the source code of a page it stops you but you can still use
> View/Source Code option on your main menu to view the code.
>
have a look on how it is implemented on http://www.ravantivirus.com. [0 size
frame ]
Done it recently :)

-- teodor

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to