Menu

how can I manager my phpopenchat

Hilfe/Help
Anonymous
2003-09-14
2003-11-20
  • Anonymous

    Anonymous - 2003-09-14

    hi, I  installed the phpopenchat, then I registered a name. But I don' t know how I can be a OPERATOR to manager my chat room.
    thx!!!

     
    • eddycurrents

      eddycurrents - 2003-11-20

      When you first install the chat, it tells you what the operator password is. I think that's the only time you can see it.

      If you go into mysql you can retrieve (and change) it. You will need shell access to do this.

      To run mysql, run something like:

      /usr/local/psa/mysql/bin/mysql --user=user --pass=password databasename

      That should connect you to your database. My database name was the same as my username.

      Then from the mysql> prompt:

      select password from poc_user_account where user="operator";

      You can get all passwords with:

      select * from poc_user_account;

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.