The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]()
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; Line 58: ['img_full'] Line 62: ['img_small'] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|