i am using ajax chat from
they have no database to register users and channels, instead they are manually inserted in lib/data/ folder. I want to create my own table for users and channels registration.
Can anyone help me out doing this, caz i cant find anything on internet. Available things are only integration with other forums. But i dont need any forum for this.
Thanks
I downloaded the file and the registered user has the following parameters:
So thats the fields you need to create in your MySQL database:
and
and
Then you have to load each user into your users.php something like:
Then you do practically the same for channels.php.
The second part involves making the database entries when a user registers, not sure how that works and which file that involves but if you know the application you should probably find it.