I need help with a PHP script. I would like users to be able to login to the forums from a non-vB page. If someone could make a script for me or show me how to do this, it would be much appreciated. I know HTML, so i can do the layout myself. I have tried one of the hacks posted here, but it didn't work. I have include what I would like it to look like below.
If user is not logged in:
------------------------------------------------------------------------------
Welcome
Guest!
Click Here to register or login below.
Username: |--------|
Password: |--------|
------------------------------------------------------------------------------
And if a user is logged in:
------------------------------------------------------------------------------
Wecome back
Username.
Click here to go to the forums or
click here to logout.
You have
# of Private Messages new messages.
Click here to read them!
-----------------------------------------------------------------------------
Thanks