Oh ok thanks,
On here though I have my paths down correctly but shows the links no pictures
Code:
if (($p1=strpos($data,'<div class="avatarFull">'))!==false){
$p1=strpos($data,'<',$p1+24);
$p2=strpos($data,'>',$p1+1);
$tmp=substr($data,$p1,$p2-$p1+1);
$link_full=get_link_src($tmp);
gaben_downloadz0r($link_full,'/home/users/public_html/forums/steamtools/icons/avatar_full'.$ret['uid'].'.jpg');
$ret['img_full']=$tmp;
$tmp=str_replace('_full','',$tmp);
$link_small=get_link_src($tmp);
gaben_downloadz0r($link_small,'/home/users/public_html/forums/steamtools/icons/avatar_small'.$ret['uid'].'.jpg');
$ret['img_small']=$tmp;
But it said correct lines on 58 and 62 which is
Line 58: ['img_full']
Line 62: ['img_small']