View Single Post
  #64  
Old 08-30-2004, 03:05 AM
Slapyo Slapyo is offline
 
Join Date: Feb 2004
Location: Rancho Cucamonga
Posts: 370
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is the original code, i just stripped out the part where it gives the redirect stuff. this way i could have it for any page in my site instead of just the forums.

header and footer basically just open the table and close the table. header also includes the menu.

header.inc.php:
PHP Code:
<?
    ob_start('ob_gzhandler');

    chdir("./forums/");
    require_once("./global.php");
    require_once("./includes/functions_forumlist.php");
    chdir("../");
    chdir("./chat/");
    require_once("./users.php");
    chdir("../");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="en">
    <head>
        <meta http-equiv="Pragma" content="no-cache" />
        <meta http-equiv="Expires" content="-1" />
        <meta http-equiv="Cache-Control" content="no-cache" />
        <!-- end no cache headers -->
        <meta name="generator" content="vBulletin 3.0.3" />
        <meta name="keywords" content="veterans,resources,help,support,vietnam,ptsd,agent orange,cancer,gulf war,iraq,afghanistan" />
        <meta name="description" content="This is a discussion forum where veterans help other veterans." />
        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
        <link rel="shortcut icon" href="http://www.veteransresources.org/favicon.ico" type="image/x-icon" />
        <title>VeteransResources.org</title>
        <style type="text/css">
            body {
                margin: 0px 0px 0px 0px;
                background-color: #f0eedb;
            }
            .black {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 13px;
                color: #000000;
                padding-right: 10px;
                padding-left: 10px;
                padding-top: 10px;
                padding-bottom: 10px;
            }
            .black a:link, .black a:visited, .black a:active .black a:hover {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 13px;
                color: #000000;
                text-decoration: underline;
            }
            .white {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 11px;
                font-weight: bold;
                color: #ffffff;
                padding-right: 10px;
                padding-left: 10px;
            }
            .white a:link, .white a:visited, .white a:active, .white a:hover {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 11px;
                font-weight: bold;
                color: #ffffff;
                text-decoration: none;
            }
            .loginform {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 13px;
                color: #000000;
            }
            .maintable {
                height: 100%;
            }
        </style>
        <script language="javascript" type="text/javascript">
        <!--
            function openchat() {
                window.open('http://www.veteransresources.org/chat/member.php','chat','resizable=yes,scrollbars=no,width=650,height=500');
            }
        //-->
        </script>
    </head>
    <body>
        <table width="760" class="maintable" cellspacing="0" cellpadding="0" align="center" border="0">
            <tr>
                <td width="480" height="30" bgcolor="#2d356e" class="white"><a href="http://www.veteransresources.org">Home</a> | <a href="http://www.veteransresources.org/forums/">Message Board</a> | <? if ($bbuserinfo['userid']!=0) {?><a href="#" onclick="openchat();">Chat (<?=$zznumber?>)</a> | <?}?><a href="http://www.veteransresources.org/links.php">Links</a> | <a href="http://www.veteransresources.org/forums/sendmessage.php">Contact</a></td>
                <td width="280" height="30" align="right" bgcolor="#2d356e" class="white"><? echo date("F j, Y"); ?></td>
            </tr>
            <tr>
                <td width="760" height="100" colspan="2"><img src="images/logo.jpg" width="760" height="100" border="0" alt="VeteransResources.org" /></td>
            </tr>
            <tr>
                <td width="760" bgcolor="#ffffff" colspan="2" class="black" valign="top">
footer.inc.php:
PHP Code:
                </td>
            </tr>
            <tr>
                <td width="480" height="30" bgcolor="#2d356e" class="white"><a href="privacy.php">Privacy Policy</a></td>
                <td width="280" height="30" align="right" bgcolor="#2d356e" class="white">Copyright &copy; 2004 VeteransResources.org</td>
            </tr>
        </table>
    </body>
</html>
<?
    ob_end_flush();
?>
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01189 seconds
  • Memory Usage 1,813KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete