Hello, i'm looking for a Parental Control software with its code source in VB6.
I found in the internet a freeware with its code source but it was make in delphi, which is entitled Logprotect It's really very well but my problem is I want that my Logfile to be send to my account FTP. and I cannot configure it only just by e-mail in Logprotect.This is for that reason that I want to make a small personal software of Parental Control with option sending of the Logfile towards my account FTP.
Please, if you can advise me that How to make exactly and which examples of API in VB6 to use in my Program? And how to use a list of words to censor "Bad Words"
I'm thinking in this solution :
My program "watches" the activity of the opening of internet page, I make it read the page and if one of the words on which I decided as being forbidden is contained in the page, I close the page.
So my question is how can i write this Function ?
Thank you for your reply !
I found in the internet a freeware with its code source but it was make in delphi, which is entitled Logprotect It's really very well but my problem is I want that my Logfile to be send to my account FTP. and I cannot configure it only just by e-mail in Logprotect.This is for that reason that I want to make a small personal software of Parental Control with option sending of the Logfile towards my account FTP.
Please, if you can advise me that How to make exactly and which examples of API in VB6 to use in my Program? And how to use a list of words to censor "Bad Words"
I'm thinking in this solution :
My program "watches" the activity of the opening of internet page, I make it read the page and if one of the words on which I decided as being forbidden is contained in the page, I close the page.
So my question is how can i write this Function ?
Thank you for your reply !