When you say DataManagers I assume you refer to functions and classes within the various php-files that vBulletin is made up of? First you have to be some what of a detective and look those up in a specific file I guess?
Thanks for your example. The only information of value really that comes out of the array when you run unserialize is the
userID and
username. Do you now what those other numbers are for in that string?
I sent three test PM from my admin account to the three users to see how/if the touserarray values other than userID/username changes.
This is the result taken from the database:
Code:
a:1:{s:2:"cc";a:1:{i:185;s:4:"Adam";}}
a:1:{s:2:"cc";a:1:{i:245;s:10:"cjsundberg";}}
a:1:{s:2:"cc";a:1:{i:309;s:6:"19-555";}}
The only value that changes is the value before the username. In the first string it's 4, then 10 and finally 6. Do you know what that value is for? When I run unserialize it doesn't show up!
I need to know this when I import so that I can anticipate the correct value.