Let me give an example .. community in the script or wapdesire Laval, in settings you can customize the mini wap site, and you can insert an image via URL. and I would do the same thing when I open a new private room. In the Users folder, there is the file index.php with this code
but if I put the file chat.php same code gives me error. then we must add the code here
PHP Code:
$ilink = trim($upinfo[0]);
if($ilink=="")
{
$ilink = "<img src=\"../rwidc.php?id=$uid\" alt=\"*\"/>";
}else{
$ilink = "<img src=\"$upinfo[0]\" alt=\"*\"/>";
}
$msg = trim($upinfo[1]);
if($msg=="")
{
PHP Code:
addonline($uid,"Chat in $rname ($mmsg)","chat.php?rid=$rid&rpw=$rpw");
//echo "<p>";
echo popup($sid);
echo "<b>1 </b><a name=\"top\" id=\"top\" accesskey=\"1\" href=\"chat.php?action=say&sid=$sid&rid=$rid&rpw=$rpw\">write</a><br/>";
Comment