Plain and simple, read the code that is well orginized. My integration was easy and saved hours!!! CHEERS!
13 Reviews
Got all working after 2 days work, really happy with the script but i'm having issues when the all users option (Not friends list).
You find a user, send them a message for the first time from user1, that message doesn't show up in their chat list (user2 2) until you search that user from (user 2), a bit pointless. :/ Hopefully this is an easy fix?
Hayden
Need update and also no support at all!
Author response
What was your enquire? What was the channel you sent your enquire?
Still doesn't work. Impossible to integrate with anything.
This solution will NOT work with any website. You will have to use the author's login system. You will have major trouble trying to integrate this solution into your website. And the author will not help much.
All the AJAX files use a file called loader_ajax.php. There the author has included the following lines of code:
$_SESSION = array(
'username' => 'mike',
'user_id' => 1
);
$msg->logged_user_id = $_SESSION['user_id'];
So each time an AJAX call is made, this file fires up and CREATES NEW SESSION VARIABLES each time. These lines of code will overwrite the session variables that you have set with your own login system. In essence, there is no session data permanence. This is why this solution cannot be integrated into any website.
For example, my login system sets the session variable $_SESSION['user_id'] on successful login. This solution should have an easy way to reassign this session variable and pass the user_id to the various AJAX files using POST. That would make this solution worth purchasing.
I'm sure the author will take the time to respond to this critic. Maybe he should spend more time re-examining his code to make it easier to integrate with any website (as he claims it already does in the product description).
Author response
So, instead of doing things as you should you are rushing to post a 1 star out of things you don't understand, even I sent you the files you asked without login. What do you want exactly?
by VL - India 7 years ago
by AC - Turkey 7 years ago
by VH - France 7 years ago
by BM - Serbia 8 years ago
by AW 8 years ago
by AA - Nigeria 8 years ago
by KF - United States 8 years ago