Block a download - Printable Version +- BP Forums (https://bpforums.info) +-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55) +--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56) +---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8) +---- Thread: Block a download (/showthread.php?tid=301) Pages:
1
2
|
Re: Block a download - Protection4Real - 02-12-2011 Yea i was thinking that you could do so the program gets the Ip adress automaticly i tried myself but it didnt work XD im gonna make a phishing protection i will just need to make a database with unsecure sites then ad them to thje blocker or something like that Re: Block a download - brandonio21 - 02-12-2011 Sweet. Can't wait to see it <!-- s --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="" title="Very Happy" /><!-- s --> Re: Block a download - xolara - 02-12-2011 Yeah im allso quite Exited to see what you come up with <!-- s --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="" title="Smile" /><!-- s --> Re: Block a download - Protection4Real - 02-14-2011 Yea thnx <!-- s --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="" title="Very Happy" /><!-- s --> but i need to know 1 thing to make it all work, if i want to remove any of the blocked websites your know make a sub that can do that how should i do then beacuse, when i was going to try the blocker i blocked google but i havent been able to unblock it so its not very fun and how to i remove the text from the hosts file, im trying to open it as a textfile and remove it but when iam to save it have to save a new file like a text document <!-- s:? --><img src="{SMILIES_PATH}/icon_e_confused.gif" alt=":?" title="Confused" /><!-- s:? --> so i hope you know how to remove it with a sub or something Re: Block a download - xolara - 02-14-2011 Make a new file called Hosts without any extension so it will be an unknown file and be sure its clear and then just replace it with the original or else You can use the application and press add then it will only add 127.0.0.1 127.0.0.1 127.0.0.1 127.0.0.1 With no blocked websites Re: Block a download - Protection4Real - 02-15-2011 Yea, but i still got 1 thing <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: --> i want my antivirus to have a parental control (block websites) and you have to be able to remove the blocked website easy <!-- s --><img src="{SMILIES_PATH}/icon_e_wink.gif" alt="" title="Wink" /><!-- s --> so do you have any ideas about how to do that <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> <!-- s --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="" title="Very Happy" /><!-- s --> Re: Block a download - xolara - 02-15-2011 Yeah i have plenty ideas how to do that but im am sorry to say that i am waaaaaaaaaaaaaay to d***k(*runk*) to code it right now ^^ Re: Block a download - Protection4Real - 02-16-2011 Haha <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> well i think im gonna release the interface some day in the weekend hopefully <!-- s --><img src="{SMILIES_PATH}/icon_e_wink.gif" alt="" title="Wink" /><!-- s --> Re: Block a download - brandonio21 - 02-16-2011 Sweet, cant wait to see it. <!-- s --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="" title="Very Happy" /><!-- s --> Re: Block a download - Protection4Real - 02-17-2011 in of of your videos on your youtube channel how to get all files from a directory if i want the whole path of the file how should i do then? example: old code juse gives: File.txt i want to get: c:\Directory\Directory\File.txt Re: Block a download - brandonio21 - 02-17-2011 Uh, what you could do is... dim a string, and add the location you were searching for, for example... Code: dim filepath as string = "C:/WINDOWS" Re: Block a download - Protection4Real - 02-21-2011 well i havent test the code yet but... in the listbox you normaly just gte the name of the file i want to get the path and filename example: C:\Folder\Folder\File im gonna test the code but i hope you understand this <!-- s --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="" title="Very Happy" /><!-- s --> |