PDA

View Full Version : Statistics Modifications - Cyb - Advanced Forum Statistics


Pages : 1 2 3 4 5 6 [7]

islamicvd
04-27-2008, 01:53 PM
It is a great mod, it would be great if it works on 3.6.10.

islamicvd
04-27-2008, 01:55 PM
Well yeah, I test it, it works on 3.6.10 version of vBulletin :-) great!

Nook_Neformat
04-27-2008, 02:10 PM
it works, but when you wanna see more results there's error like this:
"Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error."

want3ed
04-27-2008, 04:34 PM
it works, but when you wanna see more results there's error like this:
"Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error."

i have that error too..

quasan
04-28-2008, 07:47 AM
just add

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

to the form in the "cyb_topstats_php" template

Megatr
04-28-2008, 12:24 PM
I added cyb_topstats_php in vb 3.6.10

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

but pages loading 6-7 second with cyb

without cyb pages loading 1-2 seconds

what is my problem ?

mooncreek
04-28-2008, 01:18 PM
just add



to the form in the "cyb_topstats_php" template

Thanks!

aamirkhj
04-28-2008, 01:40 PM
It is working for me fine on vb 3.6.10 but whenever I click on the link of Advanced Forum Statistics it takes me to the linked page but log admin / user out and we have to log in back again, any solution to avoid log out when click on the links of Advanced Forum Statistics??

bluidkiti
04-29-2008, 12:14 PM
just add

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

to the form in the "cyb_topstats_php" template

That works! :up: Thanks a bunch. :)

JKatz
04-30-2008, 01:51 AM
just add



to the form in the "cyb_topstats_php" template

Can you tell me where to add that?

This is what is in my cyb_topstats_php:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - <phrase 1="$resultsnr">$vbphrase[cyb_top_x_stats]</phrase></title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" width="100%" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
<tr valign="top" class="alt1">
<if condition="$canviewmore">
<td align="$stylevar[left]" width="100%">
<form action="" id="cybstatsresnum" name="cybstatsresnum" method="post"><div class="smallfont">
<phrase 1='<br /><select id="resultsnr" name="resultsnr" tabindex="1" onchange="cybstatsresnum.submit();">$resultsnrsw</select>'>$vbphrase[cyb_afs_show_x_results]</phrase>&nbsp;<input type="submit" class="button" value="$vbphrase[cyb_afs_results_update]" accesskey="s" /></div>
</form>
</td>
<else />
<td width="100%" align="center">$vbphrase[cyb_disabled]</td>
</if>
<td align="center">$forumjump</td>
</tr>
</table>
<if condition="$canviewmore"><br />$cybtopstats</if>
<br />
$footer
</body>
</html>


:confused: as my cyb_topstats_php DOES NOT INCLUDE:

<input type="hidden" name="s" value="$session[sessionhash]" />

:confused: (be gentle, please ... I'm really new at this ... LOL).

Trickle
04-30-2008, 12:52 PM
Same error message for 3.7.0 as well

iogames
04-30-2008, 02:26 PM
Upgrade please!

Valter
04-30-2008, 05:21 PM
This hack will be updated tonight...

Megatr
04-30-2008, 08:40 PM
Please upgrade this hack

and same people have got problem with page loading with this hack

with this hack page loading 6-7 second without 1-2 second after upgrade 3.6.10

Rat1972
05-01-2008, 08:50 AM
This hack will be updated tonight...

great mate! Looking forward to it

@the other people!
Please be patient!!!! A coder has also a social life.....

Julie
05-01-2008, 12:47 PM
just add



to the form in the "cyb_topstats_php" template

Thanks :)

Looking forward to the upgrade :)

wally
05-01-2008, 01:07 PM
Please upgrade this hack

and same people have got problem with page loading with this hack

with this hack page loading 6-7 second without 1-2 second after upgrade 3.6.10

Has nothing to do with this hack i have this running on my 3.6.10 board and no problems (ok added that <input type="hidden" name="s" value="$session[sessionhash]" /> my self but no page loading issues

TheLitegwplayer
05-01-2008, 01:35 PM
wierd I installed it on my 3.7 (GOLD) and its perfect...

Rat1972
05-01-2008, 04:55 PM
yeah it works until you click the more stats button for more results, then you will get a security token....

dinoking
05-01-2008, 06:46 PM
Version supported 3.7.0 Gold
Tested, Thank you

Valter
05-01-2008, 09:42 PM
PLEASE CHECK OUT THIS THREAD FOR FEATURE SUPPORT:
https://vborg.vbsupport.ru/showthread.php?t=177778

There you will find v5.8 - May 02. 2008.
-CSRF protection added
-Compatible with vBulletin 3.7 Gold (may not work with Beta/RC releases)
-New: "Latest Blogs"
-Minor bugs fixed, some code optimization done

To upgrade:
-Import product XML, allow overwrite
-Revert hack templates if any modified

iogames
05-01-2008, 10:14 PM
This hack will be updated tonight...

Thanks!

maybe after 5 months someone can explain me how to show Statics in Sub-Forums :o
Notes:
-To set options go to: vBulletin Options > Cyb - Advanced Forum Statistics
-"Top Thanked" works only with Abe1's "Post Thank You" hack. Don't enable if you have not this hack installed.
-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.


Upgrading

DoB Rhapsody
05-02-2008, 01:11 AM
I've installed the new version but while in the cybstats or top stats page i still get a token error. This only happens when i click a number to show more stats.

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

Shazz
05-02-2008, 03:13 AM
Best coder of the year... Cybernetec!
Great work!

Megatr
05-02-2008, 05:37 AM
when i enabled Latest Posts page loading 7-8 second
when i disabled Latest Posts page loading 1-2 second

what's my problem ?

JKatz
05-02-2008, 05:33 PM
PLEASE CHECK OUT THIS THREAD FOR FEATURE SUPPORT:
https://vborg.vbsupport.ru/showthread.php?t=177778

There you will find v5.8 - May 02. 2008.
-CSRF protection added
-Compatible with vBulletin 3.7 Gold (may not work with Beta/RC releases)
-New: "Latest Blogs"
-Minor bugs fixed, some code optimization done

To upgrade:
-Import product XML, allow overwrite
-Revert hack templates if any modified

:confused: So, am I correct in assuming, I need to install 3.7? Or, will it be backwards compatible to 3.6.10?

Thank you ... members miss this great mod! If I can update it without doing the 3.7 upgrade, I'd like to do that first. I'll do 3.7 upgrade first if I have to (but it really wasn't on this weekend's agenda).:p

Valter
05-02-2008, 05:39 PM
v5.8 works with vB v3.6.10 too.

Megatr
05-02-2008, 09:49 PM
Cybernetec

when i enabled Latest Posts page loading 7-8 second
when i disabled Latest Posts page loading 1-2 second

what's my problem ?

JKatz
05-02-2008, 10:20 PM
v5.8 works with vB v3.6.10 too.

Thank you!!!!!!!!!!!!!!!!!!:D

sentinal
05-03-2008, 07:11 AM
yeah, i wanna fix for 3.6.10 too

the fix for the 3.6.10
https://vborg.vbsupport.ru/showthread.php?t=177892

Lift for Life
05-03-2008, 06:15 PM
Another great job,

Installed

Thanks!

BrandiDup
05-04-2008, 07:16 PM
moving my question to the more recent thread...

Dashman
05-06-2008, 01:53 PM
Hey.

I have an issue, I am running this in 3.7.0

forum/thread titles trimming doesnt seem to work for me.

I have tried setting these values to 0 to disable but it always stays the same. After changing other settings I see the changes no problem. Its just with this trimming option.

Please help!!!!!

Valter
05-07-2008, 09:06 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=177778" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=177778</a>

Dashman
05-08-2008, 07:26 AM
https://vborg.vbsupport.ru/showthread.php?t=177778


I have already installed this version but still have the same problem. The forum/thread names are always trimmed. I never get to see the full wording in the stats.

It never goes past 19 chars?!?!

Milesbier
05-11-2008, 07:56 AM
I have the same problem.

ExTincTi0N
05-12-2008, 01:33 AM
Yo I am having a problem.
I am running vb 3.6.10 and this mod was working great.
But now when we click the links in the latest post area they take use to the the forum its located in but with out all the stuff you have to upload for the skin to see the banner and etc.
Do you have a fix for this?

q8salem
05-13-2008, 09:26 PM
Thank you for this fast version

tai16
05-15-2008, 06:16 AM
Fast version? OMG. I have installed this on vB 3.6.8 and it almoust kill my database xP Forum slow down radically. Go into the administrator panel tooks me 56 minutes to uninstall this. Perhaps it is not so good for forums with over 430 000 population and with average 2000 users online. It looks nice but I had big trouble for that.

Valter
05-15-2008, 05:18 PM
You may wish to make it accessible for extra posters only, or VIP usergroups.

ThreeD
05-16-2008, 06:29 PM
does anyone know how we can use the musername variable, to make the usernames show in their usergroup color?

Smitty
05-24-2008, 05:39 PM
Just out of curiosity, what is "Cyb - AF-Statistics 5.7.1"? I tried to download it but I get a permissions error.

Valter
05-25-2008, 08:54 AM
It is nothing.

Link leads nowhere and it is NOT add-on for my hack.

Reported to Forum Staff.

Smitty
05-25-2008, 09:11 AM
OK - Just wondering. I did go the 5.8.1 thread and will probably be trying it out soon.

nando99
05-28-2008, 01:17 PM
nevermind... I got it.

dklassen
06-23-2008, 05:50 PM
Added <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

But I still get the security token error.

Valter
06-23-2008, 07:50 PM
There is no need to edit product, newer version is here:
https://vborg.vbsupport.ru/showthread.php?t=177778

dklassen
06-24-2008, 12:55 AM
I have that version installed and still get the security token was missing or mismatched error. How do I fix?

Valter
06-24-2008, 08:13 AM
Confirm that there is only one instance of this hack in product manager.

Try to uninstall/reinstall product. Save settings first if you want.

madscientist06
07-06-2008, 04:12 AM
Spectacular! Love it!

**Installed**

Hendrizius
07-09-2008, 08:54 PM
nevermind.

Shazz
07-09-2008, 08:56 PM
nevermind.

Try reducing the amount of columns you have.

AURFSCAN
07-13-2008, 01:37 AM
Awesome - thankyou :up:

ablaye
08-14-2008, 07:12 PM
I just installed this excellent mod on my webmaster forum (http://www.webmasterground.com). Thanks!

abhimation
08-27-2008, 02:33 PM
Just updated from the ealier version.

Sounds like a silly question but - What Classified Adds does this show ?

abhimation
08-27-2008, 03:30 PM
HI, i Just upgraded to the latest version and enabled top posters, top refferers and latest threads. It shows fine on the forums home. But when i click on View More Results and slect for more than 5 results, i get the following error -

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

Please help..

PoetJA-1975
09-07-2008, 10:49 PM
Hi CYBERNETEC - I have just uninstalled this modification - I'd had it installed when running 3.6.8 and had simply unenabled it... I've since upgraded and currently running 3.7.2 PL2 --- So I uninstalled this modification and now everytime I try creating a new thread I get the following database error:

Database error in vBulletin 3.7.2:

Invalid SQL:
UPDATE user SET
posts = posts + 1,
lastpost = 1220815702,
lastpostid = 0,
threads = 1
WHERE userid = 1;

MySQL Error : Unknown column 'threads' in 'field list'
Error Number : 1054
Request Date : Sunday, September 7th 2008 @ 02:28:22 PM
Error Date : Sunday, September 7th 2008 @ 02:28:25 PM
Script : http://jpicforum.info/newthread.php?do=postthread&f=12
Referrer : http://jpicforum.info/newthread.php?do=postthread&f=12
IP Address : ERG!
Username : BLOOP!
Classname : vB_Database
MySQL Version : 4.1.20-log

I'm pretty sure the issue is related to the uninstallation of this modification in some way. Please help me fix this issue please.

Thanx :)

Jacquii.

zeus_r6
09-13-2008, 01:44 PM
Not sure what is going on, but after moving to a new server, this mod is no longer visible. Tried reinstalling and reinserting the variable, but still nothing...ideas?

Stifmeister2
09-14-2008, 07:24 PM
Not sure what is going on, but after moving to a new server, this mod is no longer visible. Tried reinstalling and reinserting the variable, but still nothing...ideas?
Did you upload all the files again? Maybe something went wrong in the server change process..


If that doesn't work then I guess the reason could be in your server config.

nbaphenom
09-18-2008, 10:17 PM
Just what i was looking for .

zhaowei_hn
09-19-2008, 10:10 AM
1 Question.
In VBB 3.6.8, how to use $cybtopstats in forumdisplay.php...
I want show $cybtopstats all box. Help me

beejeebers
09-22-2008, 02:59 AM
Nice plugin...looks awesome.

:)

abdobasha2004
09-24-2008, 09:31 PM
this hack is gr8
so much gr8
thank you for this wonderful piece of good work

maxie
09-28-2008, 10:40 AM
i have problem this hack.. all link are not work.. when i click the latest post then shows

Not Found

The requested URL was not found on this server.

any help for this

Thanks in advance

Ossedis
09-28-2008, 03:01 PM
Hey, I bet if you made it so top traders would be in there to work with the iTrader mod you would get alot more installs ;)

Shazz
09-28-2008, 03:08 PM
Hey, I bet if you made it so top traders would be in there to work with the iTrader mod you would get alot more installs ;)

I bet not, not many users that have this use that.

hassshasss
11-24-2008, 09:49 AM
Merhaba ingilizcem k?t? olduğu i?in t?rk?e yazıyorum anlıyan arkadaş ?ıkarsa cevaplar umarım :)
Yeni mesajların g?sterildiği s?tunda sadece istediğimiz forumların mesajlarının g?r?nmesini nasıl sağlıyabiliriz acaba ?

itsonlychand
01-10-2009, 03:04 AM
i have a problem with this mod my super moderator group cant see this mods functions like to 5 posters etc etc whats the problem?

beckyvan
01-14-2009, 12:02 PM
Two questions:

If I upgrade this wonderful hack, will it effect the current stats?

I still can't get the news feature to work. Any ideas?

RichieW13
03-05-2009, 06:12 PM
Cool mod. But, wow, the "last x days" option just drags my whole board to a screeching halt. Bummer.

z0diac
04-02-2009, 07:47 PM
NEED HELP! PSISTATS IS CRASHING MY FORUM!

I've had PsiStats running for about 2 yrs with no problem, now all of a sudden I'm getting this! (below) - I can't login to AdminCP to disable it either! I really need help on how to disable psistats via root shell!

Database error in vBulletin 3.7.4:


Invalid SQL:


REPLACE INTO `psistats_cache` (`cdata`, `ctype`, `csid`)
VALUES ('209.62.54.130', 'country', '209.62.54.130_country'), ('Pingdom.com_bot_version_1.4_(http://www.pingdom.com/)', 'useragent', '209.62.54.130_useragent');


MySQL Error : Can't find file: 'psistats_cache' (errno: 2)
Error Number : 1017
Request Date : Thursday, April 2nd 2009 @ 04:36:31 PM
Error Date : Thursday, April 2nd 2009 @ 04:36:31 PM
Script : http://forum.icedogfans.com/
Referrer :
IP Address : 209.62.54.130
Username : Unregistered
Classname : vB_Database
MySQL Version :

foreigner_tr
06-15-2009, 12:05 PM
this plugin doesnt work for me :(

my version is 3.6.8. options in control panel is not active. i can not switch some options on or off. but v4.0 is working good. all i need is hot threads. which is added to v4.2.

so maybe v4.2 or v4.9 may work for me. how can i find older versions?

regards

LieuR
06-18-2009, 06:57 PM
When i try click latest post in the block they point to my site 2 times

Example

www.mysite.com/www.mysite.com/showthread1 :/

PSPPSP
07-10-2009, 12:45 PM
Hello
How is the statistics box on all pages (all forums , sub forums and internal Pages and thread) showed ?

Valter
07-10-2009, 04:44 PM
Hello
How is the statistics box on all pages (all forums , sub forums and internal Pages and thread) showed ?
Add this to "locations" setting in product options:
forumdisplay, showthread

It will add Stats to forums, subforums, threads.

Add "memberlist" for memberlist.
Add "private" for PM pages.
Add "usercp" for User CP pages.
etc...

Separate locations with commas.

If you have large forums then it may not be good idea to add this to many pages as it will increase server load.

PSPPSP
07-10-2009, 05:19 PM
Add this to "locations" setting in product options:
forumdisplay, showthread

It will add Stats to forums, subforums, threads.

Add "memberlist" for memberlist.
Add "private" for PM pages.
Add "usercp" for User CP pages.
etc...

Separate locations with commas.

If you have large forums then it may not be good idea to add this to many pages as it will increase server load.

sorry where is locations (i am a beginner user) ? :o
i see all options in Cyb - Advanced Forum Statistics panel option (vBulletin Options/Cyb - Advanced Forum Statistics option) but not find locations option .

Arrogant-One
07-11-2009, 01:06 AM
<font face="Georgia">Is there a way post per day stats can be added?</font>

xmutan
08-14-2009, 04:54 PM
the link displayed on recent post is without www., how to make it so that all the link have https://vborg.vbsupport.ru/showthread.php?t=122986&page=106 instead of http://vbulletin.org/forum/showthread.php?t=122986&page=106

bestmilan
08-19-2009, 08:47 PM
Is there a way to see all the stats available as a admin?

We enabled certain stats to be seen by public viewers (registered and unregistered usergroups) but is there a way to see/ display all the stats available when login as a admin?

luubk
08-25-2009, 01:07 AM
My forum is very good with 5 or 10 result in Advanced Forum Statistics. But when I change to 20 result it said:

Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

Madmark
08-25-2009, 10:39 PM
Nice Mod! Thanks for putting it together!

ErnestA
10-01-2009, 03:21 AM
Excellent mod! Is there a way to have different lists of "latest threads" for say an entire sub-category and lower?

For example if I want to display the latest threads that only apply to that sub category and it's child categories?

Trixi.com
10-11-2009, 07:03 AM
I had this great Plugin always installed...now I upgraded to VB 3.84 and the main page loads very slow....support of VB recommended to disable it...and now my main page loads very quick without this plugin.....

Anyone else noticed the same? I would like to continue using this great plugin.....is there any update?

grayloon
10-14-2009, 12:51 PM
I only use the "Links Posting Permissions" option. Are there any features in 3.8.4 that would make Cyb obsolete?

helmica
10-15-2009, 08:55 AM
hi,
i need to upgrade to vb4 are Cyb - Advanced Forum Statistics is ok by vb4?

thanks in advance for you help

ArcadeSyndicate
10-18-2009, 06:47 AM
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

works fine on all locations i've tested, exept ibpro arcade. is there a solution for this?

Arrogant-One
10-19-2009, 01:35 AM
Is there a way post per day stats can be added?

Still waiting for a response...

wptavern
12-31-2009, 06:28 PM
I've upgraded my forum to VBulletin 4.0 and Cyb - Advanced Forum Statistics along with Cyb - ChatBox do not work. Instead, they create Array errors probably due to the coding and the new requirement for PHP 5 for Vbulletin 4. This mod along with the chatbox is awesome and I'm just wondering, do you have plans on updating the two?

conradb212
01-09-2010, 11:01 PM
I had this great Plugin always installed...now I upgraded to VB 3.84 and the main page loads very slow....support of VB recommended to disable it...and now my main page loads very quick without this plugin.....

Anyone else noticed the same? I would like to continue using this great plugin.....is there any update?

I am still on 3.6.8 and also noticed that my main page loaded very slowly, like six seconds at least. I tracked two queries down to the Cyb statistics plugin and disabled it to see what would happen. The main page was back to loading almost instantly. Like you, I'd love to continue using it, but not at the expense of the very slow load of the main page.

djmac
02-14-2010, 06:05 PM
I am running vB4.0.1 and I just installed your MOD. When I try to access the site I get the following:

Fatal error: Call to a member function hide_errors() on a non-object in /xxxxxx/xxxxx/xxxxx/includes/class_bootstrap.php(283) : eval()'d code on line 35

I ran your MOD in 3.8 and loved it. How can I fix this?

Don

Sorry I thought this was the new MOD for 4.0.

Medtech
02-14-2010, 06:14 PM
Great job!! i've been waiting for this. Thanks!

fth
07-23-2010, 03:14 AM
when i install plugin my frontpage got blank

this plugin compatible with vb4 ?

Jon12345
11-19-2010, 02:26 PM
If I install this mod on my 3.8.1 site, can I uninstall it easily or does it leave stuff behind, like extra tables or extra columns in the db? I've always wondered this on these types of mods.

Fivestones
12-15-2010, 03:49 PM
i could always find the hack that had 3 things showing in it ... but at last i found this one it is great also thanks ...

Diablo-Sat
12-27-2010, 05:32 PM
thanks for this mod mate

rinkrat
01-11-2011, 10:56 PM
Can you ad VBSEO "likes" on here?

ash50210
03-01-2011, 11:01 AM
after i install this mod, my forum also become blank....mine using v 4.1.2.
looks like not compatible with the latest vers

Fivestones
11-15-2011, 10:04 PM
I got a new site and come back to get the hack Thanks ..

Fivestones
11-16-2012, 04:09 PM
thanks for this ..

Fivestones
02-15-2013, 02:33 AM
got new updated one thanks