The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
For vBulletin version: 2.3.x
Files added: vbs_counter.php, vbstats.php, vbstats_admin.php, vbstats_set.php Files to edit: None! (all hacking is optional) Current Version: 230.b (02.14.03 - 3am CST) What does it do?
Check the samples: Stats http://www.talkloud.net/forums/vbstats.php Incoming Referrals http://www.talkloud.net/forums/vbsta...ction=incoming Member Referrals http://www.talkloud.net/forums/vbsta...on=memberrefer Top Posters http://www.talkloud.net/forums/vbsta...ion=topposters Top Threads/Forums http://www.talkloud.net/forums/vbsta...ion=topthreads Top Visitors Countries http://www.talkloud.net/forums/vbsta...action=country Here's the newest version, it's only been a year and a half since the last update! Translations have been removed as it just made it easy for people to get the hack even without a license. I am hoping people who make translations will be kind enough to post here. Special Note: I am about as far as it gets from a PHP guru. This is my first hack or addon or whatchamacallit. If this somehow nukes your system Im quite apologetic, but I know you will all be smart enough to BACK UP YOUR DATABASE BEFORE INSTALLING THIS.. I have faith Brad and Chen have both checked this out and given their stamps on it but that doesnt mean it will all Gel for you. Be smart, back it up. Install: There is a self install file that takes care of the templates and tables, simply unzip the package and upload it (with paths) to your vbulletin directory. Then run the install. Please be sure you add your site (yoursite.com) to the excluded urls in the CP. If you dont your site will get counted as a referrer and that can get messy. Demo: You can of course see the demo at http://www.talkloud.net/ however if you'd like to see it in use on some other boards check out vbstats page where I will try to keep a list of installs for you to check out. If you do install it please let me know so I can put your site up! I tested this on my test forum, and on one public forum, and all went well, if there are any problems you notice please report them here as soon as possible. ------- CHANGELOG [230.b] Changed Active Users to fix a small bug. [230.b] Like, tested it and stuff.. [230.a] The MySQL Row=O error is now customized to say add to the template!!!! hopefully no more "where did I go wrong?" posts! Muahahaha! [230.a] Fixed Upgrade Counter (?action=upgrade) [230.a] Set Excluded URL.. Now lists URLS [230.a] Updated Istall to be compatible with vB 2.3.0 [230.a] Changed Most Number Results to Have a , format (ie 1,000 instead of 1000) [230.a] I decided Frosted Flakes really are pretty tasty. [230.a] Implemented Kurafires Member Referrer Changes, thanks Kura [230.a] Implemented Kurafires Top Posters rewrite. DEAR GOD CHECK THE SECOND POST OF THIS THREAD BEFORE YOU ASK A QUESTION!!!! Show Your Support
|
Comments |
#192
|
||||
|
||||
Quote:
|
#193
|
||||
|
||||
GenSec: If that works for JJR512 I will put it in the next release btw, your link in your sig doesnt work?
|
#194
|
||||
|
||||
Quote:
Quote:
|
#196
|
|||
|
|||
Quote:
based on all posts & based on user counted posts But if you prefer the last one change in topposters to Code:
$toppost1=$DB_site->query("SELECT * FROM user ORDER BY posts DESC LIMIT $toppostmax"); $bgcolor="{firstaltcolor}"; while ($user1=$DB_site->fetch_array($toppost1)) { $result_1=$DB_site->query_first("SELECT COUNT(*) AS threads FROM thread WHERE postuserid=$user1[userid]"); $threads1=$result_1['threads']; $topposters1.="<tr><td width=100% bgcolor=$bgcolor><smallfont><a href=\"member.php?action=getinfo&userid=$user1[userid]\">$user1[username]</a></td><td bgcolor=$bgcolor align=right nowrap><smallfont>$user1[posts] / </smallfont></td><td bgcolor=$bgcolor align=right><smallfont>$threads1</smallfont></td></tr>"; if ($bgcolor=="{firstaltcolor}") { $bgcolor="{secondaltcolor}"; } else { $bgcolor="{firstaltcolor}"; } } |
#197
|
|||
|
|||
Btw this code will count not only posts, but also the threads
|
#198
|
|||
|
|||
i am new to the vbulliten community and i need some help
i followed the instructions on how to install this hack but it does not show up on my we page. 1. where do i put the code so their is a link to the stats under the view new posts link, and what is the code 2. where do i add websites to exclude from the count please be specific |
#199
|
||||
|
||||
Let me answer number 2 first. If you made the changes to the vb Admin CP you click Exclude vbStats URL in your admin CP. If not set your browser to view http://yourdomain.com/forums/admin/v...php?action=add
A screen will come up with Add New Excluded URL simply place the domain you wish to exclude in the text entry box. repeat as needed. As for where to link it on your site, that is a matter of taste. As an example you could open your forumhome template and find Quote:
Quote:
|
#200
|
|||
|
|||
thanks a lot that worked great.
another question can you make it display different version of windows instead of all the other operating systems. |
#201
|
|||
|
|||
What features will the new version contain, and when do you think it'll be released?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|