Hello VB Forums Community! This is my first open source vb6 release! It is a Anti-Abuse System or an IP Banner! It uses Winsock and Inet. It connects to a specified web server and reads the text file to find banned IP's. It starts with a form showing your IP. If it is green then it is not banned and if its red that means its banned. And if it is banned it disables the button that allows you to continue with program. The actual code is only 15 lines! The only problem with the program is that it can only read 1 IP from a text file because Inet will only read the first line of the text file and you need to put IP like this:
So if any one can fix this so that it can read all lines please...please... tell me how! Well any way here is the program. Hope you enjoy!Code:127.0.0.1 127.0.0.1 127.0.0.1




Reply With Quote