V3 Instant Messenger Integration

Hello, i successfully integrate V3 Instant Messenger in my Dolphin 6.1.4 site, all work ok but i have a minor problem:

When IM start i can't see the profile picture i need these parameters to work ok:

$sql_pic = 'Picture'; // MySQL members Photo row (i think thats ok)

$_url_= 'http://localhost/dolphin2/photos_gallery.php?ID='; // Url to photo upload folder, no backslash / at end (eg. http://www.yoursite.com/members/uploads/) (i think thats ok)

and most important:

}else{
$tmp=mysql_query("SELECT DISTINCT * FROM ".$members_table." WHERE ".$sql_name."='$membername' LIMIT 1");
while($i=mysql_fetch_array($tmp)) {
$_photo = ($i[$sql_pic]);
if ($_photo == ''){$_photo = 'nopic.gif';}
?>
&nbsp;&nbsp;&nbsp;<img src="<?=$_url_?><?=$_photo?>" border=0 height=90 width=100>
<?}}?>

can anyone helpme? thanks so much and sorry my spanglish

Quote · 30 Jan 2009

can you show me the webpage where this works (your implementation)?

Quote · 3 Feb 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.