PDA

View Full Version : Websense



Unregistered
03-11-2005, 04:35 PM
Does anyone know how to get around websense? I've tried proxies, and everything else I could think of, but nothing seems to work.

Unregistered
03-21-2005, 02:30 PM
yes i know how to get around it.

go to www.ultrareach.net (its come asian site) then at the search bar at the top where you can type stuff, type in the website u wanna go to then click the little asian button right next to the search bar. It will bring you to the site =) and its way better then using googles cache..

also if u go to www.ultrareach.net and type in www.google.com in the search bar and click the asian button next to it, it will bring you to google. THen when you are at google everything you search in google will be unblocked =)

Unregistered
03-23-2005, 07:18 PM
Does anyone know how to get around websense? I've tried proxies, and everything else I could think of, but nothing seems to work.
There is only one way that I know of.

If you do a google web search of "Language Tools".

Click first link "Language Tools"

Go to site

Scroll down to where there is an "http://" already incerted

Type the link that you wish to visit

Once typed click enter.

This will bring you to any site!

ABHIS
03-24-2005, 05:11 AM
yes i know how to get around it.

go to www.ultrareach.net (its come asian site) then at the search bar at the top where you can type stuff, type in the website u wanna go to then click the little asian button right next to the search bar. It will bring you to the site =) and its way better then using googles cache..

also if u go to www.ultrareach.net and type in www.google.com in the search bar and click the asian button next to it, it will bring you to google. THen when you are at google everything you search in google will be unblocked =)
A serious SysAdmin that knows what he's doing WILL NEVER ALLOW a connection to www.ultrareach.net at the *st place.
You will never be able to use any of the translation, redirection sites on networks where the sysadmin has enough knowledge of those 5_year_old tricks.
ABHIS

Unregistered
04-21-2005, 12:15 PM
ok i know some people that know some plople that know a guy who knows this girl that knows several other people that know the real story. "i" have never never done this, but here is how it was explaned to me. ---DISCLAMER--- I WILL NOT BE HELD RESPONSIBLE FOR ANY ILLEGAL USE OF THIS INFORMATION, THIS IS FOR EDUCATIONAL USE ONLY AND NOT TO BE USED TO BYPASS ANY KIND OF FIREWALL AT ALL. READ AT YOUR OWN RISK, AND BESIDES, I HAVE NEVER USED IT,... SO DONT BRING MY NAME UP ANYWHERE!!!!!
ok, first thing, websense blocks adult content and sex, so this method wont help you if that is what you want. it dose not work with alot of sites, but it is very usefull, you dont need any fucking circumventor, or special program. all you need is the command prompt, notepad, and scientific calculator. here is how it is done. ok first of all, say that you want to go to www.ddl2.com this is a site that you can get links from to get all kinds of software for free, but that is illegal, so i do not reccomend that. anyway. ddl2 is blocked by websense. so what you do is go to the command prompt. it looks like c:\ or some shit like that, depending on your o.s. so you type in PING www.ddl2.com ok, after you do that, it gives you the i.p. address of the site. ok, now write this number in notepad and then you go to the calculator, and you have to convert each of those four numbers from decimal into binary. so say the ip address is *2*.*2.44.2**, i made that up, that isnt it, anyway you take *2* and put it into the calculator and then you click the binary button and it translates it into 0's and *'s. make take this number and put it into notepad, under the ip. make sure their are 8 digits in it, because binary is based on 8's. say you only get four numbers like 0*0*, ok, so add four 0's infront of that number and you have the first piece of the code. now do all the other three numbers of the i.p. address like that and put all the binary code back to back. you should have *2 digits of *'s and 0's. ok so you have converted the binary now, ok, time for the next step. take all that binary that you have and copy it into the calculator WHILE THE CALCULATOR IS AT FIRST SET ON BINARY that way you can convert all this to decimal. get that decimal number, and say the number is *2*45678 for instance. take that and put it in the address bar of you internet browser like the following- http://*2*45678 <that might not show up on where you are lookin at it from, but it might be a link, so click on it and the example will be in the address bar of that page. tada!!! you went to the site with it without fucking with websense. but beware, websense is a centrally run mainframe computer in dallas texas at the data center. they can and will trace you down while you do this, and formating your harddrive will not help either, because they can trace you by your i.p. address, and your mac address, and your port, and your portal. so do this on computers that dont have your name on them, as in no seating charts, or do it on a somewhat public computer that you do not have to sign in on in any way. the punishments for this is federal prison if you get caught. use this technique spareingly!!! oh yea, your welcome. ha ha ha ha ha ha ha DA ******!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -KingKrom

SyntaXmasteR
04-21-2005, 05:45 PM
KingKristina

Please provide an example of what you just stated~ By the way NO ONE WILL GO TO PRISON FOR BYPASSING A WEBFILTER

Unregistered
04-25-2005, 05:26 PM
Websense blocks the ultreach as proxy avoidance. And the Binary thing would take way too long to be worth it.

kpas85
05-01-2005, 06:06 PM
[QUOTE=Unregistered]yes i know how to get around it.

go to www.ultrareach.net (its come asian site) then at the search bar at the top where you can type stuff, type in the website u wanna go to then click the little asian button right next to the search bar. It will bring you to the site =) and its way better then using googles cache..

also if u go to www.ultrareach.net and type in www.google.com in the search bar and click the asian button next to it, it will bring you to google. THen when you are at google everything you search in google will be unblocked =)[/QUOT

Unregistered
05-02-2005, 12:20 PM
www.ultrareach.net acutally does work to get past websense... you just need the www if you don't have it itwill be blocked under proxy avoidance or some bullshit likethat

SyntaXmasteR
05-02-2005, 05:32 PM
Run This .bat I wrote. Enter the # you get into your calculator and convert from binary to decimal. Enter this decimal # into your browser.

If what KingKrom says is tru, you will be able to bypass the filter

Binary.bat


echo off && cls && set count=*

echo.
echo.
echo.
echo ENTER IP ADDRESS
echo.
echo.
echo.
set /p IP=

REM "PULLING OUT THE INDIVIDUAL NUMBERS FROM IP ADDRESS"

:IP

If %ip:~*,*% EQU . set value=%ip:~0,*% && set ip=%ip:~2% && goto :BINARY
If %ip:~2,*% EQU . set value=%ip:~0,2% && set ip=%ip:~*% && goto :BINARY
If %ip:~*,*% EQU . set value=%ip:~0,*% && set ip=%ip:~4% && goto :BINARY



REM ****************************************************

:BINARY

:*28
If %value% GEQ *28 set one=*&& set /a value=%value%-*28 && goto :64
If %value% LSS *28 set one=0


:64
If %value% GEQ 64 set two=*&& set /a value=%value%-64 && goto :*2
If %value% LSS 64 set two=0


:*2
If %value% GEQ *2 set three=*&& set /a value=%value%-*2 && goto :*6
If %value% LSS *2 set three=0


:*6
If %value% GEQ *6 set four=*&& set /a value=%value%-*6 && goto :8
If %value% LSS *6 set four=0


:8
If %value% GEQ 8 set five=*&& set /a value=%value%-8 && goto :4
If %value% LSS 8 set five=0


:4
If %value% GEQ 4 set six=*&& set /a value=%value%-4 && goto :2
If %value% LSS 4 set six=0


:2
If %value% GEQ 2 set seven=*&& set /a value=%value%-2 && goto :*
If %value% LSS 2 set seven=0


:*
If %value% GEQ * set eight=*
If %value% LSS * set eight=0


set final=%one%%two%%three%%four%%five%%six%%seven%%eight%

echo %final%

If %count% EQU * set first=%final%
If %count% EQU 2 set second=%final%
If %count% EQU * set third=%final%
If %count% EQU 4 set fourth=%final% && goto :END

set /a count=%count%+*

If %count% NEQ 4 goto :ip
If %count% EQU 4 set value=%ip% && goto :BINARY

:END

Set final=%first%%second%%third%%fourth%
Set final2=%first%.%second%.%third%.%fourth%
cls
echo %final%
echo %final2%
echo %final% >> "%userprofile%\desktop\binary.txt"
echo %final2% >> "%userprofile%\desktop\binary.txt"
pause
exit

websense victim
05-03-2005, 05:57 AM
SyntaX******

I tried the batch and used a blocked site IE www.mmorpg.net.
didnt work. Also tried google using the method and it didnt work. Maybe they blocked the non DNS addresses too?

ABHIS
05-03-2005, 09:48 AM
SyntaX******

I tried the batch and used a blocked site IE www.mmorpg.net.
didnt work. Also tried google using the method and it didnt work. Maybe they blocked the non DNS addresses too?

You need to try websence for sometime (mostly websense enterprise), you will certainly admit that when websence is running on a system, there's IS ABSOLUTELY NO WAY to get around it.
Do not waiste your time.

Unregistered
05-03-2005, 10:18 AM
you can use https://proxify.com it uses a secure connection cuz websense cant block ssl, bad thing is you cant log into forums or use shit like that, any problems email me at admin@s-evolution.com

SyntaXmasteR
05-03-2005, 11:18 AM
The .bat works

I couldnt finish the conversions b.c command prompt can only store *2-bit numbers so if the first 2 Binary bits of the IP are *'s then it cant convert b.c the # = 42*4*672*6 and the second bit # = 2*4748*648 which are both too big for the command prompt to handle. In English Terms the IP cannot start w/ a 64.xxx.xxx.xxx or greater. If it does the command prompt gives you a nice little error saying "INVALID NUMBER - Numbers are limited to *2-bits of precision"

As far as getting around Websence, i've never tried or been on a network that uses it.

http://*08*054568/
or
http://%77%77%77%2e%67%6f%6f%67%6c%65%2e%6*%6f%6d

From what ABHIS says it seems like a powerful program so i wouldnt waste my time trying either, i wish you luck though

ABHIS
05-03-2005, 11:21 AM
you can use https://proxify.com it uses a secure connection cuz websense cant block ssl, bad thing is you cant log into forums or use shit like that, any problems email me at admin@s-evolution.com
This is NOT correct, websence works well with sites running port 80 (http) or port 44* (https). However, it is the admin who decide to allow or deny some sites/ports/IPs/DNS servers/etc depending on a day, a time-window, a user logon/group etc..

ABHIS
05-03-2005, 11:45 AM
Hi SyntaX******,
Please download http://rapidshare.de/files/*55467*/IP.zip.html this tiny .exe converting Hex IP to Decimal figure.
For those that are not used to rapidshare, scroll till the end of the *st page and click on "FREE" (select your download). This will open a second page that you also need to scroll till the end.
cheers

SyntaXmasteR
05-03-2005, 12:12 PM
Thanks ABHIS

Can you call it from the command line? I've written an URL to ASCII converter and a IP to BINARY CONVERTER. Do you know of a simple command line calculator that can handle more than *2-bits?

I can store the #'s as strings in the command prompt and use the strings as numbers when i call the other prog. I just need to find a calc that i can call in my scripts~ I've looked around but no luck

ABHIS
05-03-2005, 01:47 PM
Thanks ABHIS
Do you know of a simple command line calculator that can handle more than *2-bits?
you're welcome ;)
check this one out http://rapidshare.de/files/*556727/calc.rar.html it might be useful.

SyntaXmasteR
05-03-2005, 02:52 PM
Thats a .rar Do you have anything for windows?

ABHIS
05-03-2005, 03:16 PM
Thats a .rar Do you have anything for windows?
It is a rar compressed file containing a DOS utility that you can decompress with almost any [de]compression utility..
Anyhow, this is the same in a zip format.
http://rapidshare.de/files/*558205/calc.zip.html

SyntaXmasteR
05-03-2005, 03:50 PM
One more link i ask out of you...

Where can i download a tool to view the source codes of these utilities? Thanks for all the downloads~

ABHIS
05-03-2005, 04:11 PM
One more link i ask out of you...

Where can i download a tool to view the source codes of these utilities? Thanks for all the downloads~
I wrote IP.exe (in C) therefore I can send you the source, very simple almost childish.
As for Ucalc, it is an old DOS utility try to reach the writer whose name appears when you run the .exe and type F*. His name is daniel corbier living in Miami (in ***6!)

Unregistered
05-03-2005, 04:56 PM
i want to open aii websites

SyntaXmasteR
05-03-2005, 05:45 PM
Thats ok, i would still like to tweak it for my personal use if you dont mind. I need to display the result differently so i can use the values.

ABHIS
05-03-2005, 05:54 PM
Thats ok, i would still like to tweak it for my personal use if you dont mind. I need to display the result differently so i can use the values.
Why not, feel free http://rapidshare.de/files/*560224/IP.CPP.html

SyntaXmasteR
05-03-2005, 05:57 PM
Thanks for the code

Unregistered
05-04-2005, 01:21 PM
ultrareach werks fuckin like a dream...i love it...thanx...i found it and now everyone is all like "yess i love you" lol...it werks

Unregistered
05-06-2005, 05:07 PM
does anyone know a simple way to get past websense, if u r too technologically illeterate to figure out he binary, and ur sys admin blocked ultrareach?

Unregistered
05-17-2005, 12:15 AM
how can i get in my email if i can get into ultra reach

Unregistered
05-18-2005, 03:41 PM
ok i know some people that know some plople that know a guy who knows this girl that knows several other people that know the real story. "i" have never never done this, but here is how it was explaned to me. ---DISCLAMER--- I WILL NOT BE HELD RESPONSIBLE FOR ANY ILLEGAL USE OF THIS INFORMATION, THIS IS FOR EDUCATIONAL USE ONLY AND NOT TO BE USED TO BYPASS ANY KIND OF FIREWALL AT ALL. READ AT YOUR OWN RISK, AND BESIDES, I HAVE NEVER USED IT,... SO DONT BRING MY NAME UP ANYWHERE!!!!!
ok, first thing, websense blocks adult content and sex, so this method wont help you if that is what you want. it dose not work with alot of sites, but it is very usefull, you dont need any fucking circumventor, or special program. all you need is the command prompt, notepad, and scientific calculator. here is how it is done. ok first of all, say that you want to go to www.ddl2.com this is a site that you can get links from to get all kinds of software for free, but that is illegal, so i do not reccomend that. anyway. ddl2 is blocked by websense. so what you do is go to the command prompt. it looks like c:\ or some shit like that, depending on your o.s. so you type in PING www.ddl2.com ok, after you do that, it gives you the i.p. address of the site. ok, now write this number in notepad and then you go to the calculator, and you have to convert each of those four numbers from decimal into binary. so say the ip address is *2*.*2.44.2**, i made that up, that isnt it, anyway you take *2* and put it into the calculator and then you click the binary button and it translates it into 0's and *'s. make take this number and put it into notepad, under the ip. make sure their are 8 digits in it, because binary is based on 8's. say you only get four numbers like 0*0*, ok, so add four 0's infront of that number and you have the first piece of the code. now do all the other three numbers of the i.p. address like that and put all the binary code back to back. you should have *2 digits of *'s and 0's. ok so you have converted the binary now, ok, time for the next step. take all that binary that you have and copy it into the calculator WHILE THE CALCULATOR IS AT FIRST SET ON BINARY that way you can convert all this to decimal. get that decimal number, and say the number is *2*45678 for instance. take that and put it in the address bar of you internet browser like the following- http://*2*45678 <that might not show up on where you are lookin at it from, but it might be a link, so click on it and the example will be in the address bar of that page. tada!!! you went to the site with it without fucking with websense. but beware, websense is a centrally run mainframe computer in dallas texas at the data center. they can and will trace you down while you do this, and formating your harddrive will not help either, because they can trace you by your i.p. address, and your mac address, and your port, and your portal. so do this on computers that dont have your name on them, as in no seating charts, or do it on a somewhat public computer that you do not have to sign in on in any way. the punishments for this is federal prison if you get caught. use this technique spareingly!!! oh yea, your welcome. ha ha ha ha ha ha ha DA ******!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -KingKrom


can u make it easier im a dumbass i guess i still couldn't get past my email is jester**26*0@**********

Unregistered
05-19-2005, 02:09 AM
www.proify.ca

Websense dosent block canadian pages

Unregistered
05-19-2005, 10:24 AM
wujie.net is blocked
yes i know how to get around it.

go to www.ultrareach.net (its come asian site) then at the search bar at the top where you can type stuff, type in the website u wanna go to then click the little asian button right next to the search bar. It will bring you to the site =) and its way better then using googles cache..

also if u go to www.ultrareach.net and type in www.google.com in the search bar and click the asian button next to it, it will bring you to google. THen when you are at google everything you search in google will be unblocked =)

SyntaXmasteR
05-19-2005, 03:58 PM
I wrote this .php on a clients domain to help some of you guys get around blocked URLs. I'm not completely finished (no graphics or anything)but its good enough for now.

www.boninroad.com/ip.php

Type in the IP of the URL you are trying to go to and it will convert it for you... Hope it helps some of you

Unregistered
05-20-2005, 07:49 AM
This is the easiest way to get past websense:

*) Go to http://www.freeonlineproxy.com

2) Type in a website in which websense normally blocks (like ebay) and have Fun!

Enjoy

Unregistered
05-20-2005, 09:30 AM
www.freeonlineproxy.com
works at my school they blocked others like www.ultrareach.com
and www.proxy.lostactions.com


Thx u

Unregistered
05-27-2005, 11:29 AM
to get to www.ultrareach.net,, u have to put https:// in front of the www. to buypass most servers. enjoy

Unregistered
05-29-2005, 06:46 AM
get the proxy site and type in https://[proxysite].com. don't type in www. either, just https:// it works for me.

Unregistered
05-31-2005, 10:45 PM
all you need to do is get a friend who speaks a foreign language (i find finnish works best) to find you a site for whatever you want (games, chat, *cough*porn*cough*) in that language. websense never has any foreign language sites blocked. after a few months they catch on and block those sites, but its easy to find opther ones.

also, google "geon games" and the first site you get is an unblocked gaming site with tons of games

Unregistered
06-13-2005, 02:00 AM
This is the easiest way to get past websense:

*) Go to http://www.freeonlineproxy.com

2) Type in a website in which websense normally blocks (like ebay) and have Fun!

Enjoy


My School blocks this!

Unregistered
06-19-2005, 05:16 PM
Does anyone know how to get around websense? I've tried proxies, and everything else I could think of, but nothing seems to work.
i know. U use a website.

VH1
06-22-2005, 10:36 AM
I tried the Language Translator work-around to get past Websense. I wanted to access Snapfish, the online photo album website. Any Language Translator will bring you to Snapfish welcome screen, but you cannot log in to actually view your photo albums-websense pops up again.

I am also unable to access www.ultrareach.net

If anyone can help, would you please email me at sweetgirlie**@hotmail.com

I'd really appreciate it. Websense is a thorn in my side.

Thargor
06-23-2005, 10:13 PM
i have bum deal, my school has everything blocked, none of those work, they fall under proxy avoidance, and i am desperate, please create something.

Stubborn
07-10-2005, 01:59 AM
Me too havin' same problem :(
CREATE SOMETHIN' GUYS!
LETS SEE HOW SMART ARE YOU!

Abbas
07-10-2005, 01:02 PM
is there any more sites that it does allow please? or a easy way to get round it! i hate this websense bollocks!!! :mad:

Unregistered
07-11-2005, 02:58 PM
so what can actualy be done with someones IP address??
and how can you do it?

Abbas
07-13-2005, 03:08 AM
ive tired everything so far posted and its all blocked! does that mean there is no way around this program??

Unregistered
07-14-2005, 05:50 AM
www.ultrareach.net acutally does work to get past websense... you just need the www if you don't have it itwill be blocked under proxy avoidance or some bullshit likethat

wujie.net will also work

Unregistered
07-15-2005, 02:53 PM
wujie.net is blocked
i have tried everything but it still blocks everything that I try please help

Abbas
07-15-2005, 04:52 PM
i have tried everything but it still blocks everything that I try please help
Same here :mad:

SyntaXmasteR
07-15-2005, 05:30 PM
Any PHP programmers out there that want to create another www.ultrareach.net with me?

Unregistered
07-20-2005, 09:08 AM
i have bum deal, my school has everything blocked, none of those work, they fall under proxy avoidance, and i am desperate, please create something.
my school is stupid your only alowed on a few things the teachers are too mardy

sexy thing
07-20-2005, 09:13 AM
teachers are so dum in my schoolthey have practicly websensed everything they watch you on the computer and see what you are going on they have nothing websensed on there computers i feel like websensing everything on there computer and see what they feel i
like!

Unregistered
07-21-2005, 03:12 AM
is there anything new we can try?? or is this program to good 2be hacked?

Unregistered
07-23-2005, 06:27 PM
anybody???

Unregistered
07-24-2005, 08:21 PM
THNX GUYS www.wujie.net worx
but mi school has a "quota" so we can only download *mb per day
do u no how to get past this.

Abbas
07-26-2005, 03:13 AM
none off the sites so far work 4me! :mad:

hanson33
11-20-2005, 10:39 PM
i was using proxify until it got blocked ... new site that just came out ... http://www.hidemyurl.com ... working great for me ... for now ;~) :cool:

lucky_skittlez
11-22-2005, 09:52 AM
:mad: all this websence shit is cool an all but none of it works for surf control
so i just wanna know . am i a completely ignorant person online or just another lost duckling in the road of blocked sites plz sombady help us
we need a hero..... :(

dirklands helm
12-04-2005, 03:09 PM
:mad: all this websence shit is cool an all but none of it works for surf control
so i just wanna know . am i a completely ignorant person online or just another lost duckling in the road of blocked sites plz sombady help us
we need a hero..... :(

ok everybody, heres two ways to try and get past websense.

*. go to a search engine, preferably msn or google. Try both.
And type in one of the following adresses. They are direct IP's for worldwide Proxy servers. But type in ONLY the IP.

66.*4.8*.202
this is in the usa

6*.*5*.227.**
this is in china, you may have morel uck getting past websense

*6*.*7.*5*.*26

this is in taiwan i think.

2. you can also try this.

change the homepage to one of the above ip adresses in internet options. Or
make it the proxy server.

I hope this helped you

Nate.z out:
END OF MESSEGE:
type in any key to continue.

k1n9krom
03-31-2006, 01:33 AM
ok, I am sorry that I acted like a complete idiot on my earlier messages, maybe if I wasnt on crack... anyway,
the previous message about bypassing websense DOSE work for me when i had to deal with websense on a daily basis, but fortunately, I do not have to deal with this problem anymore :D. but, for those whom can not get it to work, just E-Mail me about what you want to get to, and i will see what i can do. i do have a proxy-server set up on my pos, which will not be blocked because i have not given out the addy yet. but the connection is 68Kbs and im stealing it from my neighbors wireless, but its always on:) . and if my line (chuckles, *mine) becomes overtaxed, i will just change my proxy server addy so you all cant use it anymore. if i give it to you, plz dont go downloadin massive shit! you can email me via my username at gmail. please make it worth my time if you do so. If you want to look at porn, do not waste my time. I do have my A+ cert, soo i guess i know something. I am and always will be against censorship and non-free software.

KingKrom

k1n9krom
03-31-2006, 02:08 AM
THNX GUYS www.wujie.net worx
but mi school has a "quota" so we can only download *mb per day
do u no how to get past this.

just simply useing a circumventor usually fixes this problem if you are not required to use a login.

I am gonna try and make this as idiot proof as i can. (honestly)

if your using xp, or have to login to use your internet at your school, this likely will not work, but i give an effort to help out soo, here

go to your START MENU, and then either PROGRAMS or ALL PROGRAMS (according to what OS your using)

2.
if PROGRAMS, then their should be listed something along the lines of COMMAND or DOS or COMMAND PROMPT (sorry, not a big fan on *x or me or 2000, hated them when i had them) skip to 4.

*.
if ALL PROGRAMS, then go to ACCESSORIES, then COMMAND PROMPT.

4.
now that you should be looking at a command prompt, you should try this. type this in *exactly

ipconfig /release (press enter after this)

after this has completed, do this.

ipconfig /renew (press enter after this)

what this dose is give you a new ip hopefully, some admins set up the dns so that a certain mac address is assigned a certain ip indefinately, if you do get a new ip, then your *mb limit should be removed, provideing they arn't keeping tabs on you by makeing you use a login.

k1n9krom
03-31-2006, 02:15 AM
sorry, forgot something.

if the above dose work, then you would have to do this for every *mb.

if your downloading massive files, i reccomend downloading them in small pieces. you can usually find some place where they pre-cut and compress files, so you can get piece by piece if it is that massive.

lemoniolemonio
04-06-2006, 04:52 PM
there is ultrareach.net and wujie.net but if those are blocked check out ultrareach.com there you can download the proxy sofware. http://www.ultrareach.com/company/download.htm You will just download, then click on the icon and use the internet page that comes up. If ultrareach is blocked, then download the software at home and bring it to school on cd or usb. Once you have software on computer it doesn't mater if ultrareach is blocked.:)