The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[AJAX] Post Thank You Hack Details »» | |||||||||||||||||||||||||
vB 3.7 version of this hack here: https://vborg.vbsupport.ru/showthread.php?t=165673
vB 4.0 version of this hack here: https://vborg.vbsupport.ru/showthread.php?t=231666 Post Thank You Hack 7.4 About this hack: One of the biggest problems on forums as you may know is 'posts boosting'. There are users who LOVE to say 'thanks' when ever they can. How can it hurt? Their post count goes up, they have nothing to loose. There are also users who really like to express their thanks to post but don't like posting a post that looks like they're post boosting. Then comes the moderators who have to delete people's thanks yous so a thread can look readable with out the thanks yous thrown around. Finally comes the posters of these useful posts. They have no idea how many people really likes their posts if only some people say 'thanks'. What this hack does is fix ALL these problems - except those users who like post boosting. This places a button called 'thanks.' When a user clicks on it, it places his username in a box right under the post saying that so-and-so says 'thanks' for the post. Every-one who clicks is placed in one box. By giving your users the extra feature, you forum will look allot nice and organized. It is a guaranteed liking by ALL the members of your forum. Features:
Updates: Version 7.0 (12/20/07):
Version 7.1 (12/24/07):
Version 7.2 (01/24/08):
Version 7.3 (03/15/08):
Version 7.4 (03/21/08):
Please post your comments or suggestions for this hack. I read ALL posts. MAKE SURE YOU CLICK INSTALL! You will get an email when a new version is released. Pictures:
Supporters / CoAuthors Show Your Support
|
Comments |
#62
|
|||
|
|||
Code:
Database error in vBulletin 3.6.0: Invalid SQL: UPDATE vb3_user SET post_thanks_user_amount = post_thanks_user_amount - 1 WHERE userid IN (); MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3 Error Number : 1064 Date : Wednesday, August 9th 2006 @ 09:07:13 PM Script : http://www.gamerzneeds.net/forums/showthread.php?do=post_thanks_remove_all_ajax&p=156656 Referrer : IP Address : Username : Classname : vb_database Anyideas what caused that? Thanks |
#63
|
|||
|
|||
How to totally disable this hack for guests ?
for the past few days google spends an hour daily trying to thank posts. |
#64
|
|||
|
|||
Quote:
Of all the posts I've ever read in this forum over the years, that one just totally cracked me up! |
#65
|
|||
|
|||
lol,Did that but dint help.
|
#66
|
|||
|
|||
This is the problem,1/4 of the bots are trying to Thank :surprised:
|
#67
|
|||
|
|||
Do your guests see the thanks (and groan if you have it) option/button when on the forum? Is it visible to them?
|
#68
|
|||
|
|||
No,but i think the problem is this code which is shown to all (logged in or not)
Please Check your showthread (view source) if you also have this problem. Code:
<script type="text/javascript"> <!-- function post_thanks_give_84842() { do_thanks_button = new vB_AJAX_Handler(true) do_thanks_button.onreadystatechange(thanks_button_Done_84842) do_thanks_button.send('showthread.php?do=post_thanks_button_ajax&p=84842') do_thanks_add = new vB_AJAX_Handler(true) do_thanks_add.onreadystatechange(thanks_add_Done_84842) do_thanks_add.send('showthread.php?do=post_thanks_add_ajax&p=84842') } function thanks_button_Done_84842() { if (do_thanks_button.handler.readyState == 4 && do_thanks_button.handler.status == 200) { fetch_object('post_thanks_button_84842').innerHTML = do_thanks_button.handler.responseText } } function thanks_add_Done_84842() { if (do_thanks_add.handler.readyState == 4 && do_thanks_add.handler.status == 200) { fetch_object('post_thanks_box_84842').innerHTML = do_thanks_add.handler.responseText } } function post_thanks_remove_all_84842() { do_thanks_button = new vB_AJAX_Handler(true) do_thanks_button.onreadystatechange(thanks_button_Done_84842) do_thanks_button.send('showthread.php?do=post_thanks_button_add_ajax&p=84842') do_thanks_remove_all = new vB_AJAX_Handler(true) do_thanks_remove_all.onreadystatechange(thanks_remove_all_Done_84842) do_thanks_remove_all.send('showthread.php?do=post_thanks_remove_all_ajax&p=84842') } function thanks_remove_all_Done_84842() { if (do_thanks_remove_all.handler.readyState == 4 && do_thanks_remove_all.handler.status == 200) { fetch_object('post_thanks_box_84842').innerHTML = do_thanks_remove_all.handler.responseText } } function post_thanks_remove_user_84842() { do_thanks_button = new vB_AJAX_Handler(true) do_thanks_button.onreadystatechange(thanks_button_Done_84842) do_thanks_button.send('showthread.php?do=post_thanks_button_add_ajax&p=84842') do_thanks_remove_user = new vB_AJAX_Handler(true) do_thanks_remove_user.onreadystatechange(thanks_remove_user_Done_84842) do_thanks_remove_user.send('showthread.php?do=post_thanks_remove_user_ajax&p=84842') } function thanks_remove_user_Done_84842() { if (do_thanks_remove_user.handler.readyState == 4 && do_thanks_remove_user.handler.status == 200) { fetch_object('post_thanks_box_84842').innerHTML = do_thanks_remove_user.handler.responseText } } //--> </script> |
#69
|
|||
|
|||
I have the same source. But the whole thing is commented out, right? So Google is trying to execute it anyway?
|
#70
|
|||
|
|||
Quote:
|
#71
|
|||
|
|||
lnstalled
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|