Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Sep 15th, 2005, 2:53 PM   #11
Polyphemus_
Expert Programmer
 
Polyphemus_'s Avatar
 
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 3 Polyphemus_ is on a distinguished road
Quote:
Originally Posted by ghost_stalker
But free servers are easy to get and you can have many different servers.
Ore just have one server with many urls.
that's right. i only said they could block it in that way, theoritical. But if you just get space everywhere, and let friends of you work on it as well, it will be kind of impossible for them to block all of them.
Polyphemus_ is offline   Reply With Quote
Old Sep 15th, 2005, 5:41 PM   #12
iignotus
Professional Programmer
 
iignotus's Avatar
 
Join Date: Apr 2005
Location: Nowhere Special
Posts: 466
Rep Power: 4 iignotus is on a distinguished road
Send a message via AIM to iignotus
Quote:
I need this to get around the firewall at my school plz help!!!
Wouldn't that be illegaly circumventing school policy?
Quote:
Ore just have one server with many urls.
They'll just block the IP.
Quote:
Viewing pages without leaving a trail?
Trails are still left abound. The only thing you're leaving out is the actual domain resolution and retrieval -- anything (filtering, remote viewing) based on content will still nab you if you're not supposed to view it, not to mention that the cache and many other things will still leave traces of what you do.

Furthermore, unless you do some good coding, the server will only get you that one page at a time. Any links or forms on that page won't follow through.

Speaking as a system admin for my school, I can tell you that if you have a real reason for viewing this site, then you should just talk to a teacher or the admin and they'll be more than obliged to let you through; if you have no good reason to view the page, give up now because if it's really something you're not supposed to be looking at, when they find out, you'll be in serious trouble.
__________________
% rc4 hexkey < input > output
#define S ,t=s[i],s[i]=s[j],s[j]=t /* rc4 hexkey <file */
unsigned char k[256],s[256],i,j,t;main(c,v,e)char**v;{++v;while(++i)s[ 
i]=i;for(c=0;*(*v)++;k[c++]=e)sscanf((*v)++-1,"%2x",&e);while(j+=s[i]
+k[i%c]S,++i);for(j=0;c=~getchar();putchar(~c^s[t+=s[i]]))j+=s[++i]S;}
iignotus is offline   Reply With Quote
Old Sep 15th, 2005, 5:47 PM   #13
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
<?php
    if(isset($_GET["page"]) && file_exists($_GET["page"]))
        echo implode("", file($_GET["page"]));
?>

Voila, your basic proxy. Should work with anything >= PHP 4.
__________________

tempest is offline   Reply With Quote
Old Sep 15th, 2005, 5:57 PM   #14
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Why the implode?
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Sep 15th, 2005, 6:45 PM   #15
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
We often perceive that we have "rights" and "freedoms" that we don't really have. Iignotus has a very valid point. The rights of the school were only recently upheld by the courts in just such a case. If you haven't attained majority, that may offer some protection against severer punishment if or when you are caught. The penalties may still be more than you'd like. I'd suggest you weigh the cost/benefit ratio carefully. I'd also suggest that right and wrong aren't as flexible as some hold them to be.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Sep 15th, 2005, 7:16 PM   #16
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
I always booted into a Linux Live CD that i configured to use a randomly assigned MAC each time to do this... worked pretty well.
__________________

tempest is offline   Reply With Quote
Old Sep 16th, 2005, 12:16 AM   #17
ghost_stalker
Newbie
 
Join Date: Sep 2005
Posts: 7
Rep Power: 0 ghost_stalker is on a distinguished road
Quote:
Originally Posted by iignotus
Wouldn't that be illegaly circumventing school policy?
They'll just block the IP.
Trails are still left abound. The only thing you're leaving out is the actual domain resolution and retrieval -- anything (filtering, remote viewing) based on content will still nab you if you're not supposed to view it, not to mention that the cache and many other things will still leave traces of what you do.

Furthermore, unless you do some good coding, the server will only get you that one page at a time. Any links or forms on that page won't follow through.

Speaking as a system admin for my school, I can tell you that if you have a real reason for viewing this site, then you should just talk to a teacher or the admin and they'll be more than obliged to let you through; if you have no good reason to view the page, give up now because if it's really something you're not supposed to be looking at, when they find out, you'll be in serious trouble.

Hey, this is a forum on php coding. Not the ethics of using the code.

And in my school system you have to pay a fee to use the internet access, and the filter to too extreme. It will block a search in google if anything questionable comes up in the search, so it requires you almost to know the exact url to get anywhere. And there is no way to turn it off, or turn it down to do so would require the school board authorizing it.
ghost_stalker is offline   Reply With Quote
Old Sep 16th, 2005, 1:41 AM   #18
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
ghost_stalker i would advice you not to talk to the elders of this board about the purpose of them.
__________________

tempest is offline   Reply With Quote
Old Sep 16th, 2005, 1:46 AM   #19
coldDeath
Expert Programmer
 
coldDeath's Avatar
 
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power: 3 coldDeath is on a distinguished road
Send a message via AIM to coldDeath Send a message via Yahoo to coldDeath
I agree with Tempest.
There are ethics in most things, if you don't care about the ethics you don't deserve to have everyone helping you.
__________________
Join us at #programmingforums @ irc.freenode.net!

My software never has bugs. It just develops random features.
coldDeath is offline   Reply With Quote
Old Sep 16th, 2005, 9:47 AM   #20
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Quote:
Originally Posted by ghost_stalker
It will block a search in google if anything questionable comes up in the search
You didn't tell us that. That means it's checking the webpages based on content in real-time. In other words, a proxy won't work.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:17 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC