The default username is 'admin' and the password is generated by the install script (you should have received an email with your username and password as well). Did you run the _install.php script and continued until you were redirected to the login screen?
aaahhhhhhh ok.... i didnt get an email as my email server is not set up lol, and yes i did use _install.php and got sent to the login screen... is there a way for me to get the info i need from the data base?
yeah, you can access it from the database. The password is md5 hashed, but you can reset it to your own password (just pass the MD5 function in the MySQL query). It should be in your database under the plogger_config table.