Thanks for the suggestions guys, It seems to work sometimes, but on my bot it works maybe 1:100, is this solely ip base? Since each thread has no cookies....I'm currently using proxys from Anonymous-proxies net are those SSL enabled?
Sorry for confusing you about SSL. The proxies themselves should work fine over SSL by default, you just have to make sure you enable it. For example, when you open Firefox and go to Preferences->Network->Settings, you will see an option to enter a proxy for HTTP, SSL, FTP... The ones you are interested in are HTTP and SSL, so whatever browser you are using, make sure that the proxy is set for those two values. So:
HTTP: 123.345.567.89 port: 1234
SSL: 123.345.567.89 port: 1234
Make sure your bot is
clearing your session in between login attempts. So if you
are using private browsing, that means closing the browser and reopening a
new private session. If you are
not using private browsing, then clear your cookies and cache between each login attempt.
What sort of tools are you using for your script? I have written plenty of scrapers and login scripts, so feel free to ask questions because there might be easier ways of trying to accomplish what you are doing.