vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   How to include vbulletin info on non-vb page? (look ma, no [request]) (https://vborg.vbsupport.ru/showthread.php?t=2055)

08-21-2000 04:46 AM

You can set up Apache to parse any number of files for PHP code, it is well documented on http://www.apache.org.

08-21-2000 05:05 AM

I finally got it working. I was having an issue though because I use the main.php3 page (This is our home page) as the template for all the other pages like news which is (main.php3?id=news). I was running into a parsing error because when I tried to goto the news page, it said the news include file could not be found. This obvious because the chdir has changed it postition for me. Now I am new to php so I tried all sorts of linking to get it to that damn file and what ended up working was this

<?php
include($DOCUMENT_ROOT . "/drumnbasscc/" . "$id.inc");
?>

Not sure if this helps anyone but just thought I would post this hoe. Also I had to do my chdir wierd. I have a feeling it is due to the cukie server layout but this was the only for me not get parse errors

<?php
chdir("../forum");
require("../forum/global.php3");
?>

If someone could maybe help me on organizing the code I would love the help. But at least this is working now.

Kode
http://www.drumnbass.cc

08-21-2000 05:16 AM

Correct me if I'm wrong, but couldn't you put the code in a file.php, then include it in the .shtml file? :)

P.S. Hi Mano! *waves*

[Edited by WebStyles on 08-21-2000 at 02:17 AM]

08-21-2000 05:25 AM

well i got tired of trying to include bits of info on non vb pages... so i included the entire frontpage via SSI lol

http://www.animeboards.net/

08-23-2000 12:54 PM

well i am trying the including of vb info on a non vb page at http://animeboards.net/index2.php3 but can't seem to format the welcome back user output to the same font type and size as the below 3 text links on that page...

also how do i display

total threads | total posts
total registered members :
and newest member on this page ?

09-15-2000 03:36 PM

I also need to get this infomation

total threads | total posts
total registered members :

09-15-2000 03:50 PM

hehe again it's all in one post

http://www.vbulletin.com/forum/showt...?threadid=2658

11-19-2000 09:54 AM

How would I go about using the user defined vB header and footer fields on a non vB page ? I am going to set up a forum related page, and would like it to have the standard forum appearance...

Sorry if this is answered elsewhere, but I couldn't find anything by browsing or searching... :(

04-03-2001 11:21 AM

if the file is in the same directory as the forum is that the correct code?

Code:

<?php
require($DOCUMENT_ROOT . "global.php");
?>


RobAC 04-03-2001 04:25 PM

Craig,
On a non php page (html document) you would use the include command: <!-- #include virtual="file name" -->

On a php page, you need to use a require command like this:

<?PHP
require( "global.php" );
?>


All times are GMT. The time now is 01:53 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01228 seconds
  • Memory Usage 1,728KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete