View Single Post
Old January 16th, 2009, 10:49 PM   #15 (permalink)
skidpics
Ultimate Member
Verified Customer
 
skidpics's Avatar
 
Join Date: Jun 2007
Location: Texas
Posts: 1,353
Send a message via AIM to skidpics Send a message via Yahoo to skidpics
How about something like this in image-inc?

if ( $upuserid != 0 )
{
list( $tmpid, $tmpuname, $tmail ) = get_userinfo("", $upuserid);
$User['username'] = $tmpuname;
if ( empty($User) )
{
$User = 'guest';
}

}
__________________
-- Skidpics



Skidpics.com is for sale! Domain Name + content - contact me

I decided to get out of the photo hosting business. It was good while it lasted. With that, I present FacesofWoW.net - World of Warcraft Social Site[/color]
skidpics is offline   Reply With Quote