vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Statistics Modifications - Cyb - Advanced Forum Statistics (https://vborg.vbsupport.ru/showthread.php?t=177778)

KiLLAxMAHN 09-16-2008 02:39 AM

i have 3.7.3 and i get a ERROR 404 - PAGE NOT FOUND

how do i fix this? this only happens to me when i click on one of the stats. help plz

Brother Malachi 09-16-2008 03:09 AM

Quote:

Originally Posted by RobbieZ (Post 1616481)
I had this problem too.. Let me check what i did to correct this.. !!

Can you help?

radekarc 09-17-2008 02:06 PM

I have installed Hide Hack Resurrection (by Psonic).
How to modify your query to run in the statistics of thanks?

Code:

if ($cybtopstats_enable_thx AND $vbulletin->options['post_thanks_on_off'])
                        {
                                if ($vbulletin->options['cybtopstats_timecut']>0)
                                {
                                        $get_stats_thanks = $vbulletin->db->query_read("
                                                SELECT SUM(post.post_thanks_amount) AS post_thanks_thanked_times, post.userid, user.usergroupid, user.displaygroupid, user.username, user.posts
                                                FROM " . TABLE_PREFIX . "post AS post
                                                LEFT JOIN " . TABLE_PREFIX . "user AS user ON (post.userid = user.userid)
                                                WHERE post_thanks_amount > '0' $cybexclgroups $cybtopstats_timecut_thx
                                                GROUP BY post.userid
                                                ORDER BY post_thanks_thanked_times DESC
                                                LIMIT 0, $resultsnr
                                        ");
                                }
                                else
                                {
                                        $get_stats_thanks = $vbulletin->db->query_read("
                                                SELECT userid, usergroupid, displaygroupid, username, posts, post_thanks_thanked_times
                                                FROM " . TABLE_PREFIX . "user AS user
                                                WHERE post_thanks_thanked_times > '0' $cybexclgroups
                                                ORDER BY post_thanks_thanked_times DESC
                                                LIMIT 0, $resultsnr
                                        ");
                                }
                                while ($getstats_thx = $db->fetch_array($get_stats_thanks))
                                {
                                        $getstats_thx[fullusername] = strip_tags($getstats_thx[username]);
                                        if ($trimusername > 0)
                                        {
                                                $getstats_thx[username] = fetch_trimmed_title($getstats_thx[fullusername], $trimusername);
                                        }
                                        else
                                        {
                                                $getstats_thx[username] = $getstats_thx[fullusername];
                                        }
                                        $getstats_thx[musername] = fetch_musername($getstats_thx);

                                        if ($vbulletin->options['cybtopstats_bold_remove'])
                                        {
                                                $getstats_thx[musername] = str_replace($cyb_afs_bpar, "", $getstats_thx[musername]);
                                        }
                                        eval('$cybtopstats_thanks .= "' . $vbulletin->templatecache['cyb_topstats_thanks'] . '";');
                                }
                        }


thewebhostingdi 09-18-2008 04:17 AM

While upgrading from 5.7 to 5.8.1 it is giving me this error ....

A conflict was detected in the bitfields. You cannot continue with the installation of this product until this has been fixed. The conflicts found were:
Bitfield Collision: credits_cantearn = prefixrequired

emath 09-18-2008 08:38 AM

how\where can i translate this plugin (after i installed it..)?
tnx ..

Makc666 09-18-2008 09:47 AM

Quote:

Originally Posted by Makc666 (Post 1622526)
I see a "bug" as I think.

Clean vBulletin 3.7.3 + Cyb - Advanced Forum Statistics Version: 5.8.1

If debug is enabled I see this one in "Messages:".

Code:

(unspecified) fetch_permissions(1, 1, 6,''); -> cached fperms for forum 1
(unspecified) fetch_permissions(2, 1, 6,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(3, 1, 6,''); -> cached fperms for forum 3
(unspecified) fetch_permissions(4, 1, 6,''); -> cached fperms for forum 4

returning default icon
returning default icon
returning default icon
returning default icon
php_sapi_name(): apache


Found. This is because of vBulletin "strange" code in file:
./includes/functions.php

PHP Code:

    // ########## #DEBUG# CODE ##############
    
$DEBUG_MESSAGE iif(isset($GLOBALS['_permsgetter_']), "($GLOBALS[_permsgetter_])"'(unspecified)'). " fetch_permissions($forumid$userid$usergroupid,'$parentlist'); ";
    unset(
$GLOBALS['_permsgetter_']);
    
// ########## END #DEBUG# CODE ############## 

Throw a note to Dev.Team http://www.vbulletin.com/forum/proje...?issueid=26369

Datenpapst 09-19-2008 11:07 AM

is there a possibility to get this hack on the vBadvanced portal page?

mmoore5553 09-19-2008 06:55 PM

anyone figure out the IE huge gap error ? i tried earlier fix and it didnt work ..in FF3 everything looks fine but IE there is huge gap with headings and first post .... PM me with info .... i am just looking for newest posts mod and hottest mod ...anything better ?

HemoOo Nana 09-21-2008 05:41 PM

Thanks

emath 09-25-2008 03:32 PM

can u add to this mode a code so it will appead on the left\right side of the board ?


All times are GMT. The time now is 11:19 AM.

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.01707 seconds
  • Memory Usage 1,758KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete