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)

Keesa 06-08-2009 04:16 PM

Sadly uninstalling.

Our forum was hacked and one of the files he used to exploit us was post_thanks.php.

:(

If you know of any reason that could have happened that I can fix, I will gladly reinstall it.

Luis Larios 06-08-2009 06:38 PM

Hi, does anybody knows how does this hack impact server load? I´m already having some troubles but would like to give this a try ...

eddied316 06-08-2009 06:47 PM

For some reason, on my site, the Image wont show up.

Just the plain text "Thanks"

Anyone know why

maidos 06-08-2009 07:16 PM

can the guest use thanks button if yes how?

imk 06-09-2009 01:59 PM

how can i choose where to put this within my postbit?

vivoperdio 06-09-2009 11:49 PM

In case I'm uninstalling, will the thank's database removed as well (can I uninstall it completely) ?

hlaingmu 06-10-2009 02:34 PM

1 Attachment(s)
After installing this hack, the info of "thanks" & "Thanked" still missing in postbit legacy///

pls. help me how to show that info in postbit...

I want to put the info like in attached file...

But those are missing in my postbit

dazed12 06-10-2009 06:03 PM

Quote:

Originally Posted by hlaingmu (Post 1826990)
After installing this hack, the info of "thanks" & "Thanked" still missing in postbit legacy///
pls. help me how to show that info in postbit...
I want to put the info like in attached file...
But those are missing in my postbit

admincp -> styles and templates -> 'postbit' or 'postbit_legacy (depending on what you have selected for users to see)
-------------------------------------------------------------------------

you need to find "$template_hook[postbit_userinfo_right_after_posts]"
Look at the other post info and see what it is being wrapped with in your style.

Example of how a custom style uses .css to wrap it.
HTML Code:

<div class="postbit_field"><span class="postbit_text">       
                                $template_hook[postbit_userinfo_right_after_posts]
</div></span>


hlaingmu 06-11-2009 01:31 PM

Got it. Working perfect..!!!!

Thanks a lot.

bvbuk 06-12-2009 09:15 PM

is there anyway that Moderators have access to the banning of users and removing thank yous from a single post?

Thanks.

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!

lauxanh 06-17-2009 09:11 PM

Quote:

Originally Posted by Skyline_GT (Post 1824841)
I think there is some sort of bug with this mod.

http://www.gamerzplanet.net/forums/m...isinspshn.html

This members apparently has 4,294,967,295 thanks.

I have the same problem.

There is a bug.:down:

crazlunatic 06-17-2009 11:36 PM

Is it possible to get some stats features in this addon like sort by most thanks. Most thanks this month, this week, today?

bryanb 06-18-2009 06:01 AM

Quote:

Originally Posted by lauxanh (Post 1831546)
I have the same problem.

There is a bug.:down:

I've had this problem for sometime now - and it's just getting worse. I've reset the counters numerous times to no avail.

Could anyone give me some specific guidance on fixing this? I don't want to turn this hack off since my users are accustomed to using this on a daily basis. Thanks!

enjoyquality 06-18-2009 07:04 AM

Hi everybody. I have a problem on this add-on.

So; i have a 2 template on my forum;

This hack normally working 1 template, when i push "thanks button" thanks table showing normally; plesa look below;

https://vborg.vbsupport.ru/

but my another template does'nt show thanks table. When i have pushing thanks button there show a free field;

https://vborg.vbsupport.ru/

Please help! How can i show thanks table my template!?

theOZer 06-19-2009 12:05 AM

Did you copy the Thanks button gif into both templates images/misc folders? Just a guess here.

enjoyquality 06-19-2009 05:21 AM

Quote:

Originally Posted by theOZer (Post 1832330)
Did you copy the Thanks button gif into both templates images/misc folders? Just a guess here.

Hi mate. Thanks for your answer but this is not my problem. So, my 2 template showing "Thanks Button" but when i push this button doesn't show thanks table. Just 1 template working normally but another template doesn't show "Thanks Table"

SVR01 06-19-2009 06:16 AM

i upgraded to vB 3.8.3 .

now when my users want to thank other .
the page needed to be refresh .

may please tell how can i fix this ?
thank you

Hicksatpd 06-19-2009 08:27 PM

*EDIT* NEVERMIND!

I found what I was looking for. I hadn't previously noticed that there's a menu option for this hack right there on the big menu in the AdminCP. One of its features was exactly what I'm asking about below.

-----Original Post-----

My apologies in advance as I wouldn't be surprised at all if this has been asked, but there are 100 pages to this thread so I'm just going to ask:

Is it possible to delete a specific user's thanks? We have someone on our forum who mis-used this and racked up about 1,000 fake thanks just to be funny, and I want to remove them if possible. Thanks.

mykkal 06-20-2009 12:59 AM

lololol


Quote:

Originally Posted by Hicksatpd (Post 1832927)
*EDIT* NEVERMIND!

I found what I was looking for. I hadn't previously noticed that there's a menu option for this hack right there on the big menu in the AdminCP. One of its features was exactly what I'm asking about below.

-----Original Post-----

My apologies in advance as I wouldn't be surprised at all if this has been asked, but there are 100 pages to this thread so I'm just going to ask:

Is it possible to delete a specific user's thanks? We have someone on our forum who mis-used this and racked up about 1,000 fake thanks just to be funny, and I want to remove them if possible. Thanks.


SirHappy 06-20-2009 03:26 PM

thx. works in 3.8.3.

bmckinley 06-20-2009 07:02 PM

This was my first mod install. So I was a bit concerned about doing something stupid and "nuking" our vb forum, but it went smoothly and works great...

theforumplace 06-20-2009 09:58 PM

Thanks,

Installed.

Bounce 06-21-2009 05:33 PM

Upgraded and some of my users get a no permission but their are no usergroups denied premission :eek::confused:

Quote:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Edit: After it does that the thanks are still visible where they thanked, if that makes sense!!

Been Told 06-23-2009 06:45 AM

Quote:

Originally Posted by hIBEES (Post 1834195)
Upgraded and some of my users get a no permission but their are no usergroups denied premission :eek::confused:



Edit: After it does that the thanks are still visible where they thanked, if that makes sense!!

Same here, running the Mod on a 3.8.3.

enjoyquality 06-23-2009 12:04 PM

Quote:

Originally Posted by enjoyquality (Post 1831744)
Hi everybody. I have a problem on this add-on.

So; i have a 2 template on my forum;

This hack normally working 1 template, when i push "thanks button" thanks table showing normally; plesa look below;

http://img191.imageshack.us/img191/8276/41892330.jpg

but my another template does'nt show thanks table. When i have pushing thanks button there show a free field;

http://img199.imageshack.us/img199/2606/techno.jpg

Please help! How can i show thanks table my template!?

How can i make solve this problem? Please help me!

crazlunatic 06-30-2009 02:02 PM

hey mod developer, can you please add ability to display leaderboard and some stats like most thanks this week and this month

hippiesimz 06-30-2009 09:46 PM

is that possible removed all thanked ( like everything ) because one of my member has thanked post over 4 million ( and his user post count only 10 ), i checked and no one have him thanksed that much. cheers

ETDC 07-07-2009 08:46 PM

This isn't working for 3.8 - causes a strange error where if you thank once, it records twice.

If I uninstall then reinstall, will it delete the existing thanks count for members?

LaPiba 07-08-2009 11:06 PM

Hi,

I am trying to install this hack.... i an importing the product but it is taking a LOT of time to install.

Some users began to receive errors, so i have just closed the forums. But it does not finish to import. It seems that the system is "working", by creating some fields in the database. :(

If i abort the installation, will the POST table be damaged?

Please, I need urgent help, thank you!

LaPiba 07-08-2009 11:07 PM

PD: i am running vbulletin 3.8.2; my forum has approx. + 800,000 posts.


All times are GMT. The time now is 11:16 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.06899 seconds
  • Memory Usage 1,837KB
  • 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_html_printable
  • (1)bbcode_php_printable
  • (12)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
  • (40)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