The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
242 views

blocking/unblocking websites in C# according to ip

I need help about blocking and unblocking websites in my C# parental control software project. I tried it by using the host file but host file only blocks the domain name not the ip. Even the website ...
1
vote
0answers
134 views

AppleScript Parental Control on MAC OS 10.7

I am trying to write a simple applescript to allow apps ("Address Book") for my guest user account through parental control. So I start from beginning, I have System Preference/parental control open, ...
0
votes
1answer
601 views

Android: Block URL

is it somehow possible to create an Android application / service that blocks an URL (or a list or URLs)? From what I have searched here on StackOverflow and on Google it doesn't seems possible: ...
2
votes
0answers
93 views

Web Block for Android

I am making a parental control, does anyone know how to prevent a It from opening a site. I get to know when a URL is entered in the browser using content providers. I try to redirect it, works but ...
1
vote
0answers
90 views

Does android keep a log of when it starts?

I'm making a parental control/accountability app for android. It consists of a monitoring service that runs in the background and starts when the phone is booted. Unfortunately, I have found that ...
2
votes
0answers
209 views

Android how to observe Opera and Dolphin Browsers or all the Browsers

I am implementing web blocking(parental control) in android. I am able to observe the url click(whenever user wants to visit some website) of only Android's Default Internet Browser using following ...
0
votes
1answer
478 views

Parental Control in Android

How to implement parental control in my application i.e when my application starts, all the other applications should stop running. plz help me.
3
votes
5answers
564 views

c# Lock windows computer on startup

I'm trying to write a simple program for my little brother. He's behind his computer a lot of times but he should be learning simple arithmetics for school :D I want to make the following program: ...
2
votes
1answer
689 views

Change users parental control settings using WMI in c#

I am really new to WMI and COM. I want to change some parameters to user accounts parental controls and the only API availble is WMI. The WMI provider class to use is WpcUserSettings. I don't ...
0
votes
1answer
328 views

How to count the time a Windows users is logged in (VC++)

I am writing a Windows service for doing Parental Control (Visual C++). I am having trouble with the following: how to count the time a Windows user has been logged on today (time measured in hours) ...
2
votes
1answer
552 views

Implementing parental control on websites using java

I want to code a standalone app in java to control access to restricted websites while kids use internet when parents are not around. The main idea is to block the adult/unwanted websites based on the ...
1
vote
2answers
154 views

Open source software for safe chat

I would like to find an open source library or service that can filter inappropriate language for a chat system targeted at children. Anyone heard of something like this? Even just remotely related ...
1
vote
2answers
1k views

Protecting a Windows Service from untrusted users

How can I prevent users from tampering with, stopping or crashing a Windows Service that is doing work in the background that may take a while to complete? Upon receiving a stop request, the service ...
1
vote
2answers
1k views

C# Samples for Windows Parental Controls API

Can anyone point me to some C# samples for the Windows Parental Controls API. I want to add some functionality that will allow a user to set the duration their child can be logged on in a day. I want ...
1
vote
1answer
263 views

Filtering Internet Requests on Windows OS

I am interested in writing a parental control filter that can be used to monitor and/or redirect all outbound internet requests on a Window desktop OS (Vista or higher). I'd like the filter itself to ...
0
votes
1answer
264 views

Vista Parental Controls causing Socket Exception?

I got a strange bug report the other day and was hoping someone might be able to help me figure out the culprit. I've got a plug-in that uses the Facebook API to make calls from a desktop client ...