Furry stuff, oekaki stuff, and other stuff.
You are not logged in.
At the top of the "draw.php" file, you will see this:
if (!isset ($drawset)) { $drawset = array('app'=>0, 'anim'=>0, 'close'=>1); }
Change it to this:
if (!isset ($drawset)) { $drawset = array('app'=>0, 'anim'=>1, 'close'=>1); }
Offline