Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by GigaByte (Guest)
Developer Last Online: Jan 1970 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 10-09-2001 Last Update: Never Installs: 0
 
No support by the author.

i was wondering if anyone can make a stats hack for 2.0.3
something like is on this page here(the stats is at bottom)
http://www.webmafiaforums.com/
i saw that and was wondering if anyone has already made one.
if anyone has any information please give me some
thanks

P.S. Im sorry is this has already been answered

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 10-09-2001, 07:33 PM
soceris
Guest
 
Posts: n/a
Default

I must admit that is class and if somebody can tell me how to do that in 1 go I'd be eternally grateful!!!
Firefly?
Cloughie?
somebody???
Reply With Quote
  #3  
Old 10-09-2001, 08:28 PM
GigaByte
Guest
 
Posts: n/a
Default

heres something i rigged up that is similar and looks cool
just needs to be formatted for php
Code:
<!-- key -->
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#11125B" width="100%" align="center">
    <tr>
        <td>
            <table cellpadding="4" cellspacing="1" border="0" width="100%">
                <tr>
                    <td bgcolor="#1E2180" colspan="3">
                        <table cellpadding="1" cellspacing="0" border="0" width="100%">
                            <tr>
                                <td bgcolor="#1E2180">
				<B><font face="verdana, arial, helvetica" size="2" >Statistics</font></B></td>
                            </tr>
                        </table>
                         </td>
                </tr>
                <tr>
                    <TD bgcolor="#03054F" width="25%">
			<font face="verdana,arial,helvetica" size="1" >

<b>Top 5 Posters:</b>
<hr>

<table>
<tr>
<td width=100%><font face="verdana,arial,helvetica" size="1" >User Names:</font></td>
<td align="right"><font face="verdana,arial,helvetica" size="1" >Posts:</font></td>
</tr>
<tr>
<td width=100%><font face="verdana,arial,helvetica" size="1" ><b>? <a href=member.php?action=getinfo&userid=8>Onthrax</a><br>? <a href=member.php?action=getinfo&userid=2>SnAkEyEs</a><br>? <a href=member.php?action=getinfo&userid=108>GigaByte</a><br>? <a href=member.php?action=getinfo&userid=102>figment</a><br>? <a href=member.php?action=getinfo&userid=41>JokerZ</a><br></b></font></td>
<td align="right"><font face="verdana,arial,helvetica" size="1" ><b>66 ?<br>62 ?<br>45 ?<br>38 ?<br>31 ?<br></b></font></td>
</tr>
</table>

			</font></td>

                    <TD bgcolor="#03054F" width="25%">
			<font face="verdana,arial,helvetica" size="1" >

<b>Top 5 Newest Members:</b>
<hr>

<table>
<tr>
<td width=100%><font face="verdana,arial,helvetica" size="1" >User Names:</font></td>
<td align="right"><font face="verdana,arial,helvetica" size="1" >Posts:</font></td>
</tr>
<tr>
<td width=100%><font face="verdana,arial,helvetica" size="1" ><b>? <a href=member.php?action=getinfo&userid=167>Arm123</a><br>? <a href=member.php?action=getinfo&userid=166>bullet921</a><br>? <a href=member.php?action=getinfo&userid=165>zingy</a><br>? <a href=member.php?action=getinfo&userid=164>MrDodgeman</a><br>? <a href=member.php?action=getinfo&userid=163>Squarb</a><br></b></font></td>
<td align="right"><font face="verdana,arial,helvetica" size="1" ><b>0 ?<br>0 ?<br>0 ?<br>0 ?<br>0 ?<br></b></font></td>
</tr>
</table>

			</font></td>

                    <TD bgcolor="#03054F" width="50%">
			<font face="verdana,arial,helvetica" size="1" >
<b>Top 5 New Thread Replys:</b>
<hr>

<table>
<tr>
<td width=75%><font face="verdana,arial,helvetica" size="1" >Thread Names:</font></td>
<td width=25%><font face="verdana,arial,helvetica" size="1" >Last Posters:</font></td>
<td align="right"><font face="verdana,arial,helvetica" size="1" >Views:</font></td>
</tr>
<tr>
<td width=75%><font face="verdana,arial,helvetica" size="1" ><b>? <a href=showthread.php?threadid=550>Testing</a><br>? <a href=showthread.php?threadid=528>Testing</a><br>? <a href=showthread.php?threadid=552>Testing</a><br>? <a href=showthread.php?threadid=551>Testing</a><br>? <a href=showthread.php?threadid=546>Testing</a><br></b></font></td>
<td width=25%><font face="verdana,arial,helvetica" size="1" ><b>Who?<br>Who?<br>Who?<br>Who?<br>Who?<br></b></font></td>
<td align="right"><font face="verdana,arial,helvetica" size="1" ><b>20 ?<br>20 ?<br>20 ?<br>20 ?<br>20 ?<br></b></font></td>
</tr>
</table>
			</font></td>
                </tr>
                <tr>
                    <td bgcolor="#03054F" colspan="3">
                        <table cellpadding="1" cellspacing="0" border="0" width="100%">
                            <tr>
                                <td bgcolor="#03054F">
				<font face="verdana,arial,helvetica" size="1" >
                                                                Popular thread is <b><a href=showthread.php?threadid=192>Testing...123</a></b> | <b>366</b> views.		                    		</font></td>


                                <td bgcolor="#03054F" align="right">
				<font face="verdana,arial,helvetica" size="1" >
                                                                 Rated thread is <b><a href=showthread.php?threadid=20>Rating?</a></b> | <b>1</b> votes.
				</font></td>
                            </tr>
                        </table>
                         </td>
                </tr>
            </table>
             </td>
    </tr>
</table>
<!-- / key -->
Reply With Quote
  #4  
Old 10-09-2001, 09:44 PM
rez
Guest
 
Posts: n/a
Default

The hack that is being used on that website is a statistics hack by valid. It is only avaliable through him I think.
Reply With Quote
  #5  
Old 10-09-2001, 10:10 PM
Goldfinger's Avatar
Goldfinger Goldfinger is offline
 
Join Date: Oct 2001
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

here....

::code has been removed because it was made by a user that has an illegal board therefore i will not support it ::

if you are interested in getting it pm me with your email and ill send it to you.
Reply With Quote
  #6  
Old 10-10-2001, 12:10 AM
GigaByte
Guest
 
Posts: n/a
Default

thanks man
Reply With Quote
  #7  
Old 10-10-2001, 01:10 AM
Ruth Ruth is offline
 
Join Date: Oct 2001
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by soceris
I must admit that is class and if somebody can tell me how to do that in 1 go I'd be eternally grateful!!!
Firefly?
Cloughie?
somebody???
if you call that one class, then what do you call this one http://www.talkloud.net/forums/vbstats.php ?
Reply With Quote
  #8  
Old 10-10-2001, 01:34 AM
maverick1236 maverick1236 is offline
 
Join Date: Oct 2001
Location: NY
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK-i would give my left arm for a hack that could display like that(click link in post above)

WOW WOW WOW

IMPRESSIVE
Reply With Quote
  #9  
Old 10-10-2001, 04:46 AM
BradC
Guest
 
Posts: n/a
Default

interesting.. I might have to slap one together to see how it compares to all these
Reply With Quote
  #10  
Old 10-10-2001, 05:53 AM
eva2000's Avatar
eva2000 eva2000 is offline
 
Join Date: Oct 2001
Location: Brisbane, Australia
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Ruth


if you call that one class, then what do you call this one http://www.talkloud.net/forums/vbstats.php ?
looks nice
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:47 PM.


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.04369 seconds
  • Memory Usage 2,288KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (4)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_imicons
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete