I am not able to get to the Admin Module..need help!!!
Brought to you by:
letreo
I set up the chat on my server and it is up and running.
However, it says to login as operator inorder to see the
administration link. I am not sure what to do to login as
operator.. I have not created an account and if their is
one, I do not know what the password is. Could some
one help me get into this, so I may administer my chat.
Also, if anyone knows the best way to custom the login
page, I would appreciate the input. I just need to get rid
off the header text.. Welcome to your installation.. and
add my own header. If the answers are to lengthy to
post, I can be contacted at sbuckley00@yahoo.com.
Thank You,
Sean
Tritella Co.
Logged In: YES
user_id=1041774
The username is 'operator'
to get your password, log into your dbase and run the
following query:
select * from user_account where USER='operator';
Aloha,
-dak-
Logged In: YES
user_id=1149577
I know you were trying to help them but mine said the below
(I'm having same problem).. Mine does not exist.. ahhh
xts
SQL-query: Documentation
SELECT *
FROM user_account
WHERE USER = 'operator'
LIMIT 0 , 30
MySQL said: Documentation
#1146 - Table 'poc.user_account' doesn't exist