Log in

View Full Version : info on non vb page


SONOFSAM
02-04-2003, 10:24 AM
Well, im wondering if it is possible to have info from my forums show up on my index.shtml. Would like to have:

Welcome back: User's name

if not logged in, a log in box

Online user's:

user
user
user

my site is not on php, so im not sure if its possible to pull the data or not. can someone direct me in the right direction if this can be done and how?

zajako
02-04-2003, 07:24 PM
you would need for it to be a php file so it would not work for an shtml file, unless you use a cgi language to query the database.

If it is a php file you can simply require the global file, then use "Welcome back $bbuserinfo[username]"

Colon33
02-04-2003, 11:54 PM
I have made several of these add-ons. Search for Ultimate Stats integration. You'll see