PDA

View Full Version : Sending PMs from MySQL


Kayvin
05-14-2009, 02:43 PM
Alrighty, here's my question:

My vB install shares a database with a Notepad-written PHP system, and I would like to get it to send vBulletin PMs... without hacking/modding vB at all. I basically just want it to be able to insert the SQL queries directly.

Now, some things vB does, and data it stores, is fairly easy to figure out how it's stored, so I'm able to get my program to manipulate and use that data, however, the PM tables I get fairly lost in, so I was wondering if anyone knew how one would go about doing this.

RLShare
05-14-2009, 04:23 PM
Look through the private message datamanager to see exactly what it does to create a pm.

Kayvin
05-14-2009, 10:43 PM
I can try, but my understanding of the PHP used in vBulletin is akin to my understanding someone speaking Korean.