If the page you created includes (or could include) vbulletin's global.php, then you could write code to get the information from the database (you can probably copy it from wherever it's done in the vbulletin code).
If you don't want your custom page to include vbuleltin's global.php, then you would have to come up with some other way to get the information. The external.php script is one example of how you can get information from vbulletin in to another page using javascript.
|