okay, to get the following charset to appear for your passwords (and not have screwwy passwords) use this following code:
find in topsites_member.php:
chr(rand(1,100));
OR
chr(rand(1,75));
REPLACE WITH
chr(rand(32,127));
PRODUCES FROM THE FOLLOWING CHARSET
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
edit, updated zip to reflect change
|