Are you running PlusEMU as this was coded on Sledmore's PlusEMU with that database structure. It is a simple fix for this, find the table that stores the private messages for the user and change the query to select it from that table. If you still need help let me know.
Hello DevBest, I had a few people ask me if I had a command to add the ability to view a user's PM so I decided to code this and just release it to the public for anyone and everyone to use. This doesn't require hardly ANY knowledge of C# Note: You need to actually have a brain to add this...
I couldn't entirely tell you what the name of it is as personally I haven't changed my images lately, but if you go to the "Images" section and scroll through you'll find it eventually.
http://prntscr.com/dyyjj8
Design the subscriptions table and add column "diamonds" then boot EMU.
Try this (Not sure if it works)
ALTER TABLE `subscriptions` ADD `diamonds` INT(11);
Thanks George, I could've solved it on my own but the issue was I didn't let my SWF decompiler fully decompile my SWF and therefore didn't have that class. A stupid mistake on my part, but then again Damien did help nonetheless as he basically had me retry it and I got it solved. :)