Login

Please identify yourself with username and password.

If you make use of One Time Passwords:

  • Fill in your username
  • Press the Send OTP button
  • Collect the password
  • Fill it in the password field
  • Press the Login Now button to login
Username: auth["uname"] ?>" size=20 maxlength=32>
Password:
Prepaid
 

Either your username or your password are invalid.

$otp_error
"; $spam= new DB_CDRTool; if (!$spam_rows) { $query=sprintf("insert into spam (ip,tries,stamp) values ('%s','0','%s') ", $_SERVER['REMOTE_ADDR'], time() ); } else { $query="update spam set tries = tries +1, stamp = '%s' where ip = '%s' ", time(), $_SERVER['REMOTE_ADDR'] ); } } else { print "Please fill in your One Time Password!"; } ?>