The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have got a website integerated with VB. I have quite a few non - VB pages. i want that whenever users are browing those pages they should also show up in the active users list.
is there a way to do that ? regards Edit/Delete Message |
#2
|
|||
|
|||
![]()
As long as you include global.php in your script, a vB session will be set and the user will show logged in i think.
|
#3
|
|||
|
|||
![]()
i included the global.php in a file in a folder one up of the forum folder. i got this error:
Warning: main(/talkies/global.php): failed to open stream: No such file or directory in /home2/xbhp1/public_html/posts.php on line 1 Warning: main(/talkies/global.php): failed to open stream: No such file or directory in /home2/xbhp1/public_html/posts.php on line 1 Warning: main(): Failed opening '/talkies/global.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/xbhp1/public_html/posts.php on line 1 I reckoned that this must be a relative path error, but it wasnt. no use of removing the starting backslash either. please help. |
#4
|
|||
|
|||
![]()
You will need to do a chdir to your forum directory prior to calling teh global.php.
PHP Code:
|
#5
|
|||
|
|||
![]()
i did what u said and it seemed to work, but i got this error: "Unable to add cookies, header already sent.
File: /home2/xbhp1/public_html/posts.php Line: 3" but when i cleared cookies the page showed up fine. if i add this code to every page it wont be possible to tell the non tech savvy users to clear the cookiea and relogin to hget rid of this unfreindly message. |
#6
|
||||
|
||||
![]()
Make sure you have no page output before you put Marco's code there. Also make sure there is no spaces before the <?php at the top of the page
![]() |
#7
|
|||
|
|||
![]() Quote:
i tried to figure out how to chdir back. this is the php code i used but of no avail. PHP Code:
Warning: chdir(): No such file or directory (errno 2) in /home2/xbhp1/public_html/broadband/fotos/index.php on line 6 |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|