View Single Post
  #1 (permalink)  
Old 03-12-2006, 12:15 AM
zeropaid zeropaid is offline
New Pligger
 
Join Date: Mar 2006
Posts: 24
Thanks: 0
Thanked 2 Times in 1 Post
Want to use pligg with vBulletin?

A while back, I was faced with a challenge; i needed to cookie my users with information found in my vBulletin database. In this example, my users are already logged in, it was a matter of stamping the pligg cookie to the user so he/she can post/comment/rate.

Take a look at the script, it is a basic example of what to do.

basicly, i inserted a row into the pligg user table for every user that was cookied.

upon further review, i found it easier to stamp the users with the same password in the users table, thus i wouldn't have to pass a password in the url.

this code should get most of you advanced programmers going, if you have any questions, i will do my best.

check out the implementation: http://www.zeropaid.com/

The code is still in development, so don't cry wolf!
Attached Files
File Type: php jorge.php (1.4 KB, 132 views)
Reply With Quote
The Following 2 Users Say Thank You to zeropaid For This Useful Post: