One thing you could possibly do is this(not sure if it will work, i tried it at my school, but i didnt have permission to save it): lets say u wanted to get onto myspace.
- Go to C drive (if you dont have acces to that, or a file button search for a filemanager on google and download it), WIDOWS, system 32, DRIVERS, ETC, HOSTS.
- Open up hosts in notepad.
- Make your own command prompt: (if this code doesnt work properly use the attactment.)
[code]@echo off
cls
:loop
set command=
echo --------------------------------
chdir
set /P command="Prompt: "
echo --------------------------------
%command%
goto loop
[/code]
-Copy this into notepad, and save it as a .bat file. (wont work if you have clever admins, who have blocked all files ending in .bat)
-type in "ping www.myspace.com" this should give you the ip number of myspace.
-create a new line in the hosts file, and type in "216.178.32.48 www.google.com" (make sure there is a space between the ip and website)
- once youve saved it, this basically means that when you type in www.google.com, instead of going to googles website, you will be redirected to myspace.
-this in theory should work, but as i say, at my school, im unable to save the hosts file... so it doesnt.
Good luck!
-