vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   help me integrate this site plz :( (https://vborg.vbsupport.ru/showthread.php?t=47461)

Highlander 01-07-2003 06:51 AM

help me integrate this site plz :(
 
I cant finish, i need an sample to make it finish .. mybe to someone its not so different and difficult like to me:

se the code:
PHP Code:

<?
 mysql_connect("xxx","xxx","xxx");
 mysql_select_db("spieleplanet_org") or die ("Sorry, Datenbank momentan nicht verf?gbar");

 $result = mysql_query("SELECT * FROM linkdatabase WHERE rubrik LIKE 'Audiobook' ORDER BY utime DESC LIMIT 10");
 while ($row = mysql_fetch_row($result))
{
?>

this is the querie i want to get shown here, the file with this content ist namend "privacy.php", the template for this *php file is named "forumprivacy":

PHP Code:

<?php
error_reporting
(7);
require(
'/home/virtual/site30/fst/var/www/html/forum/global.php');
eval(
"dooutput(\"".gettemplate('forumprivacy')."\");");
?>

the template "forumprivacy got this content:

PHP Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<
html>
<
head>
    <!-- 
no cache headers -->
    <
meta http-equiv="Pragma" content="no-cache">
    <
meta http-equiv="no-cache">
    <
meta http-equiv="Expires" content="-1">
    <
meta http-equiv="Cache-Control" content="no-cache">
    <!-- 
end no cache headers -->
    <
meta name="keywords" content="vbulletin,forum,bbs,discussion,jelsoft">
    <
meta name="description" content="$bbtitle is a discussion forum powered by vBulletin. To visit the forum, go to $bburl/ . To find out about vBulletin, go to [url]http://www.vbulletin.com/[/url] .">
    <
title>$bbtitle powered by vBulletin</title>
    
$headinclude
</head>
<
body>
$header

<!-- YOUR CONTENT GOES HERE -->

$footer
</body>
</
html

maybe someonbe knows how to make this run to be like a forum vb-site :( i tried now some days and tested out many little hacks here.. and my only wish is, to get this site (here running, so it would be able to me if i could integrate it to be like a forum vb-site, to also get using some forum variables, like "$useronlin..", "$top_poster", .. latest threads to get shown on the site..

i now, some qould say now, why not using some portal system?

I tried every portal system here, but that are their own sites showing up and i need my special defined sites to show it up like forum sites, i could handle many thing with users and use also the cookies of the forum to get users registered and/or shown up if they are registered or ro make the forum more interresting to guests while i show in sideboxes the latest threads .. and much much much much more option i would like to use in this non vb site.. please help.. me.. to use this PHP sites on my homepage

thx

admin@spieleplanet.net


All times are GMT. The time now is 11:17 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.00956 seconds
  • Memory Usage 1,726KB
  • 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
  • (3)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete