Hello my brother.
I rememebr this much of the password script, but my python is poor could you ammend it to this:


#!/usr/bin/python
a=raw_input('user: ')
b=raw_input('pass: '
if(a=='jim01'):
          if (15485878485863%%b=0):
             print 'Welcome!'
As you can see it is similar to our websites login, the admin user name and password are the same.
