Chat Software, Flash Chat, PPV, Site Messenger, Live Chat
User Manual

Home Home

User Profile Integration


You may show your user's profile that stored in your database in 123 Flash Chat's Chat User Profile Panel. The work can be accomplished by the following way:

Method 1: Adding parameters after 123flashchat.swf.

You only need to add the following parameters: init_birth, init_gender, init_location after 123flashchat.swf.

For example:
http://yourdomin/123flashchat.swf?init_user=owen&init_gender=1&init_birth=19830702&init_location=USA&
init_email=support@topcmm.com

Method 2: Using Auth-URL .
In order to use this function, you must use the web URL to authenticate your users' login information, you can add a user's profile information next to the "login result" 0(login success) or 5 (login success as admin), and split the login result and user's profile parameter by "|".

You may define your own parameters to suit your needs, as the creator of this system, we predefined 3 default parameters: a,s,l to indicate a user's age, sex and location information after separator"|".

For example:
login_chat.php


<?php
$username=$_GET['username'];
$password=$_GET['password'];
if($username == "owen" && $password == "owen")
{
echo "0|a=25&s=1&l=usa&eml=support@topcmm.com&avt=http://domain/icon.jpg&lckavt=0";
avt: avatar
}
?>



Parameter introduction:

Init_birth or a:

If the value ranges from 0 to 99, then it represents age, if it is greater than 99, it represents birth year (1950~).
eg: init_birth=10 (it indicates that the user's age is 10, and the client end will automatically transfer 10 into the user's birth year. init_birth=19950202(represents the user's birth year)

init_gender or s:
0 -- Secret
1 -- Male
2 -- Female

init_location or l: Location

If you need to use the both methods mentioned above, the value that brought in method 2 by client end should be superiorly processed.
The two group parameters share the same function, but have their own suitable environment, first group (init_birth, init_gender,init_location) should be used after swf, and the second group (a,s,l) in Auth-URLs page.

init_email or eml: Email

User email, it's not valid unless it follows the parameter init_user.

avt: avatar

Custom avatar URL

lckavt: Lock user avatar or not.
If lckavt=1, avatar can not be changed, and only those avatars integrated from your website can be used in the chat room;
Otherwise if there is no lckavt setting or lckavt=0, then the avatars are changable.
And the integrated avatars will show as the default ones for the newcomers, while the stored avatars will show for those who have changed avatars before.

Related links:

Website Integration


Home Home

Products Chat Software
3rd Party Chat Plug-in & Chat Modules
Dating Software About Us
Flash Chat Software
PPV Chat Software
Web Messenger Software
Live Help Chat Software
PHP Chat Scripts
Facebook Messenger
Online Webcam Chat Software
Site Messenger Software
Java Chat Server
Online Chat Software
Free Video Chat Rooms
WordPress Chat Plugin
phpBB Chat Module
SMF Chat Module
Joomla Chat Module
Mambo Chat Module
IPB Chat Module
TypePad Chat Widget
vBulletin Chat Module
DotNetNuke Chat Module
Drupal Chat Module
Moodle Chat Module
e107 Chat Module
SkaDate Chat Addon
Datingpro Chat Module
Dolphin Chat Module
phpFoX Chat Module
JomSocial Chat
Contact us
Company Blog
Partnership
Affiliate
Forum

Share 123 Flash Chat:

Copyright © TopCMM Software Limited 2001-2013 All Rights Reserved. Privacy policy | Terms of Use | SiteMap | Links