vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   NewStatistikHack 1.2.1e [English] (https://vborg.vbsupport.ru/showthread.php?t=41421)

wolfe 07-26-2002 02:24 AM

well m8 i got a few quetion b4 i install it

first off is there any way of it showing the totle online today in the colours you have on the index and where it says

Most users ever online:

can you add this

Most users ever online in one day:

which uses your old hack

Afterburner 07-26-2002 07:38 AM

Quote:

Originally posted by kenny@ecn



Any possibility fixign the hack with out completely re-installing it? Is there just one document you can upload to fix the spelling?

Hi kenny
you don't need to re-installing, you have only to replace the newstatistik.php file, thats all. (don't forget to make the settings again in this file if you changes anithing of this settings)

If you dont want to use the new version you can replace "Clodes Threads" with "Closed Threads" in the newstatistik.php file

Afterburner 07-26-2002 07:41 AM

Quote:

Originally posted by musicfreak12399
ok. i have a problem. not sure what i did.. http://rapauthority.dnsip.net:8082/newstatistik.php where top 10 posters and that are supposed to be its all messed up. could someone help?
did you use a HTML check programm to check the template code ? don't use such kind of programm !!!!!!

try to replace the stat template with the template you will find in the stat.txt in the template folder of my hack

Afterburner 07-26-2002 07:43 AM

Quote:

Originally posted by wolfe
well m8 i got a few quetion b4 i install it

first off is there any way of it showing the totle online today in the colours you have on the index and where it says

Most users ever online:

can you add this

Most users ever online in one day:

which uses your old hack

sorry wolfe this is my first statistic hack, vbstats was made by someone other

slamdog 07-26-2002 08:41 AM

Before i try this out...

will the top ten threads section ignore any made in a private forum?

I have a few invisible forums that I wouldn't want displayed as some of the thread titles may upset non members/guests.

Afterburner 07-26-2002 09:24 AM

Quote:

Originally posted by slamdog
Before i try this out...


will the top ten threads section ignore any made in a private forum?

I have a few invisible forums that I wouldn't want displayed as some of the thread titles may upset non members/guests.

you can hide some forums:

Quote:

disable board of your choise for implementation in the Top10 (Posts/Views)
Quote:

This hack use the custom permissions of your board for each membergroup
I mean this in your control panel:
* Red: using custom permissions for this forum
the blue one (Blue: using custom permissions inherited from parent forum) will not insolved at the moment.
But you can permit forums from the top10 displays, you will find an marked place to modifiy this in the
newstatistik.php file.

slamdog 07-26-2002 10:26 AM

Thank you for the speedy reply.

Will setup a test board later and try it all out. It certainly is very impressive. Top Marks Afterburner!

musicfreak12399 07-26-2002 02:52 PM

Quote:

Originally posted by Afterburner


did you use a HTML check programm to check the template code ? don't use such kind of programm !!!!!!

try to replace the stat template with the template you will find in the stat.txt in the template folder of my hack

here is the stat file i am using. It is the one straight out of the zip

Code:

<html>
<head>
<title>$bbtitle - Statistic</title>
$headinclude
</head>
<body>
$header
<table cellpadding=0 cellspacing=0 border=0 width="95%">
        <tr>
                <td><font size=2><b><a href="index.php?s=$session[sessionhash]" class="link">$bbtitle</a> ? Statistic</b></font></td>
        </tr>
</table>
<br>
<table cellpadding=4 cellspacing=1 border=0 width="95%" bgcolor="#0A293E">
    <tr bgcolor="#1D6AA0" id="tabletitle">
                <td><smallfont color="#EEEEFF"><b>Date</b></font></td>
        <td><smallfont color="#EEEEFF"><b>New Threads</b></font></td>
                <td><smallfont color="#EEEEFF"><b>New Posts</b></font></td>
        <td><smallfont color="#EEEEFF"><b>Private Messages</b></font></td>
                <td><smallfont color="#EEEEFF"><b>Max. Online-User</b></font></td>
                <td><smallfont color="#EEEEFF"><b>Active User</b></font></td>
                <td><smallfont color="#EEEEFF"><b>New Users</b></font></td>
    </tr>
$stat_daybit
        <tr bgcolor="#1D6AA0" id="tabletitle">
                <td colspan=7 align=right><smallfont color="#EEEEFF">(Pages: $pagejump )</font></td>
        </tr>
</table>
<br>
<!-- Copyright of this Hack by Maarc 1230123@mail.ru and Afterburner webmaster@the-afterburner.de -->
<table width="95%">
        <tr>
                <td width="75%" valign="top">
<table width="100%">
        <tr valign=top>
                <td>
                        <table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="#0A293E">
                                <tr bgcolor="#1D6AA0" id="tabletitle">
                                        <td nowrap align="left"><smallfont color="#EEEEFF"><b>Server-Statistic</b></font></td>
                                </tr>
                                <tr bgcolor="#13486D" id="tablea">
                                        <td><smallfont>$bbtitle server is a:</font></td>
                                </tr>
                                <tr bgcolor="#1C5780" id="tableb">
                                        <td><smallfont>$serverinfo</font></td>
                                </tr>
                                <tr bgcolor="#1D6AA0" id="tabletitle">
                                        <td nowrap align="left"><smallfont><b>&nbsp;</b></font></td>
                                </tr>                               
                        </table>
                </td>
        </tr>
</table>
<br>
<table width="100%">
        <tr valign=top>
                <td>
                        <table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="#0A293E">
                                <tr bgcolor="#1D6AA0" id="tabletitle">
                                        <td nowrap align="left"><smallfont color="#EEEEFF"><b>Today on board:</b></font></td>
                                </tr>
                                <tr bgcolor="#13486D" id="tableb">
                                        <td><smallfont>$heuteonline</font></td>
                                </tr>
                                <tr bgcolor="#1D6AA0" id="tabletitle">
                                        <td nowrap align="left"><smallfont>&nbsp;</font></td>
                                </tr>                               
                        </table>
                </td>
        </tr>
</table>
                <br>
                $otherstats
</td>
<td valign="top" width="25%">
<!-- Tabellen rechts -->
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="#0A293E">
        <tr bgcolor="#1D6AA0" id="tabletitle">
                <td align="left" colspan=2 ><smallfont color="#EEEEFF"><b>Statistic</b></font></td>
        </tr>
        $aktiveuserbl
        $aktiveuserprol
        $nullposterl
        $registersbl
        $newestuserbl
        $rekordbl
        $rekorddatebl
        $rekordtimebl
</table>
<br>
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="#0A293E">
        <tr bgcolor="#1D6AA0" id="tabletitle">
                <td align="left" colspan=2 ><smallfont color="#EEEEFF"><b>Member-Statistic</b></font></td>
        </tr>
        $useronlinebl
        $userbl
        $guestsbl
        $ghostbl
</table>
<br>
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="#0A293E">
        <tr bgcolor="#1D6AA0" id="tabletitle">
                <td align="left" colspan=2 ><smallfont color="#EEEEFF"><b>Crew-Statistic</b></font></td>
        </tr>
        $modsgesamt
        $smodgesamt
        $adminsgesamt
</table>
<br>
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="#0A293E">
        <tr bgcolor="#1D6AA0" id="tabletitle">
                <td align="left" colspan=2 ><smallfont color="#EEEEFF"><b>Board-Statistic</b></font></td>
        </tr>
        $kategoriebl
        $forenbl
        $groupsbl
        $rankbl
        $attachmentsbl
        $pollsbl
        $suchebl
</table>
<br>
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="#0A293E">
        <tr bgcolor="#1D6AA0" id="tabletitle">
                <td align="left" colspan=2 ><smallfont color="#EEEEFF"><b>Posting-Statistic</b></font></td>
        </tr>
        $anzahlpostsbl
        $anzahlthreadsbl
        $allpostsbl
        $allthreadsbl
        $getopptbl
        $closebl
        $movedl
        $postviewsl
        $anzahlthreadsb0l
</table>
<br>
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="#0A293E">
        <tr bgcolor="#1D6AA0" id="tabletitle">
                <td align="left" colspan=2 ><smallfont color="#EEEEFF"><b>Private Messages</b></font></td>
        </tr>
        $gesamtpml
        $allpmsl
        $gesamtpmungelesenl
        $gesamtpmgelesenl
        $gesamtpmgelesen2l
</table>
<br>
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="#0A293E">
        <tr bgcolor="#1D6AA0" id="tabletitle">
                <td align="left" colspan=2 ><smallfont color="#EEEEFF"><b>Average-Statistic</b></font></td>
        </tr>
        $postsprouser
        $threadsprouser
</table>
<br>
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="#0A293E">
        <tr bgcolor="#1D6AA0" id="tabletitle">
                <td align="left" colspan=2 ><smallfont color="#EEEEFF"><b>Picture-Statistic</b></font></td>
        </tr>
        $smiliesgesamt
        $avatarsgesamt
        $avatarsgesamt1
        $stylebl
</table>
<br>
<table cellpadding=4 cellspacing=1 border=0 width="100%" bgcolor="#0A293E">
        <tr bgcolor="#1D6AA0" id="tabletitle">
                <td align="left" colspan=2 ><smallfont color="#EEEEFF"><b>Database-Statistic</b></font></td>
        </tr>
        $mysqlverbl
        $mysqlmembl
</table>
$top10referals
$suchwoerter1
                </td>
        </tr>
</table>
<!-- dont remove the Copyright -->
<center><font size="2">&copy; 2002 hack written by <a href="mailto:webmaster@the-afterburner.de">Afterburner</a><br>based on an idea by <a href="mailto:1230123@mail.ru">Maarc</a><br>Version: $hackversion</font></center>
<table width="100%">
        <tr>
                <td align="center">$forumjump</td>
    </tr>
</table>
$footer
</body>
</html>


Afterburner 07-26-2002 03:06 PM

this code seems OK, please try to replace ALL templates with the code in the files, thats my only hint. a german webmaster had a similar problem and his problem was the usage of a html optimizer.

musicfreak12399 07-27-2002 03:51 AM

i added all the code from the txt files.. i highlighted them, copied and pasted and it still looks like that? im not sure what more to do.. could it be something in a file i had to edit? a php file?


All times are GMT. The time now is 08:03 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.01406 seconds
  • Memory Usage 1,791KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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