Avatar madness!

Started by Haddas, Wed 14/04/2004 17:36:25

Previous topic - Next topic

Haddas

I have just been bitten by: THE AVATAR BUG!11!


Winter in Finland

Tom Green - The Bum Bum song

Matrix Code - Ripoff (Including hidden messages)

Marcoolio

Weird Al Yancovic - Fat

Weird Al Yancovic - Amish Paradise

Streblo guy 1

Streblo guy 2

Flag of Spain

I have posted all of my avatars (not the old ones I had on geocities)
I want to see the avatars you have made in your spare time

(My avatars may be used freely by the public, since I'll probably never use them myself(,maybe))


foz

i got a new one....today.



Bryan

#3
   
And of course the most important bit:
Code: ags
#!/usr/pkg/bin/perl 

$/ = undef;
print "Content-type: image/gif\n\n";

opendir DIR, 'avatars' || die "can't opendir: $!";
my @gifs = grep { /\.gif$/ && -f "$_" } readdir(DIR);
closedir DIR;

open AVATAR, $gifs[int( rand(@gifs-1)+.5 )];
print <AVATAR>;

;)
this space intentionally left blank

SMF spam blocked by CleanTalk