Hello there everyone

basicly im a new student who has just started studying computing i was wondering if i could make a program to block access to some webpages for example www.bbc.co.uk
so if the user types in www.bbc.co.uk in the adress bar i want my program to display access denied or blocked almost like a parental control.


I would be greatful if you experienced guys could help

Thanks

You could do that in Python, but since you are beginning Python, why not just use a service such as OpenDNS (which would be much easier to set up), instead of trying to deal with sockets, etc?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.