The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
keep users logged in to vbulletin on non-vb page
Hi i have integrated an ASP chat script i made to use with vbulletin.
When the users are on this ASP page the arent using the vbulletin script at all so they arent showing on the 'whos online' how can i make it so that somehow within my ASP script the user is kept online in the chat room.. Is there a value within the SQL table i can update.. or something else?? thanks |
#2
|
|||
|
|||
bump
|
#3
|
|||
|
|||
I believe you can just require global.php, and they show up.
|
#4
|
|||
|
|||
it is an ASP script..
if i include global.php in the asp script would that be enough? |
#5
|
|||
|
|||
<?php
require_once('./global.php'); ?> Should work. |
#6
|
||||
|
||||
Death's beat me to it.
Code:
<?php require_once('./global.php'); ?> |
#7
|
|||
|
|||
Hehe
|
#8
|
|||
|
|||
just out of curiosity.. how much resources would that require use..
as in how many queries.../resources.. btw.. that code works when the extension is .php... but that chatroom im using is .asp and that code doesnt work surely there must be a way |
#9
|
|||
|
|||
Sorry i don't know any asp, but i doubt you can incorporate a php script into a .asp program.
|
#10
|
|||
|
|||
I'd suggest using a PHP file, and using a iFrame to link to chat
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|