![]() |
In the "Exclude vbStats URL" part of what's installed into the Admin CP, I put my URL in (as "jjr512.com", no quotes), but when I check it, it once again says "domain.com". It seems this field is not saving. Any ideas?
|
Also, about the setting for "Date Statistics Begin" setting. The default is "952001". What is the format for this field...is it MDYYYY (Sept. 5, 2001) or DMYYYY (May 9, 2001) or something else? How would I put in October 22, 2001?
|
Another question. On the stats page, on the Top Posters section, how are the numbers generated? I ask because in the "Ever" part, for me it says my post count is 9873. My post count is 9553; if you click on the link of my name to see my profile, that's the number it shows. It looks like everyone's post counts are wrong.
|
Forgive me if this error has already been pointed out, but I just skimmed through the posts in this thread.
I tried installing, and got a mysql error and an internet explorer crash, so I couldn't copy down the error. I called the script again, hit uninstall, and here's what I got: Database error in vBulletin Control Panel: Invalid SQL: ALTER TABLE user DROP INDEX referrerid mysql error: Can't DROP 'referrerid'. Check that column/key exists mysql error number: 1091 Date: Tuesday 23rd of October 2001 02:55:11 AM Script: /forum/admin/install_vbstats.php?s=&step=2 Referer: http://localhost/forum/admin/install_vbstats.php? So then I tried to reinstall it. Here's what I got: Database error in vBulletin Control Panel: Invalid SQL: CREATE TABLE vbstats_counter ( type varchar(80) NOT NULL, var varchar(80) NOT NULL, count int(10) unsigned NOT NULL ) mysql error: Table 'vbstats_counter' already exists mysql error number: 1050 Date: Tuesday 23rd of October 2001 02:53:02 AM Script: /forum/admin/install_vbstats.php?s=&step=3 Referer: http://localhost/forum/admin/install_vbstats.php? It will not go any further in the install process, so I'm pretty much stuck. The board still works, so I'm sure the database hasn't been corrupted. Note: This is on a different board than the one in my sig. |
I would have to second JJR512's remarks. The number of posts on my stats page are also wrong. vbstats is showing more than posts than the actual number????
I noticed in second instance that it is only for myself. Could this be linked to posts that have been deleted? Is vbstats showing the total number of posts ever made, regardless whether they still exist or not? |
Quote:
Amy |
Quote:
Amy |
Fury,
Go to phpmyadmin, and manually delete the extra tables that were created. Then, go to your control panel and manually delete the new templates. Then try to reinstall :) Amy |
Quote:
Quote:
Quote:
Amy: Thanks for the help :D |
Quote:
Amy |
There are templates for vbstats_styles :)
|
Do you have it in use somewhere? I changed it around a bit (the code) I have mine up and running finally at http://www.talkloud.net/forums/vbsta...?action=styles can I see yours?
|
It's here It works. And you can try any style by one click
|
Very nice! The only thing I will change is to use the bars from the rest of vbStats. Thanks for the style :D
|
Quote:
I added banned users Code:
// Banned Code:
$getnewusertoday=$DB_site->query_first("SELECT count(*) AS count FROM user WHERE joindate>='$tltoday'"); |
Hi Amy,
I think the posts problem is indeed explained by forums that do not count towards the post count. Thanks for sharing that insight :) |
There is simle solution
In Code:
$topposters1.="<tr><td width=100% bgcolor=$bgcolor><smallfont><a href=\"member.php?action=getinfo&userid=$user1[userid]\">$result1[username]</a></td><td bgcolor=$bgcolor align=right nowrap><smallfont>$user1[posts] / </smallfont></td><td bgcolor=$bgcolor align=right><smallfont>$threads1</smallfont></td></tr>"; |
Something I would love to see added:
I have seen some tracking systems be able to tell what people searched for on the various search engines in order to find my site. Anyone know how to go about doing this? Amy |
Right now I am adding tracking for full URLs other than some weird issue with the vbPortal front page not logging the full URL statement and hitting everything else fine that seems to be in order.
The search engine thing will be harder. I will look at it though. GenSec: I will change that in the new version :) Thanks for the tips! =D Also I'm going to add patvdvs site to the listing, is it ok if I add yours? |
Sure! If anyone decide to learn Russian :D
|
I use the external service which provide this info.
You can try to use the stats of your hosting server |
Wondering what I'm doing? hehe.. working hard on the next version.. thats what.
Some people asked for full url tracking, so I'm putting it in. For a preview go here: http://www.talkloud.net/forums/test.php Description Follows http://talkloud.net/images/stats/red_dot.gif - Disabled Pressing this will delete the referral http://talkloud.net/images/stats/green_dot.gif - Mouse over to get the date and time of the referral http://talkloud.net/images/stats/urlgo.gif - click here to get a group listing of the hits this site has sent you. Listing of the URL refferer - Click here to go to the page that referred to you. (link) - Click here to view the page they linked to! |
Quote:
Also, none of my forums are set up to not count towards post totals. |
Great! I love this "full url tracking" funktion. :)
Now I have some vbstats settings Requests: 1. 24h reloadblocking would be great. (1 IP should count just one time/day) 2. Including User Groups and Permissions. (not anybody should be able to see the vbstats. Just Admins, Mods, and some Usergroups) |
*hicks* :D
|
Quote:
|
Quote:
|
Tried it, had no effect on the post counts displayed.
|
JJR512: Have you pruned threads? I'm looking at my board and it seems to be just the difference of how many posts in the test board.
Maybe try updating the counters? |
O, sorry. I forgot to say that above this you shoud change
Code:
$result1=$DB_site->query_first("SELECT username FROM user WHERE userid=$user1[userid]"); Code:
$result1=$DB_site->query_first("SELECT username,posts FROM user WHERE userid=$user1[userid]"); |
Quote:
|
GenSec: If that works for JJR512 I will put it in the next release :p btw, your link in your sig doesnt work?
|
Quote:
Quote:
|
Quote:
:) |
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 * |
Btw this code will count not only posts, but also the threads;)
|
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 |
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:
|
thanks a lot that worked great.
another question can you make it display different version of windows instead of all the other operating systems. |
What features will the new version contain, and when do you think it'll be released?
|
All times are GMT. The time now is 12:30 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|