Scoop Box Exchange - Show Box: choose_avatar 1.00
|
Description:
Displays a form that allows users to choose their avatar and sends it to "set_avatar"
Box Code:
## START choose_avatar ##
## choose_avatar scoop box, by Jason Eaton
# http://www.on2raj.org
# This box displays a form that allows users to
# choose their avatar, then it sends it to the op
# set_avatar
my $content ;
my $content .= qq{
|avatar_instructions|<br>
<FORM ACTION="|rootdir|/set_avatar/">
<INPUT TYPE="text" NAME="avatar" SIZE=40 MAXLENGTH=100 VALUE="http://www.on2raj.org/scoop/content/eyeavatar.jpg">
<INPUT TYPE="submit">
</FORM>
};
return $content;
## END choose_avatar ##
|
|
Smokedot |
It's 4:19... do you know where your bong is? |
|
|
|
|