Hostname for database under Joomla (1.0.x certainly) and Lunarpages, is localhost.
If you check your Lunarpages cPanel, click the MySQL Database link, you should see something like:
mysql_connect ("localhost", "<USER>_<DB>", "<PASSWORD HERE>")
Hostname is localhost
Username is <USER> is above example, Password is (normally) your lunarpages cPanel login password.
Database name is <USER>_<DB> combined as above.