vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   who';s online wierdness in 3.8.4 (https://vborg.vbsupport.ru/showthread.php?t=228876)

sailnet 11-25-2009 05:50 PM

who';s online wierdness in 3.8.4
 
1 Attachment(s)
I created a new php module according to the instructions on vb.com so that I could have a custom page for my advertisers - see php code below

and now when I check the who's online - just about everyone online shows up as being on that page even though I know thy are not on that page.

any ideas why?

PHP Code:

<?php
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('NO_REGISTER_GLOBALS'1);
define('THIS_SCRIPT''advertisers'); // change this depending on your filename
// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array(
);
// get special data templates from the datastore
$specialtemplates = array(
);
// pre-cache templates used by all actions
$globaltemplates = array(
    
'advertisers',
);
// pre-cache templates used by specific actions
$actiontemplates = array(
);
// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################
$navbits = array();
$navbits[$parent] = 'Our Advertisers Page';
$navbits construct_navbits($navbits);
eval(
'$navbar = "' fetch_template('navbar') . '";');
eval(
'print_output("' fetch_template('advertisers') . '");');
?>


Lynne 11-25-2009 06:00 PM

That's all that is in your php page? What about in your template?

sailnet 11-25-2009 06:25 PM

yes - that's all there is on my php page - the template is included below

thank you


PHP Code:

$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
<
title>$vboptions[bbtitle]</title>
$headinclude
</head>
<
body>
$header

$navbar

<table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
    <
td class="tcat">Advertise on Speedwake</td>
</
tr>
<
tr>
    <
td align="center" class="alt1"><span class=largefont><b><br>Advertising on this site is value priced and simpleOur standard monthly fee to display your left column ad (185 wide by up to 300 tall) and your industry standard 468 x 60 is only $100/month billed to a credit card.<br>We also offer a 15discount if you pay for a year in advance. <br><br>WE GUARANTEE that your ads are displayed at least 30,000 times every month (total between the two ads). You'll also receive a custom Advertising Campaign Performance Report every 14 days showing number of ad impressions and number of clicks through to your website. <br><br>Contact jeff @ thissite.com or 610 xxx xxxx to get started today.</b></span><BR><BR>
<img src="http://www.thissite.com/forums/images/advertise.gif" border="0" align="top" alt=""></td>
</tr>
</table>

$footer
</body>
</html> 


Lynne 11-25-2009 08:08 PM

Odd. Try disabling your plugins and see if you still have the problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

PHP Code:

define('DISABLE_HOOKS'true); 


sailnet 11-26-2009 10:47 AM

thanks - that's not really an option at this point in time since that would cripple my forum, but I'll setuo a test forum and try it there in a few days.

thanks


All times are GMT. The time now is 07:02 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.01225 seconds
  • Memory Usage 1,737KB
  • 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
  • (5)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