pcmania
06-08-2001, 02:46 PM
Hello all,
I need a hack that integrates VB with Gossamer Mail. I would like to be able to show New E-mails in Gossamer Mail in the User Contorl Pannel of VBulletin. This way users can see their VBulletin PMs along with their Gossamer Mail E-mails!
I asked Alex at Gossamer Threads and he gave me this SQL code:
SELECT *
FROM msgtrack, msgs, auth_vb
WHERE gmail_userid = msgtrack_userid AND msgtrack_mid = msgs_mid AND
msgtrack_status = 'New' AND
msgtrack_fid = 1 AND
vb_user = 'YOURVBUSERNAME'
This would give you all the new messages in the users inbox of Gossamer Mail.
Now what is the PHP code that we have to insert in VB?
Any Ideas?
Thanks in advance,
PCMANIA
I need a hack that integrates VB with Gossamer Mail. I would like to be able to show New E-mails in Gossamer Mail in the User Contorl Pannel of VBulletin. This way users can see their VBulletin PMs along with their Gossamer Mail E-mails!
I asked Alex at Gossamer Threads and he gave me this SQL code:
SELECT *
FROM msgtrack, msgs, auth_vb
WHERE gmail_userid = msgtrack_userid AND msgtrack_mid = msgs_mid AND
msgtrack_status = 'New' AND
msgtrack_fid = 1 AND
vb_user = 'YOURVBUSERNAME'
This would give you all the new messages in the users inbox of Gossamer Mail.
Now what is the PHP code that we have to insert in VB?
Any Ideas?
Thanks in advance,
PCMANIA