The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Can i get this information?
Hi guys!
Im trying to plan a mod, and im wondering if i can get all of the below information from the vbulletin database. *Which was the last user to login, and how long ago was his last action (clicking a link) *What was the last post and who made it and in what from and what date / time it was posted. *What was the last thread, what was it called, who made it, and how long ago. *Who made the last pm. Who it was to, and how long ago. Does this sound possible? Would getting all this information from the database take a long time? |
#2
|
|||
|
|||
Yes, it's possible to retrieve all the data you want.
|
#3
|
|||
|
|||
[sql]
SELECT * FROM X ORDER BY Y DESC LIMIT 1 [/sql]
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|