View Full Version : Hiding URLS
Flying Monkeys
06-19-2008, 01:22 PM
I would like to know how to hide my url's. Not all of course. That would be stupid.
I just want to hide a selected few. Does anyone know how to do this? I think I saw some of this on 30minutebacklink dot com. (Try entering a random url and it re-writes it)
The example above forwards/redirects it to a .php webpage.
Does anyone know how to do something like this, hiding the url?
I don't completely get why and how you want to hide the url, do you mean like when you click on a button it doens't show it in the status bar, or you can type something in the address bar like "foo", and it would take you to foofoo.net? So can you please re-explain it?
Master_script_maker
06-19-2008, 06:31 PM
do you mean totally erase the url and put something random? there is no way a website could do this. This is actually a new feature in firefox 3, where if you type something in without an extension it will google it trying to find a site and will direct you there e.g. erase the url in your browser and type pie; the result i got in firefox 3 was http://en.wikipedia.org/wiki/Pie.
Flying Monkeys
06-19-2008, 11:47 PM
Okay, since the interest is their.
I'm trying to prevent back-ward hacking. I have a few projects that I'm going to work on, online.
I'm trying to provide an environment where only a selected few have access to this information but have a nice conference/forum/dialogue setting to help benefit the projects.
I'm not trying to be 'hacker-proof' but at least 'novice hacker proof'.
do you mean totally erase the url and put something random?
URL re-write are secondary, but this (the quote) is exactly what I was asking.
Maybe the 'why?' was a better question. I hope I can get some help, with the clarifications I added.
There's a mod re-write, you can check those out here:
http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html
Also if you want you can just make a whole section of your site that completely is for people with a special password then on every singe page you check to see if there's a cookie saying that they're logged in. I don't know if this helps at all, but I hope it does. ;)
Flying Monkeys
06-19-2008, 11:58 PM
Do you have any suggestions on where to get started with creating a password type thing for my site? I'm not a total newbie but I'm still a newbie (no php knowledge...)
thetestingsite
06-19-2008, 11:59 PM
http://www.php-mysql-tutorial.com
Hope this helps.
You can check this our:
http://quadodo.com/
And disable the registration form and only make one user, post on there forums which are located here: http://www.quadodo.com/forum/index.php for help. :)
Flying Monkeys
06-20-2008, 12:03 AM
I know of that site. I was hoping more of a predesigned type thing or specific tutorials. Not the entire language of php. (I'll get to that later) For example, their are open source forums...are their open source login in things that can check cookies (like nile spoke of).
Flying Monkeys
06-20-2008, 12:04 AM
I don't want just one user.....conference/forum type thing. Could I restrict the # of users?
It is very simple, I will even make it for you, send me a PM of all the features you want and I'll try my hardest to make it.
Flying Monkeys
06-20-2008, 12:08 AM
I haven't fully thought it all out yet. Lol.
I'll get back with you. I wasn't expecting something like this, I was thinking of wrestling around with something for a little bit. Give me a week to think it all out (sorry it's kind of long, I'm analytical.)
Thanks :)
Alright, it's ok with me.
magicyte
06-24-2008, 06:43 PM
I had a little problem where I wanted to hide the URL in the bottom left-hand corner. Instead of using links, I used SPANS! Here is an example code:
<span style="color:blue;cursor:hand;" onmouseover="this.style.color='red';" onmouseout="this.style.color='blue';" onclick="window.location.href='http://www.dynamicdrive.com/';">Dynamic Drive</span>
Basically when you click this little span of text, it transports you to a website. Pretty easy. Hope this helps!
-magicyte
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.