Did you physically upload the images to your forum(s)/images/dice folder?
I know that sounds like a silly question but some have been under the impression that installing the product puts the images where they are supposed to go..... but you have to ftp/upload the images separately to a dice folder in your vb images file on your server/host server....
I know the png images show up for all my users/members running IE, firefox and mozilla.
As to the limitations of number of dice for the 'original' hack being 5....
The only limit I've personally had is for over 9 dice. To change from 5 limit to 9 limit:
open the xml file in an editor and
FIND
Code:
preg_match_all("/\[dice=([1-5])\]([0-9]?[0-9])\[\/dice\]/",$post['message'],$diceresult);
CHANGE TO
Code:
preg_match_all("/\[dice=([1-9])\]([0-9]?[0-9]?[0-9])\[\/dice\]/",$post['message'],$diceresult);
before installing/reinstalling/overwriting.