View Single Post
  #393  
Old 03-28-2005, 01:48 PM
Ron1n Ron1n is offline
 
Join Date: Jun 2004
Posts: 373
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I miscoppied the statsbit into the installer script.

downloads_util_stats_bit:

Code:
<tr><td class="alt1">{$stat['date']}</td><td class="alt1">{$stat['downloads']}</td></tr>
Quote:
The stats thing has a little bug where it will report top [uploaders] as people who have never [uploaded] anything, so the query should probably be adjusted to not report people who haven't [uploaded] anything.

Similarly it will report [the most popular files as files that] don't have any downloads.
This is not a bug, and I do not think it needs to be fixed. When I was making this I also considered making no numbers (0's) show up if the board had fewer than 4 members, but doing things like that is just a complete waste of time. The stats work perfectly if the following are true: the board has more than 4 users, more than 4 files, more than 4 users with uploads, more than 4 files with downloads. Since no boards except for test boards are in this situation, its pointless.

About the 'headers already sent' errors, 99% of users on the web aren't effected by it. You should use FireFox (the best browser) www.getfirefox.com.

The following is an example of one of the smaller pages on a website I made, and as you can see, I print as follows: HTML - php generated content - HTML and it works fine for every user who has viewed it so far. If it hadn't I would have been contacted as I know everyone who has gone to this website.
Code:
<?
switch($_GET['do']) {
	case 'hw':
		$content = '<strong>Harbor Walk Association Resources</strong>
				  <br>
				  <br>
				<a href="files/HWA of Incorporation.pdf">HWA Articles of Incorporation (pdf doc)</a>
				  <br>
				<a href="files/HWA By Laws.pdf">HWA By Laws (pdf doc)</a>
				  <br>
				<a href="files/HWA Joint Venture Declaration.pdf">HWA Joint Venture Declaration (pdf doc)</a>
				  <br>';
		break;
	default:
		$content = '<strong>Community Association Resources</strong>
				  <br>
				  <br>
				<a href="files/OCA By Laws.doc">OCA By Laws(word doc)</a>
				  <br>
				<a href="files/OCA Covenants.doc">OCA Covenants (word doc)</a>
				  <br>';
		break;
}
?>
		
<HTML><!-- InstanceBegin template="/Templates/single.dwt" codeOutsideHTMLIsLocked="false" -->
<HEAD>
<!-- InstanceBeginEditable name="Title" --><TITLE>Resources</TITLE><!-- InstanceEndEditable -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<style type="text/css">
<!--
td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:10px;
	color:#7E7E7E;
}
form
{
	margin:0px;
}
a {
	text-decoration: underline;
		color:#7E7E7E;
}
a.1 {
	text-decoration: none;
	color:#7E7E7E;
}
a.2 {
	text-decoration: none;
	color:#4F6B75;
}

a.m1 {
	text-decoration: none;
	color:#ffffff;
}
.t11 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
}

-->
</style>

<script language="JavaScript" type="text/JavaScript">
<!--

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<A.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].SRC=a[i];}}
}
//-->
</script>





</HEAD>
<BODY BGCOLOR=#F0F0F0 LEFTMARGIN=0 TOPMARGIN=0 RIGHTMARGIN="0" BOTTOMMARGIN="0" MARGINWIDTH=0 MARGINHEIGHT=0>
<CENTER>
<TABLE WIDTH=766 BORDER=0 CELLPADDING=0 CELLSPACING=0>
  <TR>
	<TD><IMG SRC="images/structure/1.jpg" WIDTH=766 HEIGHT=18 ALT=""></TD>
  </TR>
  <TR>
	<TD>
	  <TABLE WIDTH=766 BORDER=0 CELLPADDING=0 CELLSPACING=0>
        <TR>
          <TD> <IMG SRC="images/structure/6.jpg" WIDTH=18 HEIGHT=249 ALT=""></TD>
          <TD VALIGN="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" WIDTH="249" height="249">
            <param name="movie" value="flash/menu.swf">
            <param name="quality" value="high">
            <embed SRC="flash/menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" WIDTH="249" height="249"></embed>
            </object></TD>
          <TD> <IMG SRC="images/structure/7.jpg" WIDTH=17 HEIGHT=249 ALT=""></TD>
          <TD>
			<TABLE WIDTH=463 BORDER=0 CELLPADDING=0 CELLSPACING=0>
              <TR>
                <TD><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" WIDTH="463" height="116">
                  <param name="movie" value="flash/big.swf">
                  <param name="quality" value="high">
                  <embed SRC="flash/big.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" WIDTH="463" height="116"></embed>
                  </object></TD>
              </TR>
              <TR>
                <TD> <IMG SRC="images/structure/10.jpg" WIDTH=463 HEIGHT=17 ALT=""></TD>
              </TR>
              <TR>
                <TD BACKGROUND="images/structure/2t1.jpg" WIDTH=463 HEIGHT=35 ALT="">
				  <TABLE WIDTH="463"  BORDER="0" CELLSPACING="0" CELLPADDING="0">
  					<TR>
					  <TD WIDTH="240"><DIV STYLE="padding-top:15px;padding-left:16px "><IMG SRC="images/structure/2text1.jpg"></DIV></TD>
    				  <TD WIDTH="223"></TD>
  				    </TR>
				  </TABLE>
				</TD>
              </TR>
              <TR>
               	<TD>
				  <TABLE WIDTH=463 BORDER=0 CELLPADDING=0 CELLSPACING=0>
                  	<TR>
                      <TD BACKGROUND="images/structure/bak2.jpg" WIDTH=4 HEIGHT=77 ALT=""></TD>
                      <TD bgcolor="#F5F5F5" width=453 height=77 alt=""><DIV STYLE="padding-left:0px;padding-top:2px; padding-right:2px; padding-bottom:2px ">
                        <iframe frameBORDER="0" SRC="inews.php"  WIDTH="453px" height="72px"></iframe></DIV></TD>
                      <TD BACKGROUND="images/structure/bak4.jpg" WIDTH=4 HEIGHT=77 ALT=""></TD>
                    </TR>
                  </TABLE>
				</TD>
              </TR>
              <TR>
                <TD> <IMG SRC="images/structure/2t2.jpg" WIDTH=463 HEIGHT=4 ALT=""></TD>
              </TR>
            </TABLE>
	      </TD>
          <TD> <IMG SRC="images/structure/8.jpg" WIDTH=19 HEIGHT=249 ALT=""></TD>
        </TR>
      </TABLE>
	</TD>
  </TR>
  <TR>
	<TD> <IMG SRC="images/structure/2.jpg" WIDTH=766 HEIGHT=17 ALT=""></TD>
  </TR>
     
    
	  <TR>
		<TD BACKGROUND="images/structure/1t1.jpg" WIDTH=766 HEIGHT=35 ALT="">
		  <TABLE WIDTH="766"  BORDER="0" CELLSPACING="0" CELLPADDING="0">
			<TR>
			  <td WIDTH="481"><DIV STYLE="padding-top:16px;padding-left:16px "><IMG SRC="images/structure/1text4.jpg"></DIV></TD>
			  <td WIDTH="285"><DIV STYLE="padding-top:16px;padding-left:33px "><IMG SRC="images/structure/1text3.jpg"></DIV></TD>
			</TR>
		  </TABLE>
		</TD>
	  </TR>
	  <TR>
		<TD BACKGROUND="images/structure/1bak1.jpg" WIDTH=766 HEIGHT=210 ALT="">
		  <TABLE WIDTH="766" height="100%"  BORDER="0" CELLSPACING="0" CELLPADDING="0">
			<TR>
			  <td WIDTH="18">&nbsp;</TD>
			  <td WIDTH="249"><DIV STYLE="padding-top:15px;padding-left:17px ; padding-right:12px"> 
			  <!-- InstanceBeginEditable name="Navigation_SS" -->
                  <img src="images/structure/spacer.gif" height="10px"><br>
                  <strong><img src="images/structure/arr2.jpg" align="absmiddle">&nbsp; 
                  <a href="resources.php" class="2">OCA</a></strong><br>
                  <img src="images/structure/spacer.gif" height="10px"><br>
                  <strong><img src="images/structure/arr2.jpg" align="absmiddle">&nbsp; 
                  <a href="resources.php?do=hw" class="2">Harbor Walk</a></strong><br>
			  <!-- InstanceEndEditable -->
			  	<br><br>
			  	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="229" height="185">
                    <param name="movie" value="flash/picture.swf">
                    <param name="quality" value="high"> 
                    <embed src="flash/picture.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="229" height="185"></embed></object>
				<br><br>
				</DIV></TD>
			  <td WIDTH="17">&nbsp;</TD>
			  <td WIDTH="482" CELLPADDING="2"><DIV STYLE="padding-top:15px;padding-left:15px; padding-right:30px ">
			  <!-- InstanceBeginEditable name="Content_SS" -->
			  <? echo $content ?>
			  <!-- InstanceEndEditable -->
				</DIV></TD>
			</TR>
		  </TABLE>
		</TD>
	  </TR>
	  <TR>
		<TD  WIDTH=766 HEIGHT=4 ALT=""><IMG SRC="images/structure/1t3.jpg"></TD>
	  </TR>
	  <TR>
		<TD> <IMG SRC="images/structure/1t2.jpg" WIDTH=766 HEIGHT=17 ALT=""></TD>
      </TR>
     
     
  <TR>
	<TD BACKGROUND="images/structure/5.jpg" WIDTH=766 HEIGHT=34 ALT=""><DIV STYLE="padding-top:9px; padding-left:300px; color: #FFFFFF;"><strong><A HREF="index.html" CLASS="m1">home</A>&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;<A HREF="about.php" CLASS="m1">about 
      us </A> &nbsp; &nbsp;:&nbsp;&nbsp;&nbsp;<A HREF="associations.php" CLASS="m1">associations</A>&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;<A HREF="neighbors.php" CLASS="m1">neighbors</A> 
      &nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp; <A HREF="resources.php" CLASS="m1">resources</A>&nbsp;&nbsp;&nbsp;: 
      &nbsp;&nbsp;<A HREF="information.php" CLASS="m1">information</A></strong></DIV></TD>
  </TR>
  <TR>
	<TD BACKGROUND="images/structure/bak1.jpg" WIDTH=766 HEIGHT=51 ALT=""><DIV STYLE="padding-top:10px; padding-left:300px " ><A HREF="#" CLASS="2">-.com</A> 
      &copy; 2004 &bull; <A HREF="mailto:-" CLASS="2">Contact</A> &bull; 
  	  <A HREF="sitemap.html" CLASS="2">Site Map</A></DIV></TD> 
  </TR>
</TABLE>
</CENTER>
</BODY>
<!-- InstanceEnd --></HTML>
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01479 seconds
  • Memory Usage 1,839KB
  • 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_code
  • (1)bbcode_quote
  • (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