I changed the path in the proarcadeadmin.php to find the file proimage.php and I can now see all icons in the admin cp. My proimage.php residedes in the forums directory so I changed this:
(My /admin/ dir is a subdir of my forums, for example /forums/admin/)
PHP Code:
<img src=\"/forum/proimage.php?id=0&name=*****\">
to this
PHP Code:
<img src=\"../proimage.php?id=0&name=*****\">
***** = icon name (ex: scoreicon, kingicon, etc...)
:banana:
-portion
Hope this helps someone else wit the same situation.
AWESOME HACK!