|
-
May 2nd, 2006, 07:28 AM
#1
Thread Starter
Hyperactive Member
Creating Proxy Server (Internet Content Filter)
Hello, I was wondering if anyone has any experience with making a proxy server in Visual Basic? I'm wanting to make an internet content filter, and I'm pretty much looking for any coding examples or tutorials that would help show me how the server can look at the:
Address of the site a users going to
The user themselves hostname
Header Information
Body of the page
and lastly how to send different data back to the user if something 'bad' is in the body of the text (ie send them to a warning page).
As I said, I am just looking for examples or tutorials if anyone knows about this.
Code:
If LostAngel.Tag = "Programming" then
LostAngel.Caption = "Awake"
Else
LostAngel.Caption = "Dreaming of Code"
End If
-
May 5th, 2006, 07:52 AM
#2
Thread Starter
Hyperactive Member
Re: Creating Proxy Server (Internet Content Filter)
Code:
If LostAngel.Tag = "Programming" then
LostAngel.Caption = "Awake"
Else
LostAngel.Caption = "Dreaming of Code"
End If
-
May 6th, 2006, 11:06 AM
#3
Re: Creating Proxy Server (Internet Content Filter)
If you want to do this as an intellectual exercise, no. If you need a good content filter use Proxomitron.
-
May 8th, 2006, 06:38 AM
#4
Thread Starter
Hyperactive Member
Re: Creating Proxy Server (Internet Content Filter)
Thanks for your reply, i'm mostly looking for it for learning.
Code:
If LostAngel.Tag = "Programming" then
LostAngel.Caption = "Awake"
Else
LostAngel.Caption = "Dreaming of Code"
End If
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|