User Manual
|
||||||
User Profile IntegrationYou may show your user's profile that stored in your database in 123 Web Messenger's User Profile Panel. The work can be accomplished by the following way: Using Auth-URL You may define your own parameters to suit your needs, as the creator of this system, we predefined 3 default parameters: a, s, l, eml, avt and psnmsg to indicate a user's age, sex, location information, email address, avatar and signature after the delimiter "|". For example: <? $username=$_GET['username']; $password=$_GET['password']; if($username=="roland" && $password=="roland") { echo "5|eml=roland@topcmm.com&psnmsg=I'm roland&avt=http://domain/roland.jpg" } else { echo "0|eml=roland@topcmm.com&psnmsg=I'm roland&avt=http://domain/roland.jpg" } ?>
"0" is the return value from the server when a user login successfully. And other return values include ''1", "3", "4", "5", "6", "7". You can refer to the Auth-URL Integration part in this manual for getting to know the meaning of each number. Related links:
|
||||||
![]() |
![]() |