vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Show Thread Enhancements - [AJAX] Post Thank You Hack (https://vborg.vbsupport.ru/showthread.php?t=165673)

Juvefan 06-14-2009 05:42 PM

Is there any way to import thanks counters from a vbulletin to another vbulletin?

hdrmut 06-15-2009 06:41 AM

Quote:

Originally Posted by tldagent (Post 1767318)
Yes, this was due to the post groan hack on our forum. People didn't like the groan so we disabled it. If it was still integrated in the vb settings, it caused the page refresh. Disable post grown and or remove it but make sure you de-integrate it in your vbsettings. If you need a hand feel free to PM me.

Seems that the mod creator isn't answering anything here.

Anyone know how to add padding to this hack or move it over to the far right, past the 'blog this'



Becky, it is OK with 3.8.1 it's just quirky. Disable post grown integration and turn it off and you should be OK.


Thanx .. this is helpful

Andreas 06-15-2009 09:45 AM

(Utterly) Bad Query

Code:

# Time: 090615 12:01:57
# User@Host: xxx[xxx] @ localhost []
# Query_time: 12  Lock_time: 0  Rows_sent: 605  Rows_examined: 784838
use xxx;
SELECT postid
                        FROM post AS post
                        INNER JOIN thread AS thread ON(thread.threadid = post.threadid)
                        WHERE post.post_thanks_amount != 0
                                AND thread.forumid IN(5,20,3,45,8,18,39,1,11,31,46,10,76,25,59,4,14,53,15,54,35,55,36,56,16,58,52,57,19,7,17,13,6,66,47,21,30,23,78,77,80,79,81,82,83,84,85,86,87,88,89,90,91,27,63,71,29,93)
                        ORDER BY post.dateline DESC
                        LIMIT 1000;

This is caused by
PHP Code:

        $posts $db->query_read("
            SELECT postid
            FROM " 
TABLE_PREFIX "post AS post
            INNER JOIN " 
TABLE_PREFIX "thread AS thread ON(thread.threadid = post.threadid)
            WHERE post.post_thanks_amount != 0
                AND thread.forumid IN(" 
implode(','$forumids) . ")
            ORDER BY post.dateline DESC
            LIMIT " 
. ($vbulletin->options['maxresults'] * 2) . "
        "
); 

You might als want to use slave db.

bongmatinhoc 06-15-2009 10:08 AM

i hack mod thanks
when click quote, it take
Quote:

Fatal error: Call to undefined function: set_thankscache() in /home/shopcard/public_html/thegioichuavn.com/cv2/newreply.php(1006) : eval()'d code on line 1

lood 06-16-2009 07:07 AM

I enabled the thank limit per day, and mysql cpu usage jimped from 23% to 500% !!!
(3M post.)

6piston 06-16-2009 04:07 PM

hi abe, can i display avatars instead of the users who thanked the post?

thanks!
tom

kyrenator 06-16-2009 07:32 PM

can i make the thanks button to bump the topic?

Loki12 06-16-2009 09:08 PM

Quote:

Originally Posted by Vitaly (Post 1772694)
Tested at debug site. Some comments:

1. Function "find all thanked posts" causes full scan, because lack of indexes. Very slow.
2. Unable to remove that link (and access via URL) in setting.
3. It would be nice to have option "disable hack for guests" (to hide all thanks and so on). That's good for SEO.

I also want to remove that option. Does anyone know how to? It's silly really, why would anyone want to do a search to find all thanked posts?

Loki12 06-16-2009 09:17 PM

Quote:

Originally Posted by Loki12 (Post 1830925)
I also want to remove that option. Does anyone know how to? It's silly really, why would anyone want to do a search to find all thanked posts?

Actually, quite easy. Just disable this plugin:

global_setup_complete

:)

COBRAws 06-17-2009 05:46 AM

Does anyone know how to import thanks received from VS-Hide Hack Resurrection to Abe1's? Could I just rename the column "thankedcount" to "post_thanks_user_amount"?

Regards guys!


All times are GMT. The time now is 01:13 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
  • Page Generation 0.03099 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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