Archive for September 17th, 2008

ION Auto Login Script in Python Version 1

Wednesday, September 17th, 2008

After yesterdays efforts i have now made a complete working Python IAL (ION Auto Login) script which can store your password and checks for login in every 1 Min and continues till you stop it, here is the Code iimport urllib, urllib2, time, cPickle class ialv1: ...