Adventure Game Studio

Community => General Discussion => Topic started by: Haddas on Wed 14/04/2004 17:36:25

Title: Avatar madness!
Post by: Haddas on Wed 14/04/2004 17:36:25
I have just been bitten by: THE AVATAR BUG!11!

(http://img29.photobucket.com/albums/v86/Haddas/avatars/winterinsuomi.jpg)
Winter in Finland
(http://img29.photobucket.com/albums/v86/Haddas/avatars/TomGreen.gif)
Tom Green - The Bum Bum song
(http://img29.photobucket.com/albums/v86/Haddas/avatars/tehripoff.gif)
Matrix Code - Ripoff (Including hidden messages)
(http://img29.photobucket.com/albums/v86/Haddas/avatars/Marcoolio.jpg)
Marcoolio
(http://img29.photobucket.com/albums/v86/Haddas/avatars/Fat.jpg)
Weird Al Yancovic - Fat
(http://img29.photobucket.com/albums/v86/Haddas/avatars/Amish_Paradise.jpg)
Weird Al Yancovic - Amish Paradise
(http://img29.photobucket.com/albums/v86/Haddas/avatars/wooterleft.gif)
Streblo guy 1
(http://img29.photobucket.com/albums/v86/Haddas/avatars/STREBLO.jpg)
Streblo guy 2
(http://img29.photobucket.com/albums/v86/Haddas/avatars/flagofspainterror.jpg)
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))
Title: Re:Avatar madness!
Post by: veryweirdguy on Wed 14/04/2004 19:24:38
Avatars? I haven't made any avatars. (http://www.geocities.com/veryweirdguy/gooses)
Title: Re:Avatar madness!
Post by: foz on Wed 14/04/2004 23:17:06
i got a new one....today.


Title: Re:Avatar madness!
Post by: Bryan on Wed 14/04/2004 23:36:49
(http://bryan.beevomit.org/images/avatar/bak/lookright.gif)  (http://bryan.beevomit.org/images/avatar/beethoven.gif)  (http://bryan.beevomit.org/images/avatar/bak/melongside.gif) (http://bryan.beevomit.org/images/avatar/monister.gif) (http://bryan.beevomit.org/images/avatar/bak/right.gif)
And of course the most important bit:
#!/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>;

;)