Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Blocking sites in Cgi:Proxy
Closed Thread
Old 12-07-2006, 10:50 PM   #1 (permalink)
phandentium's Avatar
 
True Techie

Join Date: Oct 2005

Location: Pinging you with 127.0.0.1

Posts: 186

phandentium is on a distinguished road

Send a message via ICQ to phandentium Send a message via AIM to phandentium Send a message via MSN to phandentium Send a message via Yahoo to phandentium Send a message via Skype™ to phandentium
Question Blocking sites in Cgi:Proxy

Greetings all from me, I haven't posted in a long while mostly because of other things I had to do.

Well anyway I have this problem that I am trying to resolve.

You see this year at my school, the guy who runs the school network installed a new filter. I like it and all, laptop users can't bypass a thing and get to places like Myspace. (I absolutely hate Myspace.)

But the filter is WAY to strict and places like USGS and NOAA have certain pages that are blocked as well as many other images content that people need to use.

I decided to make a proxy so I can get to certain web pages that are blocked. But in case of prying eyes who see that it may be a proxy tool I need a way so I can block web pages in Cgiroxy so when they try and use the little tool it wont show pages such as Myspace.

I thought about putting a password in it but it may leak out etc. etc. and I really don't know how to set a password in FTP.

Any help would be much appreciated.
__________________

phandentium's Workshop

It could use some content if you ask me.
phandentium is offline  
Old 12-08-2006, 10:56 AM   #2 (permalink)
 
True Techie

Join Date: Apr 2006

Posts: 195

johnyB_24

Default

You could use a web based proxy,there are lots of them out there
johnyB_24 is offline  
Old 12-08-2006, 02:59 PM   #3 (permalink)
phandentium's Avatar
 
True Techie

Join Date: Oct 2005

Location: Pinging you with 127.0.0.1

Posts: 186

phandentium is on a distinguished road

Send a message via ICQ to phandentium Send a message via AIM to phandentium Send a message via MSN to phandentium Send a message via Yahoo to phandentium Send a message via Skype™ to phandentium
Default ?

Oh, no no no no. I have my own proxy but I want to be able to make sure certain sites are not able to work on my proxy.
__________________

phandentium's Workshop

It could use some content if you ask me.
phandentium is offline  
Old 12-15-2006, 11:47 AM   #4 (permalink)
phandentium's Avatar
 
True Techie

Join Date: Oct 2005

Location: Pinging you with 127.0.0.1

Posts: 186

phandentium is on a distinguished road

Send a message via ICQ to phandentium Send a message via AIM to phandentium Send a message via MSN to phandentium Send a message via Yahoo to phandentium Send a message via Skype™ to phandentium
Default

Seems that I cant edit in my posts anymore, anyway i fixed it. Just wanted to tell you so when people search for something like this there is a soultion.

There is this in the CGIroxy's nph-proxy.cgi file very close to the beginning of it, i just added Myspace and BAM, no more social networking for this proxy.

@ALLOWED_SERVERS= () ;
@BANNED_SERVERS= (
'\.myspace\.com$',
) ;
__________________

phandentium's Workshop

It could use some content if you ask me.
phandentium is offline  
 
Closed Thread

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
Trackbacks are On
Pingbacks are On
Refbacks are On