Lost Password?

  #1 (permalink)  
Old 08-28-2006, 08:13 PM
falco85 falco85 is offline
Programmer
 
Join Date: Apr 2006
Posts: 105
Rep Power: 9
falco85 is on a distinguished road
Default Determine and block webpages

How can I determine what webpage a web browser is on and then how can I block that webpage if it has certain words on it? this will be sort of a "net nanny" type program.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 08-29-2006, 05:56 AM
brackett brackett is offline
Programmer
 
Join Date: May 2006
Posts: 193
Rep Power: 10
brackett is on a distinguished road
Default

Usually, you'd do that thru a proxy server - making all requests go thru a server which can filter as needed. Microsoft's ISA, Squid, etc. all employ that approach.

The way you worded you question makes me think you want to do this client side...that's a difficult road, I think. Much easier to control the network side, or you'd have to force a particular (possibly custom built) browser. For a home PC, you could set up a proxy server on the local machine and redirect requests thru there.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-29-2006, 05:51 PM
Void's Avatar   
Void Void is offline
Programming Expert
 
Join Date: Jun 2006
Posts: 410
Rep Power: 11
Void is on a distinguished road
Default

There was a way to connect to IE and view each page that it visited in VB 6 but I can't remember how. Also, what brackett said makes a lot of sense. It would be near impossible to do this client side with the array of browsers out there.
__________________
Void
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-29-2006, 06:36 PM
falco85 falco85 is offline
Programmer
 
Join Date: Apr 2006
Posts: 105
Rep Power: 9
falco85 is on a distinguished road
Default

Yes, I was wanting to do it from the client side. This sounds like an impossible project. Is there a way to just log the urls visited?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 08-31-2006, 10:33 AM
brackett brackett is offline
Programmer
 
Join Date: May 2006
Posts: 193
Rep Power: 10
brackett is on a distinguished road
Default

Again, you'd have to force everything thru a proxy server, control what browser is used, or hook into the network stack. If this is for a kiosk type scenario, the first 2 are reasonably accomplished. If not, you can go with the 3rd option by running something like Ethereal and logging packets destined for port 80/443.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 09-05-2006, 09:47 AM
falco85 falco85 is offline
Programmer
 
Join Date: Apr 2006
Posts: 105
Rep Power: 9
falco85 is on a distinguished road
Default

Hmm, sounds like I'm going to just use a proxy....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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


All times are GMT -5. The time now is 01:52 PM.

Contest Stats

John ........ 223.00000
dargueta ........ 168.00000
Xav ........ 164.00000
LogicKills ........ 20.00000
sam ........ 20.00000
gaylo565 ........ 18.00000
|pH| ........ 15.00000
WingedPanther ........ 15.00000
Johnnyboy ........ 3.00000
navghost ........ 1.00000

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 67%

Ads