A Way to cheat the system and thank yourself....this is my lil exploit for this mod..
Also i include a quick fix at the end of it..that is working on my forums...
Take the URL
http://yourwebsite.com/post_thanks.p...post_thanks&p=
Then you add the post number. You can find this by waving your cursor over the link at the upper left hand corner of the post...the number like #129 for example..
Or just click on the #129 and in the big long line like this
http://www.yourwebsite.com/forum/showpost.php?p=637918&postcount=129 the bold number is what you would take and put at the end of the url posted above..
so basicially if i wanted to thank myself i would do the following url on the website if it was installed..
http://yourwebsite.com/post_thanks.p...post_thanks&p=637918
Now the bold number is the number of my post and would allow me to thank myself..
So erm author..might wanna fix this in your next version..
And a quick fix for those of you having probs with your users cheating it..
/*
moved this here....
if ($bbuserinfo['userid'] == $userid) {
echo "++++ off retard";
exit;
}
*/