Hello coders! I Already creat a new uploader image and its ok n0w w/o GD. . But i cant fix my 2nd pr0blem , , ,. About image appearing like my avatars,albums,tamagotchi image by level etc.. I dun0 if i delete s0mething php.. Bcuz Only box object appears. I think this code img src is the problem and how to fix it . . Thank you-->
for tamagotchi
$img = "<img src=\"p.php?pid=$item[1]&sid=$sid\" alt=\"$item[0]\"/><br/>";
avatar
$uid =$item[0];
$avlink = getavatar($uid);
if($avlink=="")
{
echo "<img src=\"imgs.php?src=../images/avatar.jpg&r=45\" alt=\"x\"/> <br/>";
}else{
echo "<img src=\"imgs.php?src=$avlink&r=45\"/><br/> ";
}
and dis smile code img src is ok <img src=\"/smilies/thumbup.gif\" alt=\"yg\"/>";
for tamagotchi
$img = "<img src=\"p.php?pid=$item[1]&sid=$sid\" alt=\"$item[0]\"/><br/>";
avatar
$uid =$item[0];
$avlink = getavatar($uid);
if($avlink=="")
{
echo "<img src=\"imgs.php?src=../images/avatar.jpg&r=45\" alt=\"x\"/> <br/>";
}else{
echo "<img src=\"imgs.php?src=$avlink&r=45\"/><br/> ";
}
and dis smile code img src is ok <img src=\"/smilies/thumbup.gif\" alt=\"yg\"/>";
Comment