The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Cyb - Advanced Forum Statistics Details »» | |||||||||||||||||||||||||||||||||||||
Info:
AJAX Forum Statistics: -Latest Posts -Latest Forum News -Most Viewed Threads -Hottest Threads -Most Popular Forums -Latest Classified Ads -Latest Blog Entries -Latest Group Posts -Newest Members -Top Posters -Top Thread Starters -Top Referrers -Top Reputations -Top Thanked -Top Infractions -Profile Visits -Latest Social Groups -Latest Donations You can turn on/off individual stats, count data from last x days for some of them if you wish, trim titles/usernames to save page space, make several other functionality/make-up customizations... See screenshots. You can have Main Stats box shown on several pages... It's shown by default on forumhome (to disable it set "Main Top Stats box on ForumHome" to "Disable") To activate another location: a) put location-name in "Stats on Custom Pages" field in hack settings Explanation: When you open some vBulletin php file you'll see this at the top - "define('THIS_SCRIPT', 'XXX');" XXX is location-name we need. It's usually the same as php filename (without extension, of course) Note: When setting several locations then separate location-names by commas b) add "$cybtopstats" to the template called on page where you wish to have stats shown Notes: -To set options go to: vBulletin Options > Cyb - Advanced Forum Statistics -"Top Thanked" requires Abe1's "Post Thanks" hack to work -"Latest Donations" requires "Cyb - PayPal Donate" hack to work -To move Top Stats box somewhere else on forumhome: 1.-Set placement setting to "None" 2.-Add "index" to "Stats on Custom Pages" setting 3.-Add "$cybtopstats" wherever you wish in FORUMHOME template. -If Top Stats box is too big because of long usernames or thread/forum titles be noted that you can trim them in ACP options. -When forum/thread titles or usernames are trimmed, mouse-over will show you full version. Before you ask: This was created for vBulletin forum and will integrate into it perfectly if both, forum and addon are set properly. If you are using custom styles you may need to add product variable manually to your templates. Product will work with no problems on vBa CMPS if it's installed to the forum root folder. If you have installed vBa CMPS to some other folder you may experience several problems, including bad links, stats not loading,... etc... especially if you are using several domains. Put your cmps_index.php to forum root folder to avoid these problems. Installation: 1. Required: Import XML file (as product) through AdminCP: Plugin System > Manage Products > [Add/Import Product] 2. Optional - if you use custom styles and stats are not shown: Open FORUMHOME template and add "$cybtopstats" where you wish Stats box to appear 3. Optional - if you use custom styles and link to re-enable stats is not shown: Open desired template and add "$cybts_enablelink" where you wish "Enable Top Statistics" link to appear Versions: v1.0 - Jun 12. 2006. -First release v1.5 - Jun 12. 2006. -Added - option to enable/disable whole hack -Added - option to Enable/Disable "Newest Members" -Added - option to switch "Newest Members" column background color (alt1/alt2) -Added - option to Enable/Disable "Top Posters" -Added - option to switch "Top Posters" column background color (alt1/alt2) -Added - option to Enable/Disable "Top Reputations" -Added - option to switch "Top Reputations" column background color (alt1/alt2) -Added - option to Enable/Disable "Latest Posts" -Added - option to switch "Latest Posts" column background color (alt1/alt2) v1.6 - Jun 12. 2006. -Small bug fixed (thanks evss) v1.7 - Jun 13. 2006. -Added - "Newest members" option to show/hide member ID -Added - "Newest members" option to show/hide member post count -Added - "Top Reputations" option to show/hide member post count -Added - "Latest Posts" option to show/hide post date/time -Added - "Latest Posts" option to show/hide post replies # -Added - "Latest Posts" option to show/hide post views # v1.8 - Jun 13. 2006. -Added - Top Thanked Stats - for those who use "Post Thank You Hack" by Abe1 -Added - "Latest Posts" option to show/hide last poster -Improved tables v2.0 - Jun 14. 2006. -Added - View more results on separate page (requires one file upload) -Option to allow/dissallow members to view more results on CybTopStats.php -Option to set default number of results shown on CybTopStats.php -Option to set max number of results user can choose to show on CybTopStats.php v2.5 - Jun 15. 2006. -Added - "Latest Forum News" -Added - "Most Viewed Threads" -Added - Ability to show/hide any detail in stats -Hack name changed to "Advanced Forumhome Statistics" v2.6 - Jul 03. 2006. -Added "Forum" to "Latest Posts", as requested. This shows forum name where post is created. Can be enabled/disabled. -Added an option to trim forum titles. -Fixed bug where thread date/time was shown. Now date/time of the latest post is shown. -Few improvements in codes. v2.7 - Jul 04. 2006. -Fixed bug where private forums are not automatically excluded. This works fine now. v2.8 - Jul 08. 2006. -Security bug fixed where some codes can be executed on site if entered as thread title. Upgrade Recommended! v2.9 - Jul 09. 2006. -Fixed issue with special characters used in some languages (Turkish, Bosnian, etc) v3.0 - Aug 04. 2006. -Release of this hack for vB v3.6 v3.1 - Aug 21. 2006. -New: no more file uploads (separate page still exist, don't worry) -New: full username/title on mouseover when you trim forum/thread titles or usernames -New: in "Latest Posts" - thread title is linked to start of thread now and little arrow is linked to first unread post in thread -Fixed/changed some phrases -Other fixes -To upgrade: Import XML as product, allow overwrite, then delete CybTopStats.php from your server v3.2 - Aug 22. 2006. -Bug fixed in "Latest Posts" (when you click on little arrow you get "post doesn't exist" error) v3.3 - Aug 23. 2006. -Bug fixed in "Latest Posts" (blank "User" field when guest posted) -Bug fixed in "Latest Posts" (if default browser font is not Arial then go-to-first-unread-post-arrow is shown as little blank square box) -If your forum's index.php file was renamed for any reason, now you can enter new filename in ACP hack options to have working separate page v3.4 - Aug 30. 2006. -Bug fixed in "Latest Posts" (Moderated threads not hidden) -Added "Product Version Checking" v3.5 - Aug 30. 2006. -Small security bug fixed v3.6 - Sep 09. 2006. -Added: "Top Thread Starters" (NOTE: Requires MySQL version 4.0.4 or higher) -Added: You can choose in Settings where Stats box will be shown on forumhome (4 options + disable) -Added: You can have Stats shown anywhere on your forum/external page (must include global.php). Just put "$cybtopstats" where you wish to have stats shown. -No more need to set filename for "index.php" if it was changed. Now misc.php is used, which nobody has need to rename. -Tables improved (some space saved) -Small bug fixed (no full thread title on mouseover in "Latest Forum News" when thread titles are trimmed) -Thanks to Paul M for help with db query for "Top Thread Starters" v3.7 - v3.9 (Sep 16. 2006.) -Trying to fix very weird bug v4.0 - Sep 18. 2006. -To completely solve several problems experienced with versions 3.7 - 3.9 I'v changed some things here: 1. You can have stats shown on maximum 2 pages (who needs more?) 2. Stats are shown by default on forumhome (to disable it set "Top Stats Box Position" to "None"). 3. To activate second location: a) type location-name in "Additional Location" field Explanation: When you open some vBulletin php file you'll see this at the top - "define('THIS_SCRIPT', 'XXX');". XXX is location-name we need. It's usually the same as php filename (without extension, of course). b) add "$cybtopstats" to the template called on page where you wish to have stats shown. v4.1 - Sep 25. 2006. -Added "Top Referrers" -Added option to exclude usergroups from viewing top stats -Few code improvements (zeros excluded from stats, few table parameters adjusted) v4.2 - Oct 29. 2006. -Whole code is now valid XHTML 1.0 Transitional -Added option to exclude usergroups from showing up in top stats -Fixed bug (deleted threads still listed in stats) v4.3 - Nov 29. 2006. -Added option to set time/date formats (defaults: day-month, hours:minutes) - this can save some space -Removed some 'width' attributes to improve columns alignment -Table width changed to stylevar outertablewidth to fix problems with some styles v4.4 - Nov 29. 2006. -Main table width is 100% again because $stylevar[ourtertablewidth] breakes some styles for some reason -Updated templates version/dateline info v4.5 - Nov 30. 2006. -Fixed bug (queries executed in background for users who are not allowed to see stats) v4.6 - Feb 26. 2007. -New general option: Choose to show stats from the beginning, for current month, or from custom date -New in "Latest Posts": Choose where titles and arrows are linked to -New in "Top Reputations": Added number of members who gaved positive reputation points to user -Several small code improvements for better compatibility with different styles and SEO -Setings page little re-organized... v4.7 - Feb 27. 2007. -Removed options from 4.6 which requires complex queries and makes forums run slow ("show stats for a custom time period" and "show number of members who gaved positive reputation points to user"). Sorry, I know this was useful but it's more important to keep this product fast/stable. -New in "Latest Forum News": Now you can set several forums to show latest threads/news from -Fixed bug (stats can not be used in forumdisplay) -Fixed bug (user see no-permissions-to-view threads in "Latest Forum News") -ACP settings page re-organized and shortened for better view v4.8 - Mar 09. 2007. -New: "Hottest Threads" - list popular threads sorted by reply count -Fixed bug (more results page blank or get "URL file-access is disabled" error) -Fixed bug (new replies signalization in "Most Viewed Threads" and "Latest Forum News" not working) -Number of results on separate page is now chosen by user via drop-down menu (in hack settings you can set available values) -Main Top Stats box now can be shown on unlimited number of locations (list locations you want, separate with commas) -Added sessionurl to links where missed v4.9 - Mar 23. 2007. -Fixed bug where cell spacing/padding for individual stats tables are not defined - this saves a lot of space and looks much better imo -Colspan for the main table now calculated automatically, depending on number of enabled stats (this fixes problem with tiny blank column in Opera) -Fixed bug where some special characters are not shown properly in stats when titles/usernames are trimmed -Trimming is now done in standard vBulletin style - trims a string to the specified length while keeping whole words -New: Option to remove bold style from usernames in stats -Hack compatible with vBadvanced CMPS (location: adv_index, variable to globalize: cybtopstats) -Improved compatibility with right-to-left direction styles -BIG general code clean-up v5.0 - Apr 10. 2007. -To save page space Stats are now arranged into two rows and up to four columns (adjustable in Options) -For every column you can choose which statistic to show in, except "Latest Posts" which always uses one full column -New: "Most Popular Forums" -New: User can completely disable Top Stats (and enable it later easily if wanted) -If stats disabled then "Enable Top Statistics" appears in "Quick Links" -New: Drop-down menu in Stats table header with options to view more stats and disable them -New: Exclude usergroups from viewing more results [guests(1) and banned(8) blocked by default] -Fixed bug where queries are executed on index even you disable Stats on Forumhome -Settings page much easier to understand and set now -Several other fixes and improvements, including queries, indexes for thanked posts and user threads, better js codes, better tables etc... v5.1 - Apr 16. 2007. -Fixed bug where "Latest News" are not sorted by date but ID -Fixed javascript error in IE -Fixed bug where "Top Thread Starters" counts are not updated -Layout changeable (single or two rows) -Two more columns added -Any column can be disabled -Added ability to show post counts in "Newest Members" -"Stats Management" easier to understand and use -"Turn on/off Stats" user function improved, including forum message with notes on how to re-enable -Added variable for "Turn on/off Stats" link to use on custom places ($cybts_enablelink) -New: "Top Infractions" -Codes valid XHTML 1.0 Transitional v5.2 - Apr 29. 2007. -Fixed bug where thread counts in "Top Thread Starters" are not updated -Fixed bug with strange underlines on some forums -Fixed bug where you can not put stats on custom place on forumhome -Updated instructions on how to put Stats on custom place on forumhome -Improved exclusion of no-permissions-to-view and private forums from stats -Added option to move "Latest Posts" to the left in Stats box v5.3 - May 03. 2007. -Added option to exclude styles from new/old colorizing v5.4 - May 06. 2007. -New: "Latest Classified Ads" -Fixed bug where thread redirects are shown in "Latest Posts" -Improved tables and background color switching v5.5 - Sep 06. 2007. -Group membership checking improved (works now for supplementary usergroups) -Optimized (including: one less query, some unneeded lines removed,...) -Several minor bugs fixed v5.6 - Oct 08. 2007. -Fixed bug where users are not displayed using tags from their "display usergroup" -New: Timecut (count data from last x days only) -Individual stats can be excluded from Timecut -Removed New/Old-Color settings, used "time" CSS settings to mark old data -New: "Top Reputations" now shows Reputations+Reputation Level -New: "Top Infractions" now shows Infractions+Infraction Points -"Top Thread Starters" does not require MySQL version 4.0.4 or higher to work anymore -Several minor bug fixes and improvements in code... v5.7 - Oct 22. 2007. -New option: "Show actual reputations instead of reputations given by members" -Minor bug fixes v5.8 - May 02. 2008. -CSRF protection added -Compatible with vBulletin 3.7 Gold (may not work with Beta/RC releases) -New: "Latest Blog Entries" -Minor bugs fixed, some code optimization done v5.8.1 - May 24. 2008. -Fixed bug where wrong usernames are shown in "Latest Blog Entries" -Fixed bug where deleted users appears in "Top Thread Starters" -Option to completely disable trimming for thread/blog titles -Minor bug fixes... v6.0 - Jan 10. 2009. -New: AJAX-based -New: Two blocks with default forum/user stats shown on page load, more available via menus -New: Options to set default stats -New: Options to load stats in random mode on page refresh -Auto-refresh stats -Post counts linked to search user's posts -Almost completely rewritten, several options removed/added, code optimized, minor bugs fixed, officially supported on vB 3.8.x v6.1 - Jan 12. 2009. -Fixed: Bug where Turn-On link is not shown properly on some boards -Fixed: Random mode not working properly -New: Added 3rd cell -New: Option to change cellpadding -Looks more like 5.x -New: 'Reload' in Latest Posts -New Option: User can refresh Latest Posts manually once in x seconds v6.2 - Jan 12. 2009. -Fixed CSS validation issues -Latest Posts: Added link to first unread post in thread -Latest Posts: Option to disable source forum -New: Bad admin error (shows when setup is wrong) -Fixed some bugs in templates v6.3 - Jan 15. 2009. -Layout selector (single/two rows) -On/off post time in Latest Posts -Minor bugs fixed v6.4 - Jan 24. 2009. -New: "Profile Visits" stats -New: "Latest Social Groups" -New: "Latest Donations" ('Cyb - PayPal Donate' required) -View/Reply counts added back to 'Latest Posts' (can be on/off) -New: Comment counts added to "Latest Blog Entries" -New: Option to add Stats automatically to vBA CMPS -Known bugs fixed v6.5 - Feb 03. 2009. -New: Latest Group Posts -New: Options to change title/arrow linking in 'Latest Posts' -Fixed known bugs v6.6 - May 10. 2009. -New: Forum and user stats are available in both blocks now -New: Second block can be disabled -New: Applied permissions from 'Cyb - Advanced Permissions Based on Post Count' -New: Added Thread Prefixes with option to on/off -Fixed bug: 'Loading' forever -Fixed bug: Bad linking to user who created Social Group -Fixed bug: Latest Donations not sorted properly in some cases -'Enable Stats' QL link auto-insertion compatibility improved -Minor bugs fixed v6.6.1 - May 14. 2009. -Fixed bug: Auto-refresh does not work when second block is disabled -Fixed bug: Random mode sometimes shows the same stats in both blocks v6.6.2 - Apr 12. 2010. -Fixed security bug (user able to set number of results manually) Click INSTALL if you like this plug-in. LIVE DEMO: http://www.bihforum.com Download Now
Screenshots
Show Your Support
|
5 благодарности(ей) от: | ||
Alihandro, arashebaabaa, atmaca, ram94401 |
Comments |
#922
|
|||
|
|||
I use the version 6.6.1 and don't the numbers correspond to the reality at times they are of big long superior as it is possible?
|
#923
|
|||
|
|||
Is there a way that I can change the width of the top posters names? Many of the top posters names get cut off and There name appears with "...." in the name. I would only need to extend the width by about 5 characters.
|
#924
|
|||
|
|||
Quote:
Members: 38,805 Threads: 103,206 Posts: 1,319,250 Around 180-200 online at the time it kills the server ... Running 3.8.4PL1 of vBulletin now ... Previously I was running 3.6.8 and the 3.6 version of this mod and did not have the same issues .. |
#925
|
|||
|
|||
Tables together instead of beside each other?
|
#926
|
|||
|
|||
this seems to be great product seems to SUCK. I dumped it.
|
#927
|
|||
|
|||
When you, the user, turns off the stats you can't turn them back on. I see the code in the install info but that not work, that ENABLE code. Anyone able to HELP? This has great info in the stats but no good it cant turn it back on!
|
#928
|
|||
|
|||
Just installed. Works great, thx. Clicked as installed.
|
#929
|
|||
|
|||
I don't know if this is a bug or just oversight, but there doesn't appear to be any way to limit the viewing of "More stats" to privileged users only. For instance, if you put the main registered users group in "Usergroups not allowed to view more results", you block the viewing of more results from everyone, admins included. So if you have privileged users set up as a secondary user group, there is no way to limit that page to them only.
The option should be reversed; it should be "Usergroups ALLOWED to view more results". Does anyone know how to edit this mod to make that possible? The author hasn't posted in months unfortunately... |
#930
|
|||
|
|||
Come on people. This is a "free" mod from someone who creates these mod to share with all of us on his "free" time. It's really rude to say that this mod is crap/sucks/POS/etc. just because you are having an issue and Cyb doesn't get back to you within a day or two. If you want that kind of support, I suggest you pay him for his time. Hell, if it takes him 2 weeks to answer a post of mine, then so be it. I didn't pay him anything and he doesn't owe me anything. He can take all the time he wants to reply when he is good and ready.
I just read all 62 pages of this thread. And from reading all those pages I have learned that most of the problems that people are having and posting about have already been posted by someone else earlier. You just need to look for it. Also, why do most people (especially those new to Vbulletin) seem to think that the Cyb or any other mod creator, is going to assist them with every single little detail on their boards, especially if they have not taken the time to learn Vbulletin or read the previous postst in their threads. I personally have only been using Vbulletin for 2 week, but in those 2 weeks I have read about 75% of the Vbulletin Manual, search the vbulletin.com forums, search the vbulletin.org forums, and search multiple other vbulletin support sites on the net (do a google search). Also, because I am using a custom theme, I use the support forums of where I purchased the theme for assistance also. For all those people who are having trouble with this mod, I suggest the following to you: 1) READ ALL THE POST IN THIS THREAD FIRST - FROM THE BEGINING (62 pages at this writing) 2) If after you have read all the posts in this thread, and still could not find an answer to your issue; then it is time to create a new post with the problems you are having. 3) In your post give "detailed" information - What version of Vbulletin are you running - What version of vBadvanced are you running - What internet browser are you running / and version - Take screen shots of your errors and insert them in your post - Are you running a custom theme? Default theme? - and any other information that may be useful 4) Do not get upset if your post does not get answered, especially if the answer to your questions can be found just by taking time to read all the posts in this thread. Why should anyone help you if you aren't willing to put the time in to research it yourself first. Thats just being lazy. 5) If you are new to vbulletin and this is one of your first mod installs, be sure that you are following the instructions to the letter. 6) If you do not understand the instructions, DO NOT INSTALL. The instructions assume you have a working knowledge of Vbulletin. If you do not know how to modify templates, access the AdminCP, navigate the Admin CP, update code, create links, etc. then do not install this or any other mod yourself. I suggest getting a friend who knows what they are doing to install it for you or pay someone to install it. 7) If you want to learn for yourself, I highly recommend you backup your board and database. If you don't know how to do that, learn it. Read the Vbulletin manual and talk to your hosting company. Then, when/if you screw something up, you can restore from backup. 8) Ensure you have read all the posts in the thread before you ask for a certain update in the next version. 9) Quit asking for this mod to do things that the Cyb did not intend it to do. (there are some wierd requests being asked). 10) Remember, Cyb made this for his own use, not ours. If you do not like the new version, do not criticise him for it because it is missing things it had in a previous version. Either use the old version, attempt to recode it yourself, or pay someone to code it the way you want it. I'm probably going to take some heat for this post, but so be it. It wouldn't surprise me if Cyb said "screw it" and decided not to give support anymore just because of all the whiners and lazy people not looking for the answer to their problem in the previous posts. I love this mod Cyb (if you do read this). It installed very quickly and I was able to fix my problems by reading previous posts. I have 1 issue (which is not a big deal) and will post it seperate from this. Keep up the great work. :up: |
#931
|
|||
|
|||
Did not see this issue come up on previous posts. Maybe someone else out there has seen this error:
Ok, I had 2 of my members report this to me yesterday. They were both running Mozilla Firefox (don't know what version). Whenever they clicked on the link to go into the forums home page, they got the below posted error. But as soon as I disabled this mod, they were able to get into the forums with no problems. Seeing as I use IE8 to setup my site, that is the only browser I will support. So I turned the mod back on and told them to use IE. Anyone have any idea as to why the would get the below error when trying to view the forums with mozilla? + Cas_AFStats_LP.handler.responseText + ''; } } setTimeout('document.getElementById("cybtopstats_l prel_area").style.display = "inline";', (30 * 1000)); } function Cas_getStats(statid, secstat) { if (statid!='cs_blockfir') { Cas_AFStats_F = new vB_AJAX_Handler(true); Cas_AFStats_F.cybcurr_f = statid; Cas_AFStats_F.onreadystatechange(Cas_updateStats); switch(statid) { case 'latestnews': Cas_AFStats_F.send('misc.php?show=latestnews&resul tsnr=5'); break; case 'mostviewedthreads': Cas_AFStats_F.send('misc.php?show=mostviewedthread s&resultsnr=5'); break; case 'hottestthreads': Cas_AFStats_F.send('misc.php?show=hottestthreads&r esultsnr=5'); break; case 'hottestforums': Cas_AFStats_F.send('misc.php?show=hottestforums&re sultsnr=5'); break; case 'classifiedads': Cas_AFStats_F.send('misc.php?show=classifiedads&re sultsnr=5'); break; case 'latestblogs': Cas_AFStats_F.send('misc.php?show=latestblogs&resu ltsnr=5'); break; case 'groupposts': Cas_AFStats_F.send('misc.php?show=groupposts&resul tsnr=5'); break; case 'newestmembers': Cas_AFStats_F.send('misc.php?show=newestmembers&re sultsnr=5'); break; case 'posters': Cas_AFStats_F.send('misc.php?show=posters&resultsn r=5'); break; case 'threadstarters': Cas_AFStats_F.send('misc.php?show=threadstarters&r esultsnr=5'); break; case 'referrers': Cas_AFStats_F.send('misc.php?show=referrers&result snr=5'); break; case 'reputations': Cas_AFStats_F.send('misc.php?show=reputations&resu ltsnr=5'); break; case 'thanked': Cas_AFStats_F.send('misc.php?show=thanked&resultsn r=5'); break; case 'infractions': Cas_AFStats_F.send('misc.php?show=infractions&resu ltsnr=5'); break; case 'visitors': Cas_AFStats_F.send('misc.php?show=visitors&results nr=5'); break; case 'groups': Cas_AFStats_F.send('misc.php?show=groups&resultsnr =5'); break; case 'donations': Cas_AFStats_F.send('misc.php?show=donations&result snr=5'); break; case 'badadmin': Cas_AFStats_F.send('misc.php?show=badadmin'); break; default: Cas_AFStats_F.send('misc.php?show=hottestforums&re sultsnr=5'); break; } } if (secstat!='cs_blocksec') { Cas_AFStats_U = new vB_AJAX_Handler(true); Cas_AFStats_U.cybcurr_u = secstat; Cas_AFStats_U.onreadystatechange(Cas_updateStats); switch(secstat) { case 'latestnews': Cas_AFStats_U.send('misc.php?show=latestnews&resul tsnr=5'); break; case 'mostviewedthreads': Cas_AFStats_U.send('misc.php?show=mostviewedthread s&resultsnr=5'); break; case 'hottestthreads': Cas_AFStats_U.send('misc.php?show=hottestthreads&r esultsnr=5'); break; case 'hottestforums': Cas_AFStats_U.send('misc.php?show=hottestforums&re sultsnr=5'); break; case 'classifiedads': Cas_AFStats_U.send('misc.php?show=classifiedads&re sultsnr=5'); break; case 'latestblogs': Cas_AFStats_U.send('misc.php?show=latestblogs&resu ltsnr=5'); break; case 'groupposts': Cas_AFStats_U.send('misc.php?show=groupposts&resul tsnr=5'); break; case 'newestmembers': Cas_AFStats_U.send('misc.php?show=newestmembers&re sultsnr=5'); break; case 'posters': Cas_AFStats_U.send('misc.php?show=posters&resultsn r=5'); break; case 'threadstarters': Cas_AFStats_U.send('misc.php?show=threadstarters&r esultsnr=5'); break; case 'referrers': Cas_AFStats_U.send('misc.php?show=referrers&result snr=5'); break; case 'reputations': Cas_AFStats_U.send('misc.php?show=reputations&resu ltsnr=5'); break; case 'thanked': Cas_AFStats_U.send('misc.php?show=thanked&resultsn r=5'); break; case 'infractions': Cas_AFStats_U.send('misc.php?show=infractions&resu ltsnr=5'); break; case 'visitors': Cas_AFStats_U.send('misc.php?show=visitors&results nr=5'); break; case 'groups': Cas_AFStats_U.send('misc.php?show=groups&resultsnr =5'); break; case 'donations': Cas_AFStats_U.send('misc.php?show=donations&result snr=5'); break; case 'badadmin': Cas_AFStats_U.send('misc.php?show=badadmin'); break; default: Cas_AFStats_U.send('misc.php?show=newestmembers&re sultsnr=5'); break; } } } function Cas_updateStats() { if (Cas_AFStats_F) { if (Cas_AFStats_F.handler.readyState == 4 && Cas_AFStats_F.handler.status == 200 && Cas_AFStats_F.handler.responseText) { Cas_AFStats_FDiv = fetch_object('cybstats_fdiv'); cybcurr_f = Cas_AFStats_F.cybcurr_f; cybtarea_f = document.getElementById("cybtopstats_ltitle_area") ; switch(cybcurr_f) { case 'latestnews': cybtarea_f.innerHTML = "Latest Forum News "; break; case 'mostviewedthreads': cybtarea_f.innerHTML = "Most Viewed Threads "; break; case 'hottestthreads': cybtarea_f.innerHTML = "Hottest Threads "; break; case 'hottestforums': cybtarea_f.innerHTML = "Most Popular Forums "; break; case 'classifiedads': cybtarea_f.innerHTML = "Latest Classified Ads "; break; case 'latestblogs': cybtarea_f.innerHTML = "Latest Blog Entries "; break; case 'groupposts': cybtarea_f.innerHTML = "Latest Group Posts"; break; case 'newestmembers': cybtarea_f.innerHTML = "Newest Members "; break; case 'posters': cybtarea_f.innerHTML = "Top Posters "; break; case 'threadstarters': cybtarea_f.innerHTML = "Top Thread Starters "; break; case 'referrers': cybtarea_f.innerHTML = "Top Referrers "; break; case 'reputations': cybtarea_f.innerHTML = "Top Reputations "; break; case 'thanked': cybtarea_f.innerHTML = "Top Thanked "; break; case 'infractions': cybtarea_f.innerHTML = "Top Infractions "; break; case 'visitors': cybtarea_f.innerHTML = "Profile Visits"; break; case 'groups': cybtarea_f.innerHTML = "Latest Social Groups"; break; case 'donations': cybtarea_f.innerHTML = "Latest Donations"; break; case 'badadmin': cybtarea_f.innerHTML = "Forum Stats"; break; default: cybtarea_f.innerHTML = "Most Popular Forums "; break; } Cas_AFStats_FDiv.innerHTML = '' + Cas_AFStats_F.handler.responseText + ''; } } if (Cas_AFStats_U) { if (Cas_AFStats_U.handler.readyState == 4 && Cas_AFStats_U.handler.status == 200 && Cas_AFStats_U.handler.responseText) { Cas_AFStats_UDiv = fetch_object('cybstats_udiv'); cybcurr_u = Cas_AFStats_U.cybcurr_u; cybtarea_u = document.getElementById("cybtopstats_rtitle_area") ; switch(cybcurr_u) { case 'latestnews': cybtarea_u.innerHTML = "Latest Forum News "; break; case 'mostviewedthreads': cybtarea_u.innerHTML = "Most Viewed Threads "; break; case 'hottestthreads': cybtarea_u.innerHTML = "Hottest Threads "; break; case 'hottestforums': cybtarea_u.innerHTML = "Most Popular Forums "; break; case 'classifiedads': cybtarea_u.innerHTML = "Latest Classified Ads "; break; case 'latestblogs': cybtarea_u.innerHTML = "Latest Blog Entries "; break; case 'groupposts': cybtarea_u.innerHTML = "Latest Group Posts"; break; case 'newestmembers': cybtarea_u.innerHTML = "Newest Members "; break; case 'posters': cybtarea_u.innerHTML = "Top Posters "; break; case 'threadstarters': cybtarea_u.innerHTML = "Top Thread Starters "; break; case 'referrers': cybtarea_u.innerHTML = "Top Referrers "; break; case 'reputations': cybtarea_u.innerHTML = "Top Reputations "; break; case 'thanked': cybtarea_u.innerHTML = "Top Thanked "; break; case 'infractions': cybtarea_u.innerHTML = "Top Infractions "; break; case 'visitors': cybtarea_u.innerHTML = "Profile Visits"; break; case 'groups': cybtarea_u.innerHTML = "Latest Social Groups"; break; case 'donations': cybtarea_u.innerHTML = "Latest Donations"; break; case 'badadmin': cybtarea_u.innerHTML = "User Stats"; break; default: cybtarea_u.innerHTML = "Newest Members "; break; } Cas_AFStats_UDiv.innerHTML = '' + Cas_AFStats_U.handler.responseText + ''; } } } Cas_getLPStats("startup"); Cas_getStats("hottestforums", "posters"); --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|