View Full Version : Passers
Technique
09-22-2006, 04:38 PM
Is there a way to make your own bypass website, or a way so that the adress automatically changes each time you visit through a bypass?
hurloon
09-22-2006, 05:35 PM
you should use some javascript like this
<script type="text/javascript">
function win_onload ()
{
window.location.replace('http://www.codingforums.com');
}
onload=win_onload
</script>
Technique
09-22-2006, 06:25 PM
So with that everytime you visit a website through a bypassing filter the web adress will be different?
_Aerospace_Eng_
09-22-2006, 10:53 PM
What exactly is it that you are trying to do? It sounds like you are trying to get around some type of school firewall.
Technique
09-22-2006, 11:32 PM
Yea, basically. They figured out how to block certain bypass filters already.
Technique
09-23-2006, 02:37 AM
Anybody have any idea? The script hurloon gave is for redirecting?
EDIT: nevermind, don't need help anymore...thanks.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.