Ok. What I'm trying to do is disguise or hide the URL in the right click properties menu for my website. For example if you right click on this page and click properties you will see under address the link to this page. Now I want to hide that with PHP. How can I do it? I've seen it done before.
Posts: 1419 Reputation: 29
35 / /
Joined: Aug 2003
RE: Encrypt or Hide URL
I guess you mean in Internet Explorer's page properties. It can't be done with PHP, because PHP just preprocesses the HTML before the server sends.
If you've seen it done, it's probably some dodgy hack into Internet Explorer by the page or something installed on the computer. I don't think that there is a designed method to do this.
This post was edited on 09-02-2006 at 06:17 AM by rav0.
| |
(\ /)
(O.o)
(> <)
This is Bunny. Copy Bunny into your signature to help him on his way to world domination
Humm. well I've seen it happen on these forums though. Start a new thread and then right click the page, where it says the address it will say not avalible.
It's possible with javascript. Using javascript you can show whatever you want in the status bar on a hover over a link. However, I don't know how to do it...
Cloudy
Sig by pirateok/marisaok/marisa
quote:Originally posted by Moulin Rouge
The greatest thing you'll ever learn, is just to love and be loved in return
Ok what I'm trying to do is make a webpage almost unblockable by hideing the infomation. If they cant get the info they can't block it. Now so far I have the url signed up at a short url service so it masks the url in the address bar. Now I need to find ways to hide the other info like the properties and such. Any ideas?