View Full Version : I need a script its really important
JpbookWorld
06-07-2003, 10:40 PM
:confused: i need to be able to put a script or tag or CGI of some sort in my page that doesn't let a user know the real url of your page. It may sound stupid but its really important
shlagish
06-08-2003, 12:01 AM
I don't think such a thing exists, whenever a user is on your website, he has your url in his adress bar. Only thing I can think of is taking the adress bar out, but there's very probably a way around it anyways...
scriptkeeper
06-08-2003, 12:22 AM
I think the only way to do that is to cheat out the browser or something and trick it into thinking that the url is something different then it is! Which I can already tell is a going to be a long and complicated proccess! Someone may come along with some more ideas good luck!
JpbookWorld
06-08-2003, 12:57 AM
thanks anyway, i've seen something like it before at a site where the url was the same on the homepage and on a different section. Id peeked at the source and there was almost no html, it wall frames.
shlagish
06-08-2003, 01:41 AM
I've got it:
Your page is, for example: home.html
It's code is:
<frameset rows="0%,*">
<frame src="#null">
<frame src="your_REAL_page.html">
</frameset>
Use frames like this, and you will always see home.html in the adress bar, even if in fact, what you see on the screen is your_REAL_page.html
JpbookWorld
06-08-2003, 04:18 AM
thanks anyway, but i actually found out an hour ago :thumbsup:
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.