Results 1 to 4 of 4

Thread: Creating Proxy Server (Internet Content Filter)

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2003
    Posts
    419

    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

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2003
    Posts
    419

    Re: Creating Proxy Server (Internet Content Filter)

    Anyone have any ideas?
    Code:
    If LostAngel.Tag = "Programming" then
       LostAngel.Caption = "Awake"
    Else
       LostAngel.Caption = "Dreaming of Code"
    End If

  3. #3
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    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.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2003
    Posts
    419

    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
  •  



Click Here to Expand Forum to Full Width