The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
All the code to get that information can be found in index.php
|
#12
|
||||
|
||||
Assuming you are using in your 'htdocs' a /forum folder:
PHP Code:
|
#13
|
||||
|
||||
Warning: main(./includes/init.php): failed to open stream: No such file or directory in C:\network\Apache2\htdocs\forum\global.php on line 18
Fatal error: main(): Failed opening required './includes/init.php' (include_path='.;c:\php4\pear') in C:\network\Apache2\htdocs\forum\global.php on line 18 btw: yes, i'm using htdocs/forum :P EDIT: i redid the top part to this PHP Code:
Quote:
|
#14
|
||||
|
||||
PHP Code:
|
#15
|
||||
|
||||
still getting the same message
|
#16
|
||||
|
||||
Make sure you do the includes before your actual html .... you can't have any html tags before the include.
The key for you is "header already sent". Some things need to be done by the server before the page starts being sent. This includes redirects but it would not surprise me if cookies were included as well. Start with an empty script and test things step by step. |
#17
|
||||
|
||||
w00t, now it works.
2 things then i'm done! 1: everything will work except for the users online... why? 2: how would i display a user's info from the getinfo template (ie $userinfo[avatarurl])? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|