I know how to select user ip in their private profile . But my question is that how to select ip or show it in bihind of user nick in chat r00m ?
Please can any0ne help me ?
Please can any0ne help me ?
/* I don't know everything hehe */
/* I don't know everything hehe */
echo "$ds $optlink";
$avlink = getavatar($chat[0]);
if ($avlink!=""){
echo "<img src=\"$avlink\" alt=\"\"/>:";
}else{
$uipadd = mysql_fetch_array(mysql_query("SELECT ipadd FROM ibwf_users WHERE id='".$who."'"));
$IPaddress=$uipadd[0];
echo"<img src=\"flags/$two_letter_country_code.gif\" alt=\"$two_letter_country_code\" />:";
}
echo" <b>$tosay</b><br/>";
}
}
$counter++;
}
}
}
echo "</p>";
/* I don't know everything hehe */
/* I don't know everything hehe */
/* I don't know everything hehe */
Comment