PHP Classes

Describe How to use this .

Recommend this page to a friend!

      Simple PHP Web Chat  >  All threads  >  Describe How to use this .  >  (Un) Subscribe thread alerts  
Subject:Describe How to use this .
Summary:PHP chat class
Messages:2
Author:Nishchit Dhanani
Date:2013-12-20 04:33:37
Update:2013-12-21 18:48:05
 

  1. Describe How to use this .   Reply   Report abuse  
Picture of Nishchit Dhanani Nishchit Dhanani - 2013-12-20 04:33:37
Can you please provide documentation for your class . I cant use this on my server .

  2. Re: Describe How to use this .   Reply   Report abuse  
Picture of PLSCIS PLP PLSCIS PLP - 2013-12-21 18:48:05 - In reply to message 1 from Nishchit Dhanani
Hi Nishchit Dhanani,

I have added few sample files.

You can also add phpmailer package (extract phpmailer files to lib/phpmailer and configure smtp in classes/class.Mail.php file).

Also make sure web server user have read & write permission for files and folders under files/, tmp/, pub/ (used to store uploaded files) and h/ folders.

If these steps open sc.php in web browser and enter username, valid email and a password. If account exists you will be logged in else a verification mail will be send to specified email.

Once verification also completed you can then every time login to the system using those details.

New account (new profile file) is created only if profile file with those details are not found.

So, if using it with any RDBMS server, you can maintain one profile file for each user and it will start working for them.

Moreover you can easily modify registration code or even remove it or manage login using data from RDBMS server.

Login, registration and change password requests are handled from 'chkusr.php' file.

Note: this system does not even use session. If you are integrating it into a project you might need to code to manage sessions.

Hope this helps.
You can also contact me from http://plsein.tk/site/contact